会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
知足,不知足
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
13
下一页
2016年9月12日
Git冲突:commit your changes or stash them before you can merge. 解决办法
摘要: http://www.aikaiyuan.com/8875.html 用git pull来更新代码的时候,遇到了下面的问题: 出现这个问题的原因是其他人修改了xxx.php并提交到版本库中去了,而你本地也修改了xxx.php,这时候你进行git pull操作就好出现冲突了,解决方法,在上面的提示中也
阅读全文
posted @ 2016-09-12 21:17 wenlj2000
阅读(50117)
评论(1)
推荐(1)
2016年9月5日
数据库事务隔离级别
摘要: 转载自:http://singo107.iteye.com/blog/1175084 数据库事务的隔离级别有4个,由低到高依次为Read uncommitted 、Read committed 、Repeatable read 、Serializable ,这四个级别可以逐个解决脏读 、不可重复读
阅读全文
posted @ 2016-09-05 12:59 wenlj2000
阅读(196)
评论(0)
推荐(0)
2016年8月17日
RESTful登录设计(基于Spring及Redis的Token鉴权)
摘要: 转载自:http://www.scienjus.com/restful-token-authorization/ http://m.blog.csdn.net/article/details?id=49903715 什么是REST REST(Representational State Transf
阅读全文
posted @ 2016-08-17 15:29 wenlj2000
阅读(737)
评论(0)
推荐(0)
2016年7月27日
el中保留字empty与null的区别
摘要: 先看例子: Test.jsp代码 <%@page pageEncoding="utf-8" %><BR>name:${param.name }<br /> empty处理结果: ${empty param.name }<br /> ==null处理结果:${param.name == null }
阅读全文
posted @ 2016-07-27 13:49 wenlj2000
阅读(438)
评论(0)
推荐(0)
kill -9 和kill
摘要: kill pid 在kill进程的同时,会将包删掉该进程所在webapps目录下的文件夹,如iexpense文件夹 kill -9 pid 会强制删掉进程,但是不是删掉该进程所在webapps目录下的文件夹,如iexpense文件夹不会被删除
阅读全文
posted @ 2016-07-27 11:21 wenlj2000
阅读(209)
评论(0)
推荐(0)
linux下tomcat下部署项目如何打包压缩备份
摘要: 范例一:将整个 /etc 目录下的文件全部打包成为 /tmp/etc.tar[root@linux ~]# tar -cvf /tmp/etc.tar /etc <==仅打包,不压缩![root@linux ~]# tar -zcvf /tmp/etc.tar.gz /etc <==打包后,以 gz
阅读全文
posted @ 2016-07-27 11:18 wenlj2000
阅读(601)
评论(0)
推荐(0)
2016年6月28日
linux命令
摘要: 1. 查看linux中某个端口(port)是否被占用(netstat,lsof) [root@caiwutest ~]# netstat -tunlp | grep 8080tcp 0 0 :::8080 :::* LISTEN 4281/java 2)查看某一端口的占用情况: lsof -i:端口
阅读全文
posted @ 2016-06-28 17:21 wenlj2000
阅读(209)
评论(0)
推荐(0)
2016年6月21日
remote: ERROR: missing Change-Id in commit message footer
摘要: remote: ERROR: missing Change-Id in commit message footer remote: ERROR: missing Change-Id in commit message footer [摘要:git 提交到近程版本库失足:remote: ERROR:
阅读全文
posted @ 2016-06-21 20:32 wenlj2000
阅读(5026)
评论(0)
推荐(0)
2016年6月14日
jqGrid中实现radiobutton的两种做法
摘要: http://blog.sina.com.cn/s/blog_4f925fc30102e27j.html jqGrid中实现radiobutton的两种做法 第一种:colModel: [ { name: 'MY_ID', index: 'MY_ID', align: "center", sorta
阅读全文
posted @ 2016-06-14 11:24 wenlj2000
阅读(1039)
评论(0)
推荐(0)
2016年6月7日
git总结
摘要:
阅读全文
posted @ 2016-06-07 17:06 wenlj2000
阅读(106)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
13
下一页
公告