URL
URL 的全称是 Uniform Resource Locator(统一资源定位符)
通过 1 个 URL,能找到互联网上唯一的 1 个资源
URL就是资源的地址、位置,互联网上的每个资源都有一个唯一的 URL
URL 格式
基本格式:协议头://主机地址/路径
协议头:不同的协议,表示不同的资源查找及传输方式
主机地址:存放资源主机的 IP 地址(域名)
路径:资源在主机中的具体位置...
分类:
移动开发 时间:
2015-08-16 10:44:55
阅读次数:
148
转载自《东坡》LINQPad,语言集成查询(Language INtegrated Query)是一组用于c#和Visual Basic语言的扩展。它允许编写C#或者Visual Basic代码以查询数据库相同的方式操作内存数据。从技术角度而言,LINQ定义了大约40个查询操作符,如select、f...
分类:
其他好文 时间:
2015-08-15 20:00:42
阅读次数:
157
The basic idea is to use binary search: keep two pointerslandrfor the current search range, then find the middle elementnums[mid]in this range. Ifnums...
分类:
其他好文 时间:
2015-08-15 19:44:56
阅读次数:
76
class LIBPROTOBUF_EXPORT MessageLite { public: inline MessageLite() {} virtual ~MessageLite(); // Basic Operations --------------------------------...
分类:
其他好文 时间:
2015-08-15 16:26:27
阅读次数:
1029
Learning Lua: 7 - userdata1. Userdata basic"There are eight basic types in Lua: nil, boolean, number, string, userdata, function, thread, and table.Th...
分类:
其他好文 时间:
2015-08-15 16:17:47
阅读次数:
99
监控图:http://demo.qunee.com/#Basic Demos 版权声明:本文博客原创文章,博客,未经同意,不得转载。
分类:
Web程序 时间:
2015-08-15 14:46:18
阅读次数:
180
The basic idea is to maintain a hash table for each elementnuminnums, usingnumas key and its index (1-based) as value. For eachnum, search fortarget -...
分类:
其他好文 时间:
2015-08-15 13:15:53
阅读次数:
204
原文在这里,E文好的可以看这里:http://www.fortypoundhead.com/showcontent.asp?artid=23993原则上Windows 7 x64, Windows 8 x64 都可以顺利安装。其实这家伙说了这么多,我觉得重要的只有一点:1.在安装的时候一定要选“自定...
分类:
Windows程序 时间:
2015-08-15 10:17:36
阅读次数:
2514
1、安装httpd#yum-yinstallhttpd2、编辑nginx配置文件在配置中加入:location/{roothtml;auth_basic"loyu";auth_basic_user_file/etc/nginx/conf/password;}3、创建文件夹conf#mkdir/etc/nginx/conf/4、然后在nginx的conf目录下,执行:#cd/etc/nginx/conf/#htpasswd-cpassword..
分类:
其他好文 时间:
2015-08-15 06:51:16
阅读次数:
117
译者:华科小涛:http://www.cnblogs.com/hust-ghtao/ 最近开始学习计算机网络的知识,找了些英文的资料,翻译过来,一是为了深入学习网络,也是为了锻炼自己看英文文档的能力。 原文链接:http://blog.pluralsight.com/networking-basic...
分类:
其他好文 时间:
2015-08-14 22:40:04
阅读次数:
235