http://www.flowsa.com/blog/entry/vacancy-senior-php-developer/Flow Communications is looking for a senior PHP developer to join our Johannesburg team....
分类:
Web程序 时间:
2014-06-27 18:51:49
阅读次数:
255
设定IP$sudo gedit /etc/network/interfaces auto lo iface lo inet loopbackauto eth0 iface eth0 inet static address 192.168.0.111netmask 255.255.255.0 gate...
分类:
其他好文 时间:
2014-06-26 14:43:05
阅读次数:
236
Suse10网卡绑定1.建立配置文件localhost:/etc/sysconfig/network#touch/etc/modprobe.d/bonding.conflocalhost:/etc/sysconfig/network#vim/etc/modprobe.d/bonding.confaliasbond0bondingoptionsbond0miimon=100mode=12.配置网卡localhost:/etc/sysconfig/network#touchifcfg-..
分类:
其他好文 时间:
2014-06-26 06:17:55
阅读次数:
260
Wireshark是世界上最流行的网络分析工具。这个强大的工具能够捕捉网络中的数据,并为用户提供关于网络和上层协议的各种信息。与非常多其它网络工具一样,Wireshark也使用pcap network library来进行封包捕捉。可破解局域网内QQ、邮箱、msn、账号等的password!! w....
分类:
其他好文 时间:
2014-06-26 00:52:19
阅读次数:
338
example: ./netspeed eth0
1 #!/bin/bash
2
3 INTERVAL="1" # update interval in seconds
4
5 if [ -z "$1" ]; then
6 echo
7 echo usage: $0 [network-interface]
8 echo
9 echo ...
分类:
系统相关 时间:
2014-06-25 07:24:00
阅读次数:
213
流程控制(Control Flow)
For循环
for循环和C语言,OC用法很相像,通常有for()和 for in两种。
遍历时可以利用下划线"_"忽略对值的访问等。
Switch
switch在Swift中则显得灵活的多,不过需要注意的是,不同于C语言,Swift中的Switch不存在隐式的贯穿,每个case里的表达式后面不需要写break则...
分类:
其他好文 时间:
2014-06-24 18:12:12
阅读次数:
195
解决方法如下 On the Windows 7 machine:Run secpol.mscDrill down through Local Policies | Security Options.Find Network Security: LAN Manager authentication l...
相关链接:Snmp学习笔记使用snmp4j实现Snmp功能(一)使用snmp4j实现Snmp功能(二)使用snmp4j实现Snmp功能(三)SNMP是英文“Simple Network Management Protocol”的缩写,中文意思是“简单网络管理协议”。SNMP是眼下最经常使用的环境管理...
分类:
其他好文 时间:
2014-06-24 14:56:19
阅读次数:
176
我们来看Interfaces ofport: OpenFlow port number for this interface. type: system: An ordinary network device, e.g. eth0 on Linux. internal: A simulated ne...
分类:
其他好文 时间:
2014-06-24 12:23:51
阅读次数:
316
控制流Swift提供了所有c类语言的控制流结构。包括for和while循环来执行一个任务多次;if和switch语句来执行确定的条件下不同的分支的代码;break和continue关键字能将运行流程转到你代码的另一个点上。除了C语言传统的for-condition-increment循环,Swift...
分类:
其他好文 时间:
2014-06-24 11:57:14
阅读次数:
202