2011-06-30
- [生活美語] <縮寫> RSVP = Répondez, S'il Vous Plaît 源於法文,英譯為"please respond",意思是"請回覆",常見的地方為邀請信函(Invitation) 參考
- <備忘> 原來能幫人管理網路上的名譽(縮小搜尋範圍)也是一種創新啊! - http://vizibility.com/jazzwang
File System
- Extended File Attributes Rock! - 還記得以前有人(jserv??)想實作有屬性的檔案系統,可以對存在檔案系統中的圖片、影片等,可以使用該屬性去作搜尋等,看樣子現在變得可行了~
~$ setfattr -n user.comment -v "this is a comment" test.txt ~$ getfattr test.txt # file: test.txt user.comment ~$ getfattr -n user.comment test.txt # file: test.txt user.comment="this is a comment" ~$ setfattr -x user.comment test.txt ~$ getfattr -n user.comment test.txt test.txt: user.comment: No such attribute
Open Source
- Survey Shows Enterprise Open Source Usage Ubiquitous - 新的產業調查發現企業使用自由軟體越來越多了!
Last modified 13 years ago
Last modified on Jun 30, 2011, 9:47:28 PM