上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 30 下一页
摘要: /* var N = function () { this.keys = []; this.w = {}; this.m = {} }; N["prototype"].set = function (a, b, c) { this.keys["push"](a); c ? thi... 阅读全文
posted @ 2014-10-30 15:36 张保维 阅读(228) 评论(0) 推荐(0) 编辑
摘要: __author__ = 'Administrator' import codecs def blocks(file, size=65536): while True: b = file.read(size) if not b: break yield b with codecs. open('h:/iis/u_ex141026.... 阅读全文
posted @ 2014-10-30 10:44 张保维 阅读(213) 评论(0) 推荐(0) 编辑
摘要: http://htmlagilitypack.codeplex.com/wikipage?title=Examples http://nuget.org/packages/HtmlAgilityPack HtmlAgilityPack.HtmlWeb web = new HtmlAgilityPack.HtmlWeb(); ... 阅读全文
posted @ 2014-10-27 16:30 张保维 阅读(128) 评论(0) 推荐(0) 编辑
摘要: http://www.nickriggs.com/posts/post-complex-javascript-objects-to-asp-net-mvc-controllers/ Post Complex JavaScript Objects to ASP.NET MVC Controllers Posted in ASP.NET’JavaScript August 21, 20... 阅读全文
posted @ 2014-10-23 14:34 张保维 阅读(157) 评论(0) 推荐(0) 编辑
摘要: $.validator.unobtrusive.parse($('form[action = "@Url.Action()"]')); 阅读全文
posted @ 2014-10-09 10:22 张保维 阅读(155) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/12601907/loading-google-maps-in-anonymous-function window.gMapsCallback = function(){ $(window).trigger('gMapsLoaded'); } $(document).ready((function(){ ... 阅读全文
posted @ 2014-09-27 17:06 张保维 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-09-26 15:03 张保维 阅读(973) 评论(0) 推荐(0) 编辑
摘要: 返回索引 本来没有倒装电圆锯,但是由于在使用过程中,由于多种原因,比如手的抖动就会造成开板的误差,也就是1-2mm,对于大块头的家具是不显的,但是对于小个的,如我做了个笔筒,就是差了1.4mm,这样做出来就显得有缝了,不爽极了。无奈之下,只有通过倒装来解决这个问题。 其实倒装有两个问题,主要还是麻烦,还有会增加危险系数,所以,这个我一直没有进行尝试。 1,先在底座上打上四个孔,有些电圆锯本来... 阅读全文
posted @ 2014-09-11 12:21 张保维 阅读(14965) 评论(0) 推荐(0) 编辑
摘要: [mysqld] skip-name-resolve http://www.jb51.net/article/27616.htm 阅读全文
posted @ 2014-09-02 20:33 张保维 阅读(173) 评论(0) 推荐(0) 编辑
摘要: The problem is that the folder is already under version control. Here's how I fix this type of problem when it comes up: In your local shell, make a copy of the .settings folder Bring up the ... 阅读全文
posted @ 2014-09-02 16:12 张保维 阅读(427) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 30 下一页