摘要: Jquery包文件及样式下载 具体效果可参考京东商城商品图片展示 第一步:需要导入Jquery包文件和样式文件(放在<head></head>中间):<script src="jquery/jquery-1.2.6.pack.js" type="text/javascript"></script><%--Jquery基础包 1.2.6版本--%><script src="jquery/jquery.jcarousel.js" type="text/javascript"></script><%--底部小图左右滚动脚本--%><script src="jquery/jquery.jqzoom.j阅读全文
posted @ 2009-11-07 14:27 凭栏处 阅读(1260) 评论(1) 编辑
摘要: 添加一个类并实现IHttpHandler接口,类中需添加System.IO引用(类代码如下)代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Linq;usingSystem.Web;usingSystem.Web.Security;usingSystem.Drawing;usingSystem.IO;///<su阅读全文
posted @ 2010-12-08 14:28 凭栏处 阅读(228) 评论(1) 编辑
摘要: 文本文件格式: [代码]实现代码:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->protectedvoidbtnBegin_Click(objectsender,EventArgse){StreamReadersr=newStreamReade...阅读全文
posted @ 2010-10-25 18:26 凭栏处 阅读(255) 评论(1) 编辑
摘要: 前台HTML : 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><divstyle="width:600px;margin:0pxauto;"><divstyle="float:left">   <asp:List...阅读全文
posted @ 2010-09-30 15:25 凭栏处 阅读(216) 评论(0) 编辑
摘要: 1.在Form窗体拖入打印控件,命名设置如下:pageSetupDialog: name:pageSetupDialog1 Document设为printDocument控件的实例printDialog: name:printDialog2 Document设为printDocument控件的实例printDocument: name:pdocOrderDetails PrintPage事件:...阅读全文
posted @ 2010-07-23 12:30 凭栏处 阅读(200) 评论(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->privatevoidFormTreeView_Load(objectsender,EventArgse){FilltvwDirectory();}privatevoidFilltvwDirector...阅读全文
posted @ 2010-07-23 11:13 凭栏处 阅读(95) 评论(0) 编辑
摘要: 代码 privatevoidDataLoad(){BLLContentsbllContents=newBLLContents();List<MODContents>mods=bllContents.GetDataMod("");ProLight.CMS.MyRssmyRSS=newProLight.CMS.MyRss();stringrssData=myRSS.CreateRSS();...阅读全文
posted @ 2010-07-16 17:57 凭栏处 阅读(109) 评论(0) 编辑
摘要: 1.将NPOI文件文件添加引用到项目中2.编写代码2.1Excel数据导入数据库代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->privatevoidtoolStripButton1_Click(objectsender,EventArgse){...阅读全文
posted @ 2010-07-16 08:57 凭栏处 阅读(194) 评论(1) 编辑
摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->privatevoidbtnSend_Click(objectsender,EventArgse){SettingsBizsettings=newSettingsBiz();stringsmtp=s...阅读全文
posted @ 2010-07-15 18:58 凭栏处 阅读(59) 评论(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//XML序列化privatevoidbtnSerialization_Click(objectsender,EventArgse){XmlSerializerxmlSerializer=newXml...阅读全文
posted @ 2010-07-13 18:58 凭栏处 阅读(183) 评论(0) 编辑
摘要: XML文件代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->classProgram{staticvoidMain(string[]args){stringdataDir=AppDomain.CurrentDomain.BaseDirectory;...阅读全文
posted @ 2010-07-13 18:48 凭栏处 阅读(114) 评论(0) 编辑