摘要:
论坛上很多人都讲设计模式,也讲了很多设计模式,现在也来说说我对一些设计模式的理解,对于一些简单的模式就不多说了,一切都在我以前写的例子中使用到了,比如说在velocity和freemarker的比较那篇文章里用到了单例,工厂,方法模板,在java邮件,在简单和复杂之间那篇文章里用到了策略,适配,在easywebwork中也使用了几种设计模式,在哪些文章我没有对设计模式进行详细的讲解是因为我觉得那些都是些常用的模式,大家肯定经常见到,一看就明白了,根本用不着讲解,而在那篇《解惑:在spring+hibernate中,只读事务是如何被优化的。http://www.iteye.com/topic/9
阅读全文
posted @ 2013-04-01 11:30
懒懒的呐喊
阅读(168)
推荐(0)
摘要:
Most option traders does not trade simple call and put options, but they trade a combination of them in a single option order. This type of trading strategy is known as multi-legged options trading. A multi-leg option order will allow the trader to buy and sell a number of different options simultan
阅读全文
posted @ 2013-04-01 09:22
懒懒的呐喊
阅读(405)
推荐(0)
摘要:
http://www.codeproject.com/Articles/25819/The-R-Statistical-Language-and-C-NET-Foundationshttp://www.codeproject.com/Articles/365982/Time-Series-Analysis-in-Csharp-NET-Part-Ihttp://www.codeproject.com/Articles/382245/Time-Series-Analysis-in-Csharp-NET-Part-II
阅读全文
posted @ 2013-03-27 09:36
懒懒的呐喊
阅读(197)
推荐(0)
摘要:
https://www.ibm.com/developerworks/cn/linux/l-cn-sshforward/ http://blog.csdn.net/xyyangkun/article/details/7025854 http://blog.csdn.net/zokie/article/details/7190195 http://www.snooda.com/read/311
阅读全文
posted @ 2013-03-24 20:19
懒懒的呐喊
阅读(131)
推荐(0)
摘要:
http://wenku.it168.com/d_000729607.shtmlhttp://zhaohaolin.iteye.com/category/149726
阅读全文
posted @ 2013-03-21 12:33
懒懒的呐喊
阅读(210)
推荐(0)
摘要:
http://blog.csdn.net/kkdelta/article/details/7851467
阅读全文
posted @ 2013-03-14 16:40
懒懒的呐喊
阅读(128)
推荐(0)
摘要:
Linux查看程序端口占用情况 今天发现服务器上Tomcat 8080端口起不来,老提示端口已经被占用。 使用命令: ps -aux | grep tomcat 发现并没有8080端口的Tomcat进程。 使用命令:netstat –apn 查看所有的进程和端口使用情况。发现下面的进程列表,其中最后一栏是PID/Program name 发现8080端口被PID为9658的Java进程占用。 进一步使用命令:ps -aux | grep java,或者直接:ps -aux | grep pid 查看 就可以明确知道8080端口是被哪个程序占用了!然后判断是否使用KILL命令干掉! 方法二:直接
阅读全文
posted @ 2013-03-14 10:12
懒懒的呐喊
阅读(365)
推荐(0)
摘要:
http://acet.rdg.ac.uk/~hrm/tutorials/rest/index.php
阅读全文
posted @ 2013-02-18 16:17
懒懒的呐喊
阅读(221)
推荐(0)
摘要:
http://coolshell.cn/articles/4990.html
阅读全文
posted @ 2013-01-23 12:53
懒懒的呐喊
阅读(171)
推荐(0)
摘要:
http://www.cnblogs.com/multiplesoftware/archive/2011/03/15/1984385.html
阅读全文
posted @ 2013-01-22 13:37
懒懒的呐喊
阅读(124)
推荐(0)