【日志】2014_4_2 git submodule & grep & vs & ant

来源:互联网 发布:unix网络编程卷2 pdf 编辑:程序博客网 时间:2024/06/05 18:51

今天的事情略多啊。。。都是些又小又烦的事情。。。最坑的事。。。

首先是clone下来一个工程却又不给submodule的权限。。。

流程:

git clone

git submodule init //会根据.git 中的config及.gitmodule中的定义来加载

git submodule update

这样就完整克隆了工程。。。

可是当submodule没有权限,就坑了。。。要删除submodule。。。

要rm。。。链接找不到,有时间再整理啊。。。


看了一下c++中的exception

貌似正规的是

try{

。。。

}

catch(。。。){。。。}

也可以是未指定,可以用set_unexcepted和set_terminated


收藏了一篇shell中查找文件中内容的,虽然只是拿来用,还不甚了解。。。


知晓了vs中原来sln,和 vsproj 都是属性文件。。。

sln中有项目依赖及所依赖的项目的路径

vsproj中有预编译选项,有link内容等,vs做了相当多的事情啊。。。


最后是build_native.sh 是用的apach-ant编译的c++。。。

与eslipse不同

清除 在ant 中是ant clean

又不甚解。。。


写得极为凌乱,有空整理。。。


0 0