上一页 1 2 3 4 5 6 7 ··· 13 下一页

2023年3月14日

开发工具下载

摘要: IDEA 开发IDE https://www.jetbrains.com/idea/download RedisDesktop redis客户端连接工具 https://github.com/qishibo/AnotherRedisDesktopManager Robomongo mongo客户端连 阅读全文

posted @ 2023-03-14 21:11 王飞侠 阅读(29) 评论(0) 推荐(0) 编辑

nginx配置

摘要: 这里配置的是,转发到NPS服务器 http { server { listen 80; listen [::]:80; server_name www.cn86trading.com cn86trading.com shoes.cn86trading.com cnapi.cn86trading.co 阅读全文

posted @ 2023-03-14 20:33 王飞侠 阅读(42) 评论(0) 推荐(0) 编辑

google插件

摘要: 去广告:AdGuard 去网页不能复制:Simple Allow Copy 音乐,视频,图片下载器:AIX智能下载器(图片/视频/音乐/文档) 搜索aix downloader AI聊天工具:ChatGPT for Google 阅读全文

posted @ 2023-03-14 08:42 王飞侠 阅读(35) 评论(0) 推荐(0) 编辑

2023年3月10日

git用法

摘要: intellij 插件 gitmoji git config user.name "darling" git config user.email "darling@cn86trading.com" git config --global user.name "darling" git config 阅读全文

posted @ 2023-03-10 08:35 王飞侠 阅读(16) 评论(0) 推荐(0) 编辑

2023年2月22日

写一段java版复杂JSON Map转类对象代码https://www.94rg.com/article/1795#menu_0

摘要: import java.util.Map; import org.springframework.cglib.beans.BeanMap; public static <T> T mapToBean(Map<String, Object> map, Class<T> clazz) { if (map 阅读全文

posted @ 2023-02-22 14:30 王飞侠 阅读(93) 评论(0) 推荐(0) 编辑

2023年2月17日

maven

摘要: groupId 域名倒写 artifactId 项目名 version X.X.X里程碑 比如:1.0.0-SNAPSHOT 第一个X 大版本有重大变革 第二个X 小版本 修复bug,增加功能 第三个X 更新 里程碑版本: SNAPSHOT (快照,开发版) alpha(内部测试) beta(公开测 阅读全文

posted @ 2023-02-17 22:22 王飞侠 阅读(16) 评论(0) 推荐(0) 编辑

maven jar

摘要: <dependency> <groupId>org.hibernate.validator</groupId> <artifactId>hibernate-validator</artifactId> </dependency> <dependency> <groupId>com.aliyun</g 阅读全文

posted @ 2023-02-17 21:58 王飞侠 阅读(28) 评论(0) 推荐(0) 编辑

2023年2月8日

Spring Cloud Alibaba从入门到进阶1

摘要: 三班斧1.pom.xml<build><plugins><plugin><groupid>org.springframework.boot</groupid><artifactId>spring-boot-maven-plugin</artifactId></plugin></plugins></b 阅读全文

posted @ 2023-02-08 23:57 王飞侠 阅读(18) 评论(0) 推荐(0) 编辑

2022年12月13日

mssql和日常办公日记

摘要: mssql:字符串转日期a.schedule_date between cast('2022-11-10' as datetime) and cast('2022-11-29' as datetime)日期截取SUBSTRING(convert(varchar(101), begntime, 8), 阅读全文

posted @ 2022-12-13 10:45 王飞侠 阅读(56) 评论(0) 推荐(0) 编辑

2022年11月21日

jenkins - 工具Xftp7 - Xshell7 - FreeSSHD

摘要: # 进入Jenkins工作空间下hxkj项目目录 cd /root/.jenkins/workspace/pc_back # 下面的命令只需要执行一次,后续可以删除 ### # npm切换为淘宝源 npm config set registry http://registry.npm.taobao. 阅读全文

posted @ 2022-11-21 22:41 王飞侠 阅读(70) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 13 下一页

导航