• 大小: 0.05M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 投票  C#  

资源简介

C# 自动投票和手机号码归属地查询

资源截图

代码片段和文件信息

using System;
using System.Windows.Forms;
using System.xml;

namespace HnVote
{
    public partial class FormMobile : Form
    {
        public FormMobile()
        {
            InitializeComponent();
            var formVote = new FormVote();
            formVote.Show();
        }

        private static string[] GetMobileInfo(string number)
        {
            try
            {
                var xmlDocument = new xmlDocument();
                xmlDocument.Load(“http://api.showji.com/Locating/default.aspx?m=“ + number);
                var cx = new xmlNamespaceManager(xmlDocument.Nametable);
                cx.AddNamespace(“content“ “http://api.showji.com/Locating/“);
                xmlNodeList nodes = xmlDocument.SelectNodes(“//content:QueryResult|//content:

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

     文件      11776  2012-01-02 10:47  HnVote\HnVote\bin\Debug\HnVote.exe

     文件      32256  2012-01-02 10:47  HnVote\HnVote\bin\Debug\HnVote.pdb

     文件      11608  2012-01-02 10:47  HnVote\HnVote\bin\Debug\HnVote.vshost.exe

     文件       2598  2012-01-02 10:47  HnVote\HnVote\FormMobile.cs

     文件       3228  2012-01-02 10:41  HnVote\HnVote\FormMobile.Designer.cs

     文件       5817  2012-01-01 22:49  HnVote\HnVote\FormMobile.resx

     文件        927  2012-01-02 10:46  HnVote\HnVote\FormVote.cs

     文件       2193  2012-01-02 10:45  HnVote\HnVote\FormVote.Designer.cs

     文件       5817  2012-01-02 10:45  HnVote\HnVote\FormVote.resx

     文件       3861  2012-01-02 10:43  HnVote\HnVote\HnVote.csproj

     文件       2152  2011-12-31 23:17  HnVote\HnVote\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       5310  2012-01-02 10:47  HnVote\HnVote\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       1254  2012-01-02 10:45  HnVote\HnVote\obj\x86\Debug\GenerateResource-ResGen.read.1.tlog

     文件       2006  2012-01-02 10:45  HnVote\HnVote\obj\x86\Debug\GenerateResource-ResGen.write.1.tlog

     文件          2  2012-01-02 10:45  HnVote\HnVote\obj\x86\Debug\GenerateResource.read.1.tlog

     文件          2  2012-01-02 10:45  HnVote\HnVote\obj\x86\Debug\GenerateResource.write.1.tlog

     文件        963  2012-01-02 10:47  HnVote\HnVote\obj\x86\Debug\HnVote.csproj.FileListAbsolute.txt

     文件      11776  2012-01-02 10:47  HnVote\HnVote\obj\x86\Debug\HnVote.exe

     文件        180  2012-01-02 10:43  HnVote\HnVote\obj\x86\Debug\HnVote.FormMobile.resources

     文件        180  2012-01-02 10:45  HnVote\HnVote\obj\x86\Debug\HnVote.FormVote.resources

     文件      32256  2012-01-02 10:47  HnVote\HnVote\obj\x86\Debug\HnVote.pdb

     文件        180  2012-01-02 10:43  HnVote\HnVote\obj\x86\Debug\HnVote.Properties.Resources.resources

     文件      10846  2011-12-31 23:35  HnVote\HnVote\obj\x86\Debug\ResolveAssemblyReference.cache

     文件       4608  2011-12-31 23:24  HnVote\HnVote\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        437  2012-01-02 10:47  HnVote\HnVote\Program.cs

     文件       1344  2011-12-31 23:17  HnVote\HnVote\Properties\AssemblyInfo.cs

     文件       2850  2011-12-31 23:24  HnVote\HnVote\Properties\Resources.Designer.cs

     文件       5612  2011-12-31 23:17  HnVote\HnVote\Properties\Resources.resx

     文件       1104  2011-12-31 23:24  HnVote\HnVote\Properties\Settings.Designer.cs

     文件        249  2011-12-31 23:17  HnVote\HnVote\Properties\Settings.settings

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

评论

共有 条评论