码迷,mamicode.com
首页 >  
搜索关键字:documents    ( 1362个结果
安卓编译No rule to make target问题
今天同事给传了一个安卓项目,但改过了所以的引用,但编译时,仍会报错:make: *** No rule to make target `/Users/Sha/Documents/cocos2d-2.1rc0-x-2.1.2/boZQYJ24Android/proj.android/../../extensions/CCBReader/CCBFileLoader.cpp', needed by `o...
分类:移动开发   时间:2015-01-08 22:50:54    阅读次数:241
【转】SVN添加文件时的错误处理:...\conf\svnserve.conf:12: Option expected
转载地址:http://www.linuxidc.com/Linux/2014-09/106683.htm安装完SVN服务器,添加完用户权限后,准备将本地的项目add到服务器上时,报"C:\Documents and Settings\Subversion Repository\conf\svnse...
分类:其他好文   时间:2015-01-07 20:34:53    阅读次数:152
Swift plist文件读写
//写入plist var paths = NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory.DocumentDirectory, NSSearchPathDomainMask.UserDomainMask, true) //Get Path of Documents Directory var document...
分类:编程语言   时间:2015-01-05 18:49:22    阅读次数:207
使IIS Express支持其他网络客户端访问
今天尝试利用Android客户端Web浏览器访问VS2012 IIS Express调试中的Web应用,发现这个IIS Express仅支持localhost主机名地址访问。上网搜索找到解决方案,几经尝试最后结果如下:在\Users\YourName\My Documents\IISExpress\...
分类:其他好文   时间:2015-01-05 12:33:55    阅读次数:98
使用Profile文件记录JFileChooser(或者File控件)最新打开的文件路径
一、描述 我们使用JFileChooser或者File控件打开Windows系统目录下的文件之后,如何保存我们最近打开的文件路径,使得每次打开文件就能打开最近一次打开的文件目录,而不是每次默认打开C:\Users\Administrator\Documents目录。我们需要使用Profile属性文件来记录最近打开的文件路径,在File控件打开文件前先读取配置文件中的最近文件目录,在打开文件后将路...
分类:其他好文   时间:2015-01-03 17:21:31    阅读次数:163
[AngularJS] Javascript scope and AngularJS $scope
Scope resolution of our Angular documents works exactly the same way scope resolution works in plain, old Javascript. The only difference here is that...
分类:编程语言   时间:2015-01-03 07:02:25    阅读次数:409
win7下zend studio5.5中文乱码解决方法
win7下zend studio5.5中文乱码解决方法 1、打开 C:Documents and SettingsAdministratorZDEconfig_5.5desktop_options.xml(这个地址要根据自己的电脑而定。)2、查找 editing.encoding3、修改里面为 4、...
分类:Windows程序   时间:2015-01-03 02:02:39    阅读次数:288
插入数据
文档是mongodb数据的基本单元,且对数据没有具体的模式要求,可以嵌套各种复杂的数据结构。mongodb和关系数据库的对比:documents/collection/db----row/table/databaseCreate Collection:如果collection不存在, 那么inser...
分类:其他好文   时间:2015-01-02 17:22:32    阅读次数:209
Essential Documents to Manage Your Projects
Speak to an experienced project manager, and they can give you a wealth of good advice on the do's and don'ts to successfully manage any project. All ...
分类:其他好文   时间:2015-01-02 12:13:59    阅读次数:185
Linux下命令行对未签名的APK进行数字签名和优化
签名: jarsigner -verbose -keystore wxmz.jks -signedjar books_encrypted_signed.apk books_encrypted.apk wxmz 最后一项wxmz为keystore别名 字节对齐: zipalign -v 4 /home/yuzw/Documents/apks/bak/books_e...
分类:系统相关   时间:2014-12-31 21:36:29    阅读次数:348
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!