netease-lcap / netease-lcap/CodeWaveSummerCompetition2024
【2024网易低代码大赛】依赖库命题资产-暂停当前线程依赖库
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 16
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
功能描述:
两种实现:
1、使用Thread.sleep(long millis):使当前线程暂停执行指定的时间(以毫秒为单位);
2、在对象上调用 wait 方法会使当前线程进入等待状态,直到其他线程调用 notify 或 notifyAll 方法唤醒该线程
报价:
总资金池:600元
领取规则:
1)请在issue下方发送领取申请,官方同学回复领取成功后,即可参与命题开发。
2)每个命题资产需求最多 3个人 参加,按照申领的顺序记录申领情况;
3)每个资产命题有整体的 激励池金额 ,验收通过后资产质量度最佳(第一名)可获得资金池总包的85%,其余的15%激励二三名;
4)每个人同时可领取2个资产命题。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the issue's two stated Java approaches: Thread.sleep(long millis) and Object.wait with notification. Determine where this dependency-library asset belongs in the repository; done when the asset supports the requested current-thread pause behavior and meets the competition's acceptance requirements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100