• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
一个具有上进心的码农
因为一篇文章中有很多是从很多篇文章中摘取的,请恕我没有一一说明摘取出处,如果没有说明,则该文章默认是摘取,如有侵犯您的权益,请与我联系,将会马上删除。
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页
2009年4月30日
sort和反射封装方法
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Books是一个List的类型 bs.Books.Sort(delegate(Book a, Book b) { return a.Price.CompareTo(b.Price); ... 阅读全文
posted @ 2009-04-30 09:06 不若相忘于江湖 阅读(296) 评论(0) 推荐(0)
2009年4月24日
反射,LINQ,线程池,WCF,自动更新
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->通过反射机制控制前台的数据项的显示和隐藏 有个需求,笔者比较挠头,要求如果前台有数据项的话 这一行就显示,没有的话,就隐藏。 如果要是一个一个判断,并通过Panel的Visible属... 阅读全文
posted @ 2009-04-24 16:24 不若相忘于江湖 阅读(432) 评论(0) 推荐(0)
2009年4月22日
SQL方面
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->title 排前面select *from tbwhere title like '%酒精灯%' or body like '%酒精灯%' order by cas... 阅读全文
posted @ 2009-04-22 14:43 不若相忘于江湖 阅读(191) 评论(0) 推荐(0)
cookie序列化,抓取数据,SQL取数据
摘要: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->zhougod 等级: 可用分等级:短工 总技术分:190 总技术分排名:65790 结帖率:90.91% 发表于:2008-03-20 10:54:23 楼主 如题,已知条件:星期1,求从当... 阅读全文
posted @ 2009-04-22 11:04 不若相忘于江湖 阅读(416) 评论(0) 推荐(0)
2009年4月20日
downdroplist绑定树形结构,把第二个字符串改变
摘要: 问题1 假设有个字符串"aspkxiexhxlaspxxjmxaspmxj"; 如何把第二次的asp替换成*号? 字符串长度不是固定的,是会变化的 string str = "aspkxiexhxlaspxxjmxaspmxj"; int i = 0; str = Regex.Replace(str, "asp", new M... 阅读全文
posted @ 2009-04-20 14:36 不若相忘于江湖 阅读(287) 评论(0) 推荐(0)
Javascript判断是否关闭,去除页面中的所有的Script代码 ,去除html中中的html元素
摘要: 1、使用Javascript方式 在每一个页面中加入一段Javascript代码: function window.onbeforeunload() { if (event.clientX>document.body.clientWidth && event.clientY关闭时没有判断到。 常用到的WEB服务 http://topic.csdn.net/u/200... 阅读全文
posted @ 2009-04-20 14:34 不若相忘于江湖 阅读(971) 评论(0) 推荐(0)
2009年4月8日
SQL查询排序,自我比较,启动程序
摘要: System.Diagnostics.Process.Start(@"D:\FoxMail\Foxmail.exe"); select *from MonthlyEnterpriseMonitor where cast([Year] AS nvarchar(10))+'-0'+cast([Month] AS nvarchar(10))+'-01 00:00:00' between '20... 阅读全文
posted @ 2009-04-08 12:04 不若相忘于江湖 阅读(265) 评论(0) 推荐(0)
2009年4月2日
启动程序及一些时间转换
摘要: 一点技术含量都没有。 只不过是我自已把它记下来而已。 System.Diagnostics.Process.Start(@"D:\FoxMail\Foxmail.exe"); select * from MonthlyEnterpriseMonitor where cast([Year] AS nvarchar(10))+'-0'+cast([Month] AS nvarchar(... 阅读全文
posted @ 2009-04-02 14:02 不若相忘于江湖 阅读(129) 评论(0) 推荐(0)
2009年2月21日
另一种理解委托的意义
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->委托原来可以 private void AA(stirng name) { console.write(name) } private Delegete void add(stirn... 阅读全文
posted @ 2009-02-21 18:35 不若相忘于江湖 阅读(216) 评论(0) 推荐(1)
2009年2月13日
好的网址
摘要: 一个JS消息框 http://www.ajaxbbs.net/test/ymPrompt4.0/demo.html 阅读全文
posted @ 2009-02-13 16:21 不若相忘于江湖 阅读(173) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3