上一页 1 ··· 277 278 279 280 281 282 283 284 285 ··· 391 下一页
摘要: https://forums.asp.net/t/1783252.aspx?Commented+out+ascx+code+not+treated+as+commented+out+ <%-- --%> 把需要注释的代码放在-- --中间 阅读全文
posted @ 2018-02-27 14:11 ChuckLu 阅读(407) 评论(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 阅读(441) 评论(0) 推荐(0) 编辑
摘要: https://www.newtonsoft.com/json/help/html/T_Newtonsoft_Json_JsonConvert.htm 在使用DeserializeObject函数进行转换的时候,会自动处理,如果和T匹配,就会转换好。 如果类型不匹配,也不会报错的。 json字符的转 阅读全文
posted @ 2018-02-26 13:59 ChuckLu 阅读(338) 评论(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 阅读(319) 评论(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 阅读(247) 评论(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 阅读(856) 评论(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 阅读(191) 评论(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 阅读(509) 评论(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 阅读(403) 评论(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 阅读(4591) 评论(0) 推荐(0) 编辑
上一页 1 ··· 277 278 279 280 281 282 283 284 285 ··· 391 下一页