log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: /opt/logs/log.log (没有那个文件或目录) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.ja...
分类:
其他好文 时间:
2014-11-21 18:44:20
阅读次数:
288
log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: /opt/logs/log.log (没有那个文件或目录) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.ja...
分类:
其他好文 时间:
2014-11-21 18:43:13
阅读次数:
205
log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: /opt/logs/log.log (没有那个文件或目录) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.ja...
分类:
其他好文 时间:
2014-11-21 18:42:59
阅读次数:
324
log4j:ERROR setFile(null,true) call failed.java.io.FileNotFoundException: /opt/logs/log.log (没有那个文件或目录) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(FileOutputStream.ja...
分类:
其他好文 时间:
2014-11-21 18:41:13
阅读次数:
240
转自:http://www.zhangxinxu.com/wordpress/?p=2341一、base64百科Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,可用于在HTTP环境下传递较长的标识信息。某人: 唉,我彻底废柴了,为何上面明明是中文,洒家却看不懂嘞,为什么?~~好吧...
分类:
Web程序 时间:
2014-11-21 14:00:42
阅读次数:
228
模块说明base64编解码,RFC2045和RFC4648,如果有疑问可看RFC。编码结果比原来大约33%decode和decode_to_string 仅仅忽略空白字符,如空白符、tab、\n等mime_decode和mime_decode_to_string 忽略不合法字符Data Typesa...
分类:
其他好文 时间:
2014-11-20 23:21:07
阅读次数:
370
facebook的react是非常出色的一个想法。为什么这么说呢?让我们先看看针对javascript的一些“创新”方法: 1、用javascript本身来实现,比如ember,angular 2、通过最终编译成js的方式,比如gwt,clojurescript。...
分类:
其他好文 时间:
2014-11-20 22:09:13
阅读次数:
542
这段时间基于项目需要 在开发中与WebView的接触比较多,前段时间关于HTML5规范尘埃落定的消息出现在各大IT社区头版上,更有人说:HTML5将颠覆原生App开发 虽然我不太认同这一点 但是关于HTML5+JS+CSS+Native的跨平台开发模式还是为很多企业节省了开发资源和成本、一定程度上提升了WebView的使用率和地位。
网上关于HTML5规范定稿的一篇见解文章:
ht...
分类:
移动开发 时间:
2014-11-20 20:20:59
阅读次数:
181
package com.ice.webos.util.security;import java.io.UnsupportedEncodingException;import java.math.BigInteger;import java.security.Key;import java.secur...
分类:
编程语言 时间:
2014-11-20 18:42:53
阅读次数:
219
Android 平台DES IV 加密解密随笔
好记性不如烂笔头,所以开始写博客了。一方面加深自己的理解,二方面给后面初学者少走弯路,不论难易,有些东西可能理解的不深,欢迎各位赐教!...
分类:
移动开发 时间:
2014-11-20 12:10:36
阅读次数:
198