代码搜索:DOMINO
找到约 233 项符合「DOMINO」的源代码
代码结果 233
www.eeworm.com/read/357794/10201034
txt 解题报告_魏大刚.txt
1031 Transportation
本题很难用动规求解,因为有后效,难以建立状态转移方程。所以提交的同学都使用的是
搜索,但是同样是搜索,速度差距确非常大。直接穷举搜索费时约5s,而优化后可以达到20ms。
下面介绍nealzane大牛的做法:建立订单order数据结构:
struct order
{
int from; /* from stat
www.eeworm.com/read/351092/10681818
ini system.ini
[SYSTEM]
DATASOURCE=Provider=OraOLEDB.Oracle.1;User ID=archive_fz;password=123456;Data Source=portal_xxx.xxx;Persist Security Info=False;
//Domino服务器名称
DominoServer=TelecomJXB/TelecomJX;
DominoPas
www.eeworm.com/read/145346/12734412
txt java连接lotus的代码.txt
//需要把lotus里的notes.jar,ncso.jar放入classpath
**
* Title: 图形化设计
* Description:
* Copyright: Copyright (c) 2004
* Company:
* @author zhongweihai newwei2001@yahoo
www.eeworm.com/read/139174/13185628
bas module1.bas
Attribute VB_Name = "Module1"
Public Session As New Domino.NotesSession
Public PublicNotesDb As New Domino.NotesDatabase
Sub Main()
'''连接到Domino数据库
Set Session = CreateObject("Lotus.Notes
www.eeworm.com/read/325486/13201067
java arraydomino.java
// Introduced in Chapter 2
/** A domino. */
public class ArrayDomino implements Domino {
/** The numbers on the Domino. */
int[] numbers;
/** Index of the left number. The other one is the ri
www.eeworm.com/read/318168/13484623
ini lotus formula.ini
;PSPad user HighLighter definition file
[Settings]
Name=Lotus Formula
HTMLGroup=0
Label=0
FileType=*.lotusformula
CommentString=
REMComment=1
IndentChar=
UnIndentChar=
TabWidth=3
SingleQuot
www.eeworm.com/read/252270/12290441
txt 基于linux平台的domino server安装与配置(转).txt
作者:studyboy
email: studyboy@21cn.com
日期:2001-7-24 14:32:14
三、Domino Server的配置
安装结束后,先前设置的“notes”用户帐号就可以开始发挥作用了,以下的步骤可以退出root身份,使用notes用户重
新登录后进行,当然也可以不切换。
添加系统搜寻路径
>path=$path:/opt/lotus/
www.eeworm.com/read/252270/12290624
txt 基于linux平台的domino server安装与配置.txt
作者:studyboy
email: studyboy@21cn.com
日期:2001-7-24 14:31:27
http://www.linuxforum.net 作者 徐锡荣 黄立平 (2001-04-21 17:31:02)
作为IBM系列产品全面支持Linux的一部分,其麾下的Domino Server从R5.0.2开始,也开始提供基于Linux的版本。本文
将以Red
www.eeworm.com/read/252270/12290630
txt linux与solaris下domino r5的安装(转中华技术网).txt
作者:studyboy
email: studyboy@21cn.com
日期:2001-7-24 14:52:26
王双发表于05-31 周三 08:30:25 PM
假定你已经装好了Linux,或者Solaris。
1、以root权限进入系统,将Domino 安装盘塞到光驱里面去。然后把它mount上。(Linux:mount /mnt/cdrom Solaris 会自