Ekka and his friend Dokka decided to buy a cake. They both love cakes and that's why they want to share the cake after buying it. As the name suggeste ...
分类:
其他好文 时间:
2019-08-12 23:43:21
阅读次数:
96
EECE 1080C / Programming for ECESummer 2019Laboratory 10: C++ Operator OverloadingPlagiarism will not be tolerated:all students who share files will r ...
分类:
其他好文 时间:
2019-08-11 20:59:00
阅读次数:
87
背景 后台基本使用 Amazon 的全家桶(EC2、DynamoDB、S3、Step Fuction 等等)构建。现在需要根据访问者的 IP 确定访问者的国家或地区。 已知: 1. 访问者 IP 2. 一个 "ipdata.csv" 文件,已放置在 S3 的桶 中,格式如下 | ip_from | ...
分类:
编程语言 时间:
2019-08-11 13:15:16
阅读次数:
126
问题:failed to find romfile "vgabios-stdvga.bin" 解决: apt-get install vgabios ln -s /usr/share/vgabios/vgabios.stdvga.bin /usr/share/qemu/vgabios-stdvga. ...
分类:
移动开发 时间:
2019-08-11 10:25:47
阅读次数:
266
free命令:显示系统使用和空闲的内存情况,包括物理内存、交互区内存(swap)和内核缓冲区内存。 top命令:查看系统的实时负载, 包括进程、CPU负载、内存使用等等; ...
分类:
系统相关 时间:
2019-08-10 21:41:18
阅读次数:
155
测试文件:https://www.wocloud.com.cn/webclient/share/sindex.action?id=i9K_Br6TgE7ZLB3oBGUcJmKcRy5TUdZ8U6_uiWwxDovNjPaT6IJAgRhtvqTOsW3w 删除多余窗口 找出多余窗口 将这个窗口删 ...
分类:
其他好文 时间:
2019-08-10 19:22:39
阅读次数:
107
什么是RPC 从网络协议来说,Http协议与Rpc同属于应用层, 他们的底层都是tcp协议。 RPC(即Remote Procedure Call,远程过程调用)和HTTP(HyperText Transfer Protocol,超文本传输协议)他们最本质的区别,就是RPC主要工作在TCP协议之上, ...
分类:
其他好文 时间:
2019-08-10 17:41:48
阅读次数:
153
-- web 服务器 survey.netcraft.net --此网站会有每月份的世界上网站使用的WEB服务器的使用率统计 www.apache.org apache a patch server nginx IIS lighttpd IBM websphere tomcat jboss webl ...
分类:
Web程序 时间:
2019-08-10 13:42:55
阅读次数:
142
1120 Friend Numbers (20 分) 1120 Friend Numbers (20 分) 1120 Friend Numbers (20 分) Two integers are called "friend numbers" if they share the same sum o ...
分类:
其他好文 时间:
2019-08-09 13:38:47
阅读次数:
69
WLAN安全的发展历程 WLAN认证方式 开放系统认证 开放系统认证 Open system authentication 是缺省使用的认证机制,是最简单的认证算法,即不认证。 认证过程: 客户端发送一个认证请求给选定的AP 该AP发送一个认证成功响应报文给客户端确认该认证并在AP上注册客户端 优点 ...
分类:
其他好文 时间:
2019-08-08 18:45:08
阅读次数:
133