一、什么是socket 比如客户端与服务端的通信,是需要跨越应用层、传输层、网络层以及链路层的,应用层也就是我们用户接触到的层(主要就是HTTP协议所在的层),包括一些应用程序;传输层主要是TCP/UDP协议所在的层,其作用就是传输数据包;网络层主要是IP协议所在的层,其作用就是传输数据包寻找一条合 ...
分类:
其他好文 时间:
2019-10-02 14:59:05
阅读次数:
80
1. The final uniform character should be either A[0] or B[0] 2. A[0] could be at the top, or the bottom. Same applies to B[0] 3. If A[0] works, no nee ...
分类:
其他好文 时间:
2019-10-01 16:12:21
阅读次数:
121
Android 7.0 行为变更,涉及:电池和内存、后台优化、权限更改、NDK 应用链接至平台库。作为开发者,我们要关注 权限更改、NDK私有库的问题,适配工作也是围绕这2者展开。分享私有文件的方式传递软件包网域外的 file:// URI 可能给接收器留下无法访问的路径。因此,尝试传递 file:... ...
分类:
移动开发 时间:
2019-10-01 14:02:46
阅读次数:
138
一、接口自动化测试框架 二、工程目录 三、Excel测试用例设计 四、基础数据base 封装post/get:runmethod.py HTMLTestrunner:测试报告 五、data操作Excel的读写、日志 handle_excel.py:封装Excel的读写 logger:封装日志 六、日 ...
分类:
编程语言 时间:
2019-09-30 12:58:22
阅读次数:
110
转自:https://javarevisited.blogspot.com/2018/01/10-unit-testing-and-integration-tools-for-java-programmers.html#ixzz60s1lBt5p 一些很不错的测试框架整理 In last a cou ...
分类:
编程语言 时间:
2019-09-29 10:03:07
阅读次数:
142
Nonrecursive Traversal of Binary Tree First I wanna talk about why should we use <code>Stack</code> to implement this algorithm. I think it is due to ...
分类:
编程语言 时间:
2019-09-27 22:52:35
阅读次数:
125
I am writing this blog , as i faced issue on installing SAP system on oracle RAC with ASM. When i raised a message with SAP , SAP told me to install S ...
分类:
数据库 时间:
2019-09-27 19:39:47
阅读次数:
159
Substrings Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 13779 Accepted Submission(s): 6689http ...
分类:
其他好文 时间:
2019-09-27 19:10:44
阅读次数:
68
The JAVA_HOME environment variable is not defined correctlyThis environment variable is needed to run this programNB: JAVA_HOME should point to a JDK ...
分类:
编程语言 时间:
2019-09-27 15:14:58
阅读次数:
241
For a full stack Java developer you should start with learning backend and front-end technologies From the backend perspective: From the Front-end per ...
分类:
编程语言 时间:
2019-09-24 17:28:21
阅读次数:
86