上一页 1 ··· 128 129 130 131 132 133 134 135 136 ··· 191 下一页
摘要: 发一个用PHP5写的smtp邮件发送类,支持smtp身份验证,可同时给多人发信,同时支持抄送、暗送、附件等,喜欢的朋友帮我顶起来。这个类需要Fileinfo扩展的支持,有关Fileinfo扩展的更多信息请查看http://www.phpx.com/viewarticle.php?id=115888。 类文件如下: <? /*+--------------------------------------------------+ |文件名:Smtp.php| |创建人:Simon.Ye| |创建时间:2006-10-08| |说 明:smtp邮件发送类| +---------------- 阅读全文
posted @ 2008-08-26 11:43 ajuanabc 阅读(190) 评论(0) 推荐(0)
摘要: <divid="chatlog"style="border:1pxsolidblack;padding:5px;height:115px;overflow:auto;"></div>http://www.corange.cn/archives/2008/02/238.html 阅读全文
posted @ 2008-08-25 09:55 ajuanabc 阅读(134) 评论(0) 推荐(0)
摘要: 同一个用户不允许同时登陆两次实现办法一、 登陆页login.asp: <% ifrequest.Form.count>0then session("username")=request("username") application(session("username"))=session.SessionID response.Redirect("index.asp") endif %> <formmethod=postaction=""> <inputtyp 阅读全文
posted @ 2008-08-25 09:47 ajuanabc 阅读(161) 评论(0) 推荐(0)
摘要: http://www.corange.cn/archives/2008/01/141.html'定义变量 Dimcn,rs,Sql Sql="selectCustomerIDfromOrders" '记录总数 DimTotalNumbe Setcn=Server.CreateObject("ADODB.Connection") cn.Open"Provider=SQLOLEDB.1;UserID=sa;InitialCatalog=NorthWind;DataSource=.;Password=;" Setrs=Ser 阅读全文
posted @ 2008-08-23 15:11 ajuanabc 阅读(214) 评论(0) 推荐(0)
摘要: <!doctypehtmlpublic"-//w3c//dtdhtml4.01//en""http://www.w3.org/tr/html4/strict.dtd"> <html> <head> <metahttp-equiv=content-typecontent="text/html;charset=utf-8"> <title>onunderflow</title> <scriptlanguage="JavaScript"> 阅读全文
posted @ 2008-08-23 15:06 ajuanabc 阅读(130) 评论(0) 推荐(0)
摘要: <scripttype="text/javascript"> /* FormfieldLimiterscript-ByDynamicDrive ForfullsourcecodeandmoreDHTMLscripts,visithttp://www.dynamicdrive.com ThiscreditMUSTstayintactforuse */ varns6=document.getElementById&&!document.all functionrestrictinput(maxlength,e,placeholder){ if(win 阅读全文
posted @ 2008-08-22 08:15 ajuanabc 阅读(178) 评论(0) 推荐(0)
摘要: <!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <htmlxmlns="http://www.w3.org/1999/xhtml"> <head> <metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/ 阅读全文
posted @ 2008-08-22 08:11 ajuanabc 阅读(206) 评论(0) 推荐(0)
摘要: <scripttype="text/javascript"> window.onload=function(){ vara=document.getElementById("loading"); a.parentNode.removeChild(a); } document.write('<divid="loading"style="background:#CC4444;color:#FFF;width:75px;line-height:20px;position:absolute;padding: 阅读全文
posted @ 2008-08-21 09:23 ajuanabc 阅读(131) 评论(0) 推荐(0)
摘要: 在JavaSE6中除了java.awt被更新外,javax.swing同时也有了很大的改进。在C/S程序中我们会经常使用到"表"。如我们可以在查询数据库后将查询结果显示在表格中。在Java中显示表格使用的是JTable类。在以前的版本中,JTable只能简单地显示数据,并没有什么附加的处理功能,而在JavaSE6中的JTable增加了排序和过滤功能。用户可以单击列头进行排序,也可以根据某一列来过滤表中的数据。 为了使JTable可以对数据进行,必须将RowSorter类和JTable进行关联。RowSorter是一个抽象类,它负责将JTable中的数据映射成可排序的数据。在 阅读全文
posted @ 2008-08-19 14:48 ajuanabc 阅读(510) 评论(0) 推荐(0)
摘要: By carol.zhang@sun.com, 3/6/07Netbeans在近年的发展,可说是长足的进步。它不仅是功能强大的集成开发环境,更可以看作是一个开发框架和平台,基于这个平台,通过模块开发,扩展这个平台的功能,或者根据自己的需求,定制个性化的IDE环境。概述Netbeans IDE由一个核心运行时环境(core runtime)和一组模块组成。这个core runtime为大多数桌面应用提供公共组件和服务,而“模块”,则是运行在这个coreruntime之上的java class,譬如,对于Java语言的支持,就是一个"plugin module",所有Netbe 阅读全文
posted @ 2008-08-19 11:33 ajuanabc 阅读(242) 评论(0) 推荐(0)
上一页 1 ··· 128 129 130 131 132 133 134 135 136 ··· 191 下一页