All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download io.github.totoro-dev JAR files with all dependencies

Search JAR files by class name

SwingPro from group io.github.totoro-dev (version 1.0.8)

这是针对桌面应用开发的UI框架,提供了与Android开发一致的xml布局方式,并且拥有一整套窗口管理功能

Group: io.github.totoro-dev Artifact: SwingPro
Show all versions Show documentation Show source 
 

0 downloads
Artifact SwingPro
Group io.github.totoro-dev
Version 1.0.8
Last update 03. May 2021
Organization not specified
URL https://totoro-dev.github.io/SwingPro
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies dom4j,
There are maybe transitive dependencies!

Kit4j from group io.github.totoro-dev (version 1.0.0)

包含一些totoro-dev开发者平时开发使用的Java工具 \nv1.0.0 \n\tLongIdGenerator 长整型ID生成器 \n\tNativeLibLoader 本地动态链接库加载器 \n\tLog 简单的日志打印器 \n\tPinYinParser 拼音解析器

Group: io.github.totoro-dev Artifact: Kit4j
Show documentation Show source 
 

0 downloads
Artifact Kit4j
Group io.github.totoro-dev
Version 1.0.0
Last update 05. September 2020
Organization not specified
URL https://totoro-dev.github.io/Kit4j
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

clap-sql from group io.github.totoro-dev (version 1.0.1)

ClapSQL: C : Client(客户端场景); L : Light(轻量级); A : Almighty(全能,SQL的所有操作、自带缓存+批处理等); P : Performance(性能,自带分表,封装或解析可以不用反射)。 ClapSQL是一个适用于客户端的即轻量又全能且高效的数据库。 1. 不需要写任何的SQL语句,而是以写代码的方式处理数据库。 也许之后会考虑用APT+注解的方式,但不一定比写函数来的直观。 2. 可以通过给每个表设置一个关键字段,从而达到分表存储的效果, 分表的原理为哈希映射,使用的时候这个分表的过程是不需要任何配置的。 3. 可以使用批处理的方式异步执行命令,并且可以指定在异步执行完命令后执行其它逻辑。 批处理就是一次性执行多个数据库命令,减少IO。 4. 可以自定义表中存入一行数据的封装方式和取出一行数据的解析方式。 如果这个过程你不用json封装、解析对象的话,可以减少很多反射带来的性能影响。 而且一般表结构不复杂的情况下,自己决定怎么组装数据是方便且提高性能的。 5. 权限管理。 6. 表中数据的加密。

Group: io.github.totoro-dev Artifact: clap-sql
Show all versions Show documentation Show source 
 

0 downloads
Artifact clap-sql
Group io.github.totoro-dev
Version 1.0.1
Last update 21. August 2020
Organization not specified
URL https://totoro-dev.github.io/ClapSQL
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies gson,
There are maybe transitive dependencies!



Page 1 from 1 (items total 3)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy