`
文章列表
这篇博客用于收集一些比较认同的观点   朋友们,健康的四大基石,你养成了习惯吗? 平衡的饮食 充足的睡眠 适量的运动 平和的心态 referenced zwchen's blog http://zwchen.iteye.com/blog/1165449#comments       这个世界上,一流的人才,可以把三流项目做成二流或更好,但是,三流人才,会把一流项目,做的还不如三流。      一定要认识一点,大学毕业了,不是学习结束了,而是学习刚刚开始。 referenced zhuzhiguo's blog http://zhu-zhiguo.iteye.c ...
Programming java swing examples http://docs.oracle.com/javase/tutorial/uiswing/examples/components/ five must-have tools for searching code http://www.iteye.com/news/28153 ohloh: http://code.ohloh.net/ krugle: http://www.krugle.com/ sysmbol hound: http://www.symbolhound.com/ merobase: http://www. ...

Jbehave

      reference documents   Table Processing http://invertedindex.wordpress.com/2012/03/13/simpler-jbehave-example-table-processing/ 说起BDD,你会想到什么? http://www.jianshu.com/p/20a3af030b51

gvim as IDE

    Installing Vim Binaries on Win64 Introduction   I have ported Vim to run natively on Win64, the 64-bit flavor of Windows. The Win32 vim.exe and gvim.exe have always run on Win64, but things like the "Edit with Vim" shell extension didn't work. There is no nice installer for the ...
TeamCity 1  About Teamcity License 1.1  Professional Server License 3 build agents, more can be purchased 20 build configurations full access to all product features support via forum and issue tracker Free 1.2 Enterprise Server License from 3 build agents unlimited number of build ...

maven

  maven tutorials http://www.avajava.com/tutorials/categories/maven http://www.tutorialspoint.com/maven/maven_repositories.htm http://maven.apache.org/guides/index.html     maven commands command to install a artifact in local repository mvn install:install-file -DgroupId=ojdbc -DartifactI ...
  a good place to find explain to root , prefix and suffix http://www.learnenglish.de/grammar/prefixtext.html   a good place find find etymology of English words http://www.prefixsuffix.com/etymology.php     http://www.etymonline.com/index.php?allowed_in_frame=0&search=moon&searchmo ...

Programming Grails

Installing Groovy    

Gradle installation

 
script to install gradle automaticly #!/usr/bin/bash -x function _install { #wget http://services.gradle.org/distributions/$installation_file if [ ! -d $gradle_home ]; then mkdir -p $gradle_home fi unzip -q $installation_file "gradle-$version/*" -d $gradle_home/.. #set ...
1. 开源聊天工具分类 http://www.open-open.com/52.htm    2. 视频通话和聊天工具Jitsi http://www.open-open.com/open324452.htm   该项目主页:http://jitsi.org/index.php/Main/SideBar 3. Source Code: You have several ways to explore the latest sources for Jitsi.   Browse through the web repository GitHub p ...

UI Desgin Patterns

    http://ui-patterns.com/

Oracle 系统管理

這是當前運行的sql語句 select sid, v$session.username 用戶名, last_call_et 持續時間, status 狀態, LOCKWAIT 等待鎖, machine 用戶電腦名, logon_time 開始登入時間, sql_text from v$session, v$process, v$sqlarea where paddr = addr and sql_hash_value = hash_value and status = 'ACTIVE' and v$session.username is not null order by last_cal ...
堆大小设置JVM 中最大堆大小有三方面限制:相关操作系统的数据模型(32-bt还是64-bit)限制;系统的可用虚拟内存限制;系统的可用物理内存限制。32位系统下,一般限制在1.5G~2G;64为操作系统对内存无限制。我在Windows Server 2003 系统,3.5G物理内存,JDK5.0下测试,最大可设置为1478m。典型设置: java -Xmx3550m -Xms3550m -Xmn2g -Xss128k-Xmx3550m:设置JVM最大可用内存为3550M。-Xms3550m:设置JVM促使内存为3550m。此值可以设置与-Xmx相同,以避免每次垃圾回收完成后JVM重 ...
  notepad:启动记事本 mspaint: 启动画图板 appwiz.cpl: 启动添加删除程序 Windows Key + [Pause Break]: 启动环境设置 Windows Key + L : lock screen  
  reference documents http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches http://www.infoq.com/minibooks/scrum-xp-from-the-trenches
Global site tag (gtag.js) - Google Analytics