自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(83)
  • 收藏
  • 关注

原创 代码复用的小例子

Sub CodeShare(Source As Button) Dim sType As String Dim i As Integer sType = "N" If sType = "N" Then For j=0 To 3 Msgbox "N" Gosub lala j = j + 1 Next Else Msgbox "1"...

2010-09-10 14:46:25 306

原创 扩展Implode方法

问题描述:Lotuscript中提供的Implode对整数数组进行处理的时候,报错提示“对象不匹配”。解决办法:Implode对字符串数组进行处理Function ExtImplode(valueToImplode,Seperator As String) As String '=== Returns the value of the list or array imploded ...

2010-09-09 18:01:17 193

原创 把导入的图片还原为图片文件

Sub Initialize() Dim s As New NotesSession Dim db As NotesDatabase Set db = s.Currentdatabase 'Set db = New NotesDatabase( "YourServer/svr/somewhere", "database.nsf") Call ExtractImageReso...

2010-09-08 22:56:55 192

原创 Excel编程

xlWorkSheet.Cells(1,iYear).Value = vePOC.ColumnValues(1)xlWorkSheet.Range("A"+Cstr(iYear+1)).Value = vePOC.ColumnValues(1)

2010-09-07 15:46:05 108

原创 如何获取视图中列的多值域的值?

http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb/ffa23fdf75d6c94585257719006d057c?OpenDocumenthttp://www.notes411.com/dominosource/forum.nsf/0/D3BECAF93ED2D8D980257162005CE7B8!opendocumen...

2010-09-07 14:45:14 171

原创 创建时间域

Dim dt As NotesDateTimeDim dtItem As NotesItemSet dt = New NotesDateTime("2010-01-01") Set dtItem = New NotesItem(doc,"Year","") Set dtItem.DateTimeValue = dtdtItem.IsSummary = True 'dis...

2010-09-03 15:23:47 111

原创 如何察看隐藏视图

goto可以间接查看视图按着ctrl+shift,通过goto可以间接查看所有的视图,包括隐藏视图

2010-08-30 14:12:06 134

原创 About response doc

http://www.dominopower.com/issues/issue200201/expand0102003http://www.notesninjas.com/A555F9/nn.nsf/ByAlias/UnresponseResponses

2010-08-26 10:13:34 106

原创 解读notes.ini——JavaUserClasses

[color=red]问题1:[/color]notes.ini 参数 JavaUserClasses 的作用是什么?[color=blue]解答:[/color]如果一个 Java 代理要调用包含本地方法的其他类,必须保证该类是由 JVM 装入的。为了确保这一点,需要把包含本地方法的类的文件名添加到以下参数中:JavaUserClasses=代理的类装入器有安全限制,不允...

2010-08-13 17:01:55 240

原创 ndl的妙用

我们想通过outlook发送notes文档或数据库的链接应该怎么做呢?以数据库链接为例:1 copy as link2 打开一个 notepad,建立文本文件,粘贴,然后另存为 “ndl”为后缀的文件。3 打开 outlook客户端软件,插入刚才保存的ndl文件给outlook用户即可。如果outlook用户客户端安装有notes软件,直接双击这个附档即可。...

2010-08-12 15:41:30 241

原创 NotesUIDocument和NotesDocument的差别

测试目的:某域值更新后,隐藏条件设置与次域有关的相关域的隐藏立即生效.'Call uidoc.FieldSetText(strRowNumItm,Cstr(iRowNum))Call note.ReplaceItemValue(strRowNumItm, iRowNum)Call uidoc.Reload() Call uidoc.Refresh一句话:尽量使用NotesD...

2010-08-10 11:52:25 304

原创 Is Not a form

http://www-10.lotus.com/ldd/nd8forum.nsf/DateAllFlatWeb/296ff3f548dd666b852574e3006975f8?OpenDocument

2010-08-06 11:15:54 84

原创 删除Profile文档的几种方法

http://www-01.ibm.com/support/docview.wss?rs=475&uid=swg21088892

2010-07-16 16:17:44 1769

原创 Java agent

http://space.itpub.net/10114847/

2010-07-15 11:09:17 82

原创 lotus 8.5

http://space.itpub.net/14751907/viewspace-586491

2010-07-09 13:44:42 111

原创 this和super的区别

http://lavasoft.blog.51cto.com/62575/18886

2010-07-02 12:25:08 82

原创 OO Principle & Design Patter

Lesson one       Introduction of OOAD basic principles   SRP     One hour                                   OCP                                         LSP                                       ...

2010-06-29 14:41:47 95

原创 多态、接口与继承

http://www.iwms.net/n171c13.aspx

2010-06-29 13:54:59 110

原创 eclipse中view和editor的区别

view是eclipse工作台中作为显示信息用的。editor是eclipse工作台中用来修改显示的内容用的。   

2010-06-28 15:23:28 376

原创 Tomcat

http://www.cnblogs.com/liuzhiyuan/archive/2009/12/04/1617354.htmlhttp://blog.csdn.net/qiudawei115/archive/2007/04/23/1575829.aspx

2010-06-25 17:56:46 81

原创 外发邮件挂起的处理

Question:You have outgoing mail pending. Do you want to transfer it now? but outgoing mail box is emptyI got this message when I started notes and exiting after I was sorting out a new connection ...

2010-06-25 11:10:33 462

原创 常用的网址

http://www.cnblogs.com/anytao/articles/985439.htmlCUI, Anders   13156067

2010-06-22 10:41:40 52

原创 OpenSDK的使用

http://blog.techardinal.com/2010/03/30/dll-hell-with-the-open-xml-sdk-rant-and-rave.aspx

2010-06-14 16:08:16 1652

原创 邮件链接

 拷贝数据库链接然后另存为ndl文件http://wenku.baidu.com/view/2e36b7c4bb4cf7ec4afed003.html

2010-06-14 14:56:55 129

原创 在Notes视图中游弋

Sub Initialize() Dim session As New NotesSession Dim db As NotesDatabase Dim view As NotesView Dim entry As NotesViewEntry Dim entryDoc As NotesViewEntry Dim entryTown As NotesViewEntry Dim nav As Not...

2010-06-11 00:47:08 92

原创 运行代理权限问题

Just to head off any technical support requests for Stubby or the Weather Fetcher database, please let me remind you that Lotus Notes agents that call web services from a server require a security acc...

2010-06-10 16:43:39 106

原创 静态方法调用成员

问题描述:import lotus.domino.*;public class JavaAgent extends AgentBase{    //public void NotesMain() { public static void main(String[] args) {       try {                      hello();              ...

2010-06-09 22:45:35 77

原创 Hashtable的遍历总结

import java.util.Enumeration; import java.util.Hashtable; import java.util.Iterator; public class TestHashTable {     static Hashtable<String, String> ht = new Hashtable<String, String>();...

2010-06-09 14:14:49 76

原创 XML解析

http://labe.felk.cvut.cz/~xfaigl/mep/xml/java-xml.htm

2010-06-08 19:20:27 85

原创 利用Post方式发送数据

http://topic.csdn.net/t/20050805/17/4191613.html

2010-06-08 14:44:01 216

原创 Java中的XML解析器

http://www.cafeconleche.org/books/xmljava/chapters/ch05s02.html

2010-06-08 09:38:01 90

原创 Java文件流

http://wenku.baidu.com/view/b9fa2b687e21af45b307a8b8.html

2010-06-06 22:06:10 131

原创 在Lotus开发中引入jar包

http://www.docin.com/p-41744081.html

2010-06-06 21:31:48 221

原创 Java使用httprequest来访问WebService3

import java.io.*; import java.net.*;public class QQOperator { public static void main(String[] args) throws Exception { String urlString = "http://www.webxml.com.cn/webserv...

2010-06-06 21:18:13 72

原创 Java使用httprequest来访问WebService2

import java.io.*; import java.net.*;public class QQOperator { public static void main(String[] args) throws Exception { String urlString = "http://www.webxml.com.cn/webserv...

2010-06-06 21:16:06 103

原创 Java使用httprequest来访问WebService

http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx?op=qqCheckOnlinehttp://zhaowenbinmail.blog.163.com/blog/static/3908086201032223235404/http://taobeibei.iteye.com/blog/586964http://ww...

2010-06-06 20:56:55 126

原创 移动网站

TechCrunch, Engadget, Vision Mobile

2010-06-06 12:26:34 109

原创 实时更新RTF域的内容

call uidoc.closecall ws.editdocument(doc,false)

2010-06-05 23:54:29 133

原创 读取RTF域中的Table

This code is designed to create a non-tabbed table of two rows and five columns in a rich text field to display information. I've added in static text but it could be used to display information from ...

2010-06-05 23:50:27 257

原创 在RTF域中添加Table

Developers sometimes need to retrieve cell values within a table in a Lotus Notes rich-text field (RTF). The following LotusScript code will display the values in each cell within the body of any Lotu...

2010-06-05 23:48:44 194

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除