摘要: 永久更换npm镜像地址 初始化全局安装 taro 常用npm命令 阅读全文
posted @ 2019-01-24 16:16 DR19 阅读(4913) 评论(0) 推荐(0) 编辑
摘要: /*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); ... 阅读全文
posted @ 2018-08-22 11:38 DR19 阅读(189) 评论(0) 推荐(0) 编辑
摘要: /*文字单行溢出省略号*/ .text-overflow{overflow: hidden;text-overflow: ellipsis;white-space: nowrap} /*清除浮动*/ .clearfix:after { content: "."; display: block; he 阅读全文
posted @ 2018-08-14 10:24 DR19 阅读(398) 评论(0) 推荐(0) 编辑
摘要: function create_num_dom() { var $that = $(this), attr = $that.data('attr'); var $num = $("<span class='num'>&nbsp;&nbsp;&nbsp;成交量:"+attr+"</span>"); $ 阅读全文
posted @ 2018-08-11 11:28 DR19 阅读(678) 评论(0) 推荐(0) 编辑
摘要: 第一步,准备一个QQ号,可是企业QQ,也可是个人QQ。登录网址:http://shang.qq.com/widget/consult.php 开通你的QQ通讯组件,一般登录进去就算开通了,点击更多设置,然后设置一下权限,添加你的QQ号码上去即可。 第二步,复制如下链接,修改其中的QQ号码即可: ht 阅读全文
posted @ 2018-08-08 15:32 DR19 阅读(1495) 评论(0) 推荐(0) 编辑
摘要: /*是否为空*/function isValEmpty(val) { if (val.replace(/^\s+|\s+$/igm, '') == "") { return true; } else { return false; } } /*创建标签块*/var frag = document.createDocumentFragment(); /*等待3秒跳转到指定页面*/Respo... 阅读全文
posted @ 2018-08-02 13:49 DR19 阅读(135) 评论(0) 推荐(0) 编辑
摘要: context.Response.ContentType = "text/json";HttpUtility.UrlDecode(context.Request["title"], Encoding.UTF8) //执行重载 table.reload('idTest', { ... 阅读全文
posted @ 2018-07-09 13:28 DR19 阅读(679) 评论(0) 推荐(0) 编辑
摘要: html 默认字体 100px 阅读全文
posted @ 2018-06-25 11:11 DR19 阅读(493) 评论(0) 推荐(0) 编辑
摘要: &emsp 一个中文宽度&ensp; 半个中文宽度&yen; 人民币符号 阅读全文
posted @ 2018-06-21 11:33 DR19 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 1.http://tongji.baidu.com/data/browser 网页流量平台 2.https://developer.mozilla.org/zh-CN/ MDN 3.https://regex101.com/ 这个网站可以检查你写的正则表达式和对应的字符串匹配时会不会有问题 阅读全文
posted @ 2018-06-19 20:12 DR19 阅读(247) 评论(0) 推荐(0) 编辑