[心缘地方]同学录
首页 | 功能说明 | 站长通知 | 最近更新 | 编码查看转换 | 代码下载 | 常见问题及讨论 | 《深入解析ASP核心技术》 | 王小鸭自动发工资条VBA版
登录系统:用户名: 密码: 如果要讨论问题,请先注册。
→点击标题可以展开说明←
如果前面的链接不能下载,请点后面的(请用IE直接下载)。 [只显示同学录相关] [显示所有]
 页数[1] [2] [3] [4] [5] [6] [7]    [下页] [尾页]1/7页 共70条记录
[软件]jdk的证书库管理软件portecle-1.11.zip 添加时间:2022/5/6 11:49:19 下载:740次
说明 portecle-1.11.zip
  点击下载     点击下载2

[软件]SSLPoke,测试SSL网站连接的java代码 添加时间:2022/5/6 11:21:53 下载:688次
说明 java SSLPoke baidu.com 443


import java.io.*;
import javax.net.ssl.*;

public class SSLPoke
{

    public SSLPoke()
    {
    }

    public static void main(String args[])
    {
        if(args.length != 2)
        {
            System.err.println("Utility to debug Java connections to SSL servers");
            System.err.println("Usage: ");
            System.err.println((new StringBuilder()).append("  java ").append(SSLPoke.getName()).append(" <host> <port>").toString());
            System.err.println("or for more debugging:");
            System.err.println((new StringBuilder()).append("  java -Djavax.net.debug=ssl ").append(SSLPoke.getName()).append(" <host> <port>").toString());
            System.err.println();
            System.err.println("Eg. to test the SSL certificate at https://localhost, use");
            System.err.println((new StringBuilder()).append("  java ").append(SSLPoke.getName()).append(" localhost 443").toString());
            System.exit(1);
        }
        try
        {
            SSLSocketFactory sslsocketfactory = (SSLSocketFactory)SSLSocketFactory.getDefault();
            SSLSocket sslsocket = (SSLSocket)sslsocketfactory.createSocket(args[0], Integer.parseInt(args[1]));
            InputStream inputstream = sslsocket.getInputStream();
            OutputStream outputstream = sslsocket.getOutputStream();
            outputstream.write(1);
            for(; inputstream.available() > 0; System.out.print(inputstream.read()));
            System.out.println("Successfully connected");
            System.exit(0);
        }
        catch(SSLHandshakeException sslhandshakeexception)
        {
            if(sslhandshakeexception.getCause() != null)
                sslhandshakeexception.getCause().printStackTrace();
            else
                sslhandshakeexception.printStackTrace();
        }
        catch(Exception exception)
        {
            exception.printStackTrace();
        }
        System.exit(1);
    }
}

  点击下载     点击下载2

[软件]系统栏显示,摸鱼工具 添加时间:2021/12/22 10:35:15 下载:988次
说明 解压,扔到d盘根目录,写死的。
  点击下载     点击下载2

[软件]memtest.exe,内存测试小工具 添加时间:2021/11/26 11:48:42 下载:998次
说明 如题
  点击下载     点击下载2

[软件]poolman.exe 添加时间:2021/7/8 18:38:14 下载:1348次
说明 双击
  点击下载     点击下载2

[软件]clumsy,windows下模拟丢包,重传,限流的软件 添加时间:2021/5/26 14:41:58 下载:1497次
说明 如题,好使。
  点击下载     点击下载2

[备用]rsync-3.1.2.tar.gz 添加时间:2018/7/11 18:45:45 下载:2928次
说明 rsync-3.1.2.tar.gz
  点击下载     点击下载2

tomcat分割日志cronolog-1.6.2.tar.gz 添加时间:2017/2/16 21:58:15 下载:3317次
说明 tomcat分割日志
http://pkgs.fedoraproject.org/repo/pkgs/cronolog/cronolog-1.6.2.tar.gz/a44564fd5a5b061a5691b9a837d04979/cronolog-1.6.2.tar.gz
  点击下载     点击下载2

[备用]xp黑色主题,royale noir 添加时间:2016/1/14 0:05:11 下载:4345次
说明 (1)文件解压至c:\windows\resources\Themes下
(2)双击luna.msstyles即可,然后从色彩方案中选择“Royale Noi即可。
  点击下载     点击下载2

[备忘]win7的64位下,星际争霸1,花屏的解决办法 添加时间:2015/9/27 22:08:25 下载:4696次
说明 解压,双击reg,即可。
  点击下载     点击下载2

 页数[1] [2] [3] [4] [5] [6] [7]    [下页] [尾页]1/7页 共70条记录
CopyRight © 心缘地方 2005-2999. All Rights Reserved