服务端: """ /etc/python3 @File : poll_test.py @Time : 2020/7/17 下午5:00 @Author : wangyongqi @Email : 92644827@qq.com @SOftware : PyCharm """ from socket ...
分类:
其他好文 时间:
2020-07-17 22:21:19
阅读次数:
90
打开注册表:在【开始】→【运行】中输入-》 regedit 按回车键之后,打开注册表编辑器。 或者win+r输入regedit 按回车键之后,打开注册表编辑器。 1. 添加鼠标右键新建项:对应单击桌面空白处,新建菜单中的项目对应注册表中的位置 : HKEY_CURRENT_USER\Software ...
分类:
其他好文 时间:
2020-07-15 15:57:50
阅读次数:
128
@echo off chcp 936 1>nul 2>nul set url=%~1 if NOT DEFINED url ( echo input URL exit /b ) :start set tmp=%random%_%random%_%random% set tmpfn=%tmp%.txt ...
分类:
其他好文 时间:
2020-07-15 10:46:42
阅读次数:
160
error1 当浏览器访问图片服务器时,nginx的error.log报下面的错 [2020-07-14 22:20:30] ERROR - file: /home/ubuntu/software/fastdfs-nginx-module-1.22/src/common.c, line: 1101, ...
分类:
其他好文 时间:
2020-07-15 01:31:22
阅读次数:
72
Given an array of integers and an integer k, you need to find the number of unique k-diff pairs in the array. Here a k-diff pair is defined as an inte ...
分类:
其他好文 时间:
2020-07-15 01:00:03
阅读次数:
73
服务端: """ /etc/python3 @File : chat_server.py @Time : 2020/7/13 下午5:15 @Author : wangyongqi @Email : 92644827@qq.com @SOftware : PyCharm """ from socke ...
分类:
系统相关 时间:
2020-07-14 21:46:03
阅读次数:
84
Number of Segments in a String (E) 题目 Count the number of segments in a string, where a segment is defined to be a contiguous sequence of non-space ch ...
分类:
其他好文 时间:
2020-07-14 09:24:30
阅读次数:
84
[C 语言中文开发手册sscanf (File input/output) - C 中文开发手册Defined in header(1)?int scanf( const char *format, ... );?(until C99)?int scanf( const char *restrict... ...
分类:
其他好文 时间:
2020-07-13 21:57:28
阅读次数:
73
什么是docker docker历史 2010 dotCloud PAAS 2013 docker开源 2014.6 Docker1.0 Docker is the world's leading software containerization platform. Docker公司开发,开源,托 ...
分类:
编程语言 时间:
2020-07-13 18:12:31
阅读次数:
64
VSCode左下角设置图标 ==> 用户代码片段 ==> 搜索 vue.json ==> 回车 复制粘贴以下代码 { // Place your snippets for vue here. Each snippet is defined under a snippet name and has a ...
分类:
其他好文 时间:
2020-07-13 13:56:13
阅读次数:
133