码迷,mamicode.com
首页 >  
搜索关键字:file path    ( 77533个结果
文件遍历排序函数
function bianli(path) 'initiate  path = server.mappath(path)  set fso=server.CreateObject("scripting.filesystemobject")  set objFolder=fso.GetFolder(path)  set objfiles = objfolder.files '把文件名及文...
分类:其他好文   时间:2014-05-12 14:54:44    阅读次数:261
九度 1124
#include #include #include using namespace std; #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else ...
分类:其他好文   时间:2014-05-12 14:12:35    阅读次数:379
加载JSON文件,Plist文件
1.加载JSON文件a.JSON文件的路径NSString *path = [[NSBundle mainBundle] pathForResource:@"XXXX.json" ofType:nil];b.加载JSON文件 获取Data数据NSData *data = [NSData dataWi...
分类:Web程序   时间:2014-05-12 09:20:20    阅读次数:284
【keytool jarsigner工具的使用】Android 使用JDK1.7的工具 进行APK文件的签名,以及keystore文件的使用
一个android apk的编译过程 请参考:http://www.2cto.com/kf/201312/261475.html典型的编译过程:aapt( Android Asset Packaging Tool): 把你的应用程序资源文件(例如: AndroidManifest.xml file ...
分类:移动开发   时间:2014-05-12 08:21:55    阅读次数:962
Xcode打包踩过的那些坑
一、file was built for archive which is not the architecture being linked (armv7s) 项目是基于cocos2d-x绑定lua进行开发的,需要引用liblua.a静态库,编译的时候报上面的错。需要将liblua项目中的buil...
分类:其他好文   时间:2014-05-12 08:16:45    阅读次数:345
九度 1105
#include #include #include using namespace std; #ifdef ONLINE_JUDGE #define FINPUT(file) 0 #define FOUTPUT(file) 0 #else ...
分类:其他好文   时间:2014-05-12 06:30:08    阅读次数:232
C 语言写的爱情诗歌
/* ******************************************* ***** File Name: Love.c ***** Description: Love Story about you and me ***** Author: JPing.Cai ***** Date: 2014-5-10 ***** Last Version: 1.0 * *******...
分类:其他好文   时间:2014-05-11 14:15:46    阅读次数:290
MyEclipse 中各种 libraries 的含义
MyEclipse 中各种 libraries 的含义   JRE System Library  , java EE 5 Libraries ,  Referenced  Libraries这三个都是各种JAR包(库文件)的集合名称,可以任意取,只不过是Eclipse的默认名字罢了. JRE System Library:   指Java SE 的常用库文件集合,建立普通的J...
分类:系统相关   时间:2014-05-11 13:08:00    阅读次数:541
Linux学习笔记总结
零、求人不如求已:        1、 在Linux中,文件,文件夹,驱动,命令,脚本都视为文件,也即一切皆file。        2、记住使用Linux 的关键就是六个字: 命令、选项、参数。        3、学会看帮助,不用求人。    学会看帮助,不用求人。    man touch     touch --help...
分类:系统相关   时间:2014-05-11 06:07:02    阅读次数:567
Android创建新项目及开发
创建一个新项目是很简单的,只要你安装了Eclipse插件,并且你的Eclipse软件版本在3.2或3.3,你就可以开始开发了。首先, 看一下要创建"Hello, World"程序从高级层面上有哪些步骤:1, 通过 File -> New -> Project 菜单,建立新项目"Android ...
分类:移动开发   时间:2014-05-11 00:06:13    阅读次数:400
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!