limit limit
3年前
Android 使用 Rust 生成的动态库
AndroidNDK可以使用一些第三方的动态库,如何用Rust写个东西生成动态库,给Cpp这边调用,这边记录一下过程.配置Rust工程首先写个Rust工程,搞出个动态库出来,先是创建个项目,这里取名叫ffiexamplebashcargonewffiexamplelib打开Cargo.toml文件,里面的内容长
Easter79 Easter79
3年前
springboot+mybatis+cucumber
!(https://oscimg.oschina.net/oscnet/387aa35524abbcedc8167da6d7c8ca6c809.jpg)!(https://oscimg.oschina.net/oscnet/db9235c8f1ee6eaa699127d3ff0e6ba98b1.jpg)importorg.junit.
Stella981 Stella981
3年前
Intellij IDEA中使用MyBatis
1、IDEA创建maven工程(略)2、在maven项目的pom.xml添加mybatisgeneratormavenplugin插件和MySQL数据库驱动依赖<build <plugins  <plugin   <groupIdorg.mybatis.generato
Stella981 Stella981
3年前
MyBatis where标签语句
当 where 中的条件使用的 if 标签较多时,这样的组合可能会导致错误。当 java 代码按如下方法调用时:@Testpublicvoidselect_test_where(){UserusernewUser();user.setUsername(null);
Wesley13 Wesley13
3年前
mysql8+mybatis
!(https://oscimg.oschina.net/oscnet/7bccb4d805f683659d4f0ab1ef1a85edaa3.jpg)mybatisdscgenerator
Stella981 Stella981
3年前
SpringBoot实践:集成Mybatis
第一步:在pom文件中加入依赖关系<dependency<groupIdcom.baomidou</groupId<artifactIdmybatisplusspringbootstarter</artifactId<version${mybatisplusspringbootstarter.vers
Wesley13 Wesley13
3年前
Java + MyBatis + MySql测试
先来看结构图!(https://static.oschina.net/uploads/space/2017/0330/174126_GSbv_2407807.jpg)包引用mybatis3.3.1.jarmysqlconnectorjava5.1.38bin.jarMybatis配置mybatisconfig.xm
Easter79 Easter79
3年前
SpringBoot实践:集成Mybatis
第一步:在pom文件中加入依赖关系<dependency<groupIdcom.baomidou</groupId<artifactIdmybatisplusspringbootstarter</artifactId<version${mybatisplusspringbootstarter.vers
Stella981 Stella981
3年前
Mybatis源码阅读(二)
本文主要介绍Java中,不使用XML和使用XML构建SqlSessionFactory,通过SqlSessionFactory中获取SqlSession的方法,使用SqlsessionManager管理Sqlsession复用等等..以及相关的示例代码SqlSessionSqlSessions是由SqlSessionFactory
Stella981 Stella981
3年前
Mybatis源码学习(一)
一、对源码先上一个结构图:!(http://static.oschina.net/uploads/space/2014/0722/073928_N712_1458864.png)源代码主要在org.apache.ibatis目录下,18个包,其中在应用中主要的包有:builder、session、cache、type、transaction、da