上一页 1 2 3 4 5 6 7 8 ··· 43 下一页
摘要: 风,初九的风 雪,陌生的雪。 它来了 是的,来了 它本该早点来的 早就来了,只是换了身,你没认出来 阅读全文
posted @ 2021-12-25 08:25 fly_bk 阅读(102) 评论(2) 推荐(0) 编辑
摘要: 依赖版本 <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.1.68.Final</version> </dependency> 服务端 import io.netty.boo 阅读全文
posted @ 2021-09-24 09:58 fly_bk 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 一、zookeeper-3.4.10地址: http://archive.apache.org/dist/zookeeper/zookeeper-3.4.10/ 修改zoo.cfg的配置 dataDir=D:\apache-zookeeper-3.5.9-bin\data clientPortAdd 阅读全文
posted @ 2021-09-06 14:29 fly_bk 阅读(236) 评论(0) 推荐(0) 编辑
摘要: “mavenimport.sh” 脚本内容: #!/bin/bash # copy and run this script to the root of the repository directory containing files # this script attempts to exclu 阅读全文
posted @ 2021-08-14 17:21 fly_bk 阅读(672) 评论(0) 推荐(0) 编辑
摘要: public class TestThreadLocal { // 使用ThreadLocal 子线程获取不到父线程的值 // public static ThreadLocal<String> threadLocal = new ThreadLocal<>(); // 使用InheritableT 阅读全文
posted @ 2021-08-14 10:20 fly_bk 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 运行 以管理员身份运行cmd ,使用nexus.exe /run 命令启动nexus服务 打开浏览器访问访问 http://localhost:8081地址,登录 默认的用户名和密码分别是:admin/amdin123 安装 nexus.exe /install //安装nexus服务 nexus. 阅读全文
posted @ 2021-08-11 11:15 fly_bk 阅读(197) 评论(0) 推荐(0) 编辑
摘要: springboot把项目打成jar,同时把本地jar包也引入进去 <dependencies> <dependency> <groupId>com.dingtalk.open</groupId> <artifactId>taobao-sdk-java-auto</artifactId> <vers 阅读全文
posted @ 2021-08-06 16:49 fly_bk 阅读(345) 评论(0) 推荐(0) 编辑
摘要: 史蒂芬·柯维在《高效能人士的七个习惯》一书中说道 :“最好的学习方法就是教会别人”。 因此,我很肯定,我比学生们学到的东西更多。教学过程总是充满乐趣,因为你在跟一群聪明人共事,为了共同的利益解决问题。 因为帮助他人学习,最大的受益者是你自己。 美国国家训练实验室研究证实,不同的学习方式,学习者平均效 阅读全文
posted @ 2021-08-03 17:30 fly_bk 阅读(1447) 评论(0) 推荐(1) 编辑
摘要: import re from bs4 import BeautifulSoup html = """ <html><head><title>The Dormouse's story</title></head> <body> <p class="title" name="dromouse"><b>T 阅读全文
posted @ 2021-08-03 09:35 fly_bk 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 文档行号的设置 - 临时设置。右键单击行号处,选择 Show Line Numbers。 - 永久设置。File --> Settings -->Editor -->Appearance , 之后勾选Show Line Numbers。 打开文件数量设置默认10个 File --> Settings 阅读全文
posted @ 2021-08-02 08:28 fly_bk 阅读(589) 评论(0) 推荐(2) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 43 下一页