
Domino
robin844
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Formula Search中含有“*”跟“?”的区别
“?”代表一个任意的字符; “*”代表任意长的一段字符串;原创 2011-09-19 15:05:03 · 460 阅读 · 0 评论 -
Domino Formula @URLEncode
@URLEncode不支持对以下的特殊字符进行编码: ' ! ( ) * . ~ - _ Character Transformed ' ⅹ ! ⅹ # √(%23) $ √(%24) % √(%25) & √(%26)原创 2012-04-12 14:28:27 · 1285 阅读 · 0 评论 -
管理员ID过期,无人能够管理Domino服务器
产品:Lotus Domino 平台:Windows 软件版本:8.5, 8.0.x, 7.0.x, 6.5.x 问题描述: 管理员ID文件被设置为允许超期,同时又没有其他ID文件可以用于访问服务器。如果尝试用已经超期的管理员ID访问服务器,将会遇到如下错误: “服务器错误 - 你的证书已经过期” 此时没有其他ID可以访问服务器,你该怎么办呢? 解答: 采取如下转载 2012-07-05 22:36:30 · 4514 阅读 · 0 评论 -
CLP考试-管理520试题.doc
1. Which of the following Database elements can automate theNotes Application A. Document B. Form C. View D. Agent E. Navigator 2. Which of the followin转载 2012-11-19 16:46:28 · 4877 阅读 · 0 评论 -
CLP考试-管理521试题.doc
Implementing a Domino R5 Infrastructure(521) Part A 1. Whatinformation is stored in Notes Ids A. Licenseinformation B. DomainName C. Internet password D. MailServer Na转载 2012-11-19 16:47:21 · 1141 阅读 · 0 评论 -
第7章 - 创建复制和定时复制
第7章 创建Replicas和Scheduling Replication 这一章节是解释怎样去创建Replicas和Scheduling Replication。 Replicas 你可以创建Replicas使得用户在不同的地方,不同的网络,不同的时间区域去使用数据库。所有的Replicas都共同分享同一个replica ID, 这个replica ID是数据库创建的时候所赋予的。两个r翻译 2013-01-28 18:40:38 · 840 阅读 · 0 评论 -
Domino - NOTES.INI file
There are three ways to edit NOTES.INI settings: Open the NOTES.INI file and edit it. The procedure for doing this depends on your client's or server's operating system and the text editor yo转载 2013-05-15 16:57:22 · 866 阅读 · 0 评论 -
@DocumentUniqueID
The universal ID, which uniquely identifies a document across all replicas of a database. In text format, the universal ID is a 32-character combination of hexadecimal digits (0-9, A-F). The universa翻译 2012-04-23 18:04:11 · 1175 阅读 · 0 评论 -
UIDocument类与Document类之间既区别
- UIDocument is invoked from frontend , while Document from backend. -UIDocument is the document currently openning. -Currently inputing f原创 2011-09-19 15:24:45 · 2882 阅读 · 0 评论 -
使用TimeDifference,实现两个时间变量的相减,得出秒间隔
在Lotusscript中如何实现两个时间变量相减,我们可以使用TimeDifference函数: 首先两个时间变量的格式必须相同: Dim strDate As NotesDateTime Dim endDate As NotesDateTime Se原创 2011-09-20 12:09:12 · 4973 阅读 · 0 评论 -
GetParameter For Lotusscript
Function GetParameter(strParamName As String, strQuery As String) As String %REM 功能描述:得到URL中包含的参数 参数: strParamName 参数名 strQuery 完整的URL字原创 2011-09-25 18:18:27 · 794 阅读 · 0 评论 -
URLRequest For JAVA
import java.util.*; import lotus.domino.*; /*该类主要是取得从前台页面get或post过来的数据*/ public class URLRequest { private Session session; private原创 2011-09-25 18:15:13 · 702 阅读 · 0 评论 -
Sign Database in admin
今日系操作Agent既时候保存的时候突然报了一个错误,看了一下错误的信息,下意识以为是签名的问题,所以就跑去Admin那里把database签了名一次,结果还是没有什么效果;后来发现该database被我签名以后,database里面的所有elements 既last Modif原创 2011-10-13 15:33:15 · 790 阅读 · 0 评论 -
Domino Access levels in the ACL
访问等级(Access Levels)是在数据库的访问控制列表(ACL)里面,用来分配给用户控制的.它决定了拥护在数据库中能做什么,不能做什么. 访问等级权限(Access level privileges)的增加或减少会影响到在ACL中分配给不同用户,群组,服务器的acces翻译 2011-10-14 15:19:16 · 903 阅读 · 0 评论 -
computeWithForm method
今天看agent的时候看到有一句代码: TmpRC = NewDoc.ComputeWithForm(True, False) 很奇怪,重来没有见过,所以查了以下help. official explanation: Validates a document by executing the default value, translation, and validation f原创 2011-10-25 16:11:27 · 757 阅读 · 0 评论 -
当一个field被隐藏后,文档保存时仍然会保存该field到文档上
今天遇到一个不确定的问题,于是自己写代码测试了一下. 如果在form里面一个field被隐藏了,那当这个文档被保存的时候该field是否会同时被保存呢? 经过测试,答案是肯定的.该field有被保存. 事后我想了一下,原理应该也跟HTML中一样吧. 在HTML当form被submit的时候,属性是hidden的input同样会被submit到后台.原创 2011-10-27 09:56:14 · 420 阅读 · 0 评论 -
Domino - Entering system commands correctly
Some of the procedures that follow include instructions for entering commands at the system command prompt. The instructions tell you to enter the command from the “Domino program directory” or “Notes转载 2013-05-15 16:54:36 · 731 阅读 · 0 评论