- 浏览: 116789 次
- 性别:
- 来自: 深圳
最新评论
-
vanceinfo_xuefei:
受益匪浅,既学习到aop的使用、原理,又学习到了怎么看源代码
Spring AOP介绍及源码分析 -
guoapeng:
什么是学习笔记?
GemFire 学习笔记 -
s669pengwei:
这只是从这抄来的:https://community.gems ...
GemFire 学习笔记 -
s669pengwei:
这明明是从官网复制来的:
GemFire 学习笔记 -
yupengcc:
收下了 谢谢
在java执行Oracle存储过程
文章列表
这篇博客用于收集一些比较认同的观点
朋友们,健康的四大基石,你养成了习惯吗? 平衡的饮食 充足的睡眠 适量的运动 平和的心态
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
- 博客分类:
- Automatic Testing
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
- 博客分类:
- OpenSourcing
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 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 ...
Gradle installation
- 博客分类:
- Gradle
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 ...
视频通话和聊天工具Jitsi
- 博客分类:
- OpenSourcing
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 ...
Oracle 系统管理
- 博客分类:
- DataBase
這是當前運行的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 ...
- 2013-08-30 21:48
- 浏览 560
- 评论(0)
堆大小设置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
Scrum和XP
- 博客分类:
- Software Engineering
reference documents
http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches
http://www.infoq.com/minibooks/scrum-xp-from-the-trenches