上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 40 下一页
摘要: using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts... 阅读全文
posted @ 2009-04-02 18:34 bestsaler 阅读(134) 评论(0) 推荐(0) 编辑
摘要: c# SQLServer 数据库连接 using System;using System.Data;using System.Configuration;using System.Web;using System.Data.SqlClient;using System.Text;using System.Collections;namespace BaseProject.Data{ pu... 阅读全文
posted @ 2009-04-02 18:33 bestsaler 阅读(360) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.W... 阅读全文
posted @ 2009-04-02 18:31 bestsaler 阅读(244) 评论(0) 推荐(0) 编辑
摘要: //获取地址参数值 function getParameter(name) { var reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)"); var r = window.location.search.substr(1).match(reg); if (r!=null) return r[2]; return null;... 阅读全文
posted @ 2009-04-02 17:46 bestsaler 阅读(136) 评论(0) 推荐(0) 编辑
摘要: public string GetSqlFile(FileUpload fp, int width, int height) { string sqlfile = ""; string tempSqlPath = ""; string path = HttpContext.Current.Request.Ph... 阅读全文
posted @ 2009-04-01 18:02 bestsaler 阅读(588) 评论(0) 推荐(0) 编辑
摘要: 无缝隙向上滚动,兼容IE和FF 党宝博客dangbao's Blog CSS技术讨论群66042462 专注网页前端制作问题 阅读全文
posted @ 2009-03-30 12:07 bestsaler 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 数据库时间截取日期函数 substring(convert(varchar,GDate,120),1,10) 阅读全文
posted @ 2009-03-30 10:06 bestsaler 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 各大网站收录入口| 各大搜索引擎提交 | 搜索引擎提交地址 网站建设完成之后,第一件事情就是向各大搜索引擎提交新网站。搜索引擎提交包括提交给搜索引擎爬虫和提交给分类目录。提交给搜索引擎爬虫的目的是让搜索引擎将网站收录到索引数据库。检验网站是否被搜索引擎收录的办法是直接在搜索引擎中搜索网址,查看能否找到网站结果,也可以通过输入命令site:yoursite获得具体的页面收录数量。提交给搜索引擎分... 阅读全文
posted @ 2009-03-28 22:10 bestsaler 阅读(4558) 评论(0) 推荐(0) 编辑
摘要: function InitData(depth,parent,id) { var ele = document.getElementById(id); if(depth==1) { for(var i=0;i-1?(document.getElementById("LbThird").options[document.getElementById("LbTh... 阅读全文
posted @ 2009-03-28 18:29 bestsaler 阅读(134) 评论(0) 推荐(0) 编辑
摘要: function InitData(depth,parent,id) { var ele = document.getElementById(id); if(depth==1) { for(var i=0;i-1?(document.getElementById("LbThird").options[document.getElementById("LbT... 阅读全文
posted @ 2009-03-28 18:16 bestsaler 阅读(179) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 40 下一页