登录
首页 » Ajax » altas网上聊天系统--本文介绍了ajax的基本工作原理,并实现了网上聊天系统的功能!...

altas网上聊天系统--本文介绍了ajax的基本工作原理,并实现了网上聊天系统的功能!...

于 2022-03-09 发布 文件大小:476.92 kB
0 188
下载积分: 2 下载次数: 1

代码说明:

altas网上聊天系统--本文介绍了ajax的基本工作原理,并实现了网上聊天系统的功能!-altas Internet chat system- This article describes the basic working principle of ajax, and to achieve an online chat function of the system!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • N-Puzzle
    软件学院实训阶段三任务3 - 挖迷宫,拼图并设计优化方案(Software Engineering Training Stage Three Task 3- digging maze, puzzle and design optimization)
    2013-10-10 21:24:25下载
    积分:1
  • 包括两个工程Register和DynaCheckRegister,其中工程Register是传统的Web注册应用程序,工程DynaCheckRegister是使...
    包括两个工程Register和DynaCheckRegister,其中工程Register是传统的Web注册应用程序,工程DynaCheckRegister是使用Ajax技术的动态Web注册程序-Includes two works Register and DynaCheckRegister, which is the traditional engineering Register Registration Web applications using Ajax technology, engineering DynaCheckRegister dynamic Web registration procedures
    2022-02-04 00:37:46下载
    积分:1
  • 很不错的一个软件,希望大家喜欢
    很不错的一个软件,希望大家喜欢-A very good software, I hope you like
    2022-01-21 22:05:54下载
    积分:1
  • pgrfilemanager2.1.0
    PGRFileManager是一个免费的(MIT许可)基于ajax的文件管理器,支持添加、移动、重命名、删除单独或多个文件和文件夹。对于图片文件会自动生成缩略图,对于文本文件可以利用CKEditor和FCKEdito进行编辑。。 (PGRFileManager is a free (MIT License) based ajax file manager, supports add, move, rename, delete individual or multiple files and folders. For image files will automatically generate thumbnails, text files and can be used CKEditor FCKEdito editing. .)
    2016-05-09 15:41:51下载
    积分:1
  • 软件工程实习报告模板
    改实习报告包括HTML5、js、Oracle、Java等的学习
    2022-08-25 07:24:28下载
    积分:1
  • AJAX源码集合,包括了许多用AJAX实现的功能的源码
    AJAX源码集合,包括了许多用AJAX实现的功能的源码-AJAX-source collection, including many with AJAX realize the function of the source
    2022-03-11 09:53:16下载
    积分:1
  • Ajax聊天服务器演示
    ajax chat server demo
    2022-02-01 00:06:07下载
    积分:1
  • Ajax
    ajax控件事例 效果很炫很好 欢迎大家下载查看(ajax controls shining examples of the effect of a good welcome to download to view )
    2013-12-27 22:45:00下载
    积分:1
  • chrome 插件示例
    我的学习VUe的例子【文件目录】 chrome_extensions_and_apps_programming-master ├── README.md├── bitcoin_price│   ├── images│   │   └── icon16.png│   ├── js│   │   └── background.js│   └── manifest.json├── browser_actions_icon│   ├── images│   │   ├── icon19_0.png│   │   ├── icon19_1.png│   │   ├── icon19_10.png│   │   ├── icon19_11.png│   │   ├── icon19_12.png│   │   ├── icon19_13.png│   │   ├── icon19_14.png│   │   ├── icon19_15.png│   │   ├── icon19_16.png│   │   ├── icon19_17.png│   │   ├── icon19_18.png│   │   ├── icon19_19.png│   │   ├── icon19_2.png│   │   ├── icon19_3.png│   │   ├── icon19_4.png│   │   ├── icon19_5.png│   │   ├── icon19_6.png│   │   ├── icon19_7.png│   │   ├── icon19_8.png│   │   ├── icon19_9.png│   │   ├── icon38_0.png│   │   ├── icon38_1.png│   │   ├── icon38_10.png│   │   ├── icon38_11.png│   │   ├── icon38_12.png│   │   ├── icon38_13.png│   │   ├── icon38_14.png│   │   ├── icon38_15.png│   │   ├── icon38_16.png│   │   ├── icon38_17.png│   │   ├── icon38_18.png│   │   ├── icon38_19.png│   │   ├── icon38_2.png│   │   ├── icon38_3.png│   │   ├── icon38_4.png│   │   ├── icon38_5.png│   │   ├── icon38_6.png│   │   ├── icon38_7.png│   │   ├── icon38_8.png│   │   └── icon38_9.png│   ├── js│   │   └── background.js│   └── manifest.json├── cannot_touch│   ├── js│   │   └── cannot_touch.js│   └── manifest.json├── google_translate│   ├── images│   │   └── icon16.png│   ├── js│   │   ├── background.js│   │   └── content.js│   └── manifest.json├── http_server│   ├── background.js│   ├── http_server.png│   ├── manifest.json│   ├── tcp.js│   └── tcpServer.js├── local_messager│   ├── background.js│   ├── lm.png│   ├── main.html│   ├── main.js│   ├── manifest.json│   └── udp.js├── media_manager│   ├── background.js│   ├── iconfont.woff│   ├── logo.png│   ├── main.html│   ├── main.js│   └── manifest.json├── my_clock│   ├── images│   │   ├── icon128.png│   │   ├── icon16.png│   │   ├── icon19.png│   │   ├── icon38.png│   │   └── icon48.png│   ├── js│   │   └── my_clock.js│   ├── manifest.json│   └── popup.html├── performance monitor│   ├── Chart.js│   ├── background.js│   ├── control.js│   ├── images│   │   ├── icon128.png│   │   ├── icon16.png│   │   └── icon48.png│   ├── main.html│   ├── main.js│   └── manifest.json├── runtime.sendMessage_runtime.onMessage_demo│   ├── js│   │   ├── background.js│   │   └── popup.js│   ├── manifest.json│   └── popup.html├── save_all_images│   ├── background.js│   ├── main.js│   └── manifest.json├── usd_price│   ├── images│   │   └── icon16.png│   ├── js│   │   └── background.js│   └── manifest.json├── weather│   ├── images│   │   ├── icon128.png│   │   ├── icon16.png│   │   ├── icon19.png│   │   ├── icon38.png│   │   └── icon48.png│   ├── js│   │   ├── options.js│   │   └── weather.js│   ├── manifest.json│   ├── options.html│   └── popup.html├── website_status│   ├── images│   │   ├── icon128.png│   │   ├── icon16.png│   │   ├── icon19.png│   │   ├── icon38.png│   │   ├── icon48.png│   │   ├── offline.png│   │   └── online.png│   ├── js│   │   └── status.js│   └── manifest.json└── what_is_my_ip    ├── images    │   ├── icon128.png    │   ├── icon16.png    │   ├── icon19.png    │   ├── icon38.png    │   └── icon48.png    ├── js    │   └── my_ip.js    ├── manifest.json    └── popup.html34 directories, 123 files
    2020-12-11下载
    积分:1
  • ajaxTest
    说明:  利用ajax技术上传数据,避免页面刷新问题。(From the data using ajax technology to avoid the page refresh problem.)
    2009-07-24 13:34:31下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载