Easter79 Easter79
3年前
thunderbird 使用OpenPGP加解密邮件
一、添加插件Enigmail!(http://static.oschina.net/uploads/space/2014/0309/105947_aTHg_921036.png)二、进行密钥管理,并创建新密钥对!(http://static.oschina.net/uploads/space/2014/0309/110
执键写春秋 执键写春秋
4年前
基于Maven工程下的MyBatis框架+MySQL+连接池的数据查询操作
具体操作项目结构引入项目依赖pom.xml<?xmlversion"1.0"encoding"UTF8"?<projectxmlns"http://maven.apache.org/POM/4.0.0"xmlns:xsi"http://www.w3.org/2001/XMLSchemainstance"xsi
Stella981 Stella981
3年前
JSP页面用EL表达式 输出date格式
JSP页面用EL表达式输出date格式 1、头上引入标签<%@tagliburi"http://java.sun.com/jsp/jstl/core"prefix"c"%<%@taglibprefix"fmt"uri"http://java.sun.com/jsp/jstl/fmt"%2、使用:
Stella981 Stella981
3年前
Spring Security教程之Spring Security实现访问控制
在SpringSecurity中,实现访问控制或权限控制是非常容易实现的,请看下面的代码片段:123  <http autoconfig"true"    <intercepturl pattern"/admin\" access"ROLE\_ADMIN" /  </http它的意思是,只有“ROLE\_ADM
Stella981 Stella981
3年前
QT中调用外部程序:QProcess的使用
!运行:ipconfig(http://static.oschina.net/uploads/img/201406/06143054_WauU.png"QT中调用外部程序:QProcess的使用lucienlucien_cc的博客")!运行:pingwww.baidu.com(http://static.oschina.net/
Stella981 Stella981
3年前
Mybatis传多个参数(三种解决方案)
Mybatis分页插件PageHelpehttp://git.oschina.net/free/Mybatis\_PageHelper(http://git.oschina.net/free/Mybatis_PageHelper)极其方便的使用Mybatis单表的增删改查http://git.oschina.net/free/Mapper
Easter79 Easter79
3年前
Springboot框架实现图片上传显示并保存地址到数据库
1.在application.properties.xml中配置SpringBoot框架实现图片上传显示并保存地址到数据库springboot上传文件大小限制spring.http.multipart.maxfilesize200MBspring.http.multi
Stella981 Stella981
3年前
Android改变图片颜色的自定义控件(十)
效果如下:!(http://static.oschina.net/uploads/space/2016/0218/170430_QStH_159896.png)理解:Xfermode的16总模式如图!(http://static.oschina.net/uploads/space/2016/0218/170632_Jmbz_15989
Easter79 Easter79
3年前
Swoft 图片上传与处理
上传在Swoft下通过\Swoft\Http\Message\Server\RequestgetUploadedFiles()'image'方法可以获取到一个 Swoft\\Http\\Message\\Upload\\UploadedFile对象或者对象数组(取决于上传时字段是image还是image\\)
Stella981 Stella981
3年前
Netty工具类HashedWheelTimer源码走读(二)
接上一篇( http://my.oschina.net/haogrgr/blog/489320(http://my.oschina.net/haogrgr/blog/489320) )6\.HashedWheelTimeout源码走读.//任务的包装类, 链表结构, 负责保存deadline, 轮数, 等//继承M