码迷,mamicode.com
首页 >  
搜索关键字:build path    ( 43254个结果
dsadm-dsconf数据导入导出
cd instance-path/ds6/bin #注意黄色参数修改为跟实际环境一致-c,--accept-cert Does not ask for confirmation before accepting non-trusted server certifica...
分类:其他好文   时间:2014-05-16 18:06:42    阅读次数:766
iOS7.1以后企业应用发布需要HTTPS协议,解决步骤
操作系统是Window下。第一步安装软件1、安装Tomcat6.0.35(Tomcat7.0.34测试通过)2、安装JDK6(1.6.0_10-rc2,其它版本没测试)3、安装openssl第二步配置软件1、将jdk、jre和openssl的bin目录设置到path环境变量下第三步生成证书1、创建一...
分类:移动开发   时间:2014-05-16 08:35:46    阅读次数:540
ios 统一设计,iOS6也玩扁平化
转:http://esoftmobile.com/2014/01/14/build-ios6-ios7-apps/前言前段时间,苹果在它的开发者网站上放出了iOS系统安装比例,其中iOS7占到78%,iOS6占18%,剩余4%是iOS6以下版本。我们也借此机会将手上正在进行的两个项目都升级到支持iO...
分类:移动开发   时间:2014-05-16 08:08:34    阅读次数:439
【Exception】 java.lang.NoSuchMethodError: android.app.AlertDialog$Builder.setOnDismissListener
f(Build.VERSION.SDK_INT >10) builder =newAlertDialog.Builder(getActivity(), R.style.Theme.Sherlock.Dialog);else builder =newAlertDialog.Builder(...
分类:移动开发   时间:2014-05-16 07:49:31    阅读次数:606
PHP.ini文件读取不到
Configuration File (php.ini) Path/usr/local/php/libLoaded Configuration File(none)Linux 把 dtruss 改成strace 就可以我的是mac的系统jackluo@JackLuodeMacBook-Pro:~ $...
分类:Web程序   时间:2014-05-16 07:23:21    阅读次数:381
lnmp启动脚本
#!/bin/bashPATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/binexport PATH# Check if user is rootif [ $(id -u) != "0" ]; then pr...
分类:其他好文   时间:2014-05-16 07:15:11    阅读次数:310
uva 10564
Problem FPaths through the HourglassInput:Standard InputOutput:Standard OutputTime Limit:2 SecondsIn the hourglass to the right a path is marked. A pa...
分类:其他好文   时间:2014-05-16 05:34:47    阅读次数:307
cocos2d-x (Android)之-那些常见的error记
转自:http://blog.csdn.net/callchunli/article/details/8929813(2013/9/2)build.xml:939: java.lang.ArrayIndexOutofBoundsExcption:1at com.android.ant.Depende...
分类:移动开发   时间:2014-05-16 05:10:27    阅读次数:1029
java web项目,java类中获得WEB-INF路径
private static String getWebInfPath() { URL url = 当前类.class.getProtectionDomain().getCodeSource().getLocation(); String path = url.toString(); int ...
分类:编程语言   时间:2014-05-15 16:54:07    阅读次数:378
Java Web(1):HTTP协议
HTTP协议HTTP(HyperText Transfer Protocol)协议是应用层协议,是一个基于请求(request)/响应(response)模式的、无状态的(stateless)协议HHTP URLhttp://hostname[:port][abs_path]浏览器与服务器连接的一般...
分类:编程语言   时间:2014-05-15 16:34:34    阅读次数:384
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!