# validate-idea **Repository Path**: Nexius/validate-idea ## Basic Information - **Project Name**: validate-idea - **Description**: 一个自己验证代码的测试类。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-19 - **Last Updated**: 2023-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **这是一个我的工具测试类** ## 目录结构 ``` ├─src //源码目录 │ ├─main │ │ ├─java │ │ │ ├─atomic │ │ │ ├─bytes //byte数组转换 │ │ │ ├─calendar // 时间比对 │ │ │ ├─callback //回调 │ │ │ ├─ccrSdk //JNA │ │ │ ├─cmd //cms调用 │ │ │ ├─coding │ │ │ ├─common │ │ │ ├─console │ │ │ ├─DelayQueue │ │ │ ├─enum_ │ │ │ ├─GBK │ │ │ ├─hash │ │ │ ├─hashset │ │ │ ├─HexString │ │ │ ├─http │ │ │ │ └─okhttp │ │ │ ├─inner_class │ │ │ │ ├─InnerClass │ │ │ │ └─idea │ │ │ ├─Iterator │ │ │ ├─json │ │ │ ├─lambda │ │ │ ├─list │ │ │ ├─lock │ │ │ ├─MaoPaoPaiXu │ │ │ ├─map │ │ │ ├─nofifyAll │ │ │ ├─picture │ │ │ │ └─http │ │ │ ├─pushinfo │ │ │ ├─redafile │ │ │ ├─regex │ │ │ ├─replace │ │ │ ├─RetailAll │ │ │ ├─schedule │ │ │ ├─setval │ │ │ ├─SnowFlakeGenerator │ │ │ ├─socket │ │ │ ├─sort │ │ │ ├─split │ │ │ ├─static_test │ │ │ ├─substring │ │ │ ├─system │ │ │ ├─idea │ │ │ ├─Test64 │ │ │ ├─time │ │ │ ├─time_unit │ │ │ ├─tree │ │ │ ├─video_dinogo │ │ │ ├─weightVal │ │ │ └─xml │ │ │ └─search │ │ └─resources │ │ ├─linux-x86-32 │ │ ├─linux-x86-64 │ │ └─win32-x86 │ └─idea │ └─java └─target ```