`
fly_hyp
  • 浏览: 296493 次
  • 性别: Icon_minigender_1
  • 来自: 合肥
社区版块
存档分类
最新评论
文章列表
  想法很不错,作者也很努力,评价也不错。不过从历史的角度看,做开源软件是很艰辛的。 http://leadyu.iteye.com/blog/341924   http://sourceforge.net/projects/jwebap/files/jwebap/  
    playframework 非常不错的web开发框架 http://www.playframework.com/
  knockoutjs 非常不错的js mvc 框架 http://knockoutjs.com/
Chrome Web Store - Postman - REST Client    
  还没有用过,理念不错,我喜欢。值得研究一下。   WHAT IS GRADLE? Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else. Gradle ...
  activeJDBC现在很流行的一个JDBC应用   https://code.google.com/p/activejdbc/
  JVM  启动时可以加入 “-XX:-UseSplitVerifier”   可以参阅: http://stackoverflow.com/questions/7010665/testng-emma-cobertura-coverage-and-jdk-7-result-in-classformaterror-and-verif    
使用 badboy 录制 http请求 给 Jmeter使用   http://www.badboy.com.au/   http://www.cnblogs.com/fnng/archive/2011/08/20/2147082.html
1) 跟 Java 堆大小相关的 JVM 内存参数 下面三个 JVM 参数用来指定堆的初始大小和最大值以及堆栈大小   -Xms        设置 Java 堆的初始化大小  -Xmx       设置最大的 Java 堆大小  -Xss        设置Java线程堆栈大小   2) 关于打印垃圾收集器详情的 JVM 参数 -verbose:gc 记录 GC 运行以及运行时间,一般用来查看 GC 是否是应用的瓶颈
Ubuntu 12.0 上如何安装XWindows 中文支持   1. 安装中文包 apt-get install language-pack-zh apt-get install language-pack-zh-base apt-get install language-support-zh apt-get install language-pack-gnome-zh-hans-base apt-get install firefox-locale-zh-hans apt-get install language-pack-gnome-zh-hans apt-get in ...
A JSP to print all the stacks   <%@ page import="java.util.*" %><% Map<Thread,StackTraceElement[]> map = Thread.getAllStackTraces(); Set tt = map.keySet(); Iterator<Thread> ti = tt.iterator(); Thread thrd = null; final String br = "<& ...
Java 这种半解释半编译语言,他的调试工具应该是不比强大的,做成Javaer 应该精通使用它。   http://javarevisited.blogspot.com/2011/07/java-debugging-tutorial-example-tips.html   1) Use conditional breakpoint Eclipse allows you to setup conditional break point for debugging java program, which is a breakpoint with condition and your t ...
Mysql 如何 得到新插入的字段ID   N年前的代码应该还能用   /** * @param dataSource * @param sql * @param params * @return * @throws SQLException */ public static int insertAndGetId(DataSource dataSource, String sql, Object[] params) throws SQLException { Connection con = dataSource.getConnec ...
 1.错误案例  java] view plaincopy   nathan@ubuntu:~/Downloads$ jmap -heap 
    RPyC - Transparent, Symmetric Distributed Computing   http://rpyc.readthedocs.org/en/latest/
Global site tag (gtag.js) - Google Analytics