te
Fastdfs的安装流程
一.修改ip地址 1.查看网卡一的mac地址 cat /etc/udev/rules.d/70-persistent-net.rules 2.修改ip地址文件 cd /etc/sysconfig/network-scripts/ mv ifcfg-eth0 ifcfg-eth1 vi ifcfg-eth1 编辑后的结果: 2.修改ip地址文件 DEVICE=eth1 //把...[详细]
2020-07-23 09:22 分类:路由交换-
187. Repeated DNA Sequences
All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: \"ACGAATTCCG\". When studying DNA, it is sometimes useful to identify repeated sequences within the DNA.[详细]
2020-07-23 08:56 分类:Linux 关于Socket的小问题
一个socket是由一个五元组来唯一标志的,即(protocol,server_ip, server_port, client_ip, client_port)。 只要该五元组中任何一个值不同,则其代表的socket就不同。这里忽略协议的区别,在同一协议的基础上,服务器端的listen socket的...[详细]
2020-07-21 21:19 分类:路由交换Deep Video Super-Resolution Network Using Dynamic Upsampling Filters Without Explicit Motion Compensation
这篇文章是利用KPN来做视频超分辨率的,是CVPR18的文章。 网络框架 文章提出的dynamic upsampling filters其实和KPN是基本一样的思路,不过文章说参考文献参考的是16年NIPS的dynamic filter networks,不晓得这俩有啥区别,从算法上看是几...[详细]
2020-07-21 20:47 分类:路由交换【上海网络赛】B.Light bulbs
题目描述 There are NN light bulbs indexed from 00 to N-1N−1. Initially, all of them are off. A FLIP operation switches the state of a contiguous subset of bulbs. FLIP(L, R)FLIP(L,R) means to flip all bulb[详细]
2020-07-21 20:32 分类:路由交换如何设置 Rails 站点的通知系统
创建 Model 及 Controller Application.html.erb Controller 路由设定 用户选择 hide 后的处理 Links 如何设置 Rails 站点的通知系统 创建 Model 及 Controller 在 Terminal 当中执行: $ rails g model announcement message:text start...[详细]
2020-07-21 19:56 分类:路由交换AtCoder AGC038F Two Permutations (网络流、最小割)
题目链接 https://atcoder.jp/contests/agc038/tasks/agc038_f 题解 好题。 首先观察到一个性质,对于排列\(P\), 其所形成的每个轮换中的点\(A_i\)是选\(i\)还是选\(P_i\)的状态必须相同。\(Q_i\...[详细]
2020-07-21 19:49 分类:路由交换-