91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 37.59MB
    文件類(lèi)型: .rar
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-07-29
  • 語(yǔ)言: C#
  • 標(biāo)簽: C#APP支付??

資源簡(jiǎn)介

C# 2015開(kāi)發(fā)微信支付統(tǒng)一下單接口, 支付完成通知接口,坑了一個(gè)周終于出來(lái)了 分享給大家 最主要的坑就是APP簽名 大家做的時(shí)候 為避免大家誤解這個(gè)簽名 我把簽名工具的下載地址給大家 https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=8_5 還是不懂的話可以去看我博客 里面有對(duì)微信支付各種坑的描述 http://blog.csdn.net/hejianxiong520/article/details/78977887

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.IO;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Web;

namespace?WeiPay
{
???public?class?LogUtil
????{
????????private?static?readonly?object?writeFile?=?new?object();
????????///?
????????///?在本地寫(xiě)入錯(cuò)誤日志
????????///?

????????///??
????????public?static?void?WriteLog(string?debugstr)
????????{
????????????lock?(writeFile)
????????????{
????????????????FileStream?fs?=?null;
????????????????StreamWriter?sw?=?null;
????????????????try
????????????????{
????????????????????string?filename?=?DateTime.Now.ToString(“yyyy-MM-dd“)?+?“.txt“;
????????????????????//服務(wù)器中日志目錄
????????????????????string?folder?=?HttpContext.Current.Server.MapPath(“~/Log“);
????????????????????if?(!Directory.Exists(folder))
????????????????????????Directory.CreateDirectory(folder);
????????????????????fs?=?new?FileStream(folder?+?“/“?+?filename?System.IO.FileMode.Append?System.IO.FileAccess.Write);
????????????????????sw?=?new?StreamWriter(fs?Encoding.UTF8);
????????????????????sw.WriteLine(DateTime.Now.ToString()?+?“?????“?+?debugstr?+?“\r\n“);
????????????????}
????????????????finally
????????????????{
????????????????????if?(sw?!=?null)
????????????????????{
????????????????????????sw.Flush();
????????????????????????sw.Dispose();
????????????????????????sw?=?null;
????????????????????}
????????????????????if?(fs?!=?null)
????????????????????{
????????????????????????//?????fs.Flush();
????????????????????????fs.Dispose();
????????????????????????fs?=?null;
????????????????????}
????????????????}
????????????}
????????}
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件??????85849??2018-01-05?10:46??WeiXin\.vs\config\applicationhost.config

????..A..H.?????56320??2018-01-05?11:42??WeiXin\.vs\WeiXin\v14\.suo

?????文件?????145532??2018-01-05?10:47??WeiXin\packages\Antlr.3.4.1.9004\Antlr.3.4.1.9004.nupkg

?????文件?????102912??2013-02-22?08:43??WeiXin\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll

?????文件?????431616??2013-02-22?08:43??WeiXin\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.pdb

?????文件?????121137??2018-01-05?10:46??WeiXin\packages\bootstrap.3.0.0\bootstrap.3.0.0.nupkg

?????文件?????120502??2013-09-13?16:05??WeiXin\packages\bootstrap.3.0.0\content\Content\bootstrap.css

?????文件??????97949??2013-09-13?16:05??WeiXin\packages\bootstrap.3.0.0\content\Content\bootstrap.min.css

?????文件??????14079??2013-09-13?16:05??WeiXin\packages\bootstrap.3.0.0\content\fonts\glyphicons-halflings-regular.eot

?????文件??????63157??2013-09-13?16:05??WeiXin\packages\bootstrap.3.0.0\content\fonts\glyphicons-halflings-regular.svg

?????文件??????29512??2013-09-13?16:05??WeiXin\packages\bootstrap.3.0.0\content\fonts\glyphicons-halflings-regular.ttf

?????文件??????16448??2013-09-13?16:05??WeiXin\packages\bootstrap.3.0.0\content\fonts\glyphicons-halflings-regular.woff

?????文件??????59250??2013-09-13?16:05??WeiXin\packages\bootstrap.3.0.0\content\scripts\bootstrap.js

?????文件??????28518??2013-09-13?16:05??WeiXin\packages\bootstrap.3.0.0\content\scripts\bootstrap.min.js

?????文件????????209??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\content\App.config.transform

?????文件????????209??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\content\Web.config.transform

?????文件????4255648??2018-01-05?10:47??WeiXin\packages\Entityframework.6.1.3\Entityframework.6.1.3.nupkg

?????文件????4976848??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\lib\net40\Entityframework.dll

?????文件?????601808??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\lib\net40\Entityframework.SqlServer.dll

?????文件?????145441??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\lib\net40\Entityframework.SqlServer.xml

?????文件????3229543??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\lib\net40\Entityframework.xml

?????文件?????326352??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\lib\net40\zh-Hans\Entityframework.resources.dll

?????文件??????19664??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\lib\net40\zh-Hans\Entityframework.SqlServer.resources.dll

?????文件?????172253??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\lib\net40\zh-Hans\Entityframework.SqlServer.xml

?????文件????2576741??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\lib\net40\zh-Hans\Entityframework.xml

?????文件????5196496??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\lib\net45\Entityframework.dll

?????文件?????621264??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\lib\net45\Entityframework.SqlServer.dll

?????文件?????154866??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\lib\net45\Entityframework.SqlServer.xml

?????文件????3652961??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\lib\net45\Entityframework.xml

?????文件?????326352??2015-03-02?09:32??WeiXin\packages\Entityframework.6.1.3\lib\net45\zh-Hans\Entityframework.resources.dll

............此處省略950個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源