上一页 1 ··· 158 159 160 161 162 163 164 165 166 ··· 192 下一页
摘要: 一,apt方式安装需要用到的工具 1,安装git root@lhdpc:~# apt-get install -y git 查看文件: root@lhdpc:~# whereis git 2,安装cmake root@lhdpc:~# apt-get install -y cmake 查看文件 ro 阅读全文
posted @ 2021-06-24 11:14 刘宏缔的架构森林 阅读(980) 评论(0) 推荐(0)
摘要: 一,安装yarn 1,安装yarn root@lhdpc:~# npm install -g yarn > [email protected] preinstall /usr/local/soft/node-v14.17.1-linux-x64/lib/node_modules/yarn > :; (node 阅读全文
posted @ 2021-06-21 15:20 刘宏缔的架构森林 阅读(768) 评论(0) 推荐(0)
摘要: 一,下载node: 访问: https://nodejs.org/en/ 如图: 我们选择lts版本下载 liuhongdi@lhdpc:/usr/local/source$ wget https://nodejs.org/dist/v14.17.1/node-v14.17.1-linux-x64. 阅读全文
posted @ 2021-06-21 15:12 刘宏缔的架构森林 阅读(1315) 评论(0) 推荐(0)
摘要: 一,apt方式安装php 说明:用apt方式安装适用于本地开发环境,如果是线上生产环境,建议下载软件后编译安装 root@lhdpc:~# apt-get install php 查看结果: root@lhdpc:~# php -v PHP 7.4.16 (cli) (built: Mar 23 2 阅读全文
posted @ 2021-06-19 21:37 刘宏缔的架构森林 阅读(666) 评论(0) 推荐(0)
摘要: 一,下载webstorm: https://www.jetbrains.com/zh-cn/webstorm/ 如图: 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文: https://blog.imgtouch.com/index.php 阅读全文
posted @ 2021-06-19 21:14 刘宏缔的架构森林 阅读(500) 评论(0) 推荐(0)
摘要: 一,fedora 32 上安装chrome 90浏览器 1,下载 [root@localhost source]# wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm 2,安装依赖包 [roo 阅读全文
posted @ 2021-05-07 11:10 刘宏缔的架构森林 阅读(437) 评论(0) 推荐(0)
摘要: 一,演示项目相关信息 1,项目地址: https://github.com/liuhongdi/timeouttest 2,功能:用@Timeout注解判断测试运行是否超时 3,项目结构:如图: 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本 阅读全文
posted @ 2021-04-09 13:58 刘宏缔的架构森林 阅读(1137) 评论(0) 推荐(0)
摘要: 一,演示项目相关信息 1,地址: https://github.com/liuhongdi/asynctest 2, 功能:演示用mockmvc测试返回异步结果的controller 3,项目结构:如图: 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch 阅读全文
posted @ 2021-04-02 15:59 刘宏缔的架构森林 阅读(1528) 评论(1) 推荐(0)
摘要: 一,演示项目的相关信息 1,地址: https://github.com/liuhongdi/modelviewtest 2,功能说明:演示controller使用thymeleaf模板而不是返回json时的单元测试 3,项目结构:如图: 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:http 阅读全文
posted @ 2021-04-02 15:39 刘宏缔的架构森林 阅读(430) 评论(0) 推荐(0)
摘要: 一,演示项目的相关信息: 1,地址: https://github.com/liuhongdi/filedowntest 2,功能:演示了用mockmvc测试文件下载 3,项目结构:如图: 说明:刘宏缔的架构森林是一个专注架构的博客, 网站:https://blog.imgtouch.com本文:  阅读全文
posted @ 2021-04-02 15:18 刘宏缔的架构森林 阅读(2655) 评论(0) 推荐(0)
上一页 1 ··· 158 159 160 161 162 163 164 165 166 ··· 192 下一页