AE2ACE coursework 2019-2020This coursework is worth 25% of the final mark.Stock Trading & Algorithm Correctness.Deadline: 29 November 2019 16:00Part I ...
分类:
其他好文 时间:
2019-12-14 21:06:33
阅读次数:
88
input::-webkit-input-placeholder{ color:red; } input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:red; } input:-moz-placeholder{ /* ... ...
分类:
Web程序 时间:
2019-12-14 15:31:27
阅读次数:
103
public class String001 { public static void main(String[] args) { String s1 = "hello"; String s2 = new String("hello"); String s3 = new String("hello"... ...
分类:
其他好文 时间:
2019-12-14 13:42:38
阅读次数:
62
网路通信11.1 ipaddress : Internet 地址 ipaddress模块提供了处理IPv4和IPv6 11.1.2 网络 CMDB 11.2 socket:网络通信 11.2.1 寻址、协议簇和套接字类型11.2.1.1 在网络上查找主机11.2.1.4 IP地址表示 inet_at ...
分类:
编程语言 时间:
2019-12-12 10:23:37
阅读次数:
109
[译] NAT - 网络地址转换(2016) Published at 2019-02-17 | Last Update 译者序 本文翻译自 2016 年的一篇英文博客 NAT - Network Address Translation 。 由于译者水平有限,本文不免存在遗漏或错误之处。如有疑问,请 ...
分类:
其他好文 时间:
2019-12-11 21:40:23
阅读次数:
110
问题 为什么结果不同? 答案:Java技术——你真的了解String类的intern()方法吗 https://blog.csdn.net/seu_calvin/article/details/52291082 ...
分类:
其他好文 时间:
2019-12-11 21:33:24
阅读次数:
98
HTTP 错误 500.19 - Internal Server Error
无法访问请求的页面,因为该页的相关配置数据无效。 ...
分类:
Web程序 时间:
2019-12-11 13:28:17
阅读次数:
127
什么是FTP? FTP(File Transfer Protocol,文件传输协议),是TCP/IP网络和Internet上最早使用的协议之一。用来将实现从一台电脑传送文件到另一台电脑,或者接收和查看另一台电脑上的文件。一般需要借助软件的帮助才能完成。这方面的软件包括FlashFXP、leapftp ...
分类:
其他好文 时间:
2019-12-11 13:24:07
阅读次数:
109
Firewalld简介支持网络区域所定义的网络连接以及接口安全等级的动态防火墙管理工具支持IPv4、IPv6防火墙设置以及以太网桥支持服务或应用程序直接添加防火墙规则接口拥有两种配置模式(1)运行时配置(2)永久配置netfilter位于Linux内核中的包过滤功能体系称为Linux防火墙的“内核态”Friewalld/iptablesCentos7默认的管理防火墙规则的工具(Firewalld)
分类:
系统相关 时间:
2019-12-11 10:57:49
阅读次数:
103