摘要:
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)