Implementint sqrt(int x).Compute and return the square root ofx.Hide TagsMathBinary Search思路:整体上用2分比逐个比较强。首先,给出一个错误的版本:错误之处在于红色部分,当mid较大时,mid*mid会超过IN...
分类:
其他好文 时间:
2015-03-10 13:35:22
阅读次数:
147
接上文7.配置邮箱服务器生产网络和心跳网络两台BMX服务器分别配置两张网卡,分别用作服务器自身的内部通讯的生产网络(LAN)和后端数据库高可用复制所用的心跳网络(DAG)Server-MBX-01:Server-MBX-02:按照之前项目设计,配置完网络后,两台后端邮件服务器还需配置下列信息:..
分类:
其他好文 时间:
2015-03-09 19:24:09
阅读次数:
220
原来用hostonly模式构造内网环境,只是虚拟机访问不了外网,但其实主机还是能连上这个网段,不能很好的模拟真实环境。后来有人和我说了一种方法,把这个复选框钩去掉,就可以让主机访问不了这个网段但是这个方法有个缺点,当需要内网划分多个子网时,就要创建多个hostonly的虚..
分类:
系统相关 时间:
2015-03-09 19:16:28
阅读次数:
241
OpenWrt设置 在OpenWrt下主要是设置/etc/config/network、/etc/config/wireless这两个文件,其他的都与默认的LAN和WAN模式相同。 /etc/config/network下,关闭VLAN(enable_valn=0),lan接口设置成静态并?去掉网...
分类:
其他好文 时间:
2015-03-09 17:41:47
阅读次数:
303
防火墙配置任务八基于LAN的故障切换的配置任务拓扑图8.11.配置主防火墙名为pix1,备用防火墙名为pix2图8.22.配置主防火墙的outside接口并配置备份接口为192.168.1.2/24.inside接口IP并配置备份接口为10.10.10.2/24.图8.33.为备用防火墙pix2配置inside,outside接口地址,接口安..
分类:
其他好文 时间:
2015-03-08 01:37:17
阅读次数:
428
Spiral Matrix II问题:Given an integern, generate a square matrix filled with elements from 1 ton2in spiral order.思路: 矩阵的旋转常用模板我的代码:public class Solutio....
分类:
其他好文 时间:
2015-03-07 21:11:38
阅读次数:
136
Given an integern, generate a square matrix filled with elements from 1 ton2in spiral order.For example,Givenn=3,You should return the following matri...
分类:
其他好文 时间:
2015-03-06 16:19:22
阅读次数:
128
Problem Description
Suppose that we have a square city with straight streets. A map of a city is a square board with n rows and n columns, each representing a street or a piece of wall.
A blockhouse is a small castle that has four openings through which ...
分类:
Web程序 时间:
2015-03-06 11:21:23
阅读次数:
221
一、WiFi模块在出厂前要进行吞吐量的测试,吞吐量指标不过关就得查原因返修。二、windows xp上的测试方法1,准备两台电脑、一台路由器,一台电脑用有线连接路由的LAN口,另一台电脑用无线连接路由2,将iperf.exe软件放入两台电脑的c:\windows\system32目录,以方便在cmd...
分类:
其他好文 时间:
2015-03-05 12:37:38
阅读次数:
358
http://ivomynttinen.com/blog/the-ios-7-design-cheat-sheet/With the release of iOS 7, app designers and developers will need to adjust their visual lan...
分类:
移动开发 时间:
2015-03-05 06:47:50
阅读次数:
243