some thing wrong with my input, I can just use English -_-!!! The HDD have two kinds of formart, GPT and MBR ,win10 and new version are GPT by default Read More
开门见山,背景: 系统初始化的时候扫包实例化bean,然后一个工具类实现ServletContextAware接口,拿到servletContext之后:WebApplicationContextUtils.getWebApplicationContext(context).getBean(rpc... Read More
分页如果写在SQL脚本中,将会大大影响我们后续数据库的迁移难度。mybatis的分页一般是自己实现一个mybatis的拦截器,然后根据某些特定的条件开启分页,对原有SQL进行改造。 正在我对mybatis的拦截器进行研究的时候从网上找到了一个很好的分页插件,主页地址是https://githu... Read More
今天上班过来发现ubuntu无法进入,因为里面有N多资料没有备份,当时很是捉急。不过后来都解决了:背景:easyBCD安装ubuntu14.07和windows7双系统。基本上这一年多一直用ubuntu,要操作网银才会切换到win7。状况:点完windows的引导启动界面之后,选择ubuntu,... Read More
下载后解压完,进入开始配置:./configure --enable-R-shlib报错:configure: error: con--with-readline=yes (default) and headers/libs are not available然后需要安装依赖的readline:... Read More