上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 33 下一页
摘要: 一、下载pg-vector安装包 (按需安装所欲要的版本) 安装地址: https://pgxn.org/dist/vector/0.7.3/ 我安装的是0.7.3版本 通过百度网盘分享的文件:PgVector 链接:https://pan.baidu.com/s/1XKI6MSqOtVUW2VX_ 阅读全文
posted @ 2024-12-03 08:10 skystrivegao 阅读(2317) 评论(0) 推荐(0)
摘要: 一、问题: python 执行pip install django-filters引入django_filters时 报错:ERROR: Could not find a version that satisfies the requirement django-filters (from vers 阅读全文
posted @ 2024-12-03 08:10 skystrivegao 阅读(305) 评论(0) 推荐(0)
摘要: 字符串工具类 一、字符串非空校验(传参个数不固定) 点击查看代码 public static boolean validateStrings(String... strings) { if (strings == null) { return false; } for (int i = 0; i < 阅读全文
posted @ 2024-12-02 08:29 skystrivegao 阅读(35) 评论(0) 推荐(0)
摘要: 日期工具类 一、根据出生年月日获取到年龄 public static int getAgeByBirth(String birthDateString) { int age = 0; try { DateTimeFormatter birthDateFormatter = DateTimeForma 阅读全文
posted @ 2024-12-02 08:29 skystrivegao 阅读(125) 评论(0) 推荐(0)
摘要: 整理不易,如果您觉得对您有所帮助 请点赞支持下~谢谢 背景 本协议基于 HL7 v2.3.1 来定义 接收消息类型为:ORU^R01(样本结果) 每收到一条样本结果,需要回应一条样本应答消息(ACK) 7Edit工具模拟HL7协议请求 工具安装包地址: 通过百度网盘分享的文件:7Edit 链接:ht 阅读全文
posted @ 2024-11-29 20:29 skystrivegao 阅读(824) 评论(0) 推荐(0)
摘要: 报错信息: Cause: org.apache.shiro.UnavailableSecurityManagerException: No SecurityManager accessible to the calling code, either bound to the org.apache.s 阅读全文
posted @ 2024-11-29 20:29 skystrivegao 阅读(1607) 评论(0) 推荐(0)
摘要: 一、Form窗体 新建Form窗口 右键项目 - 添加 - 窗体(windows窗体) 2、调出工具箱 三、设置uiTablePanel的行数和列数 ColumnCount 属性(列) 和 RowCount(行) 四、修改Dock属性Fill 将组件设置为充满背景 五、UIDataGridView设 阅读全文
posted @ 2024-11-29 20:28 skystrivegao 阅读(88) 评论(0) 推荐(0)
摘要: 一、设置导航栏字体大小 Setting - Appearance & Behavior - Appearance - Use custom font 二、设置代码编辑区字体大小 Setting - Font - Size 阅读全文
posted @ 2024-11-29 20:28 skystrivegao 阅读(2135) 评论(0) 推荐(0)
摘要: 一、左侧导航栏字体大小 Setting - Appearance & Behavior - Appearance - Use custom font - Size 二、代码编辑区字体大小 阅读全文
posted @ 2024-11-29 20:28 skystrivegao 阅读(1043) 评论(0) 推荐(1)
摘要: NVM工具切换node版本 整理不易,如果对您有所帮助,还请点赞收藏 nvm工具安装包: 通过百度网盘分享的文件:NVM 链接:https://pan.baidu.com/s/1HkXGajyB1jQCNLTV_CEDdQ 提取码:sky1 卸载已经安装的node 1、 打开控制面板 2、 找到no 阅读全文
posted @ 2024-11-29 20:28 skystrivegao 阅读(1266) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 33 下一页