上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 86 下一页
摘要: This user defined array class can be used for manipulating all kinds of operations on arrays. Put the Array class given below in a script library (Declaration event) and name it as "CLASS : Array"This user defined array class can be used for manipulating all kinds of operations on arrays. 阅读全文
posted @ 2012-05-03 21:09 hannover 阅读(243) 评论(0) 推荐(0)
摘要: I needed versioning for my Wiki. The older versions of each WikiPage are stored in a separate database. The version number of the WikiPage is updated each time the page is saved.The LotusScriptIn the following routine, 'OVERFLOW_DB' is a constant with the path of the database to store all th 阅读全文
posted @ 2012-05-01 01:37 hannover 阅读(263) 评论(0) 推荐(0)
摘要: 在线相册: 1. http://www.flickr.com/ 2. http://www.zoto.com/ 3. picasaweb.google.com 4. photo.163.com 5. http://www.photosled.com/ 6. photos.yahoo.com 7. http://www.bababian.com/ 8. http://www.yupoo.com/在线日历: 1. calendar.google.com在线To-Do List: 1. http://www.tadalist.com/ 2. http://www.rememberthemilk.c. 阅读全文
posted @ 2012-05-01 00:29 hannover 阅读(317) 评论(0) 推荐(0)
摘要: 1. 前言 写这个文档的起因是我在使用一段程序代码的时候发现执行速度不满意,100条notes文档处理起来需要64秒钟。虽然这段代码的复杂程度很高,但是运算量不大,最多执行190个循环。所以我试着修改这段程序,最终将运行时间降低到5秒以下。这非常令人惊喜的结果!10倍的速度啊!1.2. 什么是运行速度的瓶颈? 根据人们通常认为运行速度的敌人有以下几个:> DBSearch(全文检索)。> 多数据库操作。> 巨大的数据库(超过10000条文档记录,容量超过100M)。 上面三个问题,人们可以根据经验认同和接受,所以我就不在多论述。1.3. 什么限制了Lotus Script程序 阅读全文
posted @ 2012-05-01 00:20 hannover 阅读(1768) 评论(0) 推荐(0)
摘要: Notes Tips Note ID UniquenessTracking Notes Users at the Notes Server ConsoleSetting Up Web Server LoggingJS32.DLL Error Upgrading Domino ServerNotes Client Command-Line OptionsReporting a Bug in NotesModifying $FormulaClass in ViewsGetting Default Elements in the DatabaseNotes Debug FlagsExporting. 阅读全文
posted @ 2012-05-01 00:01 hannover 阅读(968) 评论(0) 推荐(0)
摘要: Here are some LotusScript classes that I have written. Put them in a script library and add a "Use" statement to the options section of your code. Or simply copy the code into the "Declarations" section. There is an explanation of how to use the classes at the top of each file.Bi 阅读全文
posted @ 2012-04-30 23:22 hannover 阅读(232) 评论(0) 推荐(0)
摘要: Lost in the land of LotusScript? Before posing a question to our SearchDomino.com experts, check out our list of LotusScript frequently asked questions. Whether you're troubleshootingthe information you need here.Frequently Asked Questions:LOTUSSCRIPTAccessing an Excel file through LotusScriptAd 阅读全文
posted @ 2012-04-24 09:56 hannover 阅读(351) 评论(0) 推荐(0)
摘要: to code "Measure twice, cut once" Extending arrays the easy way Use the list operator Logging agents Code structure Hiding your code Fundamental LotusScript Tip #1. Option Declare Make sure you always use "Option Declare." It sounds obvious, but there are several determining fact 阅读全文
posted @ 2012-04-24 09:54 hannover 阅读(328) 评论(0) 推荐(0)
摘要: NotesDateTime instead of strings Use DXL as Transport Use wizard interface in your Notes client Consuming Web services Use classes Use the Evaluate command Use "trusted servers" Everyday LotusScript Tip #1. Use error trapping Error trapping tests a particular condition when running a progr 阅读全文
posted @ 2012-04-24 09:53 hannover 阅读(458) 评论(0) 推荐(0)
摘要: class inheritance Use platform-specific LotusScript code with classes Use version-specific LotusScript code with classes Use LSI_Info()/GetThreadInfo Use the execute command Use advanced logging Mixing Java and LotusScript Advanced LotusScript Tip #1. Understand binding There are two types of bind.. 阅读全文
posted @ 2012-04-24 09:52 hannover 阅读(314) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 86 下一页