上一页 1 2 3 4 5 6 7 ··· 16 下一页
摘要: react脚手架框架 在调用public模块模拟数据注意事项 1.在src/pages文件夹下、自定义建立模块pages/HomePage文件中需要访问模拟数据时,需要在public文件下建立与HomePage文件上级的上级目录名一致,如: /src/pages/ActGenModule/pages 阅读全文
posted @ 2022-06-08 17:49 平凡的人生-野草 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 创建默认react脚手架、报TypeError: this.cliEngineCtor is not a constructor 原因是eslint版本太低、只要升级便可以解决该问题 升级命令 sudo npm i -g eslint随后重启idea 阅读全文
posted @ 2022-04-21 14:33 平凡的人生-野草 阅读(606) 评论(0) 推荐(0) 编辑
摘要: react 在写ts脚本时,导入的模块 import style from './style.module.scss'报错:TS2307: Cannot find module './style.module.scss' or its corresponding type declarations. 阅读全文
posted @ 2022-03-08 11:55 平凡的人生-野草 阅读(3210) 评论(0) 推荐(0) 编辑
摘要: 如何在MacOS上将Python3设置为默认python版本 如何在MacOS上将Python3设置为默认python版本 默认情况下,MacOS默认使用的是Python2版本,大多数人都开始使用Python 3版本来工作了,假如我们要在mac的终端上使用python 3该怎么办呢? 无论是使用ba 阅读全文
posted @ 2021-12-16 13:00 平凡的人生-野草 阅读(1607) 评论(0) 推荐(0) 编辑
摘要: win系统定时任务设置 可以使程序程序在后台运行且不弹出dos弹框。 其实自己也可以设置,但是需要正确配置才能生效,经过多次试验 ,还是看了一篇博主的文章。 本文转载于:https://www.pianshen.com/article/3305123348/ Windows10系统设置定时任务 开机 阅读全文
posted @ 2021-06-30 16:19 平凡的人生-野草 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 今天有点小开心,发现可以用lsof命令 来查看有哪ip地址链接了我的服务器: 可以随时掌握动态、如正在链接的链接、建立的、释放掉的链接稳定的链接。 使用lsof -i:80 命令在服务端查看,若未安装lsof命令,可通过yum install -y lsof; 阅读全文
posted @ 2021-06-30 14:56 平凡的人生-野草 阅读(55) 评论(0) 推荐(0) 编辑
摘要: CentOS tomcat访问不了怎么办步骤1、启动tomcat进入 tomcat 所在的目录的 bin 的文件夹下执行" sh startup.sh" 命令 启动 tomcat ,如果出现下面这种情况说明 tomcat 启动 成功。步骤2、验证 tomcat 是否启动成功输入" ps -ef|gr 阅读全文
posted @ 2021-02-02 11:55 平凡的人生-野草 阅读(841) 评论(0) 推荐(0) 编辑
摘要: 我们选择gitlab-ce版本 该版本属于社区版本-免费。 社区版本藏得有点深 官方地址入口:https://about.gitlab.com/install/?version=ce#centos-8 安装官网安装不走进行一些操作。 在官网操作步骤:sudo EXTERNAL_URL="https: 阅读全文
posted @ 2021-01-28 17:36 平凡的人生-野草 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 根据自己的系统版本 选择对应的包、我的系统为centos8 x86 所以选择下载jdk-15_linux-x64_bin.tar.gz 下载好后进行解压 tar -zxvf jdk-15_linux-x64_bin.tar.gz 把它放到自己喜欢的目录下面 java mv jdk-15 /usr/l 阅读全文
posted @ 2021-01-15 12:48 平凡的人生-野草 阅读(221) 评论(0) 推荐(0) 编辑
摘要: import org.junit.FixMethodOrder import static net.grinder.script.Grinder.grinder import static org.junit.Assert.* import static org.hamcrest.Matchers. 阅读全文
posted @ 2021-01-07 17:13 平凡的人生-野草 阅读(359) 评论(2) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 16 下一页