码迷,mamicode.com
首页 >  
搜索关键字:folder    ( 1374个结果
C# ClickOnce deployment for Windows Services ClickOnce 部署windows service
A simple solution that I use is to merely stop the service and x-copy the files from my bin folder into the service folder.A batch file to stop the se...
分类:Windows程序   时间:2014-06-27 00:43:40    阅读次数:500
iOS项目工程添加.a文件遇到的Dsymutil Error
将.a文件加入工程,很多教程讲的都是:右键选择Add->Existing Files…,选择.a文件和相应的.h头文件。或者将这两个文件拖入XCode工程目录结构中,在弹出的界面中勾选Copy items into destination group's folder(if needed),并确保A...
分类:移动开发   时间:2014-06-26 21:26:26    阅读次数:296
Myeclipse的web工程和Eclipse互相转换
eclipse的web工程转myeclipse的web工程1.原eclipse工程叫netschool 2.在myeclipse中新建一个工程叫netschool 并在新建的时修改 web root folder为WebContent 3.备份在myeclipse新建的netschool工程下的.....
分类:Web程序   时间:2014-06-26 21:14:48    阅读次数:237
Javascript学习------FileSystemObjec对象
动态创建FileSystemObject对象:varfso=newFileSystemObject("Scripting.FileSystemObject");(接下来可以用变量fso对Drive对象、Drives集合、File对象、Files集合、Folder对象、Folders集合以及TextStream对象进行相应的操作。)FileSystemObject对象的方法·GetAbsolutePathN..
分类:编程语言   时间:2014-06-24 16:16:27    阅读次数:197
AX中API的简单调用
FilePath folder = "E:\\NewFolder1"; FilePath filePath; container fileInfo; int fileHandle; FileName _FileName; ; _FileName = folder; fileP...
分类:Windows程序   时间:2014-06-21 15:50:24    阅读次数:417
ssh2 三大框架整合
提示:eclipse环境、工程环境、tomcat环境的jdk保持一致 1、新建一个工程,把工程的编码为utf-82、把jsp的编码形式改成utf-83、把jar包放入到lib下 (eclipse下jar包要放在lib下,不能在lib下还有文件夹)4、建立三个src folder src ...
分类:其他好文   时间:2014-06-18 17:29:26    阅读次数:190
gen already exists but is not a source folder ZT
解决方法:1. 右键点击工程,选择 "Properties"2. 选择左边的 "Java Build Path"3. 打开 "Source" 标签面板4. 点击 "Add Folder..."5. 勾选 "gen" 文件夹,点击OK,点击YES,再点击OK6. 最后右键点击工程,选择 "Andrio...
分类:其他好文   时间:2014-06-18 11:00:21    阅读次数:197
jfinal框架教程-学习笔记(一)
Eclipse IDE for Java EE Developers 中1、创建 Dynamic Web Project2、修改 Default Output Folder,推荐输入 WebRoot\WEB-INF\classes特别注意:此处的 Default out folder 必须要与 We...
分类:其他好文   时间:2014-06-13 14:34:46    阅读次数:547
NI License Activator 使用方法
双击打开后,看到这样的界面,将白色方格通过鼠标右击点绿就可以了。 NI License Activator 使用方法 可能会出现这种情况,打开后,主界面里什么也没有。 解决办法:点击菜单栏的“options”,然后选“open license folder”,出来一个浏览框,然后浏览如下文件夹即可,C:\ProgramData\National Instruments\License Man...
分类:其他好文   时间:2014-06-10 11:09:00    阅读次数:539
学习IOS--路径详细理解
利用create groups for any added folders 这样的方式表示的是将所有的资源都放在资源包得路径下,没有层次的概念利用create folder references for any added folders这样的表示方式是在按照原来文件夹的方式将他们放入到安装包中的。...
分类:移动开发   时间:2014-06-09 21:42:26    阅读次数:292
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!