推荐学java 推荐学java
3年前
推荐学Java——第一个MyBatis程序
什么是MyBatis一款优秀的持久层框架。MyBatis使用XML将SQL与程序解耦,便于维护。MyBatis学习成本低,执行高效,底层是对JDBC的封装和扩展。MyBtis官网:https://mybatis.org/mybatis3/zh/index.htmlgithub地址:https://github.com/mybatis/m
Stella981 Stella981
3年前
Rclone:网盘、VPS数据同步、备份工具,支持GoogleDrive
1、概述Rclone 是一款的命令行工具,支持在不同对象存储、网盘间同步、上传、下载数据。官网网址:https://rclone.org/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Frclone.org%2F)Github项目:https://g
Stella981 Stella981
3年前
SpringBoot项目中使用AOP
1.概述将通用的逻辑用AOP技术实现可以极大的简化程序的编写,例如验签、鉴权等。Spring的声明式事务也是通过AOP技术实现的。具体的代码参照示例项目https://github.com/qihaiyan/springcamp/tree/master/springaop(https://www.oschina.net/actio
Easter79 Easter79
3年前
SpringBoot项目中使用AOP
1.概述将通用的逻辑用AOP技术实现可以极大的简化程序的编写,例如验签、鉴权等。Spring的声明式事务也是通过AOP技术实现的。具体的代码参照示例项目https://github.com/qihaiyan/springcamp/tree/master/springaop(https://www.oschina.net/actio
Easter79 Easter79
3年前
SVT
!(https://oscimg.oschina.net/oscnet/91bacd08f1a671096a07fc4c5e7f412a33f.jpg)SVTAV1是开源的AV1编解码器实现,托管在GitHub上\1\。如我们先前的文章所述(https://www.oschina.net/action/GoToLink?url
Stella981 Stella981
3年前
Django风格指南
Django风格指南Django风格指南,给Django使用者的一些关于目录结构、使用的建议。该指南中所有的例子你都可以在DeerU(https://github.com/gojuukaze/DeerU(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithu
Easter79 Easter79
3年前
SpringBoot2.1.9+dubbo2.7.3+Nacos1.1.4构建你的微服务体系
简单几步使用最新版本的DUBBO构建你的微服务体系NACOS注册中心从github(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Falibaba%2Fnacos%2Freleases%2Fdownload%2F1.1.4%2
Stella981 Stella981
3年前
Golang语言开发的开源NoSQL数据库——TieDot简介
简介项目开源地址:https://github.com/HouzuoGuo/tiedot(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2FHouzuoGuo%2Ftiedot)发起者留下了他的Twitter,貌似姓郭,是个美籍华人项目简介中,有
Stella981 Stella981
3年前
Lite2D的渲染线程尝试
项目地址   https://github.com/dreamyouxi/Lite2D(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fdreamyouxi%2FLite2D)注意:1.GL只能和一个线程相关,所以纹理产生,初始化等都要放到渲染线程
Stella981 Stella981
3年前
Async详解之一:流程控制
地址:https://github.com/caolan/async(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fcaolan%2Fasync)Async的内容分为三部分:1.流程控制:简化十种常见流程的处理2.集合处理:如何使用