码迷,mamicode.com
首页 >  
搜索关键字:exchange server nlb cas array    ( 99350个结果
常用工具之stunnel
The stunnel program is designed to work as an SSL encryption wrapper between remote client and local (inetd-startable) or remote server. It can be use...
分类:其他好文   时间:2014-05-26 16:15:57    阅读次数:330
XRDP让CentOS变成rdp server
工作台安装了linux桌面发行版,同时想要做远程控制通过vnc远程连接到工作台,发现vnc过去以后,本地屏幕也会显示,所有操作暴露无遗~找一找比vnc更安全的远程桌面服务(也许是我vnc设置不对~请指教~)发现鸟哥推荐:xrdphttp://linux.vbird.org/linux_server/...
分类:其他好文   时间:2014-05-26 15:41:03    阅读次数:856
flash流媒体资料
http://www.docin.com/p-111227070.htmlJava mina和c++ ace做socket长连接 测试报告:http://www.iteye.com/problems/44682c++ RTMP server 做流媒体的流媒体研究博客:http://www.cnblo...
分类:其他好文   时间:2014-05-26 15:37:06    阅读次数:249
Linux Shell中的数组及遍历 转
转自:http://www.linuxidc.com/Linux/2011-09/42929.htm在Linux下使用shell的时候,为方便起见,偶尔会用到一下数组。数组的申明方式是:array=(element1element2element3....elementN)也就是直接用圆括号包数组元...
分类:系统相关   时间:2014-05-26 15:13:14    阅读次数:343
ubuntu Server 设置主机静态 ip地址
ubuntu Server 设置主机静态 ip地址1:先输入 ifconfig 查看当前网络配置2:然后关闭 eth0 网卡sudo ifdown eth03:配置静态ipsudo vim /etc/network/interfaces打开文件,修改eth0的配置,设置您的ip,网关,子网掩码4:此...
分类:其他好文   时间:2014-05-26 14:44:49    阅读次数:294
LeetCode:3Sum
Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of ...
分类:其他好文   时间:2014-05-26 14:02:27    阅读次数:263
一个无限级分类
1 /** 2 * 把返回的数据集转换成Tree 3 * @param array $list 要转换的数据集 4 * @param string $pid parent标记字段 5 * @param string $level level标记字段 6 * @return array 7...
分类:其他好文   时间:2014-05-26 14:01:51    阅读次数:225
【LeetCode】4Sum
Given an arraySofnintegers, are there elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in the array which gives the sum of ...
分类:其他好文   时间:2014-05-26 13:56:05    阅读次数:269
SystemServer分析
1 SystemServer分析SystemServer的进程名就是前面所说的“system_server”,是zygote进程“app_process”fork出来的第一个子嗣,其重要性不言而喻。下面我们简称其为SS。1.1 SS的诞生先回顾一下SS是如何创建的:/*在zygoteinit.jav...
分类:其他好文   时间:2014-05-26 13:37:58    阅读次数:375
NAS DIY
这几天在拼凑一个属于自己的NAS系统,尝试过很多,比如FreeNas, OMV,以及黑群晖,虽然有的效果确实不错,使用也方便傻瓜式,但总没有自己想要的效果。于是决定DIY,看网上果然有很多使用Ubuntu Server做NAS系统的例子,决定学习之,并手动进行自己的配置。系统选择了Ubuntu 14...
分类:其他好文   时间:2014-05-26 13:26:43    阅读次数:369
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!