• 大小: 5.39MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-21
  • 语言: ASP
  • 标签:

资源简介

模板介绍: 黑色+红色为主调的网站建设公司网站模板,为网站建设、设计行业的朋友提供了一个优秀的业务平台,网站设计精美,布局大气,网站案例功能专门采用后台自定义模型单独设计,可更好为把客户展示出来,此模板适用于网络公司网站平台或相关设计业务的网站平台。 模板宽:960px 主色调:黑色+红色 布 局:div+css 对齐方式:居中 后台地址:pageadmin网站管理系统

资源截图

代码片段和文件信息

using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
using System.Security.Cryptography;
using System.Collections.Specialized;
using System.IO;
using System.Data.SqlClient;
using System.Data.OleDb;
using System.Net;


public partial class Alipay_Notify : System.Web.UI.Page
{   
    
    /// 
    /// created by sunzhizhi 2006.5.21sunzhizhi@msn.com。
    /// 


    public static string GetMD5(string s)
    {

        /// 
        /// 与ASP兼容的MD5加密算法
        /// 


        MD5 md5 = new MD5CryptoServiceProvider();
        byte[] t = md5.ComputeHash(Encoding.GetEncoding(“utf-8“).GetBytes(s));
        StringBuilder sb = new StringBuilder(32);
        for (int i = 0; i < t.Length; i++)
        {
            sb.Append(t[i].ToString(“x“).PadLeft(2 ‘0‘));
        }
        return sb.ToString();
    }
    public static string[] BubbleSort(string[] R)
    {
        /// 
        /// 冒泡排序法
        /// 


        int i j; //交换标志 
        string temp;

        bool exchange;

        for (i = 0; i < R.Length; i++) //最多做R.Length-1趟排序 
        {
            exchange = false; //本趟排序开始前,交换标志应为假

            for (j = R.Length - 2; j >= i; j--)
            {
                if (System.String.CompareOrdinal(R[j + 1] R[j]) < 0) //交换条件
                {
                    temp = R[j + 1];
                    R[j + 1] = R[j];
                    R[j] = temp;

                    exchange = true; //发生了交换,故将交换标志置为真 
                }
            }

            if (!exchange) //本趟排序未发生交换,提前终止算法 
            {
                break;
            }

        }
        return R;
    }
    //获取远程服务器ATN结果
    public String Get_Http(String a_strUrl int timeout)
    {
        string strResult;
        try
        {

            HttpWebRequest myReq = (HttpWebRequest)HttpWebRequest.Create(a_strUrl);
            myReq.Timeout = timeout;
            HttpWebResponse HttpWResp = (HttpWebResponse)myReq.GetResponse();
            Stream myStream = HttpWResp.GetResponseStream();
            StreamReader sr = new StreamReader(myStream Encoding.Default);
            StringBuilder strBuilder = new StringBuilder();
            while (-1 != sr.Peek())
            {
                strBuilder.Append(sr.ReadLine());
            }

            strResult = strBuilder.ToString();
        }
        catch (Exception exp)
        {

            strResult = “错误:“ + exp.Message;
        }

        return strResult;
    }

 public string  Get_Alipay()
     {
       PageAdmin.Conn Myconn=new PageAdmin.Conn();
       string constr=Myconn.Constr();
       string sql=“select top 1 * from onlinepay where onlinepay_type=‘alipay‘“;
       OleDbConne

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      45056  2003-05-14 15:51  bin\Interop.jmail.dll

     文件       4608  2010-09-15 11:56  bin\PageAdmin.Conn.dll

     文件      65536  2010-09-15 12:15  bin\PageAdmin.FCKeditor.dll

     文件      12288  2010-09-14 10:25  bin\PageAdmin.Install.dll

     文件    1273856  2010-09-15 12:30  bin\PageAdmin.Master.dll

     文件       4096  2010-09-14 10:25  bin\PageAdmin.Md5.dll

     文件       5632  2010-09-15 12:13  bin\PageAdmin.Pay.dll

     文件       7168  2010-09-15 17:04  bin\PageAdmin.SendMail.dll

     文件       6144  2010-09-14 10:25  bin\PageAdmin.Thumbnai.dll

     文件       8192  2010-09-14 10:25  bin\PageAdmin.URLRewriter.dll

     文件       8704  2010-09-14 10:25  bin\PageAdmin.Watermark.dll

     文件    1150976  2010-09-15 12:17  bin\PageAdmin.Web.dll

     文件       5632  2010-09-14 10:25  bin\PageAdmin.YZM.dll

     文件       7271  2011-08-11 11:20  include\adv.aspx

     文件        869  2010-03-22 14:53  include\adv_new.aspx

     文件         55  2010-06-19 16:58  include\count.aspx

     文件         65  2010-03-22 14:53  include\data_collection.aspx

     文件       9511  2009-02-02 10:35  include\focus\focus.swf

     文件       9511  2009-02-02 10:35  include\focus\focus1.swf

     文件      10558  2008-10-09 16:19  include\focus\focus2.swf

     文件        383  2010-03-22 14:53  include\link.aspx

     文件       5947  2010-03-24 15:28  include\loginbox.aspx

     文件       5140  2010-07-03 15:41  include\search.aspx

     文件       4040  2010-03-22 14:53  include\searchbox.aspx

     文件       1283  2008-12-27 18:04  include\showimage.aspx

     文件       7550  2010-03-22 14:53  include\slide.aspx

     文件       1766  2010-03-22 14:53  include\votebar.aspx

     文件       2538  2010-03-22 14:53  include\votes.aspx

     文件        700  2010-07-13 17:38  incs\banner.ascx

     文件       4133  2009-12-19 11:58  incs\color.html

............此处省略840个文件信息

评论

共有 条评论

相关资源