wiki:jazz/11-06-30

2011-06-30

  • [生活美語] <縮寫> RSVP = Répondez, S'il Vous Plaît 源於法文,英譯為"please respond",意思是"請回覆",常見的地方為邀請信函(Invitation) 參考

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

Last modified 13 years ago Last modified on Jun 30, 2011, 9:47:28 PM