摘要:
永久更换npm镜像地址 初始化全局安装 taro 常用npm命令 阅读全文
摘要:
/*echo 正文内容图片懒加载*/ tempcon = Regex.Replace(tempcon, "(<img[\\s\\S]+?)src=", "$1 style='display:block' src='/lib/echo/1.7.3/blank.gif' data-echo=", RegexOptions.Compiled | RegexOptions.IgnoreCase); ... 阅读全文
摘要:
/*文字单行溢出省略号*/ .text-overflow{overflow: hidden;text-overflow: ellipsis;white-space: nowrap} /*清除浮动*/ .clearfix:after { content: "."; display: block; he 阅读全文
摘要:
function create_num_dom() { var $that = $(this), attr = $that.data('attr'); var $num = $("<span class='num'> 成交量:"+attr+"</span>"); $ 阅读全文
摘要:
第一步,准备一个QQ号,可是企业QQ,也可是个人QQ。登录网址:http://shang.qq.com/widget/consult.php 开通你的QQ通讯组件,一般登录进去就算开通了,点击更多设置,然后设置一下权限,添加你的QQ号码上去即可。 第二步,复制如下链接,修改其中的QQ号码即可: ht 阅读全文
摘要:
/*是否为空*/function isValEmpty(val) { if (val.replace(/^\s+|\s+$/igm, '') == "") { return true; } else { return false; } } /*创建标签块*/var frag = document.createDocumentFragment(); /*等待3秒跳转到指定页面*/Respo... 阅读全文
摘要:
context.Response.ContentType = "text/json";HttpUtility.UrlDecode(context.Request["title"], Encoding.UTF8) //执行重载 table.reload('idTest', { ... 阅读全文
摘要:
html 默认字体 100px 阅读全文
摘要:
&emsp 一个中文宽度  半个中文宽度¥ 人民币符号 阅读全文
摘要:
1.http://tongji.baidu.com/data/browser 网页流量平台 2.https://developer.mozilla.org/zh-CN/ MDN 3.https://regex101.com/ 这个网站可以检查你写的正则表达式和对应的字符串匹配时会不会有问题 阅读全文