BTrace可以安全地动态跟踪java应用程序执行。通过hotswap技术,向运行中的java应用程序插入跟踪代码(Trace actions )。 BTrace三个概念: Probe Point Trace Actions or Actions Action Methods BTrace程序的限制: can not create new objects. can not create new arrays. can not throw e ...
阅读全文这篇blog用于记录一些分享链接 2015/12: How to replace remote files with local files when debugging How to replace Javascript of production website with local Javascript? Fiddler: AutoResponder Reference ...
阅读全文Connecting to Market... Market URL Title:食为天 Pages:4 2. Vegetables 黄瓜 5.60 2.00斤 3. Vegetables 四季豆 4. ...
阅读全文遗憾的是不能或者说不是很方便,不过可以使用rsync工具来实现。 rsync -av --exclude '*.svn' user@server:/my/dir . 为什么不说不是很方便?因为网上看到的有些解决方案是通过正则表达式来实现的。如: scp -r [!.]* server:/path/to/something 这个例子就是将当前目录下除了“.***"格式的文件传输到server上。 当然还可以使用管道来组合命 ...
阅读全文#1.下载jdk(jdk1.8) wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u60-b27/jdk-8u60-linux-x64.tar.gz #2.安装jdk echo "正在创建/usr/ ...
阅读全文创建Weblogic Domain有三种方式,本文采用配置向导Configuration Wizard. 以下简称DCW。 示例环境:Weblogic 12.1.2 DCW 8-1:指定目录 DCW 8-2: 选择模板. 默认选择一个最基本的Domain,其不安装一些sample Applications. DCW 8-3:创建管理员帐户,默认用户名为weblogic. ...
阅读全文https://docs.oracle.com/middleware/1221/wls/WLACH/taskhelp/domainconfig/EnableTheDomainwideAdministrationPort.html#WLACH01108 Before you begin The administration port accepts only secure, SSL traffic, and all connections via the p ...
阅读全文CPIM培训学习笔记和提要 Basic of Supply Chain Management Detailed Scheduling and Planning Master Planning of Resources Execution and Control of Operations Strategic Management of Resources Manufacturing Envrionments and Process Cho ...
阅读全文crontab执行脚本始终不能成功运行java程序的问题终于解决。 当手动执行脚本与crontab执行脚本的结果不一致时,这类问题都应该是环境设置问题。解决办法大部分情况是通过脚本中添加source /etc/profile来解决。如果还没有解决就是其他问题了。 我的这个问题就是自己设置Java参数时没有添加路径所致。上代码: 文件updateStock.sh #!/bin/sh source /etc/profile source ~/.bash_profile ...
阅读全文W3C Standards (W3C侧重于在如下领域定义一系列标准) Web Design and Applications Web Architecture Semantic Web XML Technology Web of Services Web of Devices Browsers and Authoring Tools Web Design and Applications HTML & ...
阅读全文第一次使用Andriod Studio时会做一次初始化设置安装一些文件,SDK, AVD等。遇到这个错误,不知道怎么解决? Creating Android virtual device Unable to create a virtual device: Missing system image required for an AVD setup ...
阅读全文这里是PHP String基本函数。不同于mbstring. (multibyte Character) 多字节字符串的处理函数需要enable mbstring,多字节字符串函数不是默认安装的。 PHP Manual 函数参考 文本处理 字符串 字符串函数 addcslashes addslashes bin2hex chop chr chunk_split convert_cyr_string convert_uudeco ...
阅读全文mac自带了SVN,SCP。 可以使用SVN提供的命令来访问SVN服务器。 http://svnbook.red-bean.com/en/1.7/index.html 列些常用的命令以供参考: svn import localfiles svn://ip:repositoryname/path --username=test --password=pwd Mac自带了scp,可以用来与远程服务器来传输文件,但如果复制远程文件出现下面的错误时,说明 ...
阅读全文HG Data,一个了解行业软件使用情况的网站,有了它可以帮助我们查看一个软件有哪些公司在使用,以及其竞争对手等数据。这有助于我们了解一个软件的使用范围和市场份额。 网址:https://discovery.hgdata.com/ ...
阅读全文在mac上安装了openoffice 4.1.2后创建数据库连接成功后,试图创建一个query,但是都没有反应,用create query with wizard可以但最终也是失败。在官网上找到了原因,是一个openoffice 4.1.2的regression issue. 4.1.3版本已经解决。 官网相关信息: https://forum.openoffice.org/en/forum/viewtopic.php?f=13&t=80059&sid=d3041db ...
阅读全文