摘要:原始帖子在这里:http://topic.csdn.net/t/20041018/11/3465589.html 我只是整理了一下,简化了一些冗余代码。 /// <summary> /// 半角(DBC case)转全角(SBC case) /// </summary> /// <param name="source">被转换的半角字符串</param> /// <returns>转换后的全角字符串</returns> static string DBC2SBC(string source) { //袁
阅读全文
摘要:今天早上一打开Reader就发现“Subscriptions"和"Labels"前面多了两个小三角,心里不禁一喜:不会是改版了吧?赶紧点了一下,呵呵,果然!我一直耿耿于怀的”Subscriptions"无法编辑的问题终于解决了!由于Reader在FireFox下无法编辑“Subscriptions",我差点意志不坚定跟着bloves他们投奔“抓虾“……
阅读全文
摘要:functional programming Use functional programming techniques to write elegant JavaScript Functional programming in the Java language Tutorial Papers in Functional Programming tag "functional"
阅读全文
摘要:http://javascriptsearch.com/guides/Beginner/articles/MasteringAJAX_1.html讲得不错。特别是最后两段,是初学者的苦口良药:思考比copy & paste更重要! For now, though, spend some time thinking about just how powerful Ajax applications can be. Imagine a Web form that responds to you not just when you click a button, but when you t
阅读全文