XPS Project DirectoriesTo view the XPS directory structure, refer to XPS Directory Structure Outline.__xpsContains intermediate files generated by XPS...
分类:
其他好文 时间:
2015-01-31 17:48:23
阅读次数:
166
1、创建文件夹 //using System.IO; Directory.CreateDirectory(%%1);2、创建文件 //using System.IO; File.Create(%%1);3、删除文件夹//usingSystem.IO;Directory.Delete(%%1);4.删...
分类:
Windows程序 时间:
2015-01-31 16:04:20
阅读次数:
3007
在centos6.6上安装了Vmware之后运行出现下列问题 VMware Workstation : Could not open /dev/vmmon: No such file or directory解决办法:[root@Server-1 ~]#mv /usr/lib/vmware/modu...
分类:
系统相关 时间:
2015-01-30 00:00:03
阅读次数:
458
解决办法:Open:/system/etc/init.d/×××(not the same file on different ROMs, find the right file)Find the line that says:rm /dev/log/mainChange the line to:#...
分类:
其他好文 时间:
2015-01-29 21:05:57
阅读次数:
198
public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object...
分类:
其他好文 时间:
2015-01-29 14:23:59
阅读次数:
206
cocos2d-x 3.0中场景切换特效比较多,而且游戏开发中也经常需要用到这些特效,来使场景切换时不至于那么干巴,遂这里汇总一下,开发中使用。场景切换用到导演类Directory,大多数用的都是替换场景,当然也可以用出栈进栈的方式来进行场景的替换,这里以replaceScene来举例。场景切换特效...
分类:
其他好文 时间:
2015-01-29 14:01:20
阅读次数:
203
Cddir(change directory,可以缩写为cd),其功能是显示当前目录的名称,或更改当前的目录应用时公带一个驱动器号(如: cd c:)在命令行cmd中输入 cd /? 可显示帮助信息如下图:列1、根目录是驱动器的目录树状结构的顶层,要返回到根目录,在命令行输入:cd \ 执行后结果如...
分类:
其他好文 时间:
2015-01-29 10:23:37
阅读次数:
125
#include "apue.h"#include int main(int argc, char* argv[]){ DIR* dp; struct dirent* dirp; if (argc != 2) err_quit("usage: ls directory...
分类:
其他好文 时间:
2015-01-29 09:16:48
阅读次数:
139
在ADS一开始软件安装过程中,如果没有指定默认安装目录,那么之后软件启动,默认目录会一直是C盘下user里的那个default目录,那么如何修改?(在这里,我用的是ADS2009,其它版本类似)。
有个小技巧可以更改默认路径,点击开始,找到ADS程序:
然后右键->属性:
在选项卡的起始位置,图中红框所示,改为自己期望的工作目录即可。...
分类:
其他好文 时间:
2015-01-28 19:54:12
阅读次数:
183
OracleLinuxServer7安装VMwareTools问题#./vmware-install.pl时报错:#-bash: ./vmware-instal.pl:/usr/bin/perl:bad interpreter:No such file or directory原因:未安装perl环...
分类:
数据库 时间:
2015-01-27 14:48:45
阅读次数:
267