本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
paulwong - fantaxy025025
- johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- gengyun12
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- xpenxpen
- kaizi1992
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- mengjichen
- lemonhandsome
- jbosscn
- zxq_2017
- nychen2000
- lzyfn123
- forestqqqq
- wjianwei666
- 龙儿筝
- ajinn
- siemens800
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
最新文章列表
数据导出(Lotus Notes)
导出到excel中
Sub Click(Source As Button)
Dim s As New notessession
Dim db As notesdatabase
Dim view As notesview
Dim dc As notesdocumentcollection
Dim doc As notesdocument
Dim vcols As Variant
Dim uvcols ...
数据导入(Lotus Notes)
从文本导入
Sub Initialize
On Error Goto UnknowError
Msgbox "开始导入"
Dim session As New NotesSession
Dim db As NotesDatabase
Dim view As NotesView
Dim doc As ...
LEI 与 DECS的区别
LEI的英文全称是Lotus Enterprise Integrator ,它是以前大家熟知的NotesPump的升级产品,是基于服务器的数据分布产品,提供了定义和管理以下事物的环境:
*大量的数据交换
*数据同步
*事件驱动和实时的数据传输
LEI服务器处理指令,建立到外部数据源的连接,按照定义好的活动的条件来传输数据.它要求Domino 4.6x 或 5.x 的服务器,可以单独运行,也可以作为 ...
About content management -- documentum
What is content management?Content management is the organizing, categorizing, and structuring of informationresources (text, images, documents, etc.) so that they can be stored, published, andedited w ...
Lotus 8.0基于Eclipse平台,IBM的产品线都向Eclipse靠紧了?
引用
IBM 已于上个月正式发布了 Lotus Notes 和 Domino V8 版本!新版本的 Lotus Notes 将基于 Eclipse 平台,增强了用户界面,强化了协作和消息传递功能,并使用最先进的编程结构扩展了应用程序开发模型。
IBM 于 9 月 18 日在北京举办的 ——“协作无极限 共享大智慧”—— IBM Lotus Notes/Domino 8 发布会!
没有基于 Lo ...
有关quickr的问题
1.Quickr是否提供API?
是的,quickr提供XML/java API。在InfoCenter里,Administrator's Guide for Lotus Quickr --》Services for Lotus Domino--》Customizing 可以找到答案。
利用quickr提供的API,客户可以创建PlaceTypes,创建Place,写客户端的javascript去扩 ...
Eclipse RCP and desktop Java - are we there yet?
I’m currently working on an Eclipse RCP project, which is supposed to be mostly used by non-technical people. Actually in my company today, Eclipse RCP is the de facto technology for building all deskt ...
Lotus按时间段导出到EXCEL代码
注意:本例中是 域nian 存放时间 比较时一定要转化成文本型。
在本例中,没有转化,但 nian设置的是文本域
Sub Initialize
Dim s As New NotesSession
Dim db As NotesDatabase
Dim view As NotesView
Dim doc As NotesDocum ...
编程实现notes domino数据库的访问
1. 很多人都使用过notes, 它是一种常用的办公软件, 但是并没有很多用过它的服务端--domino服务器(可认为它是已一个数据库服务器),用notes做OA
的人可能接触会多一点
2. notes常用套件(Lotus Domino Server, Domino Admin, Domino Designer, Lotus Notes), Lotus Domino Server(Domino ...