上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 72 下一页
摘要: 索引 参考 Making All Loggers Asynchronous 第一步,添加相应的disruptor库 第二步,设置系统属性log4j2.contextSelector 第三步,检验! 索引 参考 Making All Loggers Asynchronous 第一步,添加相应的disr 阅读全文
posted @ 2018-11-27 20:42 xkfx 阅读(1614) 评论(0) 推荐(0) 编辑
摘要: 索引 Architecture Main Components Logger Hierarchy LoggerContext Configuration Logger LoggerConfig Filter Appender Layout StrSubstitutor and StrLookup 索 阅读全文
posted @ 2018-11-24 20:13 xkfx 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 索引 简介 测试用例 代码 简介 * 用Regex辅助生成文章目录 2.0 * 1、提高了功能的通用性(假定的文章格式更加普遍,即按照h2h3h4分级) * 2、改善了代码的可读性 * 3、略微。。提高了扩展性(只需要重写generateDirectory方法就可以 * 生成自定义目录) * 缺点: 阅读全文
posted @ 2018-11-24 16:30 xkfx 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 留着备用。 题目描述和代码参考:https://www.geeksforgeeks.org/8-queen-problem/ NQueenProblem(js代码): / mColoringProblem(js代码): 阅读全文
posted @ 2018-11-21 22:15 xkfx 阅读(281) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script type="text/javascript"> let log = console.log.bind(console 阅读全文
posted @ 2018-11-20 09:51 xkfx 阅读(279) 评论(0) 推荐(1) 编辑
摘要: 索引 Configuration in logback Automatically configuring logback Automatic configuration with logback-test.xml or logback.xml Automatic printing of statu 阅读全文
posted @ 2018-11-19 22:39 xkfx 阅读(305) 评论(0) 推荐(1) 编辑
摘要: 课件地址:https://wenku.baidu.com/view/bac2ff10f18583d0496459f3.html 1.测试环境变量:HOME,PWD,IFS等2.测试位置变量:$$,$#,$0,$1,$2,$3,$@,$*,再测试当IFS=‘’和取消IFS时$@和$*的输出3.使用if 阅读全文
posted @ 2018-11-19 11:24 xkfx 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 依赖包如下pom.xml: 例子程序: 阅读全文
posted @ 2018-11-17 22:21 xkfx 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 索引 Logback's architecture Logger, Appenders and Layouts Effective Level(有效等级)又名Level Inheritance Retrieving Loggers - - 检索logger Appenders and Layouts 阅读全文
posted @ 2018-11-17 22:21 xkfx 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 栈与队列js实现版本: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <script type="text/javascript"> let log = console.log. 阅读全文
posted @ 2018-11-17 10:16 xkfx 阅读(351) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 72 下一页