本节内容: Socket语法及相关 socket概念 socket本质上就是在2台网络互通的电脑之间,架设一个通道,两台电脑通过这个通道来实现数据的互相传递。 我们知道网络 通信 都 是基于 ip+port 方能定位到目标的具体机器上的具体服务,操作系统有0-65535个端口,每个端口都可以独立对外 ...
分类:
编程语言 时间:
2019-05-24 20:55:33
阅读次数:
119
Given an unsorted array nums, reorder it such that nums[0] < nums[1] > nums[2] < nums[3].... Example 1: Example 2: Note: You may assume all input has ...
分类:
其他好文 时间:
2019-05-22 15:29:25
阅读次数:
82
composerupdate的时候出现:[Composer\Downloader\TransportException]The"https://packagist.org/p/provider-2018-10%24ceed846c1a187d8670540d62ead2c32137653431a06bf2c84d5fb2e04ed484b5.json"filecouldnotb
分类:
其他好文 时间:
2019-05-20 15:21:33
阅读次数:
99
1、在Linux安装Python3.6.2下载地址:https://www.python.org/ftp/python/3.6.2/Python-3.6.2.tgz安装相关的依赖包:yum-yinstallzlib-develbzip2-developenssl-develncurses-develsqlite-develreadline-develtk-develgdbm-develdb4-de
分类:
系统相关 时间:
2019-05-20 15:08:43
阅读次数:
147
The first assignment of this course asked me to write some string manipulation functions without using any string library. I got stuck in the function ...
分类:
其他好文 时间:
2019-05-19 10:29:33
阅读次数:
127
William Smith In 1769 in a little town in Oxfordshire, England, a child with the very ordinary name of William Smith was born into the poor family of ...
分类:
其他好文 时间:
2019-05-18 18:52:42
阅读次数:
97
't have scope to measure clock rate, but you still can give it a try. please follow up https://tinkerboarding.co.uk/wiki/index....are#Kernel to downlo ...
分类:
其他好文 时间:
2019-05-18 09:55:38
阅读次数:
294
ARGB 一种色彩模式,也就是RGB(Alpha,Red,Green,Blue)色彩模式附加上Alpha(透明度)通道,常见于32位位图的存储结构。 如,8位(#1e000000)ARGB 头两位是透明度,00是完全透明,ff是完全不透明,后6位是RGB值,比较适中的透明度值 Alpha-图像通道 ...
分类:
其他好文 时间:
2019-05-17 16:47:26
阅读次数:
630
BlockLang官网:https://blocklang.com欢迎您了解BlockLang0.2.0发布的功能。此版本增加三个功能:在项目中创建空页面在项目中创建分组使用版本控制系统管理新创建的页面创建空页面页面,等同web项目中的网页,或小程序中的页面,其中包含页面布局、页面样式和页面交互逻辑。点击【项目首页】右上角的【创建页面】按钮,会跳转到【创建页面】页面在【创建页面】页面填写“名称”、
分类:
其他好文 时间:
2019-05-16 13:55:41
阅读次数:
127
一、JDK1.8环境搭建1、上传文件解压[root@localhostmysoft]#tar-zxvfjdk-8u161-linux-x64.tar.gz[root@localhostmysoft]#pwd/usr/local/mysoft[root@localhostmysoft]#mvjdk1.8.0_161jdk1.82、检查环境,已经安装删除[root@localhostmysoft]#p
分类:
其他好文 时间:
2019-05-15 11:13:27
阅读次数:
132