登录
首页 » C# » asp.net 微信支付服务器端代码(完整示例源码下载)

asp.net 微信支付服务器端代码(完整示例源码下载)

于 2015-05-07 发布
0 167
下载积分: 1 下载次数: 0

代码说明:

如果用的是mvc 则将 notify.cs中的         public Page page {get;set;}        public Notify(Page page)        {            this.page = page;        } 把Page 改成 HttpContextBase即可

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

发表评论

0 个回复

  • MVC多开发示例
    环境:vs2012 asp.net mvc4.实现方式:resource 资源文件,根据路由规则中Lang参数来判断载入哪种语言方式
    2015-06-16下载
    积分:1
  • System.Threading.Timer 常用操作实例
    System.Threading.Timer基本操作示例下载
    2013-06-27下载
    积分:1
  • 各种算法文档资料
    算法学习文档,贪心算法倍增算法位运算递归
    2020-12-09下载
    积分:1
  • C++ 局域网屏幕监控(提高篇-实例525).zip
    C++ 局域网屏幕监控(提高篇-实例525).zip
    2019-10-02下载
    积分:1
  • C# WinFrom 实现的FTP上传下载
    C# WinFrom 实现的FTP上传下载
    2020-05-13下载
    积分:1
  • eg8010底板电路图
    【实例简介】EG8010 DCAC 底板
    2021-06-25 00:31:07下载
    积分:1
  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • 于TCP的网络通信入门级示例
    基于TCP的网络通信
    2018-05-28下载
    积分:1
  • C# 邮件发送源码 支持 qq邮箱/163邮箱
    C# 邮件发送源码 支持 qq邮箱/163邮箱
    2013-10-28下载
    积分:1
  • 串口工具开发实例
    串口工具开发实例
    2021-01-06 14:48:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载