开源 企业版 高校版 私有云 模力方舟 AI 队友
当前组织暂时用于存放个人发布到远程仓库的项目, 与 <https://github.com/cosycode> 对应
概览 仓库 6 Issues Pull Requests 动态 成员 1
申请加入组织

您正在申请加入cosycode

开发者
取消
提交
Success green

申请已成功提交

请等待管理员审核,审核完成后你将收到系统通知

精选
自定义精选项目
最多可选取 6 个公开仓库
还能勾选 0
组织介绍

cosycode 组织介绍

当前组织暂时用于存放个人发布到远程仓库的项目, 与 github 组织 https://github.com/cpfree)

  • gitee : cpfree(https://gitee.com/cpfree)
  • 之后, 由于需要将写好的 jar 组件提交到远程中央仓库, 需要一个 groupId, 把自己的账号作为 groupId 感觉怪怪的, 于是就建立了一个组织 cosycode, groupId 是 com.github.cosycode, 为了方便链接, 在 gitee 上面也建立了同样的组织 cosycode

    cosycode: 用于存放发布到远程仓库的工程或组件.

    相关仓库

    common-lang

    个人封装的一些类库, 基于 org.apache.commons:commons-lang3

    1. Apache Maven

      <dependency>
       <groupId>com.github.cosycode</groupId>
       <artifactId>common-lang</artifactId>
       <version>1.6</version>
      </dependency>
    2. gradle

      implementation 'com.github.cosycode:common-lang:1.6'

    code-dict

    一个简单的通用的数据字典框架 使用枚举来管理项目中繁杂的数据字典. 让每个实体类都对应一个数据字典接口, 每个数据字典接口内部都有一个枚举类对应实体类的带有数据字典的字段, 涉及到数据字典的获取无需再使用静态变量或魔法值, 统一使用枚举来表示. 通过将枚举作为代理入口, 真实的数据存放在数据字典池中, 极大的减少枚举的代码

    1. Apache Maven

      <dependency>
       <groupId>com.github.cosycode</groupId>
       <artifactId>code-dict</artifactId>
       <version>1.1</version>
      </dependency>
    2. gradle

      implementation 'com.github.cpfniliu:code-dict:1.1'

    bit-data-map

    简单来说就是通过图片来保存数据的一种方式, 例如将文件中的数据存储到图片中, 同时能够将图片中的数据重新转换为文件.

    1. Apache Maven

      <dependency>
       <groupId>com.github.cosycode</groupId>
       <artifactId>bit-data-map</artifactId>
       <version>1.4</version>
      </dependency>
    2. gradle

      implementation 'com.github.cosycode:bit-data-map:1.4'

    extend-mod

    针对现有功能的增强模块, 处于开发中, 未整理完成

    1. Apache Maven

      <dependency>
       <groupId>com.github.cosycode</groupId>
       <artifactId>extend-mod</artifactId>
       <version>0.2</version>
      </dependency>
    2. gradle

      implementation 'com.github.cosycode:extend-mod:0.2'
    成就
    19
    Star
    7
    Fork
    成员(1)
    点此查找更多帮助

    搜索帮助

    回到顶部

    AltStyle によって変換されたページ (->オリジナル) /