RESET is a flag in TCP packets to indicate that the conection is not longer working. So, if any of the two participants in a TCP connection send a pac ...
分类:
其他好文 时间:
2020-04-18 09:16:18
阅读次数:
74
The new Mercedes Benz diagnostic tool MB SD Connect C5 is verified working great. Here are customer feedback to Benz C5 SD Connect (not original Xentr ...
分类:
其他好文 时间:
2020-04-10 20:01:36
阅读次数:
87
The new Mercedes Benz diagnostic tool MB SD Connect C5 is verified working great. Here are customer feedback to Benz C5 SD Connect (not original Xentr ...
分类:
其他好文 时间:
2020-04-10 19:52:45
阅读次数:
76
来看看 HTML 的历史和规范常识。HTML 规范是 W3C 与 WHATWG 合作共同产出的,HTML5 因此也不例外。其中: W3C 指 World Wide Web Consortium WHATWG 指 Web Hypertext Application Technology Working ...
分类:
Web程序 时间:
2020-04-07 16:55:10
阅读次数:
118
xls4-想要使用Python的xlwt设置单元格的背景色。 但是不知道如何设置。 【解决过程】 1.从Working with Excel Files in Python 找到官网的:The xlwt Module,无果。 2.参考: XLWT : Changing the Cell Backgr ...
分类:
编程语言 时间:
2020-04-05 00:41:21
阅读次数:
109
1. ls : 列出目录下所有文件 ls -a(包括隐藏文件) 2. cd : 进入文件夹 3. pwd (print working directory) : 打印当前工作目录的路径 4. mkdir 文件名 : 创建文件夹 5. sudo : 任何命令前都可以加sudo,表示管理员权限 6. v ...
分类:
系统相关 时间:
2020-04-02 09:13:33
阅读次数:
129
cannot find module 'npmlog' - after updated npm Thanks for the answers. It was a bug and it has already been fixed in Node v5.4.1. Now it's working as ...
分类:
其他好文 时间:
2020-03-27 00:49:15
阅读次数:
58
1.JMM Java内存模型 每条线程都有自己的工作内存[Working Memory] 线程的工作内存保存了被该线程使用的变量的主内存副本拷贝 线程对变量的所有线程之间也无法直接访问对方工作内存的变量,线程间变量值的传递均需要通过主内存来完成。 2.java的堆和栈 1)堆 heap:可动态申请的 ...
分类:
编程语言 时间:
2020-03-22 13:37:10
阅读次数:
86
明白了git的专业术语,才能更方便的阅读和沟通,下面列出了git的常用名词和术语。 一、git术语 1)、仓库(Repository)保存了所有文件的修改历史。2)、工作区(Working Directory) 本地电脑上的工作目录文件夹。3)、暂存区(Staging area)暂存区是暂存工作区的 ...
分类:
其他好文 时间:
2020-03-19 20:10:45
阅读次数:
138
原理 Git 命令很多,但日常使用只要记住下图的6个主要命令,就可以了。 工作区(Working Directory) 在git管理下的正常目录都算是工作区。就是你平时存放项目代码的地方。 暂存区(Stage/Index) 暂存区,用于临时存放你的改动,事实上它只是一个文件,保存即将提交到文件列表信 ...
分类:
其他好文 时间:
2020-03-18 18:35:56
阅读次数:
59