CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 监听

搜索资源列表

  1. smp71

    0下载:
  2. 关于Java中基本组件的应用 添加按钮监听创建偶-With regard to the basic components of Java, the application of the Add button to create dual monitor
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-02
    • 文件大小:814
    • 提供者:袁飞
  1. SmartCardReaderService

    0下载:
  2. 智能卡读卡器服务程序,Java语言开发,Eclipse开发环境.程序运行起来以后相当于一个server,会在TCP的一个端口监听客户端的请求,可以实现远程连接,对智能卡的访问包括复位,发送命令给智能卡,接收智能卡的应答,日至打印等等.-The smart card reader service program, Java language development, Eclipse development environment. Program up and running after the
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:18365
    • 提供者:jadetree
  1. Javamouselistener

    0下载:
  2. 鼠标监听 可以添加多个鼠标监听 实现对鼠标的控制和捕获-mouse
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2820
    • 提供者:
  1. MouseTest

    0下载:
  2. 是关于鼠标的源码,读完这段代码之后,你大概就清楚平时的监听是如何实现的。-On the mouse source code, read this code, you probably became clear how the usual monitoring achieved.
  3. 所属分类:Ajax

    • 发布日期:2017-04-02
    • 文件大小:5686
    • 提供者:liqinghuang
  1. icq

    0下载:
  2. 基于JAVA的ICQ系统 系统采用客户/服务器摸式 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-The ICQ system b
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:903675
    • 提供者:chen rong
  1. pintu

    0下载:
  2. 执行本实例后,用鼠标拖动选中的小图片进行拼接,可以拼成一幅完整的图片。本实例的知识点有:鼠标事件的监听,Graphics类和Image类的应用。-After the implementation of this example, drag the mouse to select the small pictures stitching, you can makes up a complete picture. Knowledge points in this instance are: mous
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:815139
    • 提供者:口天吴
  1. qddown_java8543535625

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:903317
    • 提供者:yessky
  1. chat-baogao

    0下载:
  2. Java编写的网络聊天程序,代码与课程设计报告的结合。登陆,聊天,监听客户端,处理传来的信息,删除客户,退出等功能。-Web chat program written in Java code and course design combined with the report. Login, chat, monitor client, processing the information coming from, delete clients, exit and other functions
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:1210894
    • 提供者:Nina
  1. JAVA-chat

    0下载:
  2. eclipse 简单聊天室 可socket监听-eclipse can be a simple socket listener chat room
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:25999
    • 提供者:蛐蛐
  1. web

    0下载:
  2. 该程序用于实现实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。 -
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:4821
    • 提供者:欧阳馨
  1. cs_chat

    0下载:
  2. 实现服务器与客户端之间的会话(简单图形界面)——客户端与服务器端设置监听-Between server and client to achieve the session (simple GUI)- client and server-side monitor settings
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:25272
    • 提供者:tj
  1. 17

    0下载:
  2. 1. 能运用菜单条、菜单、菜单项、事件监听接口与事件适配器类编写应用程序。 2. 能借助于JBuilder等开发工具编写含菜单的鼠标按键测试程序。 -1. To use the menu bar, menu, menu item, the event listener interfaces and event adapter class to write applications. 2. Can be prepared by means of JBuilder development t
  3. 所属分类:Applet

    • 发布日期:2017-04-08
    • 文件大小:30272
    • 提供者:jay
  1. MyServletContextListener

    0下载:
  2. Java中Web 监听,用于监听servlet的一些动作,包括所有的触发事件等-java web listening
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-11
    • 文件大小:769
    • 提供者:原杰
  1. JSsoftkeybord

    0下载:
  2. JS 实现的小键盘 是否防止页面监听待定-JS implementation keyboard monitor to be determined whether the prevention of the page
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3483
    • 提供者:xc
  1. OWASP_Abusing_PHP_sockets

    0下载:
  2. PHP创建重叠端口监听提交到服务器的数据 Abusing PHP sockets-Abusing PHP sockets
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-05
    • 文件大小:759233
    • 提供者:Lucifer
  1. PORTSCAN

    0下载:
  2. 端口扫描IP段内的主机的端口开放情况,这样可以监听和扫描到端口具体情况-Scan of the host IP ports open
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:59871
    • 提供者:王全虎
  1. JSniffer

    1下载:
  2. 具备数据包统计和分析功能的网络监听程序。 由于核心Java API不能访问底层的网络数据,因此借助Wincap和Jpcap这两个工具来对网络底层进行访问,帮助实现网络监听程序。-With data packet statistics and analysis of network monitoring program. As the core Java API can not access the underlying network data, so using Wincap and Jp
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2333439
    • 提供者:ff
  1. jnotify-lib-0.93

    0下载:
  2. 一和可以监听文件修改,创建,重命名,删除的JNI工具。-Can monitor and modify a file, create, rename, delete the JNI tool.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:386097
    • 提供者:yongheng
  1. CLICKBUTTONTEST

    0下载:
  2. 简要的展示了如何为一个JFrame对象中的button控件注册监听-Briefly shows how a JFrame object for the button control up monitor
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1038
    • 提供者:陈宏伟
  1. jianpanshijian

    0下载:
  2. 这是一个键盘操作的例子。重点在于理解键盘事件监听。-This is an example of a keyboard. Emphasis is on understanding the keyboard event listener.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:4287
    • 提供者:云上的鱼
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com