-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
210-依赖库-暂停当前线程依赖库 #226
base: main
Are you sure you want to change the base?
210-依赖库-暂停当前线程依赖库 #226
Conversation
关联ACTION 存在多处package修改: IDUtil涉及的修改: └── IDUtil
├── src
│ ├── IDUtil-1.0.2.jar
│ ├── library-IDUtil-1.0.2.zip
│ ├── main
│ │ └── java
│ │ └── com
│ │ └── netease
│ │ └── lib
│ │ └── generate
│ │ └── IDUtil.java
│ └── test
│ └── java
│ └── com
│ └── netease
│ └── lib
│ └── generate
│ └── AppTest.java
├── 后端readme
└── pom.xml
threadPause涉及的修改: └── threadPause_dellge
├── jar
│ ├── nasl-metadata-collector-0.10.1.jar
│ ├── nasl-metadata-collector-0.8.0.jar
│ └── nasl-metadata-maven-plugin-1.3.0
│ ├── install.bat
│ ├── install.sh
│ ├── nasl-metadata-maven-plugin-1.3.0.jar
│ └── pom.xml
├── pom.xml
├── src
│ └── main
│ └── java
│ └── com
│ └── example
│ └── demo
│ └── api
│ └── TestApi.java
├── 依赖库使用文档说明.docx
├── 前端readme模板【勿删】
├── 后端readme模板【勿删】
└── README.md
资产共建大赛提交内容中原有的截图,现升级为依赖库使用说明文档。现交内容包括
参考作品https://github.com/netease-lcap/CodeWaveAssetCompetition2024/tree/main/demo_bjz_JiazhenBao tips:README.md和依赖库使用文档说明.docx需要保持文件名称不动。后续我们会对提交的PR自动校验目录结构~ |
关联ACTION threadPause存在错误: Command failed: mvn clean package -DskipTests
|
关联ACTION threadPause存在错误: Command failed: mvn clean package -DskipTests
|
import org.slf4j.Logger; | ||
import org.slf4j.LoggerFactory; | ||
|
||
public class TestApi { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议改为ThreadUtil等,具有一定工具类含义的类命名
* @param millisecond 毫秒 | ||
*/ | ||
@NaslLogic | ||
public static String threadSleep(Integer millisecond) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议增加对入参millisecond的判断,如果是负数,最好有友好提示
1、readme中的图片改成本地引用,不要贴codewave里上传的图片,如果应用被删除了图片就访问不到了 |
关联ACTION threadPause存在错误: Command failed: mvn clean package -DskipTests
|
功能及代码已验收,待评分 |
暂停当前线程依赖库提交
![dellge](https://private-user-images.githubusercontent.com/60166134/365113491-66d0c4c0-0379-45c4-8292-e39c0266385b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MjU5MzksIm5iZiI6MTczOTYyNTYzOSwicGF0aCI6Ii82MDE2NjEzNC8zNjUxMTM0OTEtNjZkMGM0YzAtMDM3OS00NWM0LTgyOTItZTM5YzAyNjYzODViLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDEzMjAzOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFjOWQwODAyZWQyOGMxMDU0NjhlNDdkMzc4Njk1MmY4YzBhOGUyOTlmMmJiMTU1ZmUxMWIyMjJhY2M4MDVhMzgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.nqtQoCDjCYHIKb4Pi02X5llx_WCpMLIA9btzsasEKe4)
包含threadSleep、wait、notify、notifyAll 4个方法,详细可以看下READEM.md文件