搜索资源列表
MISC_1.6_Provision_Java_API
- 中国移动MISC 1.6 Provision Java API 直接使用HttpServer的方式实现,不需要任何其它API,不需要Apache,IIS,Tomcat等Web服务器,直接实现底层. 运行环境 Windows/Linux JDK 1.4.2 演示程序 1) sync.bat 正向订购同步演示 java -classpath \"smsfan-provision.jar\" net.smsfan.provision.example.Sync
HTTPS
- 现在为了保护密码,使其不再以明文传输,已经有油箱使用了https协议,该word就是对其进行详细介绍-now to protect the password, it will not expressly transmission, fuel tank has been used https agreement The word is its detailed
chap00008
- 第8章 Java安全控制编程 实例87 控制访问权限 实例88 产生密钥 实例89 单钥加解密 实例90 双钥加解密 实例91 数字签名 实例92 实现SSL协议 实例93 简单的HTTPS服务-Java programming examples of security control to control access permissions 87 88 examples have 89 single-key examples key encryption key
burpsuite_v1.01
- 这是一个HTTP和HTTPS的代理服务器
JSProxyProvider
- 一个socks5的开发库 contains implementation of the TCP Tunneling technique for connection through Socks 4, 4a, 5, and HTTPS Proxy Servers.
HttpsTest
- java写的一个https连接程序(证书连接) 可取回数据
openfire-red5-spark-rtmps-required-files
- 完整版的java OPerfire服务器视频插件,很难找到的,希望对大家有用-The full version of java OPerfire server video plug-in, hard to find, we want to be useful
ReYoWebDownLoad
- Ajax实现的WEB下载,由于OA系统是基于WEB方式的,如果只判断用户是否点击“下载文件”,就来判断用户是否成功下载了文件。这种方式很显然行不通,怎么办呢?我想到的就是用一控件,然后用回调事件来处理数据库方面的问题(下载记录问题) 有兴趣的朋友可在 http://www.interdrp.com/ 下载分销系统 用测试帐号进系统后,点测试程序,再点WEB下载 可以看见效果 https://www.interdrp.com/software/ReYoWebDownLoad.z
substance-tst52
- Substance (https://substance.dev.java.net)有很多的外观可以选择,而且都很漂亮,还提供了强大的API供开发者使用。Substance 现在已经 发展到5.2RC 版了-Substance (https:// substance.dev.java.net) the appearance of a lot of choice, but also very beautiful, but also provides a powerful API for dev
SetCharacterEncodingFilter
- Java实现在网络上的https,是以支付宝源码为模板的,实现客户端向服务器端的https程序。-used Java made a https
SocketHttpConnection
- 整合http/socket 网路功能并之余https 以及在cmwap 环境下使用连线-integrate http/socket connection method in J2ME,also support cmwap and https under cmwap
ssl.tar
- using https url connection.
wangluobianchengshiyan(8)
- 1.编写HTTPS客户端程序,访问安全服务器www.usps.com,将获取到的网页信息打印到控制台。 2.对实验4中第二个实验题目实现安全的客户端和服务器。-1. HTTPS client program written to access a secure server www.usps.com, to get to the pages of information printed to the console. 2. On the second experimental test su
JavaHttpClient
- 提供的主要的功能: 实现了所有 HTTP 的方法(GET,POST,PUT,HEAD 等) 支持自动转向 支持 HTTPS 协议 支持代理服务器等 -Provides main functions: to achieve all the HTTP methods (GET, POST, PUT, HEAD, etc.) to support automatic shifting in favor of HTTPS protocol support proxy se
HttpClient
- HttpClient使用GET方式通过代理服务器读取页面的例子,HttpClient 4 使用POST方式提交普通表单数据的例子,HttpClient 4.0通过代理访问Https的代码例子. HttpClient读取页面的使用例子-HttpClient proxy server using the GET method to read through the examples page HttpClient 4 normal form using the POST method to
HTTPSExample
- Java中的SSL及HTTPS协议实例源码,使用SSL套接字的HTTPS服务器端,接受客户端的一个连接,并返回Hello,world. 本例中使用8080端口创建SSL服务器套接字,返回缺省的SocketFactory对象,生成PrintWriter对象,用于输出信息。-Java SSL and HTTPS protocol source code examples, using SSL socket HTTPS server, the client accepted a connec
java34899335
- 获取网站监控信息工具类 监控网站性能故障信息 -http/https ping cpu ROM UsePercent DNS Tomcat MySQL
japid42-master
- Play!框架是一个先进的现代化Java web框架,极大的提升了Java开发人员开发web应用的效率。然而Play的view层(即html模板)的性能却差强人意。Play1使用groovy模板作为渲染引擎,而Play2使用Scala模板。在Play1时期,Japid作为groovy的替代品,非常受欢迎。而在Play官方使用Scala替换groovy后,性能虽然有所提高,但是限于Scala编译器的性能,仍然远不如Play2下的Japid模板——Japid42。一下是Japid42的介绍:
SSL-HTTPS
- 用java实现SSL及HTTPS协议 使用SSL套接字的HTTPS服务器端 接受客户端的一个连接,并返回Hello,world.-SSL and HTTPS protocol using java to use HTTPS server-side SSL socket to accept client connection and return to the " Hello, world.
HttpClientUtils
- 支持http、https协议进行post、get请求。(Supports HTTP and HTTPS protocols for post and get requests.)