登录
首页 » Web Server » learning materials

learning materials

于 2022-11-13 发布 文件大小:5.52 MB
0 218
下载积分: 2 下载次数: 1

代码说明:

visual studio.net 学习资料-learning materials

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

发表评论

0 个回复

  • Server
    Server端向Client端提供两种服务:数学计算服务和反序字符串服务。-Server-side Client-side to provide two services: Mathematics computing services and anti-order strings services.
    2022-01-25 18:36:10下载
    积分:1
  • 修改过的博客程序。
    修改过的博客程序。-Modified procedure blog.
    2022-05-08 14:14:40下载
    积分:1
  • Put simply, Wordpress is a BLOG program, you can use it to set up entirely your...
    简单的说,Wordpress是一个BLOG程序,用它你可以架设完全属于你自己的BLOG。而Wordpress现在的应用又不仅仅只是在BLOG方面,因为其强大的扩展性,部分网站甚至已经开始使用Wordpress来架设,或者说这些BLOG你甚至都看不出它们只是BLOG而已 WordPress 2.9新增功能: WordPress 2.9功能:在线编辑图片 WordPress 2.9新功能:回收站 WordPress 2.9新功能:批量升级插件 WordPress 2.9新功能:修复、优化数据库 除了Wopus列出来的,还有很多功能,但基本上我们都体会不到,也就没有再一一列举。除此之外,WordPress 2.9对主题和插件的函数也有改动。详细请查看这里。 比较引人瞩目的是,WordPress官方目前提供了两种下载格式,一种是IIS的,也就是Win系统服务器。现在加上伪静态的模块,Win系统服务器也可以完美的支持WordPress了。 -Put simply, Wordpress is a BLOG program, you can use it to set up entirely your own BLOG. The application of Wordpress is now not just in the BLOG again, since its powerful scalability, some sites have even started using Wordpress to set up, or that these BLOG you may even fail to see they are just nothing BLOG WordPress 2.9 New Features: WordPress 2.9 Features: Online Editing Photos WordPress 2.9 new features: Recycle Bin WordPress 2.9 new features: batch update plug-in WordPress 2.9 new features: Repair, optimizing the database In a
    2022-01-21 22:40:38下载
    积分:1
  • 解析WSDL,并动态调用web服务的源代码,分类,soap,wsdl,uddi
    解析WSDL,并动态调用web服务的源代码,分类,soap,wsdl,uddi
    2022-04-27 16:02:21下载
    积分:1
  • 用Java作的HTTP1.0 下的Webserver服务器 用TCP协议,采用多线程技术,可作为WEbServer的入门例子...
    用Java作的HTTP1.0 下的Webserver服务器 用TCP协议,采用多线程技术,可作为WEbServer的入门例子-Java for the HTTP1.0 the Webserver server using TCP protocol, multi-threading technology that can serve as examples of entry WEbServer
    2023-06-01 20:50:04下载
    积分:1
  • CnJBB论坛 v1.2.2 增加第三方连接池 Poolman 支持。 更正一些已知的Bugs。...
    CnJBB论坛 v1.2.2 增加第三方连接池 Poolman 支持。 更正一些已知的Bugs。-Forum CnJBB increase in third-party connection pool v1.2.2 support Poolman. Corrected some of the known Bugs.
    2022-11-09 05:40:02下载
    积分:1
  • SSH架构的订单项目,用struts+spring+hibernate实现
    SSH架构的订单项目,用struts+spring+hibernate实现-SSH architecture project orders, and struts+ Spring+ Hibernate realize
    2022-02-09 23:09:13下载
    积分:1
  • 《个人求职管理系统》可以让你在找工作的过程中方便地记录你所选中的公司信息、职位信息、发送的简历和公司的回复,支持多用户,是一个多用户系统。 注:1、默认的用户名...
    《个人求职管理系统》可以让你在找工作的过程中方便地记录你所选中的公司信息、职位信息、发送的简历和公司的回复,支持多用户,是一个多用户系统。 注:1、默认的用户名: tiandinet 密码:123456 2、该发布只是测试版,并不包含用户注册和更改密码功能。你可以通过直接更改数据库里的内容来增加用户或更改密码。 3、程序使用JSP+JavaBeans,并使用session记录用户登录信息。 4、数据表td_pjm_jobs记录所有的工作信息;数据表td_pjm_user记录所有的用户信息,该表中的username字段即为用户名,password字段为密码,密码使用MD5加密。在td_pjm_user表中插入新数据后,即可用新的用户登录。-"individual job search management system" allows you to find work to facilitate the process of recording your chosen company information, job information, send a resume and the company"s response, support multiple users, is a multi-user system. Note : 1, the default user name : tiandinet Password : 123456 2, the beta release only, does not include user registration and password function. You can direct changes in the database content to increase or change user passwords. 3, procedures using JSP JavaBeans, session recording and the use of user login information. 4, data tables td_pjm_jobs record all the information; Data tables td_pjm_user record all user
    2022-03-10 15:16:34下载
    积分:1
  • 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。...
    使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数不限制,或者对某个IP的封杀。-use ISAPI Filter achieve restrictions IIS multithreading visit procedures. The main application download system, or do IIS use of streaming media on-demand system, a little change can make it authenticated. The procedures for user authentication has done a deal with the direct return. The use of the Filter can easily access server connections, which can be achieved over the server load balancing (request can be sent to a less connected server). The visit can be an effective control, can define unlimited user IP, the IP user restrictions. Thus it is possible for a limited number of IP no restrictions, or to a particular IP block.
    2022-03-21 03:45:01下载
    积分:1
  • simple orders, complete with the background of management, suitable for beginner...
    简单的订单系统, 带完整的后台管理,适合于初学者.-simple orders, complete with the background of management, suitable for beginners.
    2022-04-12 14:21:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载