上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: https://blog.csdn.net/iamcodingmylife/article/details/88124906 阅读全文
posted @ 2019-12-02 11:15 生活无限美 阅读(863) 评论(0) 推荐(0) 编辑
摘要: --insert into pppcopy select * from ppp //从表ppp中获取数据,并将其插入到pppcopy中,只拷贝表的数据,不拷贝表的结构(前提:表pppcopy1存在) --select * into pppCopy1 from ppp //将ppp中的数据拷贝到 pp 阅读全文
posted @ 2019-11-30 11:38 生活无限美 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 获取端口的pid:netstat -aon|findstr "8382" 杀死pid : taskkill /pid [] -t -f 阅读全文
posted @ 2019-11-28 15:45 生活无限美 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 导入jar包: <dependency> <groupId>net.sf.jxls</groupId> <artifactId>jxls-core</artifactId> <version>1.0.5</version> </dependency> 工具类: import net.sf.jxls. 阅读全文
posted @ 2019-11-27 16:35 生活无限美 阅读(2033) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/LitongZero/article/details/88696744 阅读全文
posted @ 2019-11-27 10:01 生活无限美 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 在idea 加入代码 :-server -XX:PermSize=256M -XX:MaxPermSize=256M -Dfile.encoding=UTF-8 阅读全文
posted @ 2019-11-26 19:47 生活无限美 阅读(3759) 评论(0) 推荐(0) 编辑
摘要: 解决: 1.将本地的冲突文件冲掉,不仅需要reset到MERGE-HEAD或者HEAD,还需要–hard。没有后面的hard,不会冲掉本地工作区。只会冲掉stage区。 git reset –hard FETCH_HEAD 2.git pull就会成功。 阅读全文
posted @ 2019-11-18 18:39 生活无限美 阅读(2300) 评论(0) 推荐(0) 编辑
摘要: docker安装mysql、es、jenkins等一些步骤以及如何设置docker国内镜像 https://www.cnblogs.com/yzh-blog/p/11670214.html CentOS7安装Docker步骤: (0)删除旧的可能安装过的包 yum remove docker \ d 阅读全文
posted @ 2019-10-15 09:17 生活无限美 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 安装:https://wuzhuti.cn/install-and-configure-jenkins-centos7 阅读全文
posted @ 2019-10-10 15:27 生活无限美 阅读(930) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_43155926/article/details/83033371 阅读全文
posted @ 2019-09-26 14:51 生活无限美 阅读(322) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页