摘要: 1、下载 从官网下载https://help.sonatype.com/display/NXRM3/Download 选择Windows archive https://download.sonatype.com/nexus/3/latest-win64.zip 进行下载 2、安装 下载后得到一个z 阅读全文
posted @ 2018-03-02 10:50 gaving2016 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 首先查看mvn中冲突的包 使用命令:mvn dependency:tree -Dverbose | grep "omitted for conflict with” windows下用 mvn dependency:tree -Dverbose | find "omitted for conflic 阅读全文
posted @ 2018-02-28 13:13 gaving2016 阅读(3182) 评论(0) 推荐(1) 编辑
摘要: import java.io.BufferedInputStream;import java.io.BufferedOutputStream;import java.io.BufferedWriter;import java.io.File;import java.io.FileInputStrea 阅读全文
posted @ 2017-05-22 22:27 gaving2016 阅读(5004) 评论(0) 推荐(0) 编辑
摘要: mvn 3.0.4 创建maven项目命令 mvn archetype:generate -DgroupId=damocles-autocredit -DartifactId=damocles-autocredit -DarchetypeArtifactId=maven-archetype-quic 阅读全文
posted @ 2016-11-07 10:01 gaving2016 阅读(206) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-09-30 09:58 gaving2016 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 我们今天主要向大家讲述的是DB2物化视图——MQT 物化查询表使用,以下就是对DB2物化视图之MQT物化查询表的正确使用的主要内容的详细描述,望大家在浏览之后会对其有更深的了解。 MQT 的定义基于查询的结果。MQT 可以显著提高查询的实际操作性能。本教程将介绍 MQT、总结表(summary ta 阅读全文
posted @ 2016-06-03 10:27 gaving2016 阅读(1458) 评论(0) 推荐(0) 编辑
摘要: 大家都知道Statement、PrepareStatement 和CallableStatement 对象,其实它们是interface,为什么JDBC2.0中要提供这三个对象呢?对于Statement就是为了实现简单的SQL语句,但是PrepareStatement和CallableStateme 阅读全文
posted @ 2016-05-05 16:05 gaving2016 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 从配置菜单关闭防火墙是不起作用的,索性在安装的时候就不要装防火墙查看防火墙状态:/etc/init.d/iptables status暂时关闭防火墙:/etc/init.d/iptables stop禁止防火墙在系统启动时启动/sbin/chkconfig --level 2345 iptables 阅读全文
posted @ 2016-04-29 11:09 gaving2016 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 自动生成方法的注释格式,例如 /*** @param str* @return* @throws ParseException*/ 快捷键是alt+shift+j,将光标放在方法名上,按快捷键。会生成上述方法注释的格式,具体内容还是要自己填写的。 光标放到类名上,也会生成这个格式,但是只有Autho 阅读全文
posted @ 2016-04-28 10:35 gaving2016 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 1. 禁止右键点击 2. 隐藏搜索文本框文字 3. 在新窗口中打开链接 4. 检测浏览器 注: 在版本jQuery 1.4中,$.support 替换掉了$.browser 变量 5. 预加载图片 This piece of code will prevent the loading of all 阅读全文
posted @ 2016-04-27 17:35 gaving2016 阅读(156) 评论(0) 推荐(0) 编辑