摘要: 下面是自己添加的一个类:在上面的页面中的按钮单击事件中调用。 public class ExcelToMSSql { public static int count = 0; public static string error = ""; public ExcelToMSSql() { //... 阅读全文
posted @ 2013-08-12 12:44 wisy88 阅读(563) 评论(0) 推荐(0) 编辑
摘要: 先上代码: privatevoidbutton_Click(objectsender,EventArgse) { CookieContainercc =newCookieContainer();//this is for keep the Session and Cookie ... 阅读全文
posted @ 2013-08-12 12:37 wisy88 阅读(945) 评论(0) 推荐(0) 编辑
摘要: 编辑器加载中网页操作大师 - 自动发帖软件 http://seo.n878.com 网页操作大师完全能够模拟人工操作网页的方式来操作网页,并且能够设置与你的登录帐号、发布内容及常用信息等进行关联并自动填写到网页中。 实现自动对网页进行操作,只需要设置好简单代码。 操作简单方便,功能无比强大,几乎可以... 阅读全文
posted @ 2013-07-19 17:04 wisy88 阅读(628) 评论(0) 推荐(0) 编辑
摘要: sql server 2005 排名提供dense_rank() 函数.实现起来非常简单. 示例如下: declare @t table(place int,score int) insert into @t select 11,10 union all select 3,10 union all select 2,20 union all select 2,30 select dense_... 阅读全文
posted @ 2008-12-02 11:21 wisy88 阅读(112) 评论(0) 推荐(0) 编辑