其他-月排行
课后习题和问题P27-P34P27.P25.假定两台主机A和B相隔20000km,由一条直接的R=1Gbps`的链路相连。假定跨越该链路的传播速率是2.5×108m/s。但现在链路的速率是。a.计算带宽-时延积R·dprop。b.考虑从主机A到主机B发送一个800000比特的文件。假定该文件作为一个大的报文连续发送..
分类:其他 时间:2016-09-21 16:20:24 收藏:0 阅读:7083
习题P1.设计并描述在自动柜员机和银行的中央计算机之间使用的一种应用层协议。你的协议应当允许验证用户卡和口令,查询账目结算(这些都在中央计算机系统中进行维护),支取账目(即向用户支付钱)。你的协议实体应当能够处理取钱时账目中钱不够的常见问题。通过列出自动柜员机..
分类:其他 时间:2016-09-21 16:21:01 收藏:0 阅读:9977
从github上获取的,自己整理了下,以备后用。 Generating an SSH key mac windows mac windows SSH keys are a way to identify trusted computers without involving passwords. Y ...
分类:其他 时间:2016-09-22 11:26:57 收藏:0 阅读:522
异常类型:COMException 异常消息:检索 COM 类工厂中 CLSID 为 {13C28AD0-F195-4319-B7D7-A1BDAA329FB8} 的组件时失败,原因是出现以下错误: 80040154。 异常信息: 在 vshtgl.MainForm..ctor() 在 vshtgl ...
分类:其他 时间:2016-09-22 14:29:31 收藏:0 阅读:1514
在消费者接受队消息时,出现异常 javax.jms.JMSException: Failed to build body from content. Serializable class not available to broker. Reason: java.lang.ClassNotFound ...
分类:其他 时间:2016-09-23 14:45:35 收藏:0 阅读:5187
1,安装Git。一路默认 2,安装TortoiseGit,一路安装完毕。重启电脑。 3,配置TortoiseGit。这是最重要一步。 配置 remote,即远程地址,用于以后pull 或 push操作。这里使用了github。配置如下: 配置 name 和 email。 name随便写,并不是用来登 ...
分类:其他 时间:2016-10-03 19:21:10 收藏:0 阅读:983
1.打开终端,执行命令【apt-get install vsftpd】,安装VSFTPD 2.安装完成后,修改以下配置信息(否则文件无法传输) 【echo 'listen=YES'>>/etc/vsftpd.conf】 【echo 'write_enable=YES'>>/etc/vsftpd.co ...
分类:其他 时间:2016-10-16 11:22:49 收藏:0 阅读:1672
If you are behind the proxy, then you have to set no_proxy environmental variable for your localhost and all the IPs acquire by you host. Like if ip i ...
分类:其他 时间:2016-10-23 12:09:30 收藏:0 阅读:2629
1. 横向排列,很烦人!!!? 2.如何改成这样竖向排列? 3.解决过程如下: 3.1 通过file -》project structure 或者直接按ctrl+alt+shift+s 打开项目工程设置页面如下: 点击modules -》添加 3.2 添加需要的.iml文件 3.3 指向到.iml文 ...
分类:其他 时间:2016-10-29 12:20:53 收藏:0 阅读:4752
除了头文件之类的,只有一行代码:QDesktopServices::openUrl(QUrl("file:///\\192.121.121.100"));192.121.121.100是一个电脑ip地址,电脑上有共享的文件夹。QDesktopServices用来打开本地桌面是:QDesktopServices::openUrl(QUrl("file:///C:/DocumentsandSettings/AllUsers/..
分类:其他 时间:2016-11-09 23:18:45 收藏:0 阅读:2844
页面的自动滚动效果,可由javascript来实现, 但是有一个html标签 - <marquee></marquee>可以实现多种滚动效果,无需js控制。 使用marquee标记不仅可以移动文字,也可以移动图片,表格等. 语法:<marquee>...</marquee>; 说明:在标记之间添加要 ...
分类:其他 时间:2016-11-14 14:37:46 收藏:0 阅读:317
报错内容javax.xml.ws.WebServiceException: Method recognizeIdentityCardByFilePath is exposed as WebMethod, but there is no corresponding wsdl operation wit ...
分类:其他 时间:2016-11-29 13:47:12 收藏:0 阅读:488
Arduino 开源库 u8glib2 研究之 图标显示 关于drawXBM drawXBMP函数使用的研究 因为心血来潮,近来想做一个贪食蛇的游戏,手上有Arduino和我们自己开发的Newbit OLED Shield,硬件完全满足,所以在网上搜了下,发现好多人在用u8glib, 现在已经出了第 ...
分类:其他 时间:2016-12-17 11:23:39 收藏:0 阅读:2972
What is the difference between a "rate" and a "speed" metric?There are several different ways to measure computer performance. One way is to measure h ...
分类:其他 时间:2016-12-29 07:25:10 收藏:0 阅读:1428
R1(config)#interfacefastethernet0/0 R1(config-if)#noipnatoutside R1(config)#interfacefastethernet0/1 R1(config-if)#noipnatinside R1#clearipnattranslation* R1(config)#noipnatinsidesourcestatic192.168.1.205180.169.84.237
分类:其他 时间:2016-12-29 11:32:00 收藏:0 阅读:1278
Ubuntu的新得立已经包含SDL库,所以通过几个简单的命令就可以安装,比windows还傻瓜! sudo apt-get install libsdl1.2-dev(比较大,10M左右) 附加包: sudo apt-get install libsdl-image1.2-dev sudo apt- ...
分类:其他 时间:2017-01-04 11:52:44 收藏:0 阅读:3504
转移原因: C盘是机械硬盘,并且容量不多的情况下,建议转移。 转移步骤: 找到索引目录 win10系统下默认路径:C:\Users\asus\.IntelliJIdea2016.2 本人安装路径:D:\Work\IntelliJ IDEA 2016.2.5\bin\idea.properties 修 ...
分类:其他 时间:2017-01-07 16:53:16 收藏:0 阅读:1594
1:x轴文本字体颜色改变 2:y轴文本字体颜色改变 ...
分类:其他 时间:2017-01-10 11:23:26 收藏:0 阅读:1049
[root@gitlabetc]#gitlab-railsconsoleproductionLoadingproductionenvironment(Rails4.2.7.1)irb(main):001:0>user=User.where(id:1).first=>#<Userid:1,email:"admin@example.com",created_at:"2017-01-0607:47:39",updated_at:"2017-01-1107:25:07",name:"Administ..
分类:其他 时间:2017-01-12 03:29:22 收藏:0 阅读:1088
JMeter_ATOP接口自动化手册.rar jmeter_ATOP-Exam.rar 是不是干货,先看看下面这个图: ...
分类:其他 时间:2017-01-17 12:35:32 收藏:0 阅读:550
156356456556656783372
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!