摘要:
# 添加追踪(全部)git add -A# 删除文件git rm# 新建目录 (Linux)mkdir [dir]# 改文件名git mv# 将远程分支 pull 到本地的新建文件夹git mkdir [dir]cd [dir]git initgit pull [url] [branch]git b... 阅读全文
摘要:
VS2012 Update 5 中使用Microsoft Git Provider作为插件,push时报错:An error was raised by libgit2. Category = Net (Error). This transport isn't implemented. Sorr... 阅读全文
摘要:
math.h 数学函数库,一些数学计算的公式的具体实现是放在math.h里,具体有:1 三角函数double sin (double);double cos (double);double tan (double);2 反三角函数double asin (double); 结果介于[-PI/2, P... 阅读全文
摘要:
Link:http://stackoverflow.com/questions/4315681/how-to-change-ipch-path-in-visual-studio-2010引用:The ipch folder is created by the IntelliSense system ... 阅读全文
摘要:
PDB Files: What Every Developer Must Knowhttp://www.wintellect.com/CS/blogs/jrobbins/archive/2009/05/11/pdb-files-what-every-developer-must-know.aspxP... 阅读全文
摘要:
VS2012生成项目报错:“Draw.exe”(Win32): 已加载“C:\Users\YC\Documents\Visual Studio 2013\Projects\Draw\Debug\Draw.exe”。已加载符号。……“Draw.exe”(Win32): 已加载“C:\Windows\S... 阅读全文
摘要:
做除法时int强制转换double! 阅读全文