Log file in both NSF and Text format Posted by Mr Frunobulax on 16.Jan.07 at 11:33 using a Web browser Category: Domino ServerRelease: 7.0.2Platform: Windows 2003 You could write your own custom class which simply wraps up a .nsf log and a txt log. Something like this: ? Class MyLog Private fileLog As NotesLog Private dbLog As NotesLog Sub new( programName As String, dbName As String, fileName As String ) Set fileLog = New NotesLog( programName ) Call fileLog.OpenFileLog( filename ) Set dbLog = New NotesLog( programName ) Call dbLog.OpenNotesLog( “”, dbName ) End Sub Sub logAction( msg As String ) Call fileLog.LogAction( msg ) Call dbLog.LogAction( msg ) End Sub Sub close() Call fileLog.Close() Call dbLog.Close() End Sub End Class You would use the class like this: Dim myLog As New MyLog( “My Agent”, “mylog.nsf”, “c:templog.txt” ) Call myLog.logAction( “Hello world” ) Call myLog.close()
Signing Text from JavaScript http://docs.sun.com/source/816-6152-10/sgntxt.htm SecClab PKI Utilities http://secclab.mozdev.org/ Secclab is a XPCOM Component that implements some PKI functions. Secclab is open source and dually-licensed under the GNU General Public License and the Mozilla Public License. You can download and install Secclab from the Installation page. Features: -Sign/verify CMS detached Signatures from XUL applications -Encrypt/Decrypt CMS encrypted messages from XUL applications -CLABSignString, a cryptoSignText clone that enables in mozilla (and phoenix) form-sign feature.
“i have no choice” — [The Devil wears Prada] 如果真係冇得選擇…世界應該會再簡單點…. 至少, 冇左阿當夏娃食禁果這故事, 人就沒有”原罪” 有選擇便要考慮, 要分析, 要取捨, 要決定…… 究竟……是什麼……..