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