码迷,mamicode.com
首页 >  
搜索关键字:shared library    ( 12117个结果
iOS Xcode6.0的沙盒路径
当我们把Xcode升级到6.0之后我们会发现我们在以前的沙河路径下找不到我们的项目文件了。那么这些文件现在放在哪里了呢,路径:Library/Developer/CoreSimulator/Devices当然最简单实际的办法就是我们在项目中输出一下路径,那样就会一目了然的看到路径了NSArray *...
分类:移动开发   时间:2014-11-17 11:58:20    阅读次数:213
Sublime Text 增加CoffeeScript、Jade and Stylus syntax高亮
切换到Sublime Text Packages 目录:Liunx系统:cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packageswindows系统:jdm@JDM-PC ~/AppData/Roaming/Sublime Text 2/P...
分类:其他好文   时间:2014-11-17 10:35:53    阅读次数:4032
Sharepoint 2010 备份与恢复 (一)
第一种:使用命令行Stsadm来进行备份与还原定位到Stsadm地址cd C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN备份stsadm -o backup -url http://xxxxx -...
分类:其他好文   时间:2014-11-17 10:20:15    阅读次数:218
android junit 测试 简要步骤
android junit 测试 1.新建一个类继承TestCase这个类 2.AndroidManifest.xml, 加入<uses-library android:name="android.test.runner" /> <!-- 记住这个一要放在application外面,不然会出现配置错误 信息 -->? ...
分类:移动开发   时间:2014-11-16 23:11:20    阅读次数:469
Zookeeper源码学习1:win7下Ant编译Zookeeper源码为Eclipse工程
1、什么是Ant??? Apache Ant? Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each othe...
分类:Windows程序   时间:2014-11-16 23:09:00    阅读次数:445
java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFil
项目启动时报错:java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2的jar包版本号为2.1.8,所以类名是没有错误的,而jar包确实加入进去了。jar包加入的方式是通过user library。 问题解决的办法是:将ja...
分类:编程语言   时间:2014-11-16 23:08:31    阅读次数:410
Android项目路径改变后,libs文件夹内的包miss的解决办法
今天用因为用git,所以把项目移出了workspace(git不推荐将repository放到workspace里面),然后就报错: Archive for required library XXX in project cannot be read or is not a valid ZIP file 发现项目下的...
分类:移动开发   时间:2014-11-16 18:57:45    阅读次数:185
mysql执行update报错1175解决方法
mysql执行update报错update library set status=true where 1=1 Error Code: 1175. You are using safe update mode and you tried to update a table without a WHE...
分类:数据库   时间:2014-11-16 18:36:44    阅读次数:381
csc.exe命令,用来将一个 类文件 cs文件编译为DLL文件
csc /target:library /out:c:\valmp3.dll c:\valmp3.cs此命令的意思是:把c盘根目录下 valmp3.cs 编译成 dll,存放dll位置为c盘根目录。如果有较多的cs文件相互调用,想生成dll文件,可以把这些关联的cs文件放入一个路径中。然后csc /...
分类:其他好文   时间:2014-11-16 12:00:29    阅读次数:142
PAT 1022. Digital Library
完全考输入输出#include #include #include #include #include #include #include using namespace std;unordered_map > idx_title;unordered_map > idx_author;unorder...
分类:其他好文   时间:2014-11-16 01:53:32    阅读次数:164
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!