加载中
Windows Batchfile Directory

System read-only variable %CD% keeps the path of the caller of the batch, not the batch file location. You can get the pathname of the batch script itself with %0, parameter ext...

2014/04/30 10:19
128
远程桌面体验注意事项

如果需要连接远程桌面进行工作, 有以下服务不要关闭,否则影响使用体验:

2014/01/21 09:44
177
查看gcc编译时候的预定义宏

可以用下面的指令查看你当前gcc编译的时候预定义宏 touch /tmp/x.c gcc -E -dM -c /tmp/x.c

2014/01/20 17:22
864
解决VC下编译C++模块时 "warning C4530"的警告信息

通过Extension的extra_compile_args,增加 /EHsc的编译参数, 来解决这个警告信息.

2014/01/03 15:40
2.5K
今天访问oschina怎么有时候反应速度慢呢?

访问一般页面还好一些,通过rss访问个别软件介绍的时候,反应很长时间;(访问oschina很久都没出现这种情况了) 有时候回复信息也会有点点卡。。这种情况时断时续。。 红薯老大考虑观察一下是...

2010/11/22 23:03
54

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部