摘要:
https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/installing plugins.html 克隆下来 安装插件 修改src/ckeditor.js文件 增加 / @license Copyright (c) 阅读全文
posted @ 2019-04-09 19:48
TBHacker
阅读(2804)
评论(1)
推荐(0)
摘要:
npm 降级 降级 举例:降级到4 npm install npm@4 g(@后跟版本号,若跟的是大版本,则更新到对应大版本最新的小版本) npm install npm@4.1.2 g(更新到指定版本) 升级 npm install npm g(更新到最新版本) 阅读全文
posted @ 2019-04-09 18:28
TBHacker
阅读(5572)
评论(0)
推荐(0)
摘要:
nginx负载均衡配置,主要是proxy_pass,upstream的使用。 注意问题,多台机器间session的共享问题。 不用session,用户cookie。或者用redis替代session。 三台服务器,一台nginx转发(10.0.0.1),两台服务器(10.0.0.2,10.0.0.3 阅读全文
posted @ 2019-04-09 12:02
TBHacker
阅读(362)
评论(0)
推荐(0)