Mybatis源码解析之执行SQL语句
作者:郑志杰mybatis操作数据库的过程//第一步:读取mybatisconfig.xml配置文件InputStreaminputStreamResources.getResourceAsStream("mybatisconfig.xml");//第二步
Stella981 Stella981
3年前
Spring Boot Hello World (使用Eclipse IDE)
       以前spring开发需要配置一大堆的xml,后台spring加入了annotaion,使得xml配置简化了很多,当然还是有些配置需要使用xml,比如申明componentscan等。Spring开了一个新的modelspringboot,主要思想是降低spring的入门,使得新手可以以最快的速度让程序在spring框架下跑起来。_
Wesley13 Wesley13
3年前
C++经典机试题目
1\.表达式求值中缀转后缀include<iostreaminclude<stackusingnamespacestd;intPriority(charoper){switch(oper){case'(':return
Stella981 Stella981
3年前
Blob分析
文章转自微信公众号:机器视觉那些事\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\公众号:机器视觉那些事儿\\\\\\
Wesley13 Wesley13
3年前
Java日期时间API系列13
  从前面的系列博客中可以看出Jdk8中java.time包中的新的日期时间API类设计的很好,但Date由于使用仍非常广泛,这就涉及到Date转LocalDateTime,LocalDateTime转Date。下面是时间类互相转换大全,包含Instant、LocalDate、LocalDateTime、LocalTime、ZonedDateTime和Dat
Wesley13 Wesley13
3年前
Java类型转换工具类(十六进制—bytes互转、十进制—十六进制互转,String—Double互转)
/数据类型转换工具类@authorcyf/publicclassNumConvertUtil{/bytes转16进制字符串@parambArray
Stella981 Stella981
3年前
Spring xml 注入静态变量
上代码<beanid"cacheJsonRedisSerializer"class"org.springframework.data.redis.serializer.GenericJackson2JsonRedisSerializer"<constructorargname"mapper"
Stella981 Stella981
3年前
PHP读取PDF内容配合Xpdf的使用
一.下载首先,我们先把资料下下来先。如果不需要转中文的话,只需要下载它就可以:xpdfbinlinux3.03.tar,如果需要转中文,那你就还需要它了:xpdfchinesesimplified.tar二.安装现在,下载完毕了吧,我们可以进行安装了。\root@localhost(http
Wesley13 Wesley13
3年前
JAVA 基础问题
记录JAVA一些容易疏忽基础问题基础Q基本变量声明注意eg1: floatf3.4,错误。双精度转单精度,下转型,需强转。floatf(float)3.4;或者写成floatf3.4F;eg2:  shorts11;s1s11。错误,理由同上。shorts11
Stella981 Stella981
3年前
C#连接操作mysql实例
\转\C连接操作mysql实例(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.cnblogs.com%2Ffreeliver54%2Farchive%2F2012%2F11%2F20%2F2778637.html)本文转自:http://hi.baidu.com/zh