using System; using System.Text; using System.IO; using System.Security; using System.Security.Cryptography; namespace Tgnet.Base.Security { /**...
分类:
Web程序 时间:
2014-07-22 22:54:32
阅读次数:
206
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
本文介绍基于rfc4648的Base64编码格式,rfc4648介绍了Base64/32/16编码机制,同时废止了rfc3548。相关的资料和标准有:rfc2045定义了MIME中的Base64传输编码,rfc4880定义了OpenPGP中使用的Radix-64编码。 Base64使用64个通...
分类:
其他好文 时间:
2014-07-18 15:32:41
阅读次数:
222
通过私有协议在Chrome浏览器网页中打开本地程序...
分类:
Web程序 时间:
2014-07-17 20:32:31
阅读次数:
251
执行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
base64coder 可以查看官网: http://www.source-code.biz/base64coder/java/ 我所涉及到的 base64coder调用: 某天,因需要修改Properties文件中的部分内容,而该内容是base64做过加密的,所有要进行解密、修改、加密、存储,主....
分类:
其他好文 时间:
2014-07-16 15:02:10
阅读次数:
227