When i run svn up in the folder, i got these error:svn: Error converting entry in directory 'XXXXX' to UTF-8svn: Can't convert string from native enco...
分类:
其他好文 时间:
2014-07-19 21:20:46
阅读次数:
247
今天配置hbase的时候发现有几台机器的regionserver启不来。报错如下:
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeC...
分类:
其他好文 时间:
2014-07-18 22:35:16
阅读次数:
323
执行php安装
--enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-session --...
分类:
其他好文 时间:
2014-07-17 10:46:12
阅读次数:
150
执行php-5.3.10
--enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --without-pear --with-gettext --enable-s...
分类:
其他好文 时间:
2014-07-17 10:33:56
阅读次数:
381
之前关于OBB的内容:Android上使用native IO最近工作中的问题笔记工作记录[续] android OBB自从用了Java来mount OBB, 再也没有遇到挂载的问题.但最近在LG Nexus5 和LG G2上测试, 发现某个大约30K文件的文件, 一次性读取出来以后, 处理会报错.最...
分类:
其他好文 时间:
2014-07-17 00:58:34
阅读次数:
344
1.data/data/com.qunar sharepref 文件夹下的Qunarperferences.xml文件中 username,phone等均为加密处理过字段2.jdgui下查找关键字_phone的函数3.分析读取sharepref函数及java层加密函数以及调用native 函数。4....
分类:
移动开发 时间:
2014-07-16 17:49:34
阅读次数:
232
nohup java -classpath ../ classifyMblog.Bayes > output.txt 2>&1 &表示在后台运行程序,输出打印在output.txt上。top查看当前的后台程序,可以照到自己程序对应的PIDkill -9 PID关闭程序
分类:
其他好文 时间:
2014-07-16 15:09:00
阅读次数:
233
pomelo-cocos2d-jsb 在cocos2d-js-v3.0-rc0 下的具体配置,便利的支持web,native平台...
分类:
Web程序 时间:
2014-07-14 17:23:59
阅读次数:
376
JNI事实上是Java Native Interface的简称,也就是java本地接口。它提供了若干的API实现了和Java和其它语言的通信(主要是C&C++)。或许不少人认为Java已经足够强大,为什么要须要JNI这样的东西呢?我们知道Java是一种平台无关性的语言,平台对于上层的java代码来说...
分类:
其他好文 时间:
2014-07-14 09:08:01
阅读次数:
268
What you need to do is edit the configure file. And find out this:SLIBNAME='$(SLIBPREF)$(FULLNAME)$(SLIBSUF)'SLIBNAME_WITH_VERSION='$(SLIBNAME).$(LIBV...
分类:
其他好文 时间:
2014-07-14 00:00:03
阅读次数:
278