• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

我们将共同携手迎接你的到来!


新的一年
新的开始
新的目标
新的收获

kevin 愛戀 20140103

博客园          联系   管理     
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
2010年7月21日
SQL 分页存储过程
摘要: declare @pc int declare @c int exec SP_SqlFenYe @tblName='DetailedInfo',@fldName='*',@pageSize=10,@page=1,@fldSort='TJtime',@ID='ID', @Sort=0,@strCondition='len(ID)=2', @pageCount=@pc out , @Counts=... 阅读全文
posted @ 2010-07-21 18:05 kevin_20131022 阅读(213) 评论(0) 推荐(0)
2010年7月12日
日期控件
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->日历控件 阅读全文
posted @ 2010-07-12 09:01 kevin_20131022 阅读(205) 评论(0) 推荐(0)
三级菜单测试
摘要: 采购管理 采购订货 ... 阅读全文
posted @ 2010-07-12 08:54 kevin_20131022 阅读(241) 评论(0) 推荐(0)
2010年7月2日
SQL Case 的应用
摘要: create table test(Date varchar(50) null, Result varchar(50) null) insert into test values('1900-1-1','胜') insert into test values('1900-2-1','胜') insert into test values('1900-1-1','负') insert into ... 阅读全文
posted @ 2010-07-02 10:30 kevin_20131022 阅读(449) 评论(0) 推荐(0)
sql中case when then使用实例
摘要: TABLE [Test] ( [id] [int] IDENTITY (1, 1) NOT NULL , [name] [nvarchar] (50) COLLATE Chinese_PRC_CI_AS NULL , [subject] [nvarchar] (50) COLLATE Chinese_PRC_CI_AS NULL , [Source] [numeric](18, 0) NULL ... 阅读全文
posted @ 2010-07-02 09:45 kevin_20131022 阅读(2646) 评论(0) 推荐(0)
SQL利用Case When Then多条件判断SQL 语句
摘要: Select top 100 State,JoinState, (case when State=1 and Joinstate=0 then 2 when State=1 and JoinState=1 then 1 else 0 end) as usestate from UserInfo (2) select ID,Username,namer=(case when(sc... 阅读全文
posted @ 2010-07-02 09:41 kevin_20131022 阅读(178363) 评论(1) 推荐(2)
2010年7月1日
获取点坐标
摘要: 把鼠标悬停在下面的矩形上可以看到坐标: -->s 阅读全文
posted @ 2010-07-01 09:23 kevin_20131022 阅读(330) 评论(0) 推荐(0)
2010年6月28日
Linq group by
摘要: 1.简单形式:var q = from p in db.Products group p by p.CategoryID into g select g; 语句描述:Linq使用Group By按CategoryID划分产品。说明:from p in db.Products 表示从表中将产品对象取出来。group p by p.CategoryID into g表示对p按CategoryID字段归... 阅读全文
posted @ 2010-06-28 14:18 kevin_20131022 阅读(480) 评论(0) 推荐(0)
2010年6月26日
百度与google 搜索引擎的查找方式
摘要: baidu与google 搜索引擎明显的不同,真晕!不知道 百度 是以什么为搜索关键点的?难道是金钱............ 悲剧google 我看了至少是以文章或者什么关键字准确无误的查找出来。而 百度 呢 是不给钱就不出来,还是怎么回事,不解! 中国的百度 不要让我们失望啊! 阅读全文
posted @ 2010-06-26 11:39 kevin_20131022 阅读(247) 评论(0) 推荐(0)
javascript 延时显示层 DEMO
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->无标题文档 div格式自己调,这里放想放的内容 id为NewsPic0div格式自己调,这里放想... 阅读全文
posted @ 2010-06-26 11:18 kevin_20131022 阅读(320) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3