码迷,mamicode.com
首页 >  
搜索关键字:hdoj networking    ( 3176个结果
HDOJ 2072(map)
#include #include #include #include #include #include #include #include #include #include #include using namespace std; string s,str; mapm; int main()... ...
分类:其他好文   时间:2019-03-19 01:09:47    阅读次数:148
Practical 1: HTTP Web Proxy Server Programming Practical
Practical 1: HTTP Web Proxy Server Programming PracticalDue Mar 29 by 17:00 Points 24Adapted from Kurose & Ross - Computer Networking: a top-down appr ...
分类:Web程序   时间:2019-03-17 19:55:26    阅读次数:138
(转)Unreal Networking Guide Created by Zach Metcalf
2、 3、 ...
分类:Web程序   时间:2019-03-14 00:49:25    阅读次数:300
修复windows通过局域网文件共享访问失败的问题
参考链接1:https://blog.csdn.net/lmlmopenrtion/article/details/84378163 参考链接2:https://answers.microsoft.com/zh-hans/windows/forum/windows_10-networking-win ...
分类:Windows程序   时间:2019-03-10 17:31:43    阅读次数:418
UVA216 UVALive5155 Getting in Line【置换+暴力】
Computer networking requires that the computers in the network be linked.     This problem considers a “linear” network in which t ...
分类:其他好文   时间:2019-03-06 15:16:36    阅读次数:139
修改mysql5.7.16的密码
玩大了,数据库密码没了,编译安装的时候一直报错,没用到my.cnf,用mysql_install_db初始化的,所以,需要用下面这条命令:mysqld_safe--user=mysql--skip-grant-tables--skip-networking&(执行这条命令时最好把数据库进程kill掉)然后进入数据库:mysql-uroot-pusemysql;updatemysql.use
分类:数据库   时间:2019-03-06 09:19:32    阅读次数:195
sciense
I hate the word "networking." It must be one of the most overused words in the English language. It gets thrown at you by every person you ask for adv ...
分类:其他好文   时间:2019-02-28 15:12:59    阅读次数:220
openstack 组件介绍
介绍 open stack 是云计算中的 Iaas 架构,开源的且经过apache 许可的。 架构 openstack 是云平台的一种架构,是由许多组件组合而成的。 按照节点来分 计算节点(computer) 网络节点(networking) 存储节点(storage) 每个节点都是openstac ...
分类:其他好文   时间:2019-02-22 18:32:04    阅读次数:184
hdoj1260 Tickets (简单DP)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1260 思路: 很简单的DP题,状态方程也比较容易想到,用f[i]表示到第i个人所耗的最短时间,详见代码。 ...
分类:其他好文   时间:2019-02-19 11:54:52    阅读次数:149
Ubuntu重启网卡的三种方法
一、network利用root帐户# service network restart 或者/etc/init.d/networking restart 二、ifdown/ifup# ifdown eth0# ifup eth0 三、ifconfig# ifconfig eth0 down# ifco ...
分类:系统相关   时间:2019-02-15 15:51:49    阅读次数:317
3176条   上一页 1 ... 14 15 16 17 18 ... 318 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!