-
老外网站上一个很经典的鼠标跟随效果,改变里面的2个参数可以产生截然不同的表现效果traceline...
老外网站上一个很经典的鼠标跟随效果,改变里面的2个参数可以产生截然不同的表现效果traceline-Foreigner web site is a classic mouse to follow the effect of changing the inside of the two parameters can produce very different performance results traceline
- 2023-02-10 12:10:03下载
- 积分:1
-
Some simple java network
一些简单的java网络编程实例,对初学者有点用处-Some simple java network-programing examples.Maybe it will be helpful to beginner
- 2022-02-24 22:16:57下载
- 积分:1
-
dasniff daSniff is an open source customizable sniffer for win32 systems. It hel...
dasniff daSniff is an open source customizable sniffer for win32 systems. It helps you to log your LAN traffic by specifying packet rules as filters.
- 2022-04-25 10:07:45下载
- 积分:1
-
c++线程池技术深入分析
目前的大多数网络服务器,包括Web服务器、Email服务器以及数据库服务器等都具有一个共同点,就是单位时间内必须处理数目巨大的连接请求,但处理时间却相对较短。线程池采用预创建的技术,在应用程序启动之后,将立即创建一定数量的线程(N1),放入空闲队列中。这些线程都是处于阻塞(Suspended)状态,不消耗CPU,但占用较小的内存空间。当任务到来后,缓冲池选择一个空闲线程,把任务传入此线程中运行。当N1个线程都在处理任务后,缓冲池自动创建一定数量的新线程,用于处理更多的任务。在任务执行完毕后线程也不退出,而是继续保持在池中等待下一次的任务。当系统比较空闲时,大部分线程都一直处于暂停状态,线程池自动销毁一部分线程,回收系统资源。从而显著提高了服务器的效率。
- 2022-07-23 20:13:06下载
- 积分:1
-
这里给出了网络编程中一些端口及其应用,很有用的
这里给出了网络编程中一些端口及其应用,很有用的-Here are some of the port of network programming and its application, very useful
- 2023-07-19 19:15:04下载
- 积分:1
-
client server communication
1客户机-服务器通信
- 2022-03-15 05:51:55下载
- 积分:1
-
使用whois协议查找域名的信息,如注册人、域名服务器等
使用whois协议查找域名的信息,如注册人、域名服务器等- Uses the whois agreement to search the domain name the
information, like registration person, domain name server and so on
- 2022-06-30 07:25:13下载
- 积分:1
-
ajax wrote charts page displayed in the html
ajax写的图表显示页面,在html上显示-ajax wrote charts page displayed in the html
- 2023-03-03 16:40:03下载
- 积分:1
-
网站后台管理系统cms一个开源的系统 希望能给大家提供更好的服务...
网站后台管理系统cms一个开源的系统 希望能给大家提供更好的服务-Website background management system an open source cms system hope that they will provide a better service to U.S.
- 2022-08-08 17:48:27下载
- 积分:1
-
局域网ICQ的源代码
局域网ICQ的源代码-LAN ICQ source code
- 2022-02-02 08:59:19下载
- 积分:1