namp应用商店的小镜子Nmap使用不同的技术来执行扫描,包括:TCP的connect()扫描,TCP反向的ident扫描,FTP反弹扫描等。所有这些扫描的类型有自己的优点和缺点,我们接下来将讨论这些问题。Nmap的使用取决于目标主机,因为有一个简单的(基本)扫描和预先扫描之间的差异。我们需要使用一...
分类:
其他好文 时间:
2014-07-28 15:32:53
阅读次数:
264
一、摘要 本篇博文阐述基于TCP通信协议的异步实现。二、实验平台 Visual Studio 2010三、异步通信实现原理及常用方法3.1 建立连接 在同步模式中,在服务器上使用Accept方法接入连接请求,而在客户端则使用Connect方法来连接服务器。相对地,在异步模式下,服务器可以使用...
分类:
其他好文 时间:
2014-07-28 14:29:03
阅读次数:
275
adb shell am使用此命令可以从cmd控制台启动 activity, services;发送 broadcast等等: 1 C:\Users\Administrator>adb shell am 2 usage: am [subcommand] [options] 3 4 star...
分类:
数据库 时间:
2014-07-28 11:31:50
阅读次数:
452
最近在Linux上装了个MySQL数据库,可是远程连接MySQL时总是报出erro 2003: Can't connect to MySQL server on '211.87.***.***' (111),昨天查了好几个小时才找到解决方案,如下:1.sudo gedit /etc/mysql.my...
分类:
数据库 时间:
2014-07-28 11:24:40
阅读次数:
212
1: 首先介绍如何利用adb查看数据库1: adb shell2: cd /data/data/包名/databases3: sqlite3 数据库4 接下来就可以进行数据库的sql语法的使用了bean对象:public class Person { private int id; ...
分类:
移动开发 时间:
2014-07-27 23:07:29
阅读次数:
430
adb介绍SDK的Tools文件夹下包含着Android模拟器操作的重要命令adb,adb的全称为(Android Debug Bridge就是调试桥的作用。通过adb我们可以在Eclipse中方面通过DDMS来调试Android程序。借助这个工具,我们可以管理设备或手机模拟器的状态。还可以进行以下...
分类:
数据库 时间:
2014-07-27 22:24:59
阅读次数:
367
环境操作系统:Win7, 64bitIDE:CCS V3.3仿真器:SEED XDS510PLUSDSP型号:TMS320C6713GDP(DSP6713)检查步骤试着按下复位按键后再点击Connect连接请检查电源供电是否正常(核心电压是否为1.2V,IO口电压是否稳定为3.3V)使用示波器AC測...
分类:
其他好文 时间:
2014-07-27 21:33:55
阅读次数:
239
1 $ node app.js2 connect.multipart() will be removed in connect 3.03 visithttps://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives4 con...
分类:
Web程序 时间:
2014-07-27 10:16:22
阅读次数:
246
adb shell am set-debug-app -w {package_name}
分类:
移动开发 时间:
2014-07-27 09:59:32
阅读次数:
174
Compared with I version, the tree could be incomplete. The only difference is that, we connect current node's child to next non-childrenless' node's f...
分类:
其他好文 时间:
2014-07-26 17:02:11
阅读次数:
316