上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 38 下一页
摘要: 转自:http://www.cnblogs.com/cobbliu/archive/2013/03/02/2940074.html 参考:http://www.open-open.com/lib/view/open1421115405671.html prtotocol buffer是google于 阅读全文
posted @ 2016-06-24 11:14 SandKing 阅读(16) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/alan00000/article/details/44084455 svn checkout 代码是出现如标题的错误,提示我clean up ,clean up失败,于是网上搜到了这一clean up 失败的解决方法,clean up 后再进入代码u 阅读全文
posted @ 2016-06-23 19:40 SandKing 阅读(31) 评论(0) 推荐(0)
摘要: 将php加入到系统环境变量,cmd php -v 转自:http://blog.csdn.net/xxhsu/article/details/30757229 一、将PHP安装目录放如环境变量PATH 二、添加PHP的build system 1)进入如下菜单: 2)弹出内容如下: { "cmd": 阅读全文
posted @ 2016-06-23 00:35 SandKing 阅读(11) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/freshlover/article/details/44261229 Sublime Text用了一年多了,公司搬家最近突然发现Package Control无法安装新插件了,虽然不影响原有功能的使用,还是要解决它。由于本人用Windows系统,只讨 阅读全文
posted @ 2016-06-23 00:33 SandKing 阅读(232) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/guyue35/article/details/51181845 http://blog.sina.com.cn/s/blog_abea023b0101dxce.html 要通信,必须有协议,否则双方无法理解对方的码流。在protobuf中,协议是由一 阅读全文
posted @ 2016-06-22 16:42 SandKing 阅读(130) 评论(0) 推荐(0)
摘要: 转自:http://c.biancheng.net/cpp/html/1428.html 标准的C和C++都不支持正则表达式,但有一些函数库可以辅助C/C++程序员完成这一功能,其中最著名的当数Philip Hazel的Perl-Compatible Regular Expression库,许多Li 阅读全文
posted @ 2016-06-22 12:08 SandKing 阅读(56) 评论(0) 推荐(0)
摘要: 参考: http://blog.csdn.net/longyulu/article/category/960994 转载地址:http://www.oschina.net/question/89964_65912?from=20120826 关于 “A LEFT JOIN B ON 条件表达式” 的 阅读全文
posted @ 2016-06-15 11:31 SandKing 阅读(15) 评论(0) 推荐(0)
摘要: 参考:http://www.bianceng.cn/OS/Linux/201407/42893.htm 转自:http://blog.chinaunix.net/uid-22150747-id-189264.html 1、将文件checkout到本地目录 svn checkout path(path 阅读全文
posted @ 2016-06-14 19:20 SandKing 阅读(4) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/hejinjing_tom_com/article/details/8924573 1. 查看svn 的用户名,密码: 找到用户名,密码文件,都是明文的,你可以看到 例:linux hjj@hjj-ubuntu:~/.subversion/auth/s 阅读全文
posted @ 2016-06-13 20:17 SandKing 阅读(80) 评论(0) 推荐(0)
摘要: ls ./*.zip | xargs -n1 unzip ls *.tar | xargs -i tar -xvf {} find . -name '*.zip' -exec unzip {} \; for i in * > do > unzip $i > done #!/bin/bash for 阅读全文
posted @ 2016-06-12 10:42 SandKing 阅读(9) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 38 下一页