1 2 3 4 5 ··· 17 下一页
摘要: https://www.zhihu.com/question/25857988/answer/1954687160545411181 作者:我是少康链接:https://www.zhihu.com/question/25857988/answer/1954687160545411181来源:知乎著作 阅读全文
posted @ 2025-10-22 15:55 jamin 阅读(9) 评论(0) 推荐(0)
摘要: python 实现: 使用三方类库 pip3 install natsort from natsort import ns,natsorted # 获取目录中的文件列表 files = os.listdir(directory) # 使用sorted函数和自定义的排序键进行排序 sorted_fil 阅读全文
posted @ 2025-08-07 10:11 jamin 阅读(15) 评论(0) 推荐(0)
摘要: https://gitee.com/mirrors/XJar/ 功能特性 无代码侵入, 只需要把编译好的JAR包通过工具加密即可. 完全内存解密, 降低源码以及字节码泄露或反编译的风险. 支持所有JDK内置加解密算法. 可选择需要加解密的字节码或其他资源文件. 支持Maven插件, 加密更加便捷. 阅读全文
posted @ 2025-03-18 09:51 jamin 阅读(313) 评论(0) 推荐(0)
摘要: 引用:https://wener.me/story/decrypt-classfinal-jar ClassFinal 是一款java class文件安全加密工具,支持直接加密jar包或war包,无需修改任何项目代码,兼容spring-framework;可避免源码泄漏或字节码被反编译。 要点 拿到 阅读全文
posted @ 2025-03-18 09:36 jamin 阅读(783) 评论(0) 推荐(0)
摘要: Gitee: https://gitee.com/roseboy/classfinal 功能特性 无需修改原项目代码,只要把编译好的jar/war包用本工具加密即可。 运行加密项目时,无需求修改tomcat,spring等源代码。 支持普通jar包、springboot jar包以及普通java w 阅读全文
posted @ 2025-03-18 09:35 jamin 阅读(349) 评论(0) 推荐(0)
摘要: 申请api key,有很多文章,不多说,直接上代码 @RestController @RequestMapping("/dsk") public class DeepSeek { static String apiKey="sk-63************5f"; // * deepseek-ch 阅读全文
posted @ 2025-02-06 11:57 jamin 阅读(2071) 评论(0) 推荐(1)
摘要: 1 #!/bin/bash 2 #远程地址 3 dbhost='localhost' 4 #端口 5 dbport='3308' 6 #需要备份的数据库,多个数据库用空格分开 7 dbnames=("db1" "db2" "db3" "dd4 dd5") 8 #用户名 9 username='roo 阅读全文
posted @ 2024-12-03 10:03 jamin 阅读(42) 评论(0) 推荐(0)
摘要: 安装Genymotion 安装步骤 1 安装虚拟机VirtualBox https://www.virtualbox.org/wiki/Downloads2 注册Genymotion帐号 https://www.genymotion.com/account/create/3 登录,下载并安装Geny 阅读全文
posted @ 2024-10-24 17:28 jamin 阅读(452) 评论(0) 推荐(0)
摘要: OpenJDK免注册下载地址: https://jdk.java.net/archive/ java jdk 国内下载镜像地址 1 jdk 官网地址:http://www.oracle.com/technetwork/java/javase/archive-139210.html(2)HUAWEI镜 阅读全文
posted @ 2024-10-18 09:08 jamin 阅读(2158) 评论(0) 推荐(0)
摘要: 1,环境准备 yum install epel-release git gcc gcc-c++ cmake3 qt5-qtbase-devel python python-devel python-pip cmake python-devel numpy python34-numpy gtk2-de 阅读全文
posted @ 2023-06-02 13:50 jamin 阅读(399) 评论(0) 推荐(0)
摘要: 一、版本 <dependency> <groupId>org.bytedeco</groupId> <artifactId>javacv-platform</artifactId> <version>1.5.8</version></dependency><dependency> <groupId> 阅读全文
posted @ 2022-11-17 17:19 jamin 阅读(1538) 评论(0) 推荐(0)
摘要: spring-boot-starter-quartz 2.5.6 之前使用org.quartz.impl.jdbcjobstore.JobStoreTX定义quartz的默认数据源支持,即如下配置: org.quartz.jobStore.class=org.quartz.impl.jdbcjobs 阅读全文
posted @ 2022-02-24 14:58 jamin 阅读(1754) 评论(0) 推荐(0)
摘要: netsh wlan show profiles netsh wlan show profiles "wifiSSid" key=clear 在"关键内容"中就是密码. 如果当前连接的:右键连接,打开wlan状态。 无线属性-》安全-》显示字符 就可以查看“网络安全密钥” 阅读全文
posted @ 2020-06-12 08:00 jamin 阅读(304) 评论(0) 推荐(0)
摘要: iReport主页:http://community.jaspersoft.com/project/ireport-designer iReport下载地址:http://sourceforge.net/projects/ireport/files/iReport/ jasperstudio 下载地 阅读全文
posted @ 2018-01-23 16:29 jamin 阅读(1266) 评论(0) 推荐(0)
摘要: PropertiesEditor 编辑java的属性文件,并可以自动存盘为Unicode格式http://marketplace.eclipse.org/content/properties-editorCodeFolding加入多种代码折叠功能(比eclipse自带的更多)doclipse可以产... 阅读全文
posted @ 2015-05-23 10:46 jamin 阅读(405) 评论(0) 推荐(0)
1 2 3 4 5 ··· 17 下一页