上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 72 下一页
摘要: [client] default-character-set = utf8mb4 [mysql]# 设置mysql客户端默认字符集default-character-set=utf8mb4 [mysqld]# 服务端使用的字符集默认为8比特编码的latin1字符集character-set-clie 阅读全文
posted @ 2018-12-26 23:14 tonggc1668 阅读(142) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/kernel_/article/details/53320498 阅读全文
posted @ 2018-12-26 22:54 tonggc1668 阅读(417) 评论(0) 推荐(0)
摘要: Go to tab “Dev Tools”4. On the left console type:GET _cat/indices?v&s=store.size:descand execute – this will show biggest ELK indices.5. Decide which 阅读全文
posted @ 2018-12-24 14:52 tonggc1668 阅读(104) 评论(0) 推荐(0)
摘要: 官网下载链接 https://dev.mysql.com/downloads/mysql/ 5.7下载链接 5.7.24zip解压版 64位 http://www.jb51.net/do/softdown.php?url=https%3A%2F%2Fcdn.mysql.com%2F%2FDownlo 阅读全文
posted @ 2018-12-23 22:51 tonggc1668 阅读(343) 评论(0) 推荐(0)
摘要: 去掉 阅读全文
posted @ 2018-12-13 14:01 tonggc1668 阅读(160) 评论(0) 推荐(0)
摘要: https://www.ibm.com/developerworks/cn/linux/l-cn-nohup/ 1.nohup ping www.ibm.com & 2.setsid ping www.ibm.com 3.(ping www.ibm.com &) 4.如果提交命令时未使用“&”将命令 阅读全文
posted @ 2018-12-11 17:03 tonggc1668 阅读(161) 评论(0) 推荐(0)
摘要: 我要逛街去了小王问的问题 >1 + 1 = ?小李告诉小王的答案是 >答案是2 阅读全文
posted @ 2018-12-07 10:58 tonggc1668 阅读(211) 评论(0) 推荐(0)
摘要: package com.test; public class InterruptionInJava implements Runnable{ public static void main(String[] args) throws InterruptedException { Thread testThread = new Thread(new Interruption... 阅读全文
posted @ 2018-11-30 11:34 tonggc1668 阅读(148) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-10-15 15:52 tonggc1668 阅读(4501) 评论(0) 推荐(0)
摘要: package com.test; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.util.Properties; import org.springframework.context.annotation.AnnotationConfigApplication... 阅读全文
posted @ 2018-10-04 15:38 tonggc1668 阅读(216) 评论(0) 推荐(0)
上一页 1 ··· 47 48 49 50 51 52 53 54 55 ··· 72 下一页