1.运行终端,执行命令行进入missing file目录,然后运行svn delete
nameOfMissingFile或git rm nameOfMissingFile2.删除隐藏的.svn文件。命令行运行defaults write
com.apple.finder AppleShowAllF...
分类:
其他好文 时间:
2014-06-03 16:20:06
阅读次数:
405
One of the most important use-case in any cloud
is provisioning a VM . In this article we shall do a walk through about an
instance(VM) being provisio...
分类:
其他好文 时间:
2014-06-03 15:04:09
阅读次数:
444
sublime是个跨平台的强大的代码编辑工具,不多说。
想使用sublime完成linux平台下django站点的代码编辑工作以提高效率(原来使用linux下的vim效率较低,适合编辑一些小脚本)。
下载linux平台下的Sublime_Text_2.0.2_x64.tar.bz2(http://www.sublimetext.com/)
解压使用:
tar -xjvf Subli...
条款47控制流
难度:6
你到底有多了解C++代码的执行顺序呢?通过这个问题来测试一下你的知识。
“恶魔藏在细节里。”尽量指出下面(人为)代码的问题,请集中在控制流相关的问题上。
#include
#include
#include
#include
using namespace std;
// The following lines come from other...
分类:
编程语言 时间:
2014-06-03 02:30:46
阅读次数:
342
git提交代码时,出现这个错误“error: The requested URL returned error: 403 Forbidden while accessing https”
解决方法:
编辑.git目录下的config文件即可。
vim .git/config
#修改对于的配置
#原来的url = https://github.com/elitecodegr...
分类:
数据库 时间:
2014-06-03 00:03:44
阅读次数:
349
上次的博文,我们大致讲解了一下git的环境安装,今天我们讲解一下Git的状态转换。...
分类:
其他好文 时间:
2014-06-02 23:20:11
阅读次数:
312
Git使用教程github不是特别的稳定,而且英文太多难以辨别,所以使用了JD的开源git。在我的理解来开git像是一个虚拟主机或者一个ftp服务器。常见的端口:ftp
21tcpssh 22tcpwww 80dns 53tcp 53udp我们可以使用ssh命令测试链接虚拟主机#ssh-T g...
分类:
其他好文 时间:
2014-06-02 15:46:57
阅读次数:
421
这是一个很老的漏洞了。最近学习代码审计在乌云上看到的,作者只给了部分分析,和利用的exp。0x1代码分析漏洞出现在flow.php在flow.php的372行有如下代码{
/* * 保存收货人信息 */ $consignee = array...
分类:
其他好文 时间:
2014-06-02 11:55:25
阅读次数:
350
创建仓库 新建普通仓库: jxdong@ubuntu-server:~/workspace/git$ git init
Reinitialized existing Git repository in /home/jxdong/workspace/git/.git/
新建 bare 仓库:
jxdong@ubuntu-server:~/workspace/git.git...
分类:
其他好文 时间:
2014-06-01 09:38:36
阅读次数:
269