http://union.suning.com/aas/open/vistorAd.action?userId=124924&webSiteId=12164&adInfoId=6494&adBookId=48681&subUserEx=155412&vistURL=http://www.suning.com
摘要: class SqlHelper { private static string connStr = ConfigurationManager.ConnectionStrings["dbconstr"].ConnectionString; //public stati... 阅读全文
posted @ 2015-06-07 14:56 .netpjava 阅读(131) 评论(0) 推荐(0)
摘要: private void button1_Click(object sender, EventArgs e) { OpenFileDialog ofd = new OpenFileDialog(); ofd.Filter = "文本文件|*... 阅读全文
posted @ 2015-06-07 14:55 .netpjava 阅读(314) 评论(0) 推荐(0)
摘要: amespace 进制转换{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } priv... 阅读全文
posted @ 2015-05-28 16:38 .netpjava 阅读(176) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-05-28 15:41 .netpjava 阅读(164) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2015-05-28 15:40 .netpjava 阅读(166) 评论(0) 推荐(0)
摘要: http://www.codesky.net/article/200508/72743.htmlhttp://www.codesky.net/article/201109/106047.htmlhttp://sc.chinaz.com/jiaoben/ 阅读全文
posted @ 2015-05-11 15:07 .netpjava 阅读(208) 评论(0) 推荐(0)
摘要: 常用JS图片滚动(无缝、平滑、上下左右滚动)代码大全innerHTML: 设置或获取位于对象起始和结束标签内的 HTMLscrollHeight: 获取对象的滚动高度。scrollLeft: 设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop: 设置或获... 阅读全文
posted @ 2015-05-11 13:07 .netpjava 阅读(359) 评论(0) 推荐(0)
摘要: public partial class 计算器 : Form { public 计算器() { InitializeComponent(); } private void jsa_Click(object sen... 阅读全文
posted @ 2015-05-05 19:51 .netpjava 阅读(110) 评论(0) 推荐(0)
摘要: 无标题文档无标题文档 第一 第二 第三 第四 阅读全文
posted @ 2015-05-05 16:41 .netpjava 阅读(218) 评论(0) 推荐(0)
摘要: create table house (house_id varchar(10),city varchar(10),area int)insert into house values ('wh1','北京',370);insert into house values ('wh2','上海',500... 阅读全文
posted @ 2015-04-29 11:29 .netpjava 阅读(558) 评论(0) 推荐(0)