02 2018 档案

摘要:https://forums.asp.net/t/1783252.aspx?Commented+out+ascx+code+not+treated+as+commented+out+ <%-- --%> 把需要注释的代码放在-- --中间 阅读全文
posted @ 2018-02-27 14:11 ChuckLu 阅读(410) 评论(0) 推荐(0) 编辑
摘要:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify The JSON.stringify() method converts a JavaScript valu 阅读全文
posted @ 2018-02-26 16:13 ChuckLu 阅读(443) 评论(0) 推荐(0) 编辑
摘要:https://www.newtonsoft.com/json/help/html/T_Newtonsoft_Json_JsonConvert.htm 在使用DeserializeObject函数进行转换的时候,会自动处理,如果和T匹配,就会转换好。 如果类型不匹配,也不会报错的。 json字符的转 阅读全文
posted @ 2018-02-26 13:59 ChuckLu 阅读(343) 评论(0) 推荐(0) 编辑
摘要:https://www.sitepoint.com/mime-types-complete-list/ application/base64 https://github.com/dotnet/docs/issues/4487 阅读全文
posted @ 2018-02-24 18:58 ChuckLu 阅读(320) 评论(0) 推荐(0) 编辑
摘要:https://msdn.microsoft.com/en-us/library/system.web.mvc.actionfilterattribute.onactionexecuting(v=vs.118).aspx#M:System.Web.Mvc.ActionFilterAttribute. 阅读全文
posted @ 2018-02-24 17:44 ChuckLu 阅读(249) 评论(0) 推荐(0) 编辑
摘要:<conversionPattern value="%date{yyyy-MM-dd HH:mm:ss.fffzzz} [%thread] %-5level %logger - %message%newline" /> https://logging.apache.org/log4net/log4n 阅读全文
posted @ 2018-02-24 16:18 ChuckLu 阅读(870) 评论(0) 推荐(0) 编辑
摘要:text http://api.jquery.com/text/ Get the combined text contents of each element in the set of matched elements, including their descendants后裔, or set 阅读全文
posted @ 2018-02-24 15:42 ChuckLu 阅读(193) 评论(0) 推荐(0) 编辑
摘要:https://www.soapui.org/getting-started/soapui-interface/main-window.html 以调用博客园的api为例 第一个是域名 第二个是resource 第三个是child resource 第四个是method 第五个是request 基本 阅读全文
posted @ 2018-02-24 13:39 ChuckLu 阅读(513) 评论(0) 推荐(0) 编辑
摘要:http://www.runoob.com/bootstrap/bootstrap-navigation-elements.html http://www.runoob.com/bootstrap/bootstrap-tab-plugin.html 您可以通过以下两种方式启用标签页: 通过 data 阅读全文
posted @ 2018-02-23 17:46 ChuckLu 阅读(405) 评论(0) 推荐(0) 编辑
摘要:将原文件读取为字节数组,然后用base64加密,得到加密的字符串 https://stackoverflow.com/questions/475421/base64-encode-a-pdf-in-c Use File.ReadAllBytes to load the PDF file, and t 阅读全文
posted @ 2018-02-22 14:57 ChuckLu 阅读(4600) 评论(0) 推荐(0) 编辑
摘要:榆关,在河北省秦皇岛 《高祖还乡》的作者是睢suī景臣 徐渭,字文长 《我曾经爱过你》是普希金的一首爱情诗。 《夜莺颂》是济慈写的。英国诗人 裴多菲,是匈牙利的。 王勃,字子安 《【双调】折桂令 拟张鸣善》 元末明初 倪瓒zàn 到如今世事难说,天地间不见一个英雄,不见一个豪杰。 文起八代之衰,是苏 阅读全文
posted @ 2018-02-12 22:03 ChuckLu 阅读(498) 评论(0) 推荐(0) 编辑
摘要:$(document).on('click', '.invoiceNumber', function () { var string = <%= StaticHelper.GetCurrentCompanyId.ToString()%>; string = string +" "+ $(this). 阅读全文
posted @ 2018-02-12 17:03 ChuckLu 阅读(385) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/18897807/on-click-event-on-td-created-dynamically 按照这个,给td添加click事件,但是没有反应。 发现是因为没有引用JQuery导致的问题,无法识别$。 在Chrome的后台 阅读全文
posted @ 2018-02-12 16:38 ChuckLu 阅读(444) 评论(0) 推荐(0) 编辑
摘要:Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The sy 阅读全文
posted @ 2018-02-12 15:45 ChuckLu 阅读(2387) 评论(0) 推荐(0) 编辑
摘要:七律·人民解放军占领南京 钟山风雨起苍黄,百万雄师过大江。虎踞龙盘今胜昔,天翻地覆慨而慷。宜将剩勇追穷寇,不可沽名学霸王。天若有情天亦老,人间正道是沧桑。 元丹丘歌 李白〔唐代〕 元丹丘,爱神仙,朝饮颍川之清流,暮还嵩岑之紫烟,三十六峰长周旋。长周旋,蹑星虹,身骑飞龙耳生风,横河跨海与天通,我知尔游 阅读全文
posted @ 2018-02-08 23:46 ChuckLu 阅读(12704) 评论(1) 推荐(1) 编辑
摘要:Test Doubles — Fakes, Mocks and Stubs. | by Michal Lipski | Pragmatists This text was originally posted at Pragmatists blog In automated testing it is 阅读全文
posted @ 2018-02-06 19:08 ChuckLu 阅读(400) 评论(0) 推荐(0) 编辑
摘要:Patterns in the Composite Application Library Inversion of Control https://www.codeproject.com/Articles/29271/Design-pattern-Inversion-of-control-and- 阅读全文
posted @ 2018-02-06 18:49 ChuckLu 阅读(155) 评论(0) 推荐(0) 编辑
摘要:https://docs.kentico.com/k8/installation/upgrading-kentico-7-to-8 阅读全文
posted @ 2018-02-06 11:27 ChuckLu 阅读(123) 评论(0) 推荐(0) 编辑
摘要:https://docs.kentico.com/k11/macro-expressions/troubleshooting-macros/working-with-macro-signatures update macro signatures Whenever a user saves a ma 阅读全文
posted @ 2018-02-05 15:04 ChuckLu 阅读(140) 评论(0) 推荐(0) 编辑
摘要:https://www.tenforums.com/tutorials/3476-reset-clear-recent-items-frequent-places-windows-10-a.html Your recent items and frequent places are stored i 阅读全文
posted @ 2018-02-05 02:13 ChuckLu 阅读(326) 评论(0) 推荐(0) 编辑
摘要:https://learngitbranching.js.org https://github.com/pcottle/learnGitBranching no demo模式可以随便玩 https://learngitbranching.js.org/?NODEMO 阅读全文
posted @ 2018-02-02 09:57 ChuckLu 阅读(192) 评论(0) 推荐(0) 编辑
摘要:C:\Program Files\dotnet\sdk\2.1.4\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.TargetFrameworkInference.targets(135,5): error : The current .NET SDK doe 阅读全文
posted @ 2018-02-01 18:05 ChuckLu 阅读(3510) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示