会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
欢迎交流Java Web开发相关问题与经验
hx777
记录/查询
博客园
首页
新随笔
联系
订阅
管理
2019年11月22日
linux时区设置、mysql时区设置
摘要: 1 linux时区设置 直接复制时区文件,覆盖/etc/localtime cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 2 mysql时区设置 先用now()获取系统时间,验证 //设置时区,更改为东八区 set global time_z
阅读全文
posted @ 2019-11-22 14:37 hx777
阅读(1804)
评论(0)
推荐(0)
编辑
maven的repository设置以及常用命令
摘要: 1 仓库配置: 参考:https://www.cnblogs.com/yuanchaoyong/p/7090004.html 2 常用命令 mvn clean package -Dmaven.test.skip=truemvn -U clean install -Dmaven.test.skip=t
阅读全文
posted @ 2019-11-22 10:10 hx777
阅读(1439)
评论(0)
推荐(0)
编辑
sts jar打开class文件中文乱码
摘要: 参考链接:https://blog.csdn.net/bell2008/article/details/40978959 复制一下: 1,问题来源是在eclipse中直接查看springside的class(由eclipse自动反编译)里面注释的乱码问题: Preferences-General-W
阅读全文
posted @ 2019-11-22 09:59 hx777
阅读(752)
评论(0)
推荐(0)
编辑
2019年11月14日
搭建pinpoint测试环境
摘要: 1 下载pinpoint git clone https://github.com/naver/pinpoint.git git switch 1.8.5 2 安装hbase:见上篇随笔 3 导入hbase初始数据 [root@zkslave2 bin]# ./hbase shell /tmp/in
阅读全文
posted @ 2019-11-14 23:15 hx777
阅读(260)
评论(0)
推荐(0)
编辑
centos下hbase安装(单机)
摘要: 1 版本 axel -n 30 http://archive.apache.org/dist/hbase/hbase-1.0.3/hbase-1.0.3-bin.tar.gz 其中 axel在centos7.6下的安装参考https://www.hugeserver.com/kb/install-a
阅读全文
posted @ 2019-11-14 20:42 hx777
阅读(632)
评论(0)
推荐(0)
编辑
2019年11月7日
Java AES加解密
摘要: import java.util.Base64; import javax.crypto.Cipher; import javax.crypto.spec.IvParameterSpec; import javax.crypto.spec.SecretKeySpec; public class CipherEncrptTest { public static void main(String[]
阅读全文
posted @ 2019-11-07 15:22 hx777
阅读(322)
评论(0)
推荐(0)
编辑
2019年11月6日
windows下常用命令
摘要: jps -l taskkill /f /pid 5476
阅读全文
posted @ 2019-11-06 13:33 hx777
阅读(125)
评论(0)
推荐(0)
编辑
2014年11月5日
firefox vimperator插件
摘要: firefox vimperator插件实在是强大,最喜欢的几个功能做个笔记。如何复制网页上的文字:c进入caret模式,定位cursor到要复制的开始位置--v进入visual模式,用hjkl键选择要复制的范围--按下p键复制--之后按2次ESC键退出caret和visual模式"吃后悔药":用u...
阅读全文
posted @ 2014-11-05 06:25 hx777
阅读(211)
评论(0)
推荐(0)
编辑
2014年10月12日
Axis2测试webservice server以及client
摘要: 一、环境搭建下载axis2-1.6.2-war.zip/axis2-1.6.2-bin.zip等。参考axis2-1.6.2-war\README.txt以及axis2-1.6.2-war\axis2\WEB-INF\services\version-1.6.2\META-INF\services....
阅读全文
posted @ 2014-10-12 23:20 hx777
阅读(644)
评论(0)
推荐(0)
编辑
ant打包webservice jar
摘要: =====================services.xml This service is to get the running Axis version ...
阅读全文
posted @ 2014-10-12 18:33 hx777
阅读(374)
评论(0)
推荐(0)
编辑
下一页
公告
返 回 顶 部