paul_cheung

导航

2015年4月20日 #

convert return char from sql server 2008 r2 or below version to c#

摘要: C# string.Replace((char)13, ' ') //newline char; string.Replace((char)10, ' ') //return char; 阅读全文

posted @ 2015-04-20 20:54 paul_cheung 阅读(106) 评论(0) 推荐(0) 编辑

2014年12月4日 #

bootstrap style for jQuery UI Dialog

摘要: 页面引用: asdfasdf 按照头中的路径引用到对应文件(jquery-ui-bootstrap-v0.5pre\css\custom-theme路径下会有images图片,勿忘)效果如下:提交时用checkbox的id拿对应的值(v... 阅读全文

posted @ 2014-12-04 14:14 paul_cheung 阅读(433) 评论(0) 推荐(0) 编辑

2014年9月17日 #

backup all sql server databases

该文被密码保护。 阅读全文

posted @ 2014-09-17 18:02 paul_cheung 阅读(1) 评论(0) 推荐(0) 编辑

2014年6月25日 #

bootstrap 3 with IE8 compatibility

摘要: making-twitter-bootstrap-3-compatible-with-internet-explorer-7-and-below 阅读全文

posted @ 2014-06-25 17:41 paul_cheung 阅读(255) 评论(0) 推荐(0) 编辑

2014年6月4日 #

Performing CRUD Operations in Web API OData Service using ODataController

该文被密码保护。 阅读全文

posted @ 2014-06-04 15:33 paul_cheung 阅读(5) 评论(0) 推荐(0) 编辑

2014年5月8日 #

TFS Build Definition And Auto Deploy

摘要: TFS-Build-Definition-And-Auto-Deploy 阅读全文

posted @ 2014-05-08 11:33 paul_cheung 阅读(481) 评论(0) 推荐(0) 编辑

2014年5月6日 #

项目在build machine中失败,本地Build成功的程序集版本问题

摘要: MSBuild中的Assembly引用遇到的版本问题 阅读全文

posted @ 2014-05-06 10:37 paul_cheung 阅读(227) 评论(0) 推荐(0) 编辑

2014年4月30日 #

remote debug in visual studio

摘要: install "rtools setup x64"[remote debugging monitor] on the target machine, lauch it when do debugging stuff[注意权限问题,以管理员身份运行安装好的monitor]and then attac... 阅读全文

posted @ 2014-04-30 11:12 paul_cheung 阅读(142) 评论(0) 推荐(0) 编辑

2014年4月15日 #

jquery change dropdownlist selected option

摘要: $("[name='corporation']").val(3); //选中corporation3 阅读全文

posted @ 2014-04-15 18:22 paul_cheung 阅读(235) 评论(0) 推荐(0) 编辑

2014年4月14日 #

asp.net mvc return file result

摘要: asp.net mvc返回文件:public ActionResult ExportReflection(string accessToken) { var reflections = GetCmsReflectionList(accessToken); ... 阅读全文

posted @ 2014-04-14 15:17 paul_cheung 阅读(605) 评论(0) 推荐(0) 编辑