Magic Studio

专心做有逼格的APP!

上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 42 下一页

2010年7月10日 #

FILESTREAM data cannot be placed on an empty filegroup 解决办法

摘要: FILESTREAM data cannot be placed on an empty filegroup 解决办法 阅读全文

posted @ 2010-07-10 18:56 Mr 布鲁斯 阅读(1364) 评论(0) 推荐(0) 编辑

2010年7月1日 #

Handling Checkboxes, Radio Buttons and Select Options in jQuery [转]

摘要: Handling Checkboxes, Radio Buttons and Select Options in jQueryI figured I’d share how I’ve dealt with some form elements in jQuery. Sometimes you have to look at the docs a few times befo... 阅读全文

posted @ 2010-07-01 14:09 Mr 布鲁斯 阅读(148) 评论(0) 推荐(0) 编辑

2010年5月23日 #

python 数据库操作

摘要: [代码] 阅读全文

posted @ 2010-05-23 23:50 Mr 布鲁斯 阅读(335) 评论(0) 推荐(1) 编辑

Set default value for column[转]

摘要: Set default value for column[代码][代码](1 rows affected)[代码]int1 bit1 usr1 Timestamp as int createtime----------- ---- ---------------------------- ---------------- ----------------------- 1 0 dbo 5007 2... 阅读全文

posted @ 2010-05-23 23:47 Mr 布鲁斯 阅读(413) 评论(0) 推荐(1) 编辑

2010年4月30日 #

WCF 部署问题 小总结 (HTTP 不能注册的解决方法 和 部署Bat脚本)[转]

摘要: 最近,用的一个小工具,老是出错,自己崩溃掉, 觉得很不爽,因此自己写了一个Windows服务,代替那个工具 可是工具写完,部署之后, 却出错了, Windows 服务 却没有启动。 当时原因是不知道的,因此我是在 Windows 2008 R2 Core 下部署的,查看不了日志(为什么要用 R2? 恩,因为我在Win 2008 Core下安装 .NET 3.5 的时候出错了~) 今天,又找了一... 阅读全文

posted @ 2010-04-30 21:54 Mr 布鲁斯 阅读(590) 评论(0) 推荐(0) 编辑

异步调用webservice

摘要: 今天学习webservice的异步调用。找了很多都是说会在客户端生成的Proxy类中会生成Begin和End,然后在这两个方法之间调用自己的代码的方式实现异步操作。   但是,在客户端的Proxy类中没有这样的方法,相反的却有Async的方法。这个是不是新的异步调用新的实现方式呢?于是网上找了找发现了两篇很有价值的博文。 阅读全文

posted @ 2010-04-30 01:02 Mr 布鲁斯 阅读(659) 评论(0) 推荐(0) 编辑

2010年3月9日 #

jquery iframe[转]

摘要: 在iframe子页面获取父页面元素代码如下:Js代码$('#objId', parent.document); 在父页面 获取iframe子页面的元素代码如下:Js代码$("#objid",document.frames[0].document) from:http://hi.baidu.com/eyescode/blog/item/81ba20ebd68d4b34b90e2d20.html 阅读全文

posted @ 2010-03-09 18:59 Mr 布鲁斯 阅读(233) 评论(0) 推荐(0) 编辑

2010年2月27日 #

Check All Checkboxes with JQuery[转]

摘要: Posted At : July 9, 2008 10:16 PM | Posted By : Adrian J. Moreno Related Categories: JQuery, Javascript I've been working with JQuery quite a bit lately and I'm aggravated that I didn... 阅读全文

posted @ 2010-02-27 02:56 Mr 布鲁斯 阅读(949) 评论(0) 推荐(0) 编辑

2010年2月17日 #

jQuery对象与dom对象的转换[转]

摘要: jQuery对象与dom对象的转换最近在闲暇时间用jQuery搞了一个多文件上传的东东,顺便写点笔记。一直以来对于通过jQuery方式获取的对象使不能直接使用JavaScript的一些方法的,开始的时候不理解,现在此案知道,原来jQuery获得的对象并不和我们平时使用getElementById获得的对象是一样的对象。所以一些新手就很迷惑,为什么${”#Element”}不... 阅读全文

posted @ 2010-02-17 15:26 Mr 布鲁斯 阅读(228) 评论(0) 推荐(0) 编辑

2010年1月13日 #

CacheControl in ASP.NET [转]

摘要: CacheControlThe CacheControl property allows you to set the HTTP/1.1 Cache-Control header in a response.SyntaxResponse.CacheControl [= Cache Control Header ]ParametersCache Control Header The followin... 阅读全文

posted @ 2010-01-13 10:15 Mr 布鲁斯 阅读(466) 评论(0) 推荐(0) 编辑

上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 42 下一页

导航