登录
首页 » 套接字网络编程 » jquery库文件

jquery库文件

于 2022-10-05 发布 文件大小:90.93 kB
0 224
下载积分: 2 下载次数: 1

代码说明:

挺好的~ 前端,前端开发,web前端,web前端开发,前端开发工程师,前端开发攻城师,设计,开发,前端资源,这是必备的库文件!!!!

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

发表评论

0 个回复

  • 基于浏览器的简单的所见即所得(WYSWYG)HTML辑器,有体积小、文件少、效率高等特点。它是100%用DHTML/JavaScript写的,可以很方便地嵌...
    基于浏览器的简单的所见即所得(WYSWYG)HTML编辑器,有体积小、文件少、效率高等特点。它是100%用DHTML/JavaScript编写的,可以很方便地嵌入到ASP,ASP.NET,PHP,JSP等CGI程序里。 支持浏览器: 1) Internet Explorer v5.5++ 2) Mozilla Firefox v1.0+ 3) Mozilla v1.3+ 4) NetScape v7+ 5) Opera 9+ 和v2.3相比变更的地方有: 1. 增加了RealPlayer插入功能。 2. 增加了ASP上传程序。(需要ABCUpload组件) 3. 增加了图片增加对齐、间隔、描述设置。 4. 增加了Script过滤选择属性。 5. 增加了图片上传选择属性。 6. 增加了两端对齐。 7. 修改了先选择[字体、大小、颜色等]后再输入会无效的问题。 8. 修改了有些动作无法撤消的问题。 9. 修改了插入视频,连接,FLASH等等焦点默认不在提交按钮上的问题。 10. 修改了简单模式下无法提交内容的问题。 11. 取消层的默认宽度和高度。 12. 设置域名后本地图片时地址改成相对URL。 13. 增加了upload_cgi目录,存放CGI程序。
    2022-02-05 17:18:51下载
    积分:1
  • Note : site software will be used only to open the left mouse button, they can n...
    注意事项: ・注意:本站软件一律只用鼠标左键打开,否则将不能正常下载! ・如果出现该页无法显示,请多试几次;如果总是不能下载,请点击报告错误,谢谢! ・请一定升级到最新版[WinRAR]才能正常解压本站提供的软件;如有其它问题,欢迎发信联系管理员. ・由于网站服务器承受能力有限,请其他网站不要直接链接我们提供的软件,-Note : site software will be used only to open the left mouse button, they can not download! If the page can not be displayed, I would like him tried several times; If they can not download, click reporting errors, thank you! Requests must upgrade to the latest version [WinRAR] in order to extract the normal site for the software; For other questions, contact managers welcomed the letter. As network Station server capacity is limited, please other sites do not provide us with direct links to software, thank you! !
    2022-03-15 18:13:39下载
    积分:1
  • 显示上所有动态的IP地址,学习用的好代码。
    显示网络上所有动态的IP地址,学习用的好代码。-Shows the network of all dynamic IP addresses, a good code to learn.
    2022-02-26 08:01:50下载
    积分:1
  • 1、栏目无限分类,自由添加,排序,前台显示 2、各大搜索和站内搜索随意切换 3、站在线提交、后台审核、辑、删除 3、站点相关信息后台动态配置...
    1、栏目无限分类,自由添加,排序,前台显示 2、各大搜索和站内搜索随意切换 3、网站在线提交、后台审核、编辑、删除 3、站点相关信息后台动态配置 4、自助网站收录,后台审阅 5、网站广告在线发布 用户:admin 密码:admin-1, columns unlimited classification, the Liberal added, scheduling, future shows two major search and search stations within three random switching, online, the author, background vetting, edit, delete the three, site background information related to dynamic allocation of four, self-help website recorded. five background scrutiny, the advertisement posted online users : admin Password : admin
    2023-04-11 06:55:03下载
    积分:1
  • Asp. Net 2.0 WebPart application. Web use modular components to create Web Appli...
    asp.net 2.0 WebPart应用. 使用Web部件创建模块化的Web门户应用; 个人化特性和自定义特性; 将自定义用户控件作为Web部件使用; 创建一个个人化特性的提供程序; 现今门户应用非常流行,好的门户都有共同而显著的特点。那就是都会给访问者提供雅观的信息,并且这些信息都是通过模块化的、一致的、易于浏览的用户界面提供的。一些综合性的门户网站走得更远,它们甚至允许网站成员提供内容、上传文档以及个人化门户页面。 -Asp. Net 2.0 WebPart application. Web use modular components to create Web Application gateway; personal identity and self-definition of identity; Since the definition of user controls as Web Parts; create a personal characteristic for the procedures; Application gateway now very popular, a good gateway to have a common and significant features. That is the will to provide surfers with regards to the information, and such information through modular, consistent, easy access to the user interface to provide. Integrated portal gone farther, even allowing for their members, Upload documentation, and personalized portal pages.
    2023-05-15 16:15:05下载
    积分:1
  • Erlang写的代理服务器
    将浏览器的代理服务器改成当前ip下端口号为1500,运行改代码,在浏览器上请求网页便可以看到Erlang命令行有输出。。工作原理:浏览器通过1500端口将请求发给代理服务器,代理服务器解析后通过80端口访问该主机,抓取网页后,只取网页的Body部分通过1500端口发给浏览器,于是我们就可以在浏览器上看到我们想要访问的网页。
    2022-03-16 05:09:58下载
    积分:1
  • tcpip服务器端
    本代码详细描述了tcp/ip服务器端的连接与显示。工程为vc++。在vc6.00下编译通过,可以正常连接client端。
    2022-06-12 02:39:25下载
    积分:1
  • Telnet client case in which the learning network programming beginners an excell...
    Telnet客户端案例,是初学者学习网络编程的绝好案例-Telnet client case in which the learning network programming beginners an excellent case
    2022-06-21 19:03:57下载
    积分:1
  • c++封装原生socket请求http
    资源描述封装了socket操作用于http请求,接口易用
    2022-02-13 11:51:38下载
    积分:1
  • 使用BorlandC++4.5译的一个MUD客户端
    使用BorlandC++4.5编译的一个MUD客户端程序- Uses a MUD customer end procedure which BorlandC 4.5 translates
    2022-05-27 02:24:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载