搜索资源列表
monitoring_system_for_network
- 一个网络流量监控系统实例代码,适合在服务器上来实时检测网络中的堵塞状况,非常实用.-a network traffic monitoring system example code for the server line with real-time detection of network congestion, very practical.
StreamPost
- 向JAVA服务端以流模式提交文件的实例,很简单,只有几行代码-services to the Java-flow model to the papers submitted by example, a very simple, but only a few lines of code
calendar
- 日历控件的实例代码,开环境是vc2005,用的时候,先建一个网站,把解压后的文件添加到网站即可-Calendar control is an instance of the code, open environment is vc2005, when used first to build a website, put the file after decompression can be added to the site
fileUpload
- 此代码是在ASP.NET平台上开发的,实现文件上传的实例代码,用的时候,先用VS2005建一个网站,把解压后的文件添加到网站即可。-This code was developed on ASP.NET platform, to achieve file upload instances of code, when the first use VS2005 to build a website, put the file after decompression can be added to th
MultiView
- ASP3.5的MultiView控件的实例代码,开环境是vc2005,用的时候,先建一个网站,把解压后的文件添加到网站即可-The MultiView control ASP3.5 example code, open environment is vc2005, when used first to build a website, put the file after decompression can be added to the site
SqlDataSpurce
- 此代码是在ASP.NET平台上开发的,实现数据库连接的实例代码,用的时候,先用VS2005建一个网站,把解压后的文件添加到网站,要自己设置一下数据库连接,不能直接用我的设置,不会的加我QQ757068361,ASP同行-This code was developed on ASP.NET platform, and realize an instance of database connection code, when the first to use VS2005 to build a we
dropDownList
- 此代码是在ASP.NET平台上开发的,DropDownList控件的实例代码,用的时候,先用VS2005建一个网站,把解压后的文件添加到网站,要自己设置一下数据库连接,不能直接用我的设置,不会的加我QQ757068361,ASP同行-This code was developed on ASP.NET platform, DropDownList control to an instance of code, when the first use VS2005 to build a web si
eWebEditorCHS
- 导航 : 示例首页 示例目录中,包括的实例代码有: 标准调用示例 (_example/standard.htm) 弹窗调用示例 (_example/popup.htm) 客户端API示例 (_example/clientapi.htm) 外部样式引用接口示例 (_example/para_extcss.htm) -edit
HTTP_Server_demo
- HTTP服务器实例 使用VC6.0开发的一个HTTP协议模拟的服务器代码事例,希望对大家有所帮会组-HTTP server code demo
WebServiceAccess
- CSharp C#开发的一个WebService的实例,实现了树型菜单的显示。数据库使用Access数据库。其中数据库访问的部分代码修改自网上下载的代码,这里表示感谢。-CSharp ,Visual C#,Access DataBase.A simple WebService Demo.
TestAxis5
- webservice 下的 axis2 代码,包括 一个实例,客户端,测试客户端,等
ngx_hello_world
- 本程序为ngnix 扩展开发实例代码,讲解如何开发ngnix扩展,实现个性化的功能-ngnix extention
asp.net-developing-guid
- asp.net 2.0 开发指南的源码—含大量实例代码-includes the source codes of the book asp.net 2.0 guid
ZendFrameworkQuickstart
- zendframework快速入门实例代码,-zendframework Quick Start example code
getiptest
- cgi-ajax的应用实例代码,程序很简单,能很容易理解web页面请求web服务器-cgi-ajax application example code, the program is very simple and easy to understand web page requests a web server
php
- PHP的一些实例代码,对初学者和自学者来说,自己看一看,动手敲一敲是不错的选择-Some examples of PHP, see if it is a good choice for beginners and autodidact,
web_socket
- PHP websocket 服务端脚本实例代码,供测试websocket用
web-socket-ruby-master
- websock 实例代码,客户端,服务端-websocket code in ruby,include ,client,and server
examples20150719
- php think_php 经典实例代码,初学者必备-php think_php examples ,new students must have it.
Web API 授权的两种方式及实例
- 代码列举了 Web API 授权时的两种方式,除了采用JWT方式,还灵活采用cache这种方式,避免了算法的复杂性,具有很好的操作性;