
平台工具使用
zccst
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
在opendex-ui压缩jssdk工程为一个js文件
第一步:准备webpack.config.sdk.js const path = require('path'); const UglifyJsPlugin = require('uglifyjs-webpack-plugin'); const base = { entry: path.resolve(__dirname, `../src/index.js`), output: { filename: 'okexchain-sdk.js', library:'OKExChai..原创 2022-03-14 11:25:08 · 1144 阅读 · 0 评论 -
Eclipse 下html语法高亮插件——HTML Editor
到官方插件下载:http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor Download from here. Put the downloaded JAR file into ECLIPSE_HOME/plugins or ECLIPSE_HOME/dropins.原创 2013-08-01 15:57:50 · 19215 阅读 · 2 评论