LAN(Local Area Network):局域网,指的是在一定区域内由多个计算机联接而成的计算机组WAN():广域网,就是我们通常所说的Internet,它是一个遍及全世界的网络。网络分段:将大型网络分成众多小网络,目的是减少数据流拥堵。导致LAN拥塞的原因:1.同一个广播域或者冲突域的主机过...
分类:
其他好文 时间:
2015-03-16 19:05:12
阅读次数:
121
前台页面带着areaid参数请求更新此id的数据,跳转到更新数据页面时需要在更新页面先填充上原来的数据。用request.setAttribute和request.getAttribute的搭配使用来解决此问题。
@RequestMapping(value="area_updateInput.action")
public String areaUpdateInput(int areaId...
分类:
其他好文 时间:
2015-03-16 17:50:33
阅读次数:
102
一本opencv好书, 在我上传的资源里
Computer Vision is a rapidly expanding area and it is becomingprogressively easier for developers to make use of this field dueto the ready availability of high quality libra...
分类:
其他好文 时间:
2015-03-16 11:10:16
阅读次数:
207
考勤系统 (Time Attendance)影像识别系统 (Video Identification System)电梯控制 (Lift Access Control)综合布线系统(PDS)工作区子系统 The working area system水平子系统 Horizontal system垂直...
分类:
其他好文 时间:
2015-03-15 16:29:17
阅读次数:
175
转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudBook of EvilPaladin Manao caught the trail of the ancient Book of Evil in a swampy area. This area con...
分类:
其他好文 时间:
2015-03-15 10:50:15
阅读次数:
150
4.6. Defining FunctionsWe can create a function that writes the Fibonacci series to an arbitrary boundary:我们创建一个斐波那契数列的函数:>>> def fib(n): # write F...
分类:
编程语言 时间:
2015-03-14 21:40:04
阅读次数:
586
Interfaces are named collections of methods signaturespackage mainimport ( "fmt" "math")type geometry interface { area() float64 perim() f...
分类:
其他好文 时间:
2015-03-14 19:48:24
阅读次数:
92
1、动态SQL片段通过SQL片段达到代码复用select count(*)select *from icpname like '%$name$%'path like '%path$%'area_id = #area_id#hided = #hided#limit #_start#, #_size#2...
分类:
数据库 时间:
2015-03-14 19:47:52
阅读次数:
277
Go supports methods defined on struct typespackage mainimport ( "fmt")type rect struct { width, height int}func (r *rect) area() int { return...
分类:
其他好文 时间:
2015-03-14 18:28:37
阅读次数:
153
Interface Builder基本界面红色区域为工具栏(Tool Bar)蓝色区域为导航区(Navigator Area)绿色区域为编辑区(Editor Area)黑色区域是调试区(Debug Area)橙色区域是检查器区(Inspector)粉紫色区域是库区(Library)快捷键总结导航区c...
分类:
移动开发 时间:
2015-03-12 20:47:24
阅读次数:
123