-
Web实时聊天室源码
用纯js通过长轮询来实现
前端用Jquery ajax来实现
1 $(function () {
2 window.polling = {
3 ///长连接地址
4 connectionUrl: "/channel/polling",
5 ///发送方式
6 method: "POST",
7 ///事件载体
8 event_host: $("body"),
9 ///连接失败时重连接时间
10 period: 1000 * 20,
11 ///连接超时时间
12 timeOut: 180 * 1000,
13 v: 0,
14 ///连接ID
15 id: "",
16 error_num: 0,
17 Reconnect: function () {
18 polling.v++;
19 $.ajax({
20 url: polling.connectionUrl,
21 type: polling.method,
22 data: { id: polling.id, v: polling.v },
23 dataType: "json",
24 timeout: polling.time
- 2022-03-17 14:45:17下载
- 积分:1
-
theinterfaceofMatlabandCCS
说明: matlab与dsp的ccs接口,提供了一个应用的实例(matlab and dsp' s ccs interface provides an application example of)
- 2009-08-24 11:17:59下载
- 积分:1
-
EC_M451_UART_Timerout_V1.00
基于新唐M453的串口1数据收发和对led灯的控制,可以通过串口助手来监听看到数据变化。(Based on the new Tang serial 1 data transceiver and control of the LED light, you can monitor through the serial assistant to see data changes.)
- 2017-06-28 00:38:28下载
- 积分:1
-
QMC
mc clousky implementation algoritm
- 2009-12-02 20:28:25下载
- 积分:1
-
stm32f407-OV2640
stm32f407使用OV2640摄像头进行拍照存储到sd卡中(stm32f407 using OV2640 camera to take pictures sd memory card)
- 2020-12-06 15:49:28下载
- 积分:1
-
FloatMenu
VC++制作窗口内的浮动菜单和工具栏实例,像标准的窗口菜单和工具栏类似,只不过通过处理后,菜单和工具栏可以从主窗体中分享,浮动在屏幕的任意位置,可关闭浮动菜单和工具栏,像Office软件中,类似的菜单工具条随处可见,按住菜单头部的竖条即可把菜单从主窗口中分离。(Variation within the vc++ to make the window menu and toolbar example, as a standard window menus and toolbars are similar, only after processing, menus, and toolbars can share, from the main form of floating on any position of the screen, can be closed floating menus and toolbars, like Office software, similar to the menu bar can be seen everywhere, hold down the menu bar of the head to the menu from the main window.
)
- 2013-11-28 22:40:45下载
- 积分:1
-
betterCards
简单的扑克牌游戏代码。只作为学习参考使用,请不要用于商业用途。(simple card games code. Only use as a study reference, please do not for commercial purposes.)
- 2007-05-17 23:58:21下载
- 积分:1
-
WEB在线文件管理
精美的WEB在线文件管理增强版源码因自己的网站需要使用到文件管理功能,所以下载回来并作了以下修改:1.修改了目录民航,为目录导航添加了导航链接,这样更适合window7用户的使用习惯2.可以导航到硬盘根目录3.修正了点击文件直接进行查看时,提示无法找到文件的错误4.成功转换成VS2008版本5.修正转换过程中出现的错误6.修正了修改文件时,如果文件中存在HTML,报“从客户端(TextBox5="
- 2023-03-21 20:10:03下载
- 积分:1
-
213test
说明: (213)卷积码编码译码C程序
卷积码编码及其译码的C程序设计方案,以213为例说明,希望对大家有用
((213) convolutional code encoding decoding C program)
- 2010-05-02 13:32:50下载
- 积分:1
-
espresso.tar
The implemention of the famous logic minimization algorithm, espresso.
Be able to generate makefile automatically(The implemention of the famous logic minimization algorithm, espresso.)
- 2015-01-27 10:38:29下载
- 积分:1