上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页
摘要: 1.ps aux | grep svn 杀掉进程 2.svnadmin create /svnrepertory/SVNwangping 创建svn仓库; 3.修改3个文件 4.svnserve -d -r /svnrepertory/ 启动svn 阅读全文
posted @ 2016-09-12 16:07 NewObject_1 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1.了解汽车行业的基础知识. 重在兴趣. 2.细化hibernate方面的知识,以及分库分表. 3.分布式结构的模拟搭建. 阅读全文
posted @ 2016-08-17 17:24 NewObject_1 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 如果linux服务器使用了秘钥登陆,可以先关闭秘钥登陆 http://blog.chinaunix.net/uid-23634108-id-2393471.html 1.PermitRootLogin yes 前面#去掉 2.PubkeyAuthentication yes 的yes改为no 3.文 阅读全文
posted @ 2016-08-05 12:02 NewObject_1 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 参见http://lj.soft.blog.163.com/blog/static/7940248120109215191358/ 例子:update CarSeriesDetail set clicks= case when id=1 then 1 when id=2 then 2 else cl 阅读全文
posted @ 2016-06-28 15:29 NewObject_1 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.cnblogs.com/jaxu/p/3824583.html (赞一个) 阅读全文
posted @ 2016-06-04 11:45 NewObject_1 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 1.如果通过jquery-upload.js来上传,添加crossdomain.xml即可,因为实质是通过flash处理的. 2.如果通过纯js上传,那么要在图片服务器的的response中添加 res.setHeader("Access-Control-Allow-Origin","*"); re 阅读全文
posted @ 2016-05-27 16:53 NewObject_1 阅读(1661) 评论(0) 推荐(0) 编辑
摘要: http://www.linuxdiyf.com/viewarticle.php?id=537212 阅读全文
posted @ 2016-05-24 09:57 NewObject_1 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1.设置系统时间:date-s 21/05/2016 date -s 08:21:21 2.系统时间同步到硬件时间: clock --systohc 阅读全文
posted @ 2016-05-21 08:44 NewObject_1 阅读(618) 评论(0) 推荐(0) 编辑
摘要: 以下东西从http://www.cnblogs.com/haogj/archive/2011/06/18/2084384.html复制,游客直接查看链接 每个数据有四个属性,我们希望取得 label 属性的值,desc 的内容被用来作为说明。icon 是一个图标,value 是准备对象的标识。 阅读全文
posted @ 2016-05-17 16:43 NewObject_1 阅读(148) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/wean/archive/2012/05/16/2502724.html, 阅读全文
posted @ 2016-04-28 10:31 NewObject_1 阅读(134) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页