
java编程
文章平均质量分 83
dongdong_919
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java实现在线预览doc,txt,ppt,xls等文档,用到了libreOffice,openOffice,SWFTools,JODConverter,flexPaper
涉及到的图片请看附件。 libreOffice转换的代码: public String doDocToFdpLibre() { // File inputFile = new File("d:/1.txt"); // File inputFile = new File("d:/ppt.ppt"); // File inputFile = new File("d:/pptx.pptx"原创 2015-04-09 14:01:50 · 8921 阅读 · 0 评论 -
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdb
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class...原创 2019-01-18 11:49:58 · 313 阅读 · 0 评论 -
IntelliJ IDEA 2018 创建spring boot项目
第一步:选择默认,点击next 第二步:填写group和artifact,点击next 第三步:选中web,点击next 第四步:填写项目名称,项目地址,点击finish 第五步:打开启动类,编写测试方法。 第六步:右键启动类,点击运行程序 第七步:项目运行起来了 第八步:启动浏览器,输入http://localhost:8080,页面返回hello wo...原创 2019-02-15 11:11:01 · 2752 阅读 · 0 评论