OQL资料汇总 visualvm oql查询https://www.cnblogs.com/lmjk/articles/7478154.htmljhat中的OQL(对象查询语言)https://www.cnblogs.com/ceshi2016/p/6070566.html虚拟机学习系列 - 附 - OQL(对象查询语言)http://blog.csdn.net/su1216/article/details/77...
maven archetype catalog 使用自定义的archetype本地mvn archetype:generate -DarchetypeCatelog=local 远程mvn archetype:generate -DarchetypeCatelog=romote mvn archetype:generate -DarchetypeCatelog=http:localhost:8080/archetype-c...
jline_0_9_5.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform 原因:64位JDK加载32位dll方案:1)下载jline-0.9.94.jar2)修改maven-genapp-plugin project.xml中jline的版本号
grep内容着重显示 grep --color=autoalias grep='grep --color=auto'alias fgrep='fgrep --color=auto'alias egrep='egrep --color=auto'
mysql相关 查询表记录数及占用空间SELECT TABLE_NAME,TABLE_ROWS,DATA_LENGTH,INDEX_LENGTH,TABLE_SCHEMA FROM information_schema.TABLES WHERE TABLE_SCHEMA='xxxx'order by TABLE_ROWS desc
OQL select objectid(o) from com.szgmt.gcenter.service.impl.ActiveTestHandlerImpl o 1977462952 select map(heap.findObject(1977462952).validCache, function tally(obj) {
查看mysql版本号 #1使用命令行模式进入mysql会看到最开始的提示符 Your MySQL connection id is 3 Server version: 5.1.69 Source distribution #2命令行中使用status可以看到 复制代码代码如下:mysql> status; -------------- mysql Ver 14.14
lampp cd /opt/lampp/./lampp startmysql./lampp startapacheservice vsftpd startservice httpd start/opt/lampp/etc/my.cnf
Display XML in a javadoc Let's say you have a comment like this/** * To use this class use this XML * * * foo * bar * * */The XML will not be visible since it will embedded in the HTML as tag and not as
how to get Class of primitive datatypes array . Class.forName(int[]) throws exception [B for byte array[I for int array[F for float array etc works fine
Howto let the SAX parser determine the encoding from the xml declaration? Input Sources and EncodingsThe XML specification requires that an XML document either have a prologue that specifies its encoding, or be encoded in UTF-8. But in this example I used a Java String,