07 2015 档案
摘要:fromhttp://v-consult.be/2011/05/26/recover-sa-password-microsoft-sql-server-2008-r2/When you are using MS SQL Server in mixed mode, it is very importa...
阅读全文
摘要:URI编码 JavaScript中编码有三种方法:escape、encodeURI、encodeURIComponentescape:不推荐使用 原因:eacape是BOM中的方法,只能对ASCII符号正确编码,而encodeURI、encodeURIComponent可以对所有的Unicode...
阅读全文
摘要:fromhttp://webcomponents.org/polyfills/shadow-dom/Why Shadow DOM?Shadow DOM addresses the lack of true DOM tree encapsulation when building components...
阅读全文
摘要:国内有几个镜像站点可以使用,本人在使用http://www.cnpmjs.org/(1)通过 config 配置指向国内镜像源npmconfigsetregistryhttp://registry.cnpmjs.org//配置指向源npminfoexpress//下载安装第三方包(2)通过 npm ...
阅读全文