tcpdump -i eth0 -nt -s 500 port domain host -t A www.baidu.com www.baidu.com is an alias for www.a.shifen.com. www.a.shifen.com has address 119.75.217...
分类:
系统相关 时间:
2015-03-10 21:13:06
阅读次数:
256
1 //服务器端 server.c 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #define MAXLINE 409610 11 //socket(int domain, int t....
分类:
系统相关 时间:
2015-03-09 23:45:16
阅读次数:
254
高级别的模式是: http(s)://server.com/app-name/{version}/{domain}/{rest-convention} ? 这里,{version}代表api的版本信息。{domain}是一个你可以用来定义任何技术的区域(例如:安全-允许指定的用户可以访问...
分类:
其他好文 时间:
2015-03-09 17:44:51
阅读次数:
133
1-枚举页面:using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Text;namespace KDSoft.KDMAPS.Domain.En...
分类:
其他好文 时间:
2015-03-09 15:43:20
阅读次数:
169
Step 1: Creating a New Fusion Application and Business Components Step 2: Create a Bounded Task Flow Step 3: Build the Task Flow Pages Step 4: Bi...
分类:
其他好文 时间:
2015-03-09 10:39:16
阅读次数:
181
CSC : fatal error CS0042: Unexpected error creating debug information file 'xxxx.PDB' -- 'c:\Builds\xxxx.pdb: The process cannot access the file becau...
分类:
数据库 时间:
2015-03-08 13:01:21
阅读次数:
443
socket()函数介绍
socket函数介绍
函数原型
domain
type
protocol
errno
示例...
分类:
其他好文 时间:
2015-03-08 11:49:46
阅读次数:
155
After the past few years I found that the only manageable way for creating/maintaining view (or any UI element in more general) is to instantiate the ...
分类:
移动开发 时间:
2015-03-07 00:54:17
阅读次数:
325
ThinkPHP在PATHINFO的URL模式下,URL的格式类似于http://www.domain.com/appName/module/action 即:http://www.domain.com/分组名/模块名/方法名 或者:http://www.domain.com/模块名/方法名 然而在有些类似于5...
分类:
Web程序 时间:
2015-03-06 20:52:18
阅读次数:
234
1,你重启apache2是报错如下:* Restarting web server apache2 apache2: Could not reliably determine the server's fully qualified domain name, using 192.168.11.18 ...
分类:
Web程序 时间:
2015-03-06 16:10:37
阅读次数:
168