Ubuntu默认是安装好了tcpdump工具的,如果没有安装的话使用sudo apt-get
install tcpdump即可安装。 (如果遇到tcpdump: no suitable device
found的问题,检查一下是不是在用root权限运行tcpdump,tcpdump只能在root权...
分类:
其他好文 时间:
2014-04-29 20:18:22
阅读次数:
620
其实算是一个很小的经验,在eclipse环境下进行jboss的部署,因为要定义某公共包的问题,将代码down下来做了个工程,部署时发现jboss提示:class
not found!
分类:
系统相关 时间:
2014-04-29 20:14:15
阅读次数:
548
PHP MySQL补充:1、与服务器建立一个连接时mysql_connect-打开一个到 MySQL
服务器的连接语法格式:resource mysql_connect ( 主机 , 用户名 , 密码 )
$mydb=mysql_connect("localhost","root","root");...
分类:
其他好文 时间:
2014-04-29 18:36:44
阅读次数:
578
I had been waiting for the latest MySQL
connector for .NET to come out so I can move on to the new and sleek Visual
Studio 2012 for my projects. Found...
分类:
数据库 时间:
2014-04-29 14:17:54
阅读次数:
753
1.电脑版(1).python安装目录中\Lib\site-packages\下建立*.pth文件,写入模块路径(2).添加环境变量:变量名:pythonpath;变量值:模块(文件夹)路径,若有多个,用半角分号";"隔开2.手机版在resource\site.py文件中添加代码段importsys...
分类:
编程语言 时间:
2014-04-28 08:43:14
阅读次数:
794