摘要: 打开: # iptables -I INPUT -p tcp --dport 9000 -j ACCEPT # iptables -I OUTPUT -p tcp --dport 9000 -j ACCEPT 关闭: # iptables -I INPUT -p tcp --dport 9000 - 阅读全文
posted @ 2019-01-23 20:03 cay914 阅读(1792) 评论(0) 推荐(0) 编辑
摘要: First import from Git as a general single project. Then: For each module in the project do the following: 1- Right-click on the sub-project2- Import a 阅读全文
posted @ 2019-01-23 13:24 cay914 阅读(121) 评论(0) 推荐(0) 编辑
摘要: gradle虽然也是一个convention over configuration的工具。 gradle是一个新的构建工作可以更改它的convention。 //指定gradle的class文件输出目录,同时去掉java的文件夹 output.classesDir = 'WebContent/WEB-INF/classes' 阅读全文
posted @ 2015-06-17 23:31 cay914 阅读(1484) 评论(0) 推荐(0) 编辑
摘要: 最近,在看Pro JSP2这本书,37页的Listing 1-9是一个简单的例子。但是把所有的代码都打完了,但奇怪的错误出现了。The value for the useBean com.apress.projsp.DateFormatBeanattribute is invalid。在网页找了很久... 阅读全文
posted @ 2014-12-13 04:16 cay914 阅读(299) 评论(0) 推荐(0) 编辑