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
yanzhihong@yzh:~/nook3$ file noogie.img
noogie.img: x86 boot sector; partition 1: ID=0xc, active, starthead 1,
startsector 32, 155616 sectors, code of...
分类:
其他好文 时间:
2014-05-16 08:31:35
阅读次数:
236
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
/proc/sys/vm/drop_caches(since Linux 2.6.16)Writing
to this file causes the kernel to drop clean caches,dentries and inodes from
memory, causing that ...
分类:
系统相关 时间:
2014-05-14 08:54:16
阅读次数:
331
1.每个Linux进程都有一个最大打开文件数,默认情况下,最大值是1024文件描述符不仅可以引用普通文件,也可以引用套接字socket,目录,管道(everything
is a file)默认情况下,子进程会获得其父进程文件表的完整拷贝2.打开文件open系统调用必须包含 O_RDONLY,O_W...
分类:
系统相关 时间:
2014-05-14 08:17:28
阅读次数:
674
NAME cat - concatenate files and print on the
standard output SYNOPSIS cat [OPTION]... [FILE]...DESCRIPTION Concatenate
FILE(s), ...
分类:
系统相关 时间:
2014-05-14 07:34:14
阅读次数:
398
1 // 使用xpath解决路径的问题 2 public static void
findAnswer(File file)throws Exception{ 3 // 10.1获取解析器 4 SAXReader reader =
getReader...
分类:
其他好文 时间:
2014-05-14 07:32:10
阅读次数:
228
如果你有文件太大,导致一些携带式装置无法复制的问题,嘿嘿!找 split 就对了!
他可以帮你将一个大文件,依据文件大小或行数来分割,就可以将大文件分割成为小文件了! 快速又有效啊!真心不错~[root@www ~]# split [-bl]
file PREFIX选项与参数:-b :后面可接...
分类:
系统相关 时间:
2014-05-14 07:26:00
阅读次数:
446
管线命令在 bash 的连续处理程序中是相当重要的!另外,在 log file
的分析当中也是相当重要的一环, 所以请特别留意!另外,在管线命令当中,常常会使用到前一个命令的 stdout 作为这次的 stdin , 某些命令需要用到文件名
(例如 tar) 来进行处理时,该 stdin 与 s.....
分类:
系统相关 时间:
2014-05-14 07:19:58
阅读次数:
432