上一页 1 ··· 266 267 268 269 270 271 272 273 274 ··· 391 下一页
摘要: kentico7中有如下的css引用 第一行的css是 SELECT * FROM dbo.CMS_CssStylesheet表中的css 后面2个对应到的是Kentico7\App_Themes\CorporateSite文件夹下的*.css,会自动加载这个文件夹下的所有css 阅读全文
posted @ 2018-07-11 16:00 ChuckLu 阅读(291) 评论(0) 推荐(0) 编辑
摘要: What does jQuery.fn mean? In jQuery, the fn property is just an alias to the prototype property. The jQuery identifier (or $) is just a constructor fu 阅读全文
posted @ 2018-07-06 10:34 ChuckLu 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 学习注意事项 col-*-* 第一个*是设备类型,第二个*是控件宽度的占比 屏幕被等分为12,col-1宽度是1/12,col-6宽度是50%,col-12宽度是100% 给应用了class的element,添加上style="background-color: red",通过背景色可以比较方便地看 阅读全文
posted @ 2018-07-06 10:17 ChuckLu 阅读(437) 评论(0) 推荐(0) 编辑
摘要: Can I use multiple versions of jQuery on the same page? 回答1 Yes, it's doable due to jQuery's noconflict mode. http://blog.nemikor.com/2009/10/03/using 阅读全文
posted @ 2018-07-03 11:29 ChuckLu 阅读(552) 评论(0) 推荐(0) 编辑
摘要: https://datatables.net/download/ 这个页面,根据需要选择一个styling Framework,比如bootstrap4 step3选择Download这个tab,然后勾选concatenate, 最后下载的css和js文件开头会有一段类似 /* * This com 阅读全文
posted @ 2018-07-03 11:28 ChuckLu 阅读(285) 评论(0) 推荐(0) 编辑
摘要: sql compare project's options https://documentation.red-gate.com/sc/setting-up-the-comparison/setting-project-options Add object existence checks Use 阅读全文
posted @ 2018-06-29 14:40 ChuckLu 阅读(349) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NaN The global NaN property is a value representing Not-A-Number. NaN 阅读全文
posted @ 2018-06-22 11:42 ChuckLu 阅读(253) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000008785931 https://www.codementor.io/nihantanu/21-essential-javascript-tech-interview-practice-questions-answers-du10 阅读全文
posted @ 2018-06-21 17:42 ChuckLu 阅读(167) 评论(0) 推荐(0) 编辑
摘要: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals 需要注意的是ie不支持 阅读全文
posted @ 2018-06-21 17:21 ChuckLu 阅读(374) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/visualstudio/cross-platform/tools-for-cordova/debug-test/basic-tests-with-jasmine?view=toolsforcordova-2017 https://d 阅读全文
posted @ 2018-06-21 16:31 ChuckLu 阅读(199) 评论(0) 推荐(0) 编辑
上一页 1 ··· 266 267 268 269 270 271 272 273 274 ··· 391 下一页