摘要: 1 <build> 2 <resources> 3 <resource> 4 <directory>src/main/java</directory> 5 <includes> 6 <include>**/*.yml</include> 7 <include>**/*.properties</inc 阅读全文
posted @ 2024-05-27 17:07 nanahome 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 按照昨天的教程。 https://www.electronjs.org/zh/docs/latest/tutorial/quick-start npm install --save-dev electron 进行到这一步,出问题了。无法安装成功。外网访问问题。 使用npm安装electron不成功的 阅读全文
posted @ 2023-10-25 10:43 nanahome 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 需要开发一个桌面版的软件,选择electron实现。 技术选型: 桌面软件开发框架大赏 https://zhuanlan.zhihu.com/p/547806659 quick-start https://www.electronjs.org/zh/docs/latest/tutorial/quic 阅读全文
posted @ 2023-10-23 15:13 nanahome 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://repo.huaweicloud.com/openjdk/ 更多镜像。 https://mirrors.huaweicloud.com/home https://mirrors.tuna.tsinghua.edu.cn/ 阅读全文
posted @ 2023-10-08 15:27 nanahome 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 原来看教程上都是用 go get 获取软件包。提示如下,意思是go get要被废弃了。 我的版本是,go version go1.20.4 windows/amd64 go get -u github.com/kataras/irisgo: go.mod file not found in curr 阅读全文
posted @ 2023-09-27 01:41 nanahome 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 在VSCode配置golang开发环境时,我们一般使用golang提供的go插件,而这个插件会使用go get命令去从golang.org下载对应的包。因为众所周知的原因,这个过程经常会失败,因此必须要为go get更换国内镜像源。 由于历史原因,go的软件包会通过GOPATH和module两种方式 阅读全文
posted @ 2023-09-27 01:29 nanahome 阅读(1804) 评论(0) 推荐(0) 编辑
摘要: ab -c 100 -n 200 http://www.shanghaifashionweek.com This is ApacheBench, Version 2.3 <$Revision: 1843412 $>Copyright 1996 Adam Twiss, Zeus Technology 阅读全文
posted @ 2023-05-10 11:48 nanahome 阅读(3) 评论(0) 推荐(0) 编辑
摘要: RCEP简介及十五国税制概览 (xiaoshan.gov.cn) 阅读全文
posted @ 2023-05-10 11:46 nanahome 阅读(18) 评论(0) 推荐(0) 编辑
摘要: http://lbs.tianditu.gov.cn/api/js4.0/examples.html 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="content-type" content="text/html; charset=u 阅读全文
posted @ 2023-03-31 09:58 nanahome 阅读(161) 评论(0) 推荐(0) 编辑
摘要: import org.springframework.util.ReflectionUtils; ReflectionUtils.doWithFields循环遍历对象中的所有属性。只处理其中 ExcelProperty 注解的字段。这个代码对很多单位最简单的日常表格维护效率很高。 1 List<Me 阅读全文
posted @ 2023-01-03 11:38 nanahome 阅读(2896) 评论(0) 推荐(0) 编辑