原文:关于在设置启动文件夹或者设置用户选项时不能得到当前用户的解决方法上一篇:如何设置Installshield中 feature的选中状态 在用到FOLDER_STARTUP或者类似的变量前加一句ALLUSERS=0;然后FOLDER_STARTUP就是指向当前用户了。ALLUSERS是环境变量,...
分类:
其他好文 时间:
2014-08-19 18:56:57
阅读次数:
138
创建浏览打开窗口的函数:1 function Read-FolderBrowserDialog([string]$InitialDirectory)2 {3 $app = New-Object -ComObject Shell.Application4 $folder = $app....
分类:
其他好文 时间:
2014-08-19 12:19:34
阅读次数:
175
In order to install it on your pi follow the steps: 1. Install subversion: sudo?apt-get update sudo?apt-get install subversion 2.?Go to the folder where you want to have the mjpg-stremer, for e...
分类:
Web程序 时间:
2014-08-19 01:04:23
阅读次数:
251
Aspose.PDF的使用方法,官网上介绍的都有,但是都比较简单,主要是起示例作用。结合自己实际工作,我对相关方法进行了整理,自认为比较关键的地方,会作简要说明。用来转换成html之前,必须对filepath和folder进行定义,切记切记。class PdfTools{ /// //...
分类:
Web程序 时间:
2014-08-19 00:58:53
阅读次数:
543
//coontrol$this->load->view ( '/' . $this->index_lang ['FOLDER'] . '/eprepag_form.php', $params);//view//eprepag_form.phpeprepag " method="post" > ".....
分类:
其他好文 时间:
2014-08-15 17:23:59
阅读次数:
188
今天做一个Android的文件管理器,里面用到非常多的地方用到了getResources。Drawable currentIcon = null;currentIcon = getResources().getDrawable(R.drawable.folder);currentIcon = ge....
分类:
移动开发 时间:
2014-08-14 19:27:49
阅读次数:
199
昨天在研究拍照后突破的存储路径的问题,开始存储路径写死为: private String folder = "/sdcard/DCIM/Camera/"(SD卡上拍照程序的图片存储路径); 后来发现这样写虽然一般不会出错,但不是很好,因为不同相机,可能路径会出问题。较好的方法是通过Environ.....
分类:
其他好文 时间:
2014-08-14 16:27:48
阅读次数:
329
gen already exists but is not a source folder. Convert to a source folder or rename it.svn 更新项目后,出现了~上面的错误。解决方法:1. 右键点击project,选择 "Properties"2. 选择左边的...
分类:
其他好文 时间:
2014-08-13 14:33:36
阅读次数:
257
虚拟机linux与widows主机的进行文件共享
方法一:使用虚拟机的共享文件夹功能
使用vmware(vmware workstation 5)下shared folders功能实现vmware中host与ghost间文件传输,无需任何网络相关设置,不使用任何网络协议,host和ghost可以是linux和windows操作系统,这里只介绍host是windows,ghost是linux下的设置,如果ghost是windows,请参考vmware帮助中setting up shared folder...
Edit the following file manually and change the path to the icons folder (it appears 2 times in the file)File to edit:\wamp\bin\apache\apache2.2.6\con...
分类:
其他好文 时间:
2014-08-08 16:00:36
阅读次数:
192