资源简介
微信api接口
代码片段和文件信息
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.xml;
using System.IO;
using System.Text;
using System.Collections.Generic;
using System.Net;
namespace weixin_api
{
public partial class createMenu : System.Web.UI.Page
{
protected void Page_Load(object sender EventArgs e)
{
FileStream fs1 = new FileStream(Server.MapPath(“.“)+“\\menu.txt“ FileMode.Open);
StreamReader sr = new StreamReader(fs1 Encoding.GetEncoding(“GBK“));
string menu = sr.ReadToEnd();
sr.Close();
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 449 2014-03-26 13:52 weixin_api\weixin_api\createMenu.aspx
文件 2739 2014-03-26 14:54 weixin_api\weixin_api\createMenu.aspx.cs
文件 808 2014-03-26 13:52 weixin_api\weixin_api\createMenu.aspx.designer.cs
文件 104 2014-03-26 13:53 weixin_api\weixin_api\interfaceTest.ashx
文件 2273 2014-03-26 15:21 weixin_api\weixin_api\interfaceTest.ashx.cs
文件 734 2014-03-26 16:02 weixin_api\weixin_api\menu.txt
文件 6715 2014-03-26 15:55 weixin_api\weixin_api\messageHelp.cs
文件 7129 2014-03-26 13:53 weixin_api\weixin_api\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 1321 2014-03-26 13:52 weixin_api\weixin_api\Properties\AssemblyInfo.cs
文件 239835 2014-03-26 13:52 weixin_api\weixin_api\sc
文件 168792 2014-03-26 13:52 weixin_api\weixin_api\sc
文件 71922 2014-03-26 13:52 weixin_api\weixin_api\sc
文件 449 2014-03-26 13:53 weixin_api\weixin_api\selectMenu.aspx
文件 2242 2014-03-26 14:54 weixin_api\weixin_api\selectMenu.aspx.cs
文件 808 2014-03-26 13:53 weixin_api\weixin_api\selectMenu.aspx.designer.cs
文件 7598 2014-03-26 13:52 weixin_api\weixin_api\Web.config
文件 1223 2014-03-26 13:52 weixin_api\weixin_api\Web.Debug.config
文件 1284 2014-03-26 13:52 weixin_api\weixin_api\Web.Release.config
文件 4932 2014-03-26 14:54 weixin_api\weixin_api\weixin_api.csproj
文件 1086 2014-03-26 14:54 weixin_api\weixin_api\weixin_api.csproj.user
文件 920 2014-03-26 13:52 weixin_api\weixin_api.sln
..A..H. 16896 2014-03-26 15:53 weixin_api\weixin_api.suo
目录 0 2014-03-26 13:52 weixin_api\weixin_api\obj\Debug\TempPE
目录 0 2014-03-26 13:52 weixin_api\weixin_api\obj\Debug
目录 0 2014-03-26 13:52 weixin_api\weixin_api\App_Data
目录 0 2014-03-26 13:52 weixin_api\weixin_api\bin
目录 0 2014-03-26 13:52 weixin_api\weixin_api\obj
目录 0 2014-03-26 13:52 weixin_api\weixin_api\Properties
目录 0 2014-03-26 13:52 weixin_api\weixin_api\sc
目录 0 2014-03-26 13:53 weixin_api\weixin_api
............此处省略4个文件信息
评论
共有 条评论