会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
笑佛缘
笑佛缘-世界的奇迹
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
14
下一页
2014年4月21日
Sql Server聚集索引创建
摘要: create CLUSTERED index IX_ZhuiZIDList_ZID on ZhuiZIDList (ZID)
阅读全文
posted @ 2014-04-21 16:05 xiaofoyuan
阅读(615)
评论(0)
推荐(0)
编辑
SQL SERVER数据库索引、外键查找
摘要: 1、索引查找select a.name as tabname ,h.name as idname,h.type_descfrom sys.objects as a right join sys.indexes as h on a.object_id=h.object_id...
阅读全文
posted @ 2014-04-21 13:16 xiaofoyuan
阅读(2288)
评论(0)
推荐(0)
编辑
2014年4月16日
正则表达式,获取命名结果
摘要: string pattern = @"http://www.rakuten.ne.jp/gold/(?[\s\S]*?)/"; Match _match = Regex.Match(shopURL, pattern, RegexOptions.IgnoreCase | RegexOpt...
阅读全文
posted @ 2014-04-16 15:32 xiaofoyuan
阅读(531)
评论(0)
推荐(0)
编辑
2014年4月14日
通过Sql语句导数据
摘要: 在通过SQL Server向导中的SQL语句导数据时,默认情况下源表中的nvarchar字段类型会变成202,解决此问题的方法是,要重新选择一下对应的数据接收表。
阅读全文
posted @ 2014-04-14 12:25 xiaofoyuan
阅读(334)
评论(0)
推荐(0)
编辑
2014年2月27日
sql server多表数据批量更新
摘要: updatewset w.TagCount=x.TagCountfrom (select ItemID,COUNT(*) as TagCount from r where IsValid=1 group by ItemID) as xwhere ID =4 and IsValid=1 and w.I...
阅读全文
posted @ 2014-02-27 14:00 xiaofoyuan
阅读(743)
评论(0)
推荐(0)
编辑
2014年2月10日
premiere下载
摘要: http://www.eyesvideo.cn/thread-51-1-1.html
阅读全文
posted @ 2014-02-10 10:49 xiaofoyuan
阅读(196)
评论(0)
推荐(0)
编辑
2013年12月31日
iis url rewrite配置
摘要: http://www.microsoft.com/taiwan/technet/iis/expand/URLRewrite.aspxhttp://www.iis.net/learn/extensions/url-rewrite-module
阅读全文
posted @ 2013-12-31 12:34 xiaofoyuan
阅读(389)
评论(0)
推荐(0)
编辑
2013年12月23日
css字体库
摘要: http://fontawesome.io/icons/
阅读全文
posted @ 2013-12-23 13:45 xiaofoyuan
阅读(200)
评论(0)
推荐(0)
编辑
2013年10月22日
safari iframe处理
摘要: http://lhdst-163-com.iteye.com/blog/1766328
阅读全文
posted @ 2013-10-22 16:19 xiaofoyuan
阅读(350)
评论(0)
推荐(0)
编辑
2013年9月25日
菜单滑动-menu swipe
摘要: http://tympanus.net/codrops/http://www.idangero.us/sliders/swiper/index.php//触摸滑动
阅读全文
posted @ 2013-09-25 13:26 xiaofoyuan
阅读(298)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
8
9
···
14
下一页
公告