上一页 1 2 3 4 5 6 7 8 ··· 16 下一页

2019年12月19日

摘要: transform:scale(2); 阅读全文
posted @ 2019-12-19 14:33 studyphp 阅读(443) 评论(0) 推荐(0) 编辑
摘要: mac 上的软件我改了某些配置,打开提示这个。 是因为安全认证问题。 在系统偏好设置里面,安全与隐私设置为允许任何来源就可以。 如果新版系统没有这个选项,那么在命令行输入:sudo spctl --master-disable 输入密码,即可 阅读全文
posted @ 2019-12-19 14:31 studyphp 阅读(335) 评论(0) 推荐(0) 编辑

2019年12月9日

摘要: pluins 创建quill 目录 创建文件video.js 模版中引用注册 api/upload 配置 模版初始化 webpack.base.conf.js index.html 阅读全文
posted @ 2019-12-09 18:42 studyphp 阅读(1030) 评论(0) 推荐(0) 编辑
摘要: 1、index.html 增加cdn 地址 <script src="//cdn.bootcss.com/tinymce/5.0.16/tinymce.min.js"></script> 2、组件目录创建编辑器的组件 cd components touch tinymce-editor.vue 创建 阅读全文
posted @ 2019-12-09 18:34 studyphp 阅读(2885) 评论(9) 推荐(0) 编辑
摘要: plugins: { type: [String, Array], default: 'lists image media wordcount advlist bbcode code charmap emoticons insertdatetime preview' }, toolbar: { ty 阅读全文
posted @ 2019-12-09 18:25 studyphp 阅读(3390) 评论(0) 推荐(0) 编辑

2019年11月20日

摘要: https://segmentfault.com/a/1190000012688849 阅读全文
posted @ 2019-11-20 17:26 studyphp 阅读(644) 评论(0) 推荐(0) 编辑

2019年11月14日

摘要: main.js 中定义 阅读全文
posted @ 2019-11-14 16:55 studyphp 阅读(480) 评论(0) 推荐(0) 编辑
摘要: 1、首先index.html 中配置cdn 引入 2、main.js 引用 3、build/webpack.base.conf.js 中定义声明 4、package.json 去除 记住:element 要在vue 后面,否则报错。其他的包也类似,这样 页面加载速度不能说飞快,但有质的提升 阅读全文
posted @ 2019-11-14 16:53 studyphp 阅读(5792) 评论(0) 推荐(0) 编辑

2019年11月12日

摘要: func HTMLMarshal(str string) (returnStr string) { bf := bytes.NewBuffer([]byte{}) jsonEncoder := json.NewEncoder(bf) jsonEncoder.SetEscapeHTML(false) 阅读全文
posted @ 2019-11-12 10:37 studyphp 阅读(396) 评论(0) 推荐(0) 编辑

2019年10月22日

摘要: 线上服务做集群扩容,调整了节点机器配置,在升级完毕之后,发现某些时候请求较慢,或者直接504 timeout 超时,必现情况,点击几次都是,且并没有代表性。 1、检查istio 日志是否有504 的日志,并查看在哪台node 机器上,看下那台节点机器是否有问题。 2、kubectl get node 阅读全文
posted @ 2019-10-22 10:02 studyphp 阅读(2316) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页

导航