`
minglelui
  • 浏览: 80947 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
使用JDK 6的测试: 关于path: 用途:指定使用java命令的*.java文件的位置。 关于ClassPath: 用途:指定使用javac运行class的文件位置。如果想运行当前目录下的class文件,可以在classpath中指定如下: .;D:\Program Files\Java\jdk; 这个时候使用的javac -classpath .  classname 比如: 我在D:\temp目录下放置Test.java文件。 在cmd窗口中默认显示如下C:\Documents and Settings\Mingle>java -classpath D:\temp ...
http://www.zhangjiang.gov.cn/ContentShow.jsp?l=421 上海国际金融人才服务中心 浦东商城路660号乐凯大厦五楼 58318917 上海国际金融人才服务中心 浦东商城路660号乐凯大厦五楼 58318917 上海国际金融人才服务中心 浦东商城路660号乐凯大厦五楼 58318917
http://searchdomino.techtarget.com/generic/0,295582,sid4_gci1394441,00.html?track=NL-598&ad=763941&asrc=EM_NLT_11444195
  孙卫琴《java面向对象编程》. Change Request 关于test case,采用我们提出,bayer review的方式进行。  
DECS的缺点:不能同步已有的,性能不高。DECS基本上是ODBC 问题描述: I am looking to get DECS setup on a Domino 7.0.2 server. The server has been upgraded to 7.0.2 from 6.5.1. When enabling the DECS tasks, I am showing the server starting then shutting down. The following is the error I received:12/01/2006 13:55:14 DECS: DECS ...
http://www-10.lotus.com/ldd/bpmpblog.nsf/dx/rt-validation-image http://java.sun.com/developer/technicalArticles/xml/JavaTechandXML/#code14 http://tech.niques.info/downloads/EmailExport.txt http://www.ibm.com/developerworks/cn/lotus/domino-dxl/ http://blog.lotusnotes.be/domino/archive/2008-01-14-c ...
需求分析: 在Notes DB中通过webservice读取Notes文档中rtf域的内容(为日常邮件的body内容,可能有邮件收件人,抄送人,主题,附件,邮件body内容等)。此web service作为Provider。 在.Net程序设计中调用Provider类型的Notes暴露的web service,把rtf域的内容读取出来并保存为*.rtf的文档。   相关背景资料: 在windows操作系统中自带有WordPad,我们可以做个简单的测试把邮件的内容拷贝道此文档中并保存为rtf格式的文档进行查看。关于WordPad overview: With WordPad, you ...
star office is another alternative
熟悉j2ee架构和j2ee B/S结构中间层架构,了解SOA/webservice等开发理念; 3、熟悉LDAP目录服务器,比如NDS,IDS等.4、熟悉C3P0,Proxool,DBCP等开源连接池框架,熟悉Cache缓存5、熟悉Portlet开发,了解IBM Portal服务器
http://www.ibm.com/developerworks/cn/lotus/domino-php/
问题描述:在Lotus设计的WebService暴露给其他程序使用,公共用户调用前如何进行用户身份验证? 解决办法:在WebService的New方法中进行用户的身份验证。 http://leafyoung.cnblogs.com/archive/2004/11/20/66310.aspx http://www.codeguru.com/Csharp/Csharp/cs_webservices/security/article.php/c5479/   http://www.iteye.com/topic/251272 首先要使用domino用户名和密码进行HTTP认证 publi ...
Lotus agent demo: import java.sql.Connection; import java.sql.DriverManager; import java.sql.*; public class TestSQL {     public int WriteLog(String unid, String strOperator, String strOperation)     {     try { // Create a variable for the connection string. String connectionUrl = "jdbc:sql ...
官方网站: http://java.sun.com/
https://www.surveymonkey.com
通过Lotus 的代理生成PDF表格。   import java.io.FileOutputStream; import com.itextpdf.text.BaseColor; import com.itextpdf.text.Chunk; import com.itextpdf.text.Document; import com.itextpdf.text.Paragraph; import com.itextpdf.text.pdf.PdfPCell; import com.itextpdf.text.pdf.PdfWriter; import com.itextpdf ...
Global site tag (gtag.js) - Google Analytics