javah在eclipse中设置参数:location(javah.exe的位置)working dir(${project_loc}/src)-classpath .;./classes -d ${project_loc}\jni -jni ${java_type_name}回调的java代码pu...
分类:
其他好文 时间:
2014-07-16 21:38:29
阅读次数:
170
###download and config- download yii-1.1.12- unzip into yii-1.1.12- config yii-1.1.12 dir an apache httpdoc dir###check yii requirementshttp://hostnam...
一直使用eclipse操作java程序,但RMI程序需要命令行操作,故研究了下java的命令行操作。javac 用于编译.java文件,生成.class文件假设文件夹dir下有pa.java和a.java,并且a用到了pa的实例,那么在编译a时,是需要.class文件的。即编译程序时,程序之间的依赖...
分类:
编程语言 时间:
2014-07-16 19:44:41
阅读次数:
194
1 #include 2 #include 3 #include 4 #include 5 #include 6 7 typedef void (__stdcall *P_WALK_DIR_CALLBACK)(const std::string &In_strFilePath); 8 ...
分类:
编程语言 时间:
2014-07-16 19:31:47
阅读次数:
256
1 CUR_DIR = $(shell pwd) 2 3 CFLAGS = -g -Wall 4 GCC = gcc 5 GXX = g++ 6 7 TARGET = exe.out 8 9 SRC_FILES += $(shell find $(CUR_DIR) -name *.cc) \...
分类:
其他好文 时间:
2014-07-12 00:57:34
阅读次数:
216
Don't think it is supported yet. Take a look at thisJIRA trackingDelete Topic. For delete manuallyShutdown the clusterClean kafka log dir (specified b...
分类:
其他好文 时间:
2014-07-11 22:50:35
阅读次数:
328
System.out.println(System.getProperty("user.dir"));//得到工程所在磁盘路径String mailFilePath = new File("WebRoot").getAbsolutePath()+"\\file\\maiList.txt";//得到w...
分类:
编程语言 时间:
2014-07-11 22:39:36
阅读次数:
243
本文档介绍Icehouse版keystone-all命令 keystone-all命令在一个进程中同时启动服务和管理API,为openstack提供服务目录,授权和身份认证服务。用法$ keystone-all [-h] [--config-dir DIR] [--config-file ...
分类:
其他好文 时间:
2014-07-10 16:34:26
阅读次数:
411
namenode启动参数:-Xmx153600m -Xms153600m -Xmn4096m -verbose:gc -Xloggc:$ODPS_GC_LOG_DIR/namenode.gc.log -XX:ErrorFile=$ODPS_LOG_DIR/hs_err_pid.log -XX:+Pr...
分类:
其他好文 时间:
2014-07-09 14:55:32
阅读次数:
517
1,提取出每个节目下的用户列表2,将用户id列表与用户的profile进行对应实现脚本如下: 1 #/bin/sh 2 3 program_dir=/home/minelab/liweibo/raw_data 4 user_file=/home/minelab/liweibo/spring...
分类:
其他好文 时间:
2014-07-09 14:34:58
阅读次数:
237