java基础(三)

1.kafka
流数据类型,KStream
2.spring-boot快速搭建依赖环境
https://start.spring.io/
3.work net summary
https://blog.csdn.net/zwjweb/article/details/86590608#commentBox
4.eclipse通过类名搜索源码的快捷键:ctrl+shift+t,
ctrl+h:选定项目或workset中搜索。
Eclipse查看一个方法被哪些方法调用:Ctrl+Alt+H
https://blog.csdn.net/zhangxichao100/article/details/55002005/
5.

1.mysql建表语句例
create table if not exists user(id int not null primary key auto_increment,name varchar(64), age int,phone bigint(20),email varchar(255)) engine=Innodb default charset=utf8;
2.对象关系映射(Object Relational Mapping,简称ORM)

6.mysql8.0 Authentication plugin ‘caching_sha2_password’ cannot be loaded
https://blog.csdn.net/zixiao217/article/details/80156362
7.一些spring注解
@Autowired
@GetMapping("/xxx")
@EnableAutoConfiguration
@ComponentScan(basePackages= {“com.example.controller”, “com.example.service”})
@MapperScan(basePackages=“com.example.dao”)
pojo与数据表不同名字段的对应
@Results(id=“userResult”, value= {
@Result(property=“email”, column=“update”)
})
8.mybatis java api
http://www.mybatis.org/mybatis-3/zh/java-api.html
spring boot ref
https://docs.spring.io/spring-boot/docs/2.1.3.RELEASE/reference/htmlsingle/
spring
http://docs.spring.io/spring/docs/3.2.9.RELEASE/spring-framework-reference/htmlsingle/
9.终端输入jconsole,可打开jvm内存、资源使用情况监控窗口。
403拒绝访问。
log4j,netty,
ACID:原子性(Atomicity)、一致性(Consistency)、隔离性(Isolation)、持久性(Durability)

10.ssm简单实战
http://www.cnblogs.com/loger1995/p/7059689.html

11.HashMap、Hashtable、ConcurrentHashMap的原理与区别
https://www.cnblogs.com/heyonggang/p/9112731.html
12.文档型数据库,如mongodb,它以特定的格式存储数据(json),允许嵌套键值。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值