上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: 中文乱码 阅读全文
posted @ 2019-05-16 11:52 liuxm-刘小明 阅读(11036) 评论(0) 推荐(0) 编辑
摘要: java 利用HttpURLConnection 发送http请求 提供GET / POST /上传文件/下载文件 功能 阅读全文
posted @ 2019-05-15 15:14 liuxm-刘小明 阅读(604) 评论(0) 推荐(0) 编辑
摘要: SpringBoot项目中,定时任务默认是串行执行的,不论启动多少任务,都是一个执行完成,再执行下一个。 如何设置并行呢? @EnableAsync 和@Async 这两个注解来实现 ,具体如下: pom文件 启动文件App.java 阅读全文
posted @ 2019-04-11 12:05 liuxm-刘小明 阅读(4498) 评论(0) 推荐(0) 编辑
摘要: 默认情况下,如果没有指定resources,目前认为自动会将src/main/resources下的.xml文件放到target里头的classes文件夹下的package下的文件夹里。如果设定了resources,那么默认的就会失效,因此需要设置指定resources文件夹。 利用复制文件的特性, 阅读全文
posted @ 2019-04-11 12:00 liuxm-刘小明 阅读(10850) 评论(0) 推荐(0) 编辑
摘要: es6\es2015特性http://lib.csdn.net/article/reactnative/58021?knId=1405 使用express-generator初始化你的项目目录https://www.cnblogs.com/zjhr/p/5227042.html 1.Vue 基本属性 阅读全文
posted @ 2019-03-12 13:18 liuxm-刘小明 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1.vue-cli安装 sudo npm install -g @vue/cli 2.查看是否安装成功 vue --version 3.创建项目 vue create hello-world 4.启动项目 cd hello-world yarn serve yarn global add 后无法找到 阅读全文
posted @ 2019-03-12 13:16 liuxm-刘小明 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 来自 https://blog.csdn.net/zhengxiangwen/article/details/50734565 一、怎么添加jar到本地仓库呢?步骤:1.cmd命令进入该jar包所在路径2.执行命令:mvn install:install-file -Dfile=lucene-que 阅读全文
posted @ 2019-03-12 13:15 liuxm-刘小明 阅读(3827) 评论(0) 推荐(0) 编辑
摘要: 重要参考文章 https://blog.csdn.net/qq_16538827/article/details/81873997 阅读全文
posted @ 2019-02-19 19:41 liuxm-刘小明 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 安装引用 使用express框架对接微信 微信公众号 配置 http://ip或域名/wx 阅读全文
posted @ 2018-12-25 16:25 liuxm-刘小明 阅读(676) 评论(0) 推荐(0) 编辑
摘要: 1.pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan 阅读全文
posted @ 2018-12-25 16:20 liuxm-刘小明 阅读(460) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页