上一页 1 ··· 192 193 194 195 196 197 198 199 200 ··· 229 下一页
摘要: http://www.ibm.com/developerworks/cn/linux/1305_wanghz_ddns/index.htmlDDNS (Dynamic DNS) 扩展了 DNS 将客户端 IP 与其域名进行静态映射的功能,它可以将同一域名实时地解析为不同的动态 IP,而不需要额外的人工干预。这在客户端 IP 地址不断发生变化的情况下,尤其是在无线网络和 DHCP 环境中,都有着极其重要的意义。本文通过分析 DDNS 的工作原理,简单演示了其在 Linux 网络协议栈的内核空间及用户空间创建 netlink 套接字、进行数据交换、并最终通过 nsupate 工具将更新消息发送给 阅读全文
posted @ 2014-03-12 23:22 一天不进步,就是退步 阅读(2538) 评论(0) 推荐(0) 编辑
摘要: 引用:http://www.ibm.com/developerworks/cn/linux/l-memmod/index.html理解 Linux 使用的内存模型是从更大程度上掌握 Linux 设计和实现的第一步,因此本文将概述 Linux 内存模型和管理。Linux 使用的是单一整体式结构 (Monolithic),其中定义了一组原语或系统调用以实现操作系统的服务,例如在几个模块中以超级模式运行的进程管理、并发控制和内存管理服务。尽管出于兼容性考虑,Linux 依然将段控制单元模型 (segment control unit model)保持一种符号表示,但实际上已经很少使用这种模型了。与内 阅读全文
posted @ 2014-03-12 23:17 一天不进步,就是退步 阅读(342) 评论(0) 推荐(1) 编辑
摘要: 地址:http://www.ibm.com/developerworks/cn/linux/l-linux-process-management/index.htmlLinux 是一种动态系统,能够适应不断变化的计算需求。Linux 计算需求的表现是以进程的通用抽象为中心的。进程可以是短期的(从命令行执行的一个命令),也可以是长期的(一种网络服务)。因此,对进程及其调度进行一般管理就显得极为重要。在用户空间,进程是由进程标识符(PID)表示的。从用户的角度来看,一个 PID 是一个数字值,可惟一标识一个进程。一个 PID 在进程的整个生命期间不会更改,但 PID 可以在进程销毁后被重新使用,所 阅读全文
posted @ 2014-03-12 23:09 一天不进步,就是退步 阅读(561) 评论(0) 推荐(0) 编辑
摘要: http://crybit.com/find-command-usage-with-example-unixlinux/find command is one of the best search tool under UNIX/LINUX. Here I’m discussing some common switches of find command with detailed example. Like the name find, the “find” command is using for search files under a directory hierarchy. One 阅读全文
posted @ 2014-03-12 09:28 一天不进步,就是退步 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 出处:http://blog.csdn.net/xxd851116/archive/2009/06/25/4296866.aspx【前面的话】在网上经常看到有人对request.getSession(false)提出疑问,我第一次也很迷惑,看了一下J2EE1.3 API,看一下官网是怎么解释的。【官方解释】 getSessionpublicHttpSessiongetSession(booleancreate)Returns the currentHttpSessionassociated with this request or, if if there is no current sess 阅读全文
posted @ 2014-03-11 16:58 一天不进步,就是退步 阅读(430) 评论(0) 推荐(0) 编辑
摘要: http://en.wikipedia.org/wiki/Session_fixationIn computer network security,session fixation attacksattempt toexploitthe vulnerability of a system which allows one person to fixate (set) another person'ssessionidentifier (SID). Most session fixation attacks are web based, and most rely on session 阅读全文
posted @ 2014-03-11 11:58 一天不进步,就是退步 阅读(1123) 评论(0) 推荐(0) 编辑
摘要: Part 1reference:http://jaxenter.com/lambdas-in-java-8-part-1-49700.htmlGet to know lambda expressions in Java 8.Few things excite a community of software developers more than a new release of their chosen programming language or platform. Java developers are no exception. In fact, we’re probably eve 阅读全文
posted @ 2014-03-11 09:03 一天不进步,就是退步 阅读(1499) 评论(0) 推荐(0) 编辑
摘要: IP, TCP, and HTTPIssue #10Syncing Data, March 2014ByDaniel EggertWhen an app communicates with a server, more often than not, that communication happens over HTTP. HTTP was developed for web browsers: when you enter http://www.objc.io into your browser, the browser talks to the server named www.objc 阅读全文
posted @ 2014-03-11 08:52 一天不进步,就是退步 阅读(1327) 评论(0) 推荐(0) 编辑
摘要: http://www.ibm.com/developerworks/cn/linux/kernel/l-k24sch/index.html杨沙洲(pubb@163.net)国防科技大学计算机学院简介:本文详尽地分析了Linux 2.4内核中调度系统的工作原理,特别是i386体系结构下SMP系统的调度表现。通过对2.4调度系统实现原理及其细节的分析,文章在文末指出了2.4调度系统在功能上、实时性上以及多处理机系统表现上存在的不足,为后继的2.6系统的分析作铺垫。一. 前言在开源操作系统中,Linux的发展最为显著,到目前为止,它在低端服务器市场已经占据了相当大的份额。从最新的Linux 2.6系 阅读全文
posted @ 2014-03-10 19:28 一天不进步,就是退步 阅读(2255) 评论(0) 推荐(0) 编辑
摘要: 引用位置:http://www.ibm.com/developerworks/cn/linux/cluster/linux_cluster/part8/index.htmlOSI参考模型及TCP/IP参考模型OSI模型(open system interconnection reference model)是基于国际标准化组织(ISO)的建议而发展起来的,它分为如图3-1所示的七层。当卫星和无线网络出现以后,现有的协议在和这些网络互联时出现了问题,所以需要一种新的参考体系结构,能无缝地连接多个网络。这个体系结构就是TCP/IP参考模型。TCP 协议因特网在传输层有两种主要的协议:一种是面向连接 阅读全文
posted @ 2014-03-10 19:06 一天不进步,就是退步 阅读(432) 评论(0) 推荐(0) 编辑
上一页 1 ··· 192 193 194 195 196 197 198 199 200 ··· 229 下一页