会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
格物致知(https://gaving.top)
It's never too old to learn.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2018年3月2日
Windows下nexus-3.*搭建Maven私服
摘要: 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
阅读(244)
评论(0)
推荐(0)
2018年2月28日
maven排除jar包冲突
摘要: 首先查看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
阅读(3204)
评论(0)
推荐(1)
2017年5月22日
WordUtil java导出word工具类
摘要: 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
阅读(5132)
评论(0)
推荐(0)
2016年11月7日
maven常用命令介绍
摘要: 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
阅读(227)
评论(0)
推荐(0)
2016年9月30日
Hive中创建永久的自定义函数
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2016-09-30 09:58 gaving2016
阅读(9)
评论(0)
推荐(0)
2016年6月3日
DB2物化视图——MQT 物化查询表的正确使用(materialized query tables)
摘要: 我们今天主要向大家讲述的是DB2物化视图——MQT 物化查询表使用,以下就是对DB2物化视图之MQT物化查询表的正确使用的主要内容的详细描述,望大家在浏览之后会对其有更深的了解。 MQT 的定义基于查询的结果。MQT 可以显著提高查询的实际操作性能。本教程将介绍 MQT、总结表(summary ta
阅读全文
posted @ 2016-06-03 10:27 gaving2016
阅读(1532)
评论(0)
推荐(0)
2016年5月5日
statement preparestatement CallableStatement
摘要: 大家都知道Statement、PrepareStatement 和CallableStatement 对象,其实它们是interface,为什么JDBC2.0中要提供这三个对象呢?对于Statement就是为了实现简单的SQL语句,但是PrepareStatement和CallableStateme
阅读全文
posted @ 2016-05-05 16:05 gaving2016
阅读(459)
评论(0)
推荐(0)
2016年4月29日
linux下如何关闭防火墙?如何查看防火墙当前的状态
摘要: 从配置菜单关闭防火墙是不起作用的,索性在安装的时候就不要装防火墙查看防火墙状态:/etc/init.d/iptables status暂时关闭防火墙:/etc/init.d/iptables stop禁止防火墙在系统启动时启动/sbin/chkconfig --level 2345 iptables
阅读全文
posted @ 2016-04-29 11:09 gaving2016
阅读(217)
评论(0)
推荐(0)
2016年4月28日
eclipse快捷注释生成方法
摘要: 自动生成方法的注释格式,例如 /*** @param str* @return* @throws ParseException*/ 快捷键是alt+shift+j,将光标放在方法名上,按快捷键。会生成上述方法注释的格式,具体内容还是要自己填写的。 光标放到类名上,也会生成这个格式,但是只有Autho
阅读全文
posted @ 2016-04-28 10:35 gaving2016
阅读(487)
评论(0)
推荐(0)
2016年4月27日
35 个 jQuery 小技巧
摘要: 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
阅读(164)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告