AngularJS最理想开发工具WebStorm:http://blog.fens.me/angularjs-webstorm-ide/
分类:
Web程序 时间:
2014-07-03 10:06:36
阅读次数:
279
XML读取异常Invalidbyte1of1-byteUTF-8sequence.用xstream进行JavaBean与xml之间的转换,无法设定字符集编码格式,会导致上述异常。解决方法:org.w3c.dom(java dom)解析xml文档,在此仅列出write方法: 1 public stat...
分类:
其他好文 时间:
2014-07-01 21:36:09
阅读次数:
241
FNRCS0005E: SECURITY_INVALID_CREDENTIALS
分类:
其他好文 时间:
2014-07-01 17:05:43
阅读次数:
259
关于回调: 回调是观察者模式以及反应堆模式的基础 一句话,回调就是一种双向调用模式,什么意思呢,就是说,被调用方在被调用时也会调用对方,这就叫回调。“If you call me, i will call back”。 先看看这个可以说比较经典的使用回调的方式: 背景1:class A 实...
分类:
其他好文 时间:
2014-07-01 12:14:40
阅读次数:
198
com.mysql.jdbc.Driverjdbc:mysql://localhost:3306/h01root123org.hibernate.dialect.MySQL5Dialecttruetruenone这两行换下位置即可
分类:
移动开发 时间:
2014-07-01 11:40:01
阅读次数:
273
var ivar = [:]
ivar.className // __NSDictionaryI
var i = 1
i.className // error: 'Int' does not have a member named 'className'
If you want to get the type of a primitive, you have to use brid...
分类:
移动开发 时间:
2014-07-01 06:31:12
阅读次数:
234
对原作者表示感谢,转自博客:http://www.otechu.me/zh/2011/12/filtering-adb-logcat-output/本文介绍如何在shell 命令行中过滤 adb logcat 输出的几个小技巧。开发当中经常看到别人的 log 如洪水般瞬间刷满了屏幕,对自己有用的信息...
分类:
数据库 时间:
2014-07-01 00:30:09
阅读次数:
495
var ivar = [:]
ivar.className // __NSDictionaryI
var i = 1
i.className // error: 'Int' does not have a member named 'className'
If you want to get the type of a primitive, you have to use brid...
分类:
移动开发 时间:
2014-06-30 20:14:35
阅读次数:
311
文章地址:http://ryantang.me/blog/2014/06/29/efficient-life/...
分类:
其他好文 时间:
2014-06-30 19:01:40
阅读次数:
157
Flash Memory 目前分为两种:NOR Flash Memory 及 NAND Flash Memory,尤于 NAND FlashMemory 有较快的 Erase Time、Small Size 及成本较低的特性下,使得 NAND 更适用于Embedded System。Flash Me...
分类:
其他好文 时间:
2014-06-30 15:18:59
阅读次数:
194