摘要: import pandas as pd import numpy as np import warnings warnings.filterwarnings("ignore") pd.options.plotting.backend = "plotly" #从csv文件获取数据 data = pd. 阅读全文
posted @ 2023-06-04 21:42 justinzhang 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 在DMN中,可以通过Use Service Task来获取外部系统的数据。Use Service Task是一种可嵌入服务调用的任务类型,允许在规则流程中调用外部服务,包括Web服务、REST服务等。使用Use Service Task时,需要在DMN文件中定义任务的输入输出参数,然后在规则中调用该 阅读全文
posted @ 2023-06-03 23:37 justinzhang 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 在MacOS系统中,可以通过homebrew安装7zip,并在命令行中使用7z来压缩并加密文件。具体命令如下: 1. 安装7zip: ```brew install p7zip``` 2. 压缩并加密文件: ```7z a -p[密码] -mx=[压缩级别] [压缩文件名].7z [待压缩文件或目录 阅读全文
posted @ 2023-05-25 11:18 justinzhang 阅读(1763) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/65389275/modulenotfounderror-no-module-named-crypto-python-3-9-pycharm 阅读全文
posted @ 2023-05-24 15:09 justinzhang 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-05-24 11:38 justinzhang 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 不能够直接用github的username和password来push代码了。 需要用自己的github token 拼接处下面的url地址: 然后执行git push url 如果想每次仍然使用git push命令: 使用git remote set-url origin https://ghp_ 阅读全文
posted @ 2023-05-04 23:36 justinzhang 阅读(84) 评论(0) 推荐(0) 编辑
摘要: macos配置情况: jdk编译依赖比当前版本至少小一个版本的jdk版本,作为boot,jdk,boot jdk下载:https://jdk.java.net/17/: https://download.java.net/java/GA/jdk17.0.2/dfd4a8d0985749f896bed 阅读全文
posted @ 2022-01-26 17:32 justinzhang 阅读(156) 评论(0) 推荐(0) 编辑
摘要: step1: git clone https://github.com/intoolswetrust/jd-cli.git step2: mvn install 得到jd-cli.jar 命令行执行: java -jar jd-cli.jar <your_jar_file> 反编译结果: 阅读全文
posted @ 2022-01-07 23:29 justinzhang 阅读(402) 评论(0) 推荐(0) 编辑
摘要: https://github.com/openjdk-mirror/jdk/tree/jdk8u/jdk8u%2Fmaster 选择下载的源码路径: 阅读全文
posted @ 2022-01-02 11:41 justinzhang 阅读(201) 评论(0) 推荐(0) 编辑
摘要: JNI field descriptor "([Ljava/lang/String;) V" "([Ljava/lang/String;) V" It is a coding of the return value and parameters of the function. This encod 阅读全文
posted @ 2021-12-28 23:02 justinzhang 阅读(60) 评论(0) 推荐(0) 编辑