資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?Newtonsoft.Json;
namespace?GaoDeRegeo
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????
????????private?void?btnRegeo_Click(object?sender?EventArgs?e)
????????{
????????????string?location?=?txtLon.Text?+?““?+?txtLat.Text;
????????????string?str?=?HttpGetHelper.GaoDeAnalysis(“key=d8440a22fb3fc04b72a61aa6b51902a2&location=“?+?location);
????????????txtPosition.Text?=?str;
????????????PositionInfo?user?=?(PositionInfo)JsonConvert.Deserializeobject(str?typeof(PositionInfo));
????????????txtPosi
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-08-12?11:39??bin\
?????目錄???????????0??2016-08-15?18:02??bin\Debug\
?????文件???????11776??2017-04-19?23:01??bin\Debug\GaoDeRegeo.exe
?????文件???????34304??2017-04-19?23:01??bin\Debug\GaoDeRegeo.pdb
?????文件???????23168??2017-04-19?22:59??bin\Debug\GaoDeRegeo.vshost.exe
?????文件?????????490??2012-06-02?22:34??bin\Debug\GaoDeRegeo.vshost.exe.manifest
?????文件??????406016??2012-11-20?22:45??bin\Debug\Newtonsoft.Json.dll
?????文件????????2107??2017-04-19?22:58??Form1.cs
?????文件????????7117??2016-08-12?11:54??Form1.Designer.cs
?????文件????????5817??2016-08-12?11:54??Form1.resx
?????文件????????3980??2017-04-19?22:58??GaoDeRegeo.csproj
?????文件?????????861??2017-04-19?22:58??GaoDeRegeo.sln
?????文件????????1417??2017-04-19?23:00??HttpGetHelper.cs
?????目錄???????????0??2016-08-12?11:39??obj\
?????目錄???????????0??2016-08-12?11:39??obj\x86\
?????目錄???????????0??2017-04-19?23:01??obj\x86\Debug\
?????文件????????2867??2016-08-12?11:39??obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7242??2017-04-19?22:58??obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????2686??2017-04-19?23:00??obj\x86\Debug\GaoDeRegeo.csproj.FileListAbsolute.txt
?????文件?????????977??2017-04-19?23:01??obj\x86\Debug\GaoDeRegeo.csproj.GenerateResource.Cache
?????文件???????12854??2017-04-19?22:59??obj\x86\Debug\GaoDeRegeo.csprojResolveAssemblyReference.cache
?????文件???????11776??2017-04-19?23:01??obj\x86\Debug\GaoDeRegeo.exe
?????文件?????????180??2017-04-19?23:00??obj\x86\Debug\GaoDeRegeo.Form1.resources
?????文件???????34304??2017-04-19?23:01??obj\x86\Debug\GaoDeRegeo.pdb
?????文件?????????180??2017-04-19?23:00??obj\x86\Debug\GaoDeRegeo.Properties.Resources.resources
?????目錄???????????0??2016-08-15?18:06??obj\x86\Debug\TempPE\
?????文件?????????491??2017-04-19?23:00??Program.cs
?????目錄???????????0??2016-08-15?18:02??Properties\
?????文件????????1352??2016-08-12?11:39??Properties\AssemblyInfo.cs
?????文件????????2872??2016-08-12?11:39??Properties\Resources.Designer.cs
?????文件????????5612??2016-08-12?11:39??Properties\Resources.resx
............此處省略2個文件信息
- 上一篇:C# DotnetBar 組織機構圖
- 下一篇:C#通過TCP/IP和PLC通訊
評論
共有 條評論