码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
iOS面试关于http知识点basic-01-http
URL URL 的全称是 Uniform Resource Locator(统一资源定位符) 通过 1 个 URL,能找到互联网上唯一的 1 个资源 URL就是资源的地址、位置,互联网上的每个资源都有一个唯一的 URL URL 格式 基本格式:协议头://主机地址/路径 协议头:不同的协议,表示不同的资源查找及传输方式 主机地址:存放资源主机的 IP 地址(域名) 路径:资源在主机中的具体位置...
分类:移动开发   时间:2015-08-16 10:44:55    阅读次数:148
LinqPad使用教程
转载自《东坡》LINQPad,语言集成查询(Language INtegrated Query)是一组用于c#和Visual Basic语言的扩展。它允许编写C#或者Visual Basic代码以查询数据库相同的方式操作内存数据。从技术角度而言,LINQ定义了大约40个查询操作符,如select、f...
分类:其他好文   时间:2015-08-15 20:00:42    阅读次数:157
[LeetCode] Search Insert Position
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
protobuf 之 MessageLite 接口摘录
class LIBPROTOBUF_EXPORT MessageLite { public: inline MessageLite() {} virtual ~MessageLite(); // Basic Operations --------------------------------...
分类:其他好文   时间:2015-08-15 16:26:27    阅读次数:1029
Lua.LearningLua.7-userdata
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
html5 canvas
监控图:http://demo.qunee.com/#Basic Demos 版权声明:本文博客原创文章,博客,未经同意,不得转载。
分类:Web程序   时间:2015-08-15 14:46:18    阅读次数:180
[LeetCode] Two Sum
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
Windows 10 x64 安装 Visual Basic 6.0 SP6
原文在这里,E文好的可以看这里:http://www.fortypoundhead.com/showcontent.asp?artid=23993原则上Windows 7 x64, Windows 8 x64 都可以顺利安装。其实这家伙说了这么多,我觉得重要的只有一点:1.在安装的时候一定要选“自定...
分类:Windows程序   时间:2015-08-15 10:17:36    阅读次数:2514
nginx之身份验证
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
[译]网络基础:TCP,UDP,TCP/IP和OSI模型
译者:华科小涛:http://www.cnblogs.com/hust-ghtao/ 最近开始学习计算机网络的知识,找了些英文的资料,翻译过来,一是为了深入学习网络,也是为了锻炼自己看英文文档的能力。 原文链接:http://blog.pluralsight.com/networking-basic...
分类:其他好文   时间:2015-08-14 22:40:04    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!