April 26th , 2017 spring-boot 配置访问外部的静态资源文件 说明使用Spring boot2.0.0.BUILD-SNAPSHOT版本比如我想让访问/img_pic/123.jpg的路径访问d:/download_img/123.jpg原来的static... Read more No comment Java
February 9th , 2017 Python+Java简单抓取天气信息 背景:使用Python抓取网站的各省份的天气url地址,写入到json文件中,使用Java读取json文件,根据地名获取到查询天气的url地址,访问url地址,抓取天气信息,此处用到的网站地址:... Read more No comment Java
November 30th , 2016 Nginx Linux版手动安装 首先安装依赖库:Ubuntu:apt-get install libpcre3 libpcre3-dev libpcrecpp0 libssl-dev zlib1g-devCentos:yum ... Read more 3 comments 服务器
November 16th , 2016 线程中取Spring管理的Bean的工具类 使用Spring时,手动开启多线程时需要注入Spring管理的对象,如果使用@Resource注解,会报空指针异常。下面给出获取Spring管理的对象的工具类:import java.util.... Read more No comment Java
July 25th , 2016 Handsontable自用封装 代码如下:var form1_obj = {};//Excel导出的formvar form1 = document.createElement("form");form1.... Read more 2 comments 前端