文件比较 Beyond Compare程序查看编辑 Source Insight
字体verdana 8超级终端 SecureCRTTftp服务客户端工具 Tftpd32CHM文件转换为PDF文件 ChmMagicPDF文件密码移除工具
Advanced PDF Password RecoveryP...
分类:
其他好文 时间:
2014-05-29 00:14:00
阅读次数:
248
在多任务操作系统中,每个进程都运行在属于自己的内存沙盘中。这个沙盘就是虚拟地址空间(Virtual Address
Space),在32位模式下它是一个4GB的内存地址块。在Linux系统中,
内核进程和用户进程所占的虚拟内存比例是1:3,而Windows系统为2:2(通过设置Large-Add.....
分类:
系统相关 时间:
2014-05-29 00:10:54
阅读次数:
416
所有的环境搭建动作请参考FFMpeg官方网站:http://www.ffmpeg.org/index.html1. 获取源代码:git clone
git://source.ffmpeg.org/ffmpeg.git ffmpeg,下面三个目录是需要用到的ffmpeg_sources– Where ...
分类:
其他好文 时间:
2014-05-28 03:55:32
阅读次数:
234
Linux的内存管理主要分为两部分:物理地址到虚拟地址的映射,内核内存分配管理(主要基于slab)。物理地址到虚拟地址之间的映射1、概念
物理地址(physical address)
用于内存芯片级的单元寻址,与处理器和CPU连接的地址总线相相应。——这个概念应该是这几个概念中最好理解的一个,可.....
分类:
系统相关 时间:
2014-05-28 02:42:53
阅读次数:
460
实验线路连接图使用 Cisco Packet Tracer6.0
构建拓扑结构图RARouter(config)#interface FastEthernet0/0Router(config-if)#ip address
192.168.10.1 255.255.255.0Router(config...
分类:
其他好文 时间:
2014-05-28 02:40:14
阅读次数:
332
http://www.cnblogs.com/wanggd/p/3435070.html解析Myeclipse项目下的.classpath文件按
Ctrl+C 复制代码 1. 对应的是source folder类型的目录, kind---表示这个classp...
分类:
系统相关 时间:
2014-05-28 02:17:19
阅读次数:
450
改脚本查看哪些ip被占用。#!/bin/bashfor i in {1..10}
//赋予i变量1-10do//干什么ping -c1 -w1 192.168.7.$i &> /dev/null //ping
192.168.7.网段 每个ip1次 显示1行全输出到无底洞if [ $? -eq 0 ...
分类:
其他好文 时间:
2014-05-28 00:04:45
阅读次数:
321
一、统计脚本及代码 1 #!/bin/sh 2 3 root_dir=`pwd` 4
source_file="$root_dir"/operate0526.txt 5 single_file="$root_dir"/single0526.txt
6 result_file="$roo...
分类:
其他好文 时间:
2014-05-27 23:54:25
阅读次数:
524
本文转自:http://www.codeproject.com/Articles/9348/Web-Service-AuthenticationDownload
source files - 45.5KBIntroductionThis is a simple mechanism to authen...
分类:
Web程序 时间:
2014-05-27 16:19:48
阅读次数:
473
在AbstractConfigurationProvider类中loadSources方法会将所有的source进行封装成SourceRunner放到了Map
sourceRunnerMap之中。相关代码如下: 1 Map selectorConfig = context.getSu...
分类:
其他好文 时间:
2014-05-27 15:57:09
阅读次数:
347