1.项目的打包与发布 1.1打包: npm run build 报错: 原因:原来eslint是一个语法检查工具,但是限制很严格,在我的vue文件里面很多空格都会导致红线(红线可以关闭提示),虽然可以关闭,但是在编译的时候老是会跳出来,所以能关闭是最好的了 解决方法:在build/webpack.b ...
分类:
其他好文 时间:
2019-12-12 18:05:24
阅读次数:
86
SpringBoot使用JSP 1.创建一个webapp子项目 2.导入依赖 <!-- 配置springboot的父节点依赖,之后引入就不需要添加version配置了! springboot会自动选择最合适的版本进行添加依赖 --> <parent> <groupId>org.springframe ...
分类:
编程语言 时间:
2019-12-12 16:49:22
阅读次数:
115
1. 打包检查 2. 打包 3. 上传 twine 安装: pip install twine twine 提示输入 pypi 账号和密码,上传成功否就能在自己的pypi账号中看到了。 但是并不是马上就能使用 pip 安装了。需要等待一段时间。 ...
分类:
编程语言 时间:
2019-12-12 16:35:47
阅读次数:
193
Greg Yang Developer Taipei, Taiwan 108 POSTS ... ...
分类:
Web程序 时间:
2019-12-12 01:24:58
阅读次数:
152
菜的人就要写简单题 为了练习手速来写这样一道 ~~珂朵莉树~~ 线段树简单题 没啥可说的,注意修改操作中要判一下 ...
分类:
其他好文 时间:
2019-12-12 01:10:00
阅读次数:
97
1 编译linux 5.0.1 内核 1)下载linux内核源码 mkdir myKernel #创建自己的目录 cd myKernel #进入新目录 wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.1.tar.xz #下载li ...
分类:
系统相关 时间:
2019-12-11 17:02:17
阅读次数:
83
androidStudio打开cocos3.17.2Lua项目时,出现了 Configuration on demand is not supported by the current version of the Android Gradle plugin since you are using ...
分类:
移动开发 时间:
2019-12-11 14:44:08
阅读次数:
134
Open the Updater.cs (Updater.vb) file, located in the MySolution.Module project's Database Update folder. Add the following code to the ModuleUpdater. ...
分类:
其他好文 时间:
2019-12-11 13:03:32
阅读次数:
162
zabbix监控nginx,nginx需要添加--with-http_stub_status模块 使用zabbix监控nginx,首先nginx需要配置开启ngx_status。但是我这边nginx安装成功了并且也没有添加sub模块,需要重新编译添加该模块。配置如下: # 在添加之前需要查看是否有s ...
分类:
其他好文 时间:
2019-12-10 17:12:36
阅读次数:
75
方式一:各种报 no space left on device ( 想办法清内存 可能没清到点子上 ;换个了 内存 外存 更大的虚拟机 ;然并卵 ) 方式二:主要参考 https://www.cnblogs.com/jsonhc/p/7767669.html 贴出 dockerfile 内容: FR ...