`
lbyzx123
  • 浏览: 478036 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论
文章列表

Wireshark使用

  启动Wireshark,然后点击按钮List the available capture interefaces...,   Wireshark会检测计算机的所有网卡,然后根据ip地址确定你要抓包的网卡,点击start按钮,Wireshark 会为你抓取此网卡的所有数据包。在Filter中您可以输入如下过滤条件进行数据包过滤。 Filter:tcp.port==9010 ip.src==10.22.4.42 ip.src == 10.22.4.93 and ip.dst == 10.22.4.94 (ip.addr eq 10.22.4.42 and ip.add ...
没关系的,按以下设置搞定! 打开IE,“工具”—“INTERNET选项”—“高级”,把里面“检查下载的证书签名”前的钩去掉,把“允许运行或安装程序,即使签名无效”前打上钩,应该就可以解决!然后在IE“菜单栏-工具-Internet选项-安全-自定义级别”在弹出的窗口中把 下载未签名的ActiveX控件设置为 启用,把里边有关ActiveX控件项的有选择的全改为启用,重新打开IE,看能不能用.
Throwable是所有Java程序中错误处理的父类,有两种资类:Error和Exception。   Error:表示由JVM所侦测到的无法预期的错误,由于这是属于JVM层次的严重错误,导致JVM无法继续执行,因此,这是不可捕捉到的,无法采取任何恢复的操作 ...
Hyperic-Sigar是一个收集系统各项底层信息的工具集.他有如下特点:1. 收集信息全面收集CPU,MEM,NETWORK,PROCESS,IOSTAT等使用Sigar,你完全可以模仿出cpuinfo,meminfo,top,free,ifconfig,ipconfig,netstat,route,df,du,ps,ls等多种unix平台和windows平台的指令.2.跨平台,支持多数平台支持的平台包括:windows系列(32系列,IA64系列,AMD64系列),linux系列,freeBsd系列,HPUnix 系列,Sun solaris/Sparc/Sparc64系列,macOs系列 ...
public static void main(String[] args) {  Properties props = System.getProperties();  System.out.println("Java的运行环境版本:" + props.getProperty("java.version"));  System.out.println("Java的运行环境供应商:" + props.getProperty("java.vendor ...
这个要看你的表用什么存储引擎吧 如果你用myisam存储引擎的话,则一个表会包含有3个文件:frm、MYD、MYI。 mysql没对这些文件作大小限制,其大小受你操作系统对单个文件的最大大小的限 制的影响。 如果你用innodb存储引擎,一般情况下,数据都是集中存放在ibdata里面(ibdata 可以设成多个),ibdata的大小受参数innodb_data_file_path限制(但一般都设置 自动增长),当然了,其大小也受你操作系统对单个文件的最大大小的限制的影响。 mysql> show variables like 'innodb_data_file ...
1、bigint类型转换为datetime类型 -- 假设 1164691264437 是 Java 里的“日期时间”:即:自1970-01-01 00:00:00以来的毫秒数 /* getTime public long getTime()Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object. Returns: the number of milliseconds since January 1, 1970, 00:00: ...
 No Hibernate Session bound to thread, and configuration does not allow creation of non-transactional one here JAVA_and_J2EE 2010-08-27 16:26:29 阅读1028 评论0   字号:大中小 订阅 异常栈: Java代码 org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does no ...
http://fixunix.com/websphere/207790-admu3011e-server-launched-but-failed-initialization-server-logfiles-should-contain-failure-inform.html
对应test表,mysql可以预先取自动增长主键的下一个值,方法如下: select auto_increment from information_schema.`TABLES`  where table_name='test'   .
转自:http://hi.baidu.com/smiler2517/blog/item/0abeec176d085b15962b4377.html   一、LoadRunner安装的提示:安装LoadRunner时,有的计算机上会出现如下提示:Setup has determined that a previous installation has not completed. You should restart the system in order to complet ...
转自:http://thinklog.blog.163.com/blog/static/7189618220093244719662/   创建WAS cluster比较简单,首先通过WAS ND创建Cellmanager,然后依次创建custom Application server,并加入集群中即可。 问题1:端口占用导致cluster无法启动     cluster创建完毕后,通过Web登录console,然后启动cluster,但是发现cluster总是处于“部分启动”状态,检查发现有一个服务器是停止状态,在console界面上启动停止的服务器,系统报错,说什么无法启动,详细检查 ...
描述:在192.168.200.201下安装websphere management节点和一个受管节点Custom01,在192.168.200.202上安装一个受管节点Custom02,启动192.168.200.201下management节点和受管节点Custom01,命令如下:./startManager.sh;./startNode.sh。然后试图启动192.168.200.202的受 ...
http://blog.chinaunix.net/u/6589/index.html ***ORACLE -RAC**** http://ahcz.szq.blog.163.com/blog/static/13058310220091137311697/ Oracle 10g 在linux redhat 5.3系统安装图解全过程 http://hi.baidu.com/alen_double/blog/item/e7f9112ad67822f3e7cd400e.html LINUX下安装ORACLE10 转载请注明出处。具体安装过程参考了网上很多文章也记不清楚具体有哪些了,谢谢大 ...
关于硬盘分区:主分区(包含扩展分区)、逻辑分区,主分区最多有4个(包含扩展分区)。 因此我们在对硬盘分区时最好划分主分区连续,比如说:主分区一、主分区二、扩展分区。 此文章以fdisk工具为例,对一个硬盘划分。 1、fdisk -l 查看系统上的硬盘,找到需要分区的硬盘后比如说:/dev/sdb. 然后,fdisk /dev/sdb 进入该设备。此时出现: Command (m for help): 查看帮助信息:输入m,看到如下信息 Command action   a   toggle a bootable flag   b   edit bsd disklabel   c  ...
Global site tag (gtag.js) - Google Analytics