07 2017 档案

摘要:最近一次使用 ueditor 时,在MVC中的修改新闻内容时发现,怎么调用都是编辑器保存下来的源码,代码如下 <script id="ucontent" name="ucontent" type="text/plain"> Model.ucontent </script> 找了N种办法都没能解决,都 阅读全文
posted @ 2017-07-28 08:50 lunawzh 阅读(354) 评论(0) 推荐(0)
摘要:在线编辑器xheditor,测试感觉不错,特把使用方法记录如下 : 先看看基本使用方法,然后用实例来操作 1、xheditor 地址 http://xheditor.com/ 2、下载最新编辑器源码 3、将下载的压缩文件解压缩,上传其中的xheditor.min.js以及xheditor_lang、 阅读全文
posted @ 2017-07-27 14:18 lunawzh 阅读(301) 评论(0) 推荐(0)
摘要:background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important; /*实现FF背景透明,文字不透明*/ filter: Alpha(opacity=80); background: #0a0a0a; /*实现IE背景透明*/ 阅读全文
posted @ 2017-07-25 23:21 lunawzh 阅读(934) 评论(0) 推荐(0)
摘要:overflow:hidden; white-space:nowrap; text-overflow:ellipsis; 阅读全文
posted @ 2017-07-25 22:39 lunawzh 阅读(2086) 评论(0) 推荐(0)
摘要:Font Awesome 阅读全文
posted @ 2017-07-25 18:54 lunawzh 阅读(177) 评论(0) 推荐(0)
摘要:我的第一个 HTML 页面 开发者文档 开发者在创建公众号、获得接口权限后,可阅读开发者文档帮助完成接入及功能开发。 阅读全文
posted @ 2017-07-18 10:40 lunawzh 阅读(10767) 评论(0) 推荐(0)