01 2009 档案

摘要:using Microsoft.Office.InfoPath; using System; using System.Xml; using System.Xml.XPath; using System.Windows.Forms; namespace 重复表 { public partial class FormCode { // 启用浏览器功能的表单不支持成员变... 阅读全文
posted @ 2009-01-20 14:33 昕友软件开发 阅读(327) 评论(0) 推荐(0) 编辑
摘要:Myeclipse常用技巧&快捷键 (1) Ctrl+M,可调整当前窗口大小(极常用) (2) Alt+/,提示键入内容即Content Assist,也有可能是Ctrl+Space(极常用) (3) Ctrl+Q跳到最后一次的编辑处 (4) F2当鼠标放在一个标记处出现Tooltip时候按F2则把鼠标移开时Tooltip还会显示即Show To... 阅读全文
posted @ 2009-01-19 11:40 昕友软件开发 阅读(1224) 评论(0) 推荐(0) 编辑
摘要:JSTL Tags Using the Core XML tags Here are the target and property values from the XML file First the target names... : depends= Then property names and values... 阅读全文
posted @ 2009-01-16 16:12 昕友软件开发 阅读(271) 评论(0) 推荐(0) 编辑
摘要:Jsp action pick the best one based on the Accept-Language header. --%> : checked> checked>... 阅读全文
posted @ 2009-01-16 16:11 昕友软件开发 阅读(366) 评论(0) 推荐(0) 编辑
摘要:JDBC连sql server 2005 1、下载sqljdbc_1.2.2828.100_chs 在http://www.microsoft.com/downloads/details.aspx?familyid=C47053EB-3B64-4794-950D-81E1EC91C1BA&displaylang=zh-cn 2、将sqljdbc.jar放入D:"Tomcat"common"... 阅读全文
posted @ 2009-01-16 16:07 昕友软件开发 阅读(403) 评论(0) 推荐(0) 编辑
摘要:Choose Accessing a Scoped Value Hello Esteemed Visitor input_jstl User Info Entry Form Name: ... 阅读全文
posted @ 2009-01-16 16:06 昕友软件开发 阅读(862) 评论(1) 推荐(0) 编辑
摘要:设置过期 30 编码方式 HttpSession session = request.getSession( ); session.setMaxInactiveInterval(20 * 60);//20分钟后过期 跟踪 View Session JSP Session Info From A JSP The sess... 阅读全文
posted @ 2009-01-16 16:02 昕友软件开发 阅读(191) 评论(0) 推荐(0) 编辑
摘要:Problem You want to use a JSP to set & read a cookie on a client. Solution Wrap a JavaBean around the servlet API for creating cookies. Then use the bean in the JSP with the jsp:useBean standard actio... 阅读全文
posted @ 2009-01-16 15:59 昕友软件开发 阅读(432) 评论(0) 推荐(0) 编辑
摘要:Problem POST request. Solution Use the ServletRequest.getParameter(String name), getParameterMap( ), getParameterNames( ), or getParameterValues(String name) methods in the servlet's doPost method Cod... 阅读全文
posted @ 2009-01-16 14:38 昕友软件开发 阅读(1016) 评论(0) 推荐(0) 编辑
摘要:1、 Handles a Request Problem 动态在请求时包含一个存在的servlet. Solution Use the javax.servlet.RequestDispatcher.include(request,response)method in the doGet( ) method of the servlet Code: import java... 阅读全文
posted @ 2009-01-16 14:35 昕友软件开发 阅读(416) 评论(0) 推荐(0) 编辑
摘要:u Ant 的下载 Ant 是一个开源、免费的软件,可以从以下地址下载最新版本: http://ant.apache.org/ u Ant 的安装和配置 Ant 的安装程序是一个压缩文件,例如最新版本的 Ant 1.6.5 安装程序文件名称为—— apache-ant-1.6.5-bin.zip 。 1. ... 阅读全文
posted @ 2009-01-15 17:57 昕友软件开发 阅读(1995) 评论(0) 推荐(0) 编辑
摘要:我查阅SDK文档,发现有两种方法 第一种方法: XmlFormView.XmlForm.ViewInfos.SwitchView("FirstView"); 第二种方法: XmlFormView.XmlForm.ViewInfos.Initial = XmlFormVie... 阅读全文
posted @ 2009-01-08 10:35 昕友软件开发 阅读(1031) 评论(1) 推荐(0) 编辑
摘要:网上的帖子真是误人子弟,搜出来的全是垃圾,现总结一下正确的步骤: 1、下载sqljdbc_1.2.2828.100_chs 在http://www.microsoft.com/downloads/details.aspx?familyid=C47053EB-3B64-4794-950D-81E1EC91C1BA&displaylang=zh-cn 2、将sqljdbc.jar放入D:\Tomcat... 阅读全文
posted @ 2009-01-07 16:42 昕友软件开发 阅读(339) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/WizardWu/archive/2008/10/27/1320055.html 阅读全文
posted @ 2009-01-04 11:59 昕友软件开发 阅读(206) 评论(0) 推荐(0) 编辑

欢迎访问我的开源项目:xyIM企业即时通讯
点击右上角即可分享
微信分享提示