- 博客(61)
- 资源 (17)
- 收藏
- 关注
转载 Excel automation on Windows Server 2008 x64: solution to SaveAs method problem
http://per.lausten.dk/blog/2011/04/excel-automation-on-windows-server-2008-x64.html Excel automation on Windows Server 2008 x64: solution to SaveAs method problem After several tries
2016-05-17 14:32:56
374
原创 ibm traveler 无法同步新邮件的问题
如果邮件文件名中有中文或非英文字符的话,ibm traveler 8.5.3+的以上版本无法同步新的邮件,解决方法如下,在notes.ini中添加mail file name contains US characters or chinese characters can't sync new mailstraveler 8.5.3 notes.ini:NTS_MIN_BUIL
2015-10-24 03:28:53
2674
原创 tf卡恢复工具
手机上的tf卡查到电脑上用了一次就坏了,无法 读出数据,用该工具成功恢复7DataCardRecoveryhttp://dow7.pc6.com/cz1/7DataCardRecovery.zip
2015-09-22 11:03:27
1437
转载 Domino SMTP Best Practices
Domino SMTP Best Practices & Best Practices of IBM Notes Traveler Deployment
2015-09-15 15:42:29
485
转载 lotus sametime 启动故障
After performing a new install of a Domino® server and a Sametime® server, the Domino console generates the following error message every minute:Process D:\Lotus\Domino\stservicemanager.exe (776/0
2015-08-27 09:47:49
1151
转载 lotus java agent 编译选项java 版本设置
http://blog.sanmaozhao.com/articles/enable-agent-thread-debug.html从 8.0 版开始,出于对旧版本兼容性的考虑,在 Designer 中编写 Java 代理时,编译器会生成与 Domino 6(JVM 1.2) 兼容的 class 文件。我们可以通过以下 Notes.ini 参数来修改它(以 1.5 为例,重启客户端生效
2015-08-10 11:19:04
1053
转载 lotus notes client crash
nsd file:WARNING (0) On Windows Vista, the NSD service is required and must be installed and started to enable NSD processing. Because of this requirement, the current NSD log
2015-02-09 10:26:09
1397
原创 notes.ini 配置
HTTPJVMMaxHeapSizeSet=1;HTTPJVMMaxHeapSize=1024M;JavaMaxHeapSize=1024MBNTS_Java_Parms=-Xmx1024M;JavaStackSize=700000NTS_NAME_LOOKUP_MIN_LENGTH=2DominoXUrlProcess=1HTTP_Pwd_Change
2015-01-05 13:58:12
803
转载 运行多个nlnotes
Running multiple instances of Lotus NotesSetting up multiple Lotus Notes clients for in-house developers and testers can help them work more efficiently. The steps may vary depending on your organ
2014-11-05 12:03:01
817
原创 windows 2003 server 莫名重启或宕机
解决办法: 禁用服务 Win2003 WinHTTP Web Proxy Auto-Discovery Service。 双击右下角的时间,在“Internet时间”选项卡中将“自动与 Internet 时间服务器同步”选项去掉。
2014-10-24 10:27:52
4302
原创 sametime connect issue
ST_DB_LDAP_MIN_WILDCARD=3change toST_DB_LDAP_MIN_WILDCARD=1
2014-10-24 10:24:36
559
转载 ibm sametime client 时间显示不正确
http://www-01.ibm.com/support/docview.wss?uid=swg21248420sametime 客户端(7.5, 8.0)时间显示不正确
2013-01-14 17:12:12
658
转载 Charisma管理模板
http://usman.it/free-responsive-admin-template/Charisma是一款响应式的管理模板,基于Twitter Bootstrap创建而来。亮点是有9种不同主题供选择,几乎涵盖所有可用功能,包括样式,图形,按钮,表,文件管理器等。点击GitHub。https://github.com/usmanhalalit/charisma
2012-10-11 15:07:13
1097
转载 how to get pdf page numbers
http://stackoverflow.com/questions/4732386/how-to-find-the-total-number-of-pages-in-pdf-file-loaded-in-objective-cNSURL *pdfURL = [[NSBundle mainBundle] URLForResource:@"alice.pdf" withExtensi
2012-07-12 11:38:45
358
转载 Blackberry Exchange Mailbox Database 访问权限问题
Exchange 2010 and Blackberry Enterprise Server Express 5.0.1 Tags: Technorati Tags: http://blogs.catapultsystems.com/IT/archive/2010/03/04/exchange-2010-and-blackberry-enterprise-server-ex
2012-02-16 10:40:34
815
转载 转载-sqlserver数据库大型应用解决方案总结
http://www.cnblogs.com/dinglang/archive/2012/01/10/2317748.html
2012-01-11 09:34:59
359
原创 developerworks文章
在http://www.ibm.com/developerworks/cn/lotus/上看到一些不错的文章,记录下来以后看Lotus Notes 数据库中附件的批量导出http://www.ibm.com/developerworks/cn/lotus/note
2011-08-18 11:24:19
433
转载 转-Quick guide to setting up SSL using Domino as the Certificate Authority
<br />链接<br />Question<br /><br />What steps can you follow to set up SSL on a Lotus® Domino® server using Domino as the Certificate Authority? Is there a quick guide other than the detailed steps in the Lotus Domino Administrator help?<br />Answer<br /><b
2011-06-02 12:33:00
575
转载 转--配置 Lotus Domino 使用第三方 CA - Microsoft Windows CA
配置 Lotus Domino 使用第三方 CA - Microsoft Windows CA
2011-04-18 10:19:00
450
原创 lotus domino/notes 8.5.2, sametime, traveler 8.5.2 下载地址
发现个很好的下载地址,包含lotus domino/notes 8.5.2, sametime, traveler等 http://www-2.zenithcomp.co.th/application/discuss.nsf/MasterDiscFrameset?Open
2011-02-10 14:30:00
4558
1
转载 删除文件时遇到路径过深无法删除怎么办?
<br />有的时候删除某个文件夹时提示路径过深而无法删除,可以进行如下处理:<br /> <br />DEL /F /A /Q //?/%1<br />RD /S /Q //?/%1<br />复制以上到记事本,保存为bat 如:拖进来-强行删.bat<br />把你删除不掉的文件拖到这个BAT文件上,就可以删除
2010-09-17 16:23:00
1263
2
转载 【译】mongodb分布式之数据复制
<br />http://hi.baidu.com/lzpsky/blog/item/8f9f9e2430d8cf27d5074232.html
2010-09-10 10:07:00
648
转载 操作系统重装或还原后Domino 8 无法启动解决方法-转载
<br />转载自操作系统重装或还原后Domino 8 无法启动解决方法<br />从文件系统拷贝(非安装)的 Domino 8,启动时控制台报如下错误:<br />An error occurred during license use management initialization. <br />Ensure that you are running Domino with a valid license file.<br />解决方法:<br />覆盖原目录重新安装 Domino。
2010-08-18 10:35:00
838
转载 Domino服务器notes.ini实用参数-转载
Domino服务器notes.ini实用参数1、两个常用 POP3 相关的 Notes.ini 参数POP3MarkRead=2缺省地,通过 POP3 接收的邮件在 Notes 仍然是未读,添加此参数可以将 POP3 接收的邮件标记为已读。 POP3_READ_ALL=1缺省地,一个 POP3 的客户端是不能接收在这个邮件库中已经被 Notes 客户端读过了的邮件。添加此参数可以让 POP3 的客户端 忽略邮件的已读或未读状态,以使得它能接收所有的邮件。需要重启 Domino 服务器生效。
2010-08-18 10:33:00
1316
转载 A very useful undocumented Domino URL command
The other day in the IBM Business Partner Forum (I checked the permission's it said this could be published), someone casually mentioned that there is an undocumented URL command "?OpenField".What this URL command does, is return the HTML rendering of a sp
2010-07-05 11:20:00
1033
转载 如何在主题与皮肤中获取Portal登录用户信息
如何在主题与皮肤中获取Portal登录用户信息http://blog.youkuaiyun.com/crppawen/archive/2010/02/24/5322015.aspx
2010-04-09 14:49:00
389
原创 wps cluster with ihs installation - SQL Server 2005
SQL Server 2005 JDBC driver 安装JCRDB 排序 SQL_Latin1_General_CP1_CS_AS其他 Chinese_PRC_CI_AI WebSphere Portal V6 中如何去掉URL后面的"wps/portal"采用IHS方式:前提不要修改原来Portal对应的端口,将80端口留给IHS先安装IBM HTTP SERVER ,然
2010-04-09 10:38:00
553
转载 WPS使用Domino(8.5 with quickr) LDAP验证的问题
Login fails for users with Cyrillic characters in their name Technote (troubleshooting) ProblemUsers whose names contain non-A
2010-04-07 11:30:00
744
转载 Servlet 输出中文乱码的新收获
http://nanhaochen.blog.51cto.com/228629/47081又碰到servlet 输出中文乱码的问题,恼火。研究了一下,有了新的发现和认识。原始代码:java 代码protected void doGet(HttpServletRequest request, HttpServletResponse respon
2009-06-10 11:02:00
861
转载 随滚动条移动的层
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml">code by:haiwa - 随滚动条移动的层 - 中国asp之家 - www.aspxhome.com>.div{ position: absolute; border: 2px solid red; background
2009-06-04 16:27:00
380
转载 DIV+CSS布局中自适应高度的解决方法
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/1999/xhtml">Equal height(DIV+CSS布局中自适应高度的解决方法)body{ padding: 0; margin: 0; font-size: 12px; font-family: Arial, Helvetica, sans-ser
2009-06-03 16:57:00
1065
转载 ltpa token
http://elguji.com/IdeaJam/P/ij.nsf/profile?openform&id=8F34390BD3D698F68625756300335785&view=comments SSO between Lotus Notes Client and Domino HTTP Access (20 Feb 2009)Now I have found why my L
2009-05-19 15:12:00
6452
1
原创 hide the cluster failover message on Notes client
HidePromptFailoverInc=1Failover functionality improvements introduced in Notes 8.0.1
2009-01-21 14:49:00
333
转载 articles about domino view index
http://www-01.ibm.com/support/docview.wss?uid=swg27002624http://www-128.ibm.com/developerworks/lotus/library/notes7-application-performance2/
2009-01-19 10:24:00
345
转载 jQuery Coda Slider, cool
http://www.cssrain.cn/demo/jquery-coda-slider/coda-slider.html
2009-01-13 09:27:00
653
转载 http://www.scriptlover.com/controls/
http://www.scriptlover.com/controls/
2009-01-12 09:16:00
552
转载 转载-SMTPTimeoutMultiplier should only be used with great care
SMTPTimeoutMultiplier should only be used with great careArticle information Edit Category: Notes messaging, Notes.ini, Server Notes.inis Tags: best p
2009-01-08 10:24:00
759
Domino server and application performance in real world
2008-12-25
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人