• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
繁星
不要浪费时间
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 5 6 7 8 9 10 11 下一页
2008年8月10日
jquery 获取元素对象
摘要: $("p:first").text() 第一个P $("P:last") 最后一个P $("p:eq(1)").attr("title") 获取第二个p $("p:gt(0)") 第1个P之后的P $("P:lt(1)") 第2个之前的P 阅读全文
posted @ 2008-08-10 13:06 ※繁星※ 阅读(1585) 评论(0) 推荐(0)
2008年7月6日
url重写
摘要: 可以使用 ISAPI 筛选器在 IIS Web 服务器级别实现 URL 重写,也可以使用 HTTP 模块或 HTTP 处理程序在 ASP.NET 级别实现 URL 重写。本文重点介绍如何使用 ASP.NET 实现 URL 重写,因此我们将不对使用 ISAPI 筛选器实现 URL 重写的细节进行深入探讨。但是,有大量的第三方 ISAPI 筛选器可用于 URL 重写,例如: IS... 阅读全文
posted @ 2008-07-06 16:26 ※繁星※ 阅读(252) 评论(0) 推荐(0)
2008年6月21日
滚动文字效果
摘要: 1、6D校园隆重上线(www.6dxy.com).. 2、立体展示校园风采,提供网络畅游平台.. 3、杭州卓锐信息技术有限公司 4精彩辩论赛 在这里,我们相识 5浙大女生的风采 最美夕阳红 阅读全文
posted @ 2008-06-21 11:10 ※繁星※ 阅读(420) 评论(1) 推荐(0)
删除重复记录
摘要: select distinct * into C_ColumnSchoolLive11 from C_ColumnSchoolLive drop table C_ColumnSchoolLive select * into C_ColumnSchoolLive from C_ColumnSchoolLive11 drop table C_ColumnSchoolLive11 阅读全文
posted @ 2008-06-21 09:32 ※繁星※ 阅读(132) 评论(1) 推荐(0)
2008年6月20日
jquery 局部加载数据
摘要: 方法1 : $(document).ready(function(){ $("#addinfo").load("Service/IndexLogin.aspx", $("#addinfo li")); }) 方法2: $(document).ready(func... 阅读全文
posted @ 2008-06-20 10:26 ※繁星※ 阅读(614) 评论(0) 推荐(0)
2008年6月18日
.net连接数据库mysql常用方法
摘要: .net连接数据库mysql常用方法 2008年03月10日 星期一 09:24 .net连接mysql数据库驱动包MySql.Data.dll (mysql-connector-net-5.0.8.1.exe )下载 众所周知,.Net的数据访问使用ADO.NET,而... 阅读全文
posted @ 2008-06-18 22:15 ※繁星※ 阅读(492) 评论(0) 推荐(0)
2008年6月17日
获取IP所在地
摘要: public string GetAddress(string ip) { DbCommon Db = new DbCommon(); string[] ipArray; long numString; string address; ipArray = ip.Split('.'); ... 阅读全文
posted @ 2008-06-17 13:24 ※繁星※ 阅读(238) 评论(0) 推荐(0)
2008年6月10日
新闻上一条下一条存储过程
摘要: 今天晚上写了个上下条新闻存储程序 declare @id int set @id=1 if exists(select * from tbl1 where id@id) select * from (select top 1 id,title from tbl1 where id@id order by id asc)t2 else if not exists(select * from tbl... 阅读全文
posted @ 2008-06-10 23:28 ※繁星※ 阅读(212) 评论(0) 推荐(0)
2008年5月28日
关于union 和 order by 一起用的问题
摘要: select * from (select top 5 * from table1 order by time desc)t1 union select * from (select top 5 * from table2 order by time desc)t2 这样就可以先按table1的时间来排序,然后再到table2时间来排序 阅读全文
posted @ 2008-05-28 11:24 ※繁星※ 阅读(186) 评论(0) 推荐(0)
2008年5月6日
得到Html参数
摘要: 阅读全文
posted @ 2008-05-06 19:38 ※繁星※ 阅读(292) 评论(1) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3