译者:华科小涛:http://www.cnblogs.com/hust-ghtao/ 最近开始学习计算机网络的知识,找了些英文的资料,翻译过来,一是为了深入学习网络,也是为了锻炼自己看英文文档的能力。 原文链接:http://blog.pluralsight.com/networking-basic...
分类:
其他好文 时间:
2015-08-14 22:40:04
阅读次数:
235
If you are an iOS developer using Mattt Thompson’s ‘delightful networking framework’ AFNetworking (and
if you aren’t, what are you waiting for?), perhaps you have been been curious or confused about...
分类:
Web程序 时间:
2015-08-13 18:13:58
阅读次数:
126
一、什么是Volley?Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available through the open...
分类:
其他好文 时间:
2015-08-10 00:10:52
阅读次数:
131
1 主机名配置 主机hd1配置(后面配置为名字服务器) [grid_hd@hd1 Desktop]$ cat /etc/sysconfig/network NETWORKING=yes HOSTNAME=hd1.asn.cn #主机名为hd1.asn.cn (asn.cn为搜索域) [grid_hd...
分类:
其他好文 时间:
2015-08-10 00:10:24
阅读次数:
314
Ping doesn't work Ping from U-Boot to a host should work. Ping from a host to U-Boot should not. U-Boot uses a polling interface for networking - if y...
分类:
其他好文 时间:
2015-08-07 19:08:02
阅读次数:
211
方法一:mysql误删root第一步:mysqld_safe--skip-grant-tables--skip-networking&(跳过密码启动)第二步:增加root表insertintousersetuser=‘root‘,ssl_cipher=‘‘,x509_issuer=‘‘,x509_subject=‘‘;第三步:root赋予权限updateusersetHost=‘localhost‘,select_priv=‘y‘,in..
分类:
数据库 时间:
2015-08-06 18:47:44
阅读次数:
151
Volley is an HTTP library that makes networking for Android apps easier and most importantly, faster. Volley is available through the openAOSPreposito...
分类:
移动开发 时间:
2015-08-06 12:31:54
阅读次数:
154
首先,提供一个hosts文件http://download.csdn.net/detail/u012296101/8956255ubuntu下载好了这个文件后,用gedit打开,复制里面所有内容,然后打开终端,输入
`sudo gedit /etc/hosts`
提示输入密码后,将复制的内容粘贴到原有的内容后面,保存,然后输入
sudo /etc/init.d/networking resta...
#include#include#include#include#include#include#include#include#include#include#includeusing namespace std;#define max(a, b) a>b?a:b;#define min(a, b...
分类:
Web程序 时间:
2015-07-28 09:03:09
阅读次数:
129