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
操作系统是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
转: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
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
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
#!/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
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
转自: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
private static String getWebInfPath() { URL url =
当前类.class.getProtectionDomain().getCodeSource().getLocation(); String path =
url.toString(); int ...
分类:
编程语言 时间:
2014-05-15 16:54:07
阅读次数:
378
HTTP协议HTTP(HyperText Transfer
Protocol)协议是应用层协议,是一个基于请求(request)/响应(response)模式的、无状态的(stateless)协议HHTP
URLhttp://hostname[:port][abs_path]浏览器与服务器连接的一般...
分类:
编程语言 时间:
2014-05-15 16:34:34
阅读次数:
384