Fork me on GitHub
摘要: package thread; public class Test02 { //定义初始票数 public static int chepiao = 20; public static void main(String[] args) { Test02 t = new Test02(); //匿名类创建线程 Thread t1 = new Threa... 阅读全文
posted @ 2019-08-14 13:27 xsiong 阅读(929) 评论(0) 推荐(0) 编辑
摘要: package com.xh; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.LinkedBlockingDeque; import java.util.concurrent.ScheduledExecutorSer... 阅读全文
posted @ 2019-08-14 10:16 xsiong 阅读(168) 评论(0) 推荐(1) 编辑
摘要: 注:基于SpringBoot下 第一步:pom文件 第二步:generatorConfig.xml 第三步:右侧插件中找到 generatorConfig双击运行即可,注意的时当对应的包不存在时,该插件不会自动创建 阅读全文
posted @ 2019-07-18 17:46 xsiong 阅读(1973) 评论(0) 推荐(0) 编辑
摘要: java.lang.Exception: Socket bind failed: [730048] ?????????×???(Э?é/???????/???)????í?? .省略.. 该问题为:端口冲突,请修改端口即可解决; 阅读全文
posted @ 2019-06-21 10:17 xsiong 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 解决原理是删除桌面图标缓存 >重启explorer.exe刷新页面 具体实现: @echo off taskkill /f /im explorer.exe CD /d %userprofile%\AppData\Local DEL IconCache.db /a start explorer.ex 阅读全文
posted @ 2019-06-19 10:21 xsiong 阅读(530) 评论(0) 推荐(0) 编辑
摘要: String str = "(test)" String restr = str.replaceAll("\\(.*?\\)|\\{.*?}|\\[.*?]|(.*?)", "")); 阅读全文
posted @ 2019-06-15 13:36 xsiong 阅读(2948) 评论(0) 推荐(0) 编辑
摘要: 开发项目中有用到,顺便复习了一下,在python中的随机数。 阅读全文
posted @ 2019-06-15 13:35 xsiong 阅读(869) 评论(0) 推荐(0) 编辑
Live2D