找传奇、传世资源到传世资源站!

获取天气保存到数据表代码

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

获取天气保存到数据表代码
获取天气保存到数据表代码 常用C#方法-第1张获取天气保存到数据表代码 常用C#方法-第2张  .
└── iwill
    ├── App_Data
    ├── Common
    │   ├── Common.Publish.xml
    │   ├── Common.csproj
    │   ├── Common.csproj.user
    │   ├── ConsoleAPI.cs
    │   ├── ConsoleAPIKD.cs
    │   ├── DEncrypt.cs
    │   ├── DataMapping.cs
    │   ├── DateMapping.cs
    │   ├── DbHelperSQL.cs
    │   ├── LanguageInfo.cs
    │   ├── LeftMenuNode.cs
    │   ├── Menu.cs
    │   ├── MessageBox.cs
    │   ├── PageValidate.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── Realtime.cs
    │   ├── SQLHelper.cs
    │   ├── SecurityCheck.cs
    │   ├── SessionUtil.cs
    │   ├── SmtpUtil.cs
    │   ├── UpLoadFile.cs
    │   ├── UpLoadFilePhoto.cs
    │   ├── UserInfo.cs
    │   ├── ValidateImage.cs
    │   ├── Xfrog.cs
    │   ├── bin
    │   │   ├── Common.dll
    │   │   ├── Common.pdb
    │   │   ├── Debug
    │   │   │   ├── Common.dll
    │   │   │   ├── Common.pdb
    │   │   │   └── Interop.jmail.dll
    │   │   └── Newtonsoft.Json.dll
    │   └── obj
    │       └── Debug
    │           ├── Common.csproj.FileListAbsolute.txt
    │           ├── Common.csproj.ResolveComReference.cache
    │           ├── Common.dll
    │           ├── Common.pdb
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── Interop.jmail.dll
    │           ├── Package
    │           ├── Refactor
    │           │   └── Common.dll
    │           ├── ResolveAssemblyReference.cache
    │           └── TempPE
    ├── DBClass
    │   ├── BLL
    │   │   ├── BLL_AS_jqlhsl.cs
    │   │   ├── BLL_express_charge_body.cs
    │   │   ├── BLL_express_charge_head.cs
    │   │   ├── BLL_iwill_Ccomplaint.cs
    │   │   ├── BLL_iwill_Dept.cs
    │   │   ├── BLL_iwill_FLOWITEMS.cs
    │   │   ├── BLL_iwill_FLOWS.cs
    │   │   ├── BLL_iwill_FLOWSTODJ.cs
    │   │   ├── BLL_iwill_GIFT_TOKEN.cs
    │   │   ├── BLL_iwill_Kq_YGXX.cs
    │   │   ├── BLL_iwill_PUgoods.cs
    │   │   ├── BLL_iwill_fee.cs
    │   │   ├── BLL_iwill_rizhi.cs
    │   │   ├── BLL_iwill_sysid.cs
    │   │   ├── BLL_iwill_user.cs
    │   │   ├── BLL_iwill_zone.cs
    │   │   └── BaseData
    │   │       ├── BLL_ImageInfo.cs
    │   │       ├── BLL_LA001.cs
    │   │       ├── BLL_LA002.cs
    │   │       ├── BLL_M001.cs
    │   │       └── BLL_WD001.cs
    │   ├── DAL
    │   │   ├── BaseData
    │   │   │   ├── DAL_ImageInfo.cs
    │   │   │   ├── DAL_LA001.cs
    │   │   │   ├── DAL_LA002.cs
    │   │   │   ├── DAL_M001.cs
    │   │   │   └── DAL_WD001.cs
    │   │   ├── DAL_AS_jqlhsl.cs
    │   │   ├── DAL_express_charge_body.cs
    │   │   ├── DAL_express_charge_head.cs
    │   │   ├── DAL_iwill_Ccomplaint.cs
    │   │   ├── DAL_iwill_Dept.cs
    │   │   ├── DAL_iwill_FLOWITEMS.cs
    │   │   ├── DAL_iwill_FLOWS.cs
    │   │   ├── DAL_iwill_FLOWSTODJ.cs
    │   │   ├── DAL_iwill_GIFT_TOKEN.cs
    │   │   ├── DAL_iwill_Kq_YGXX.cs
    │   │   ├── DAL_iwill_PUgoods.cs
    │   │   ├── DAL_iwill_fee.cs
    │   │   ├── DAL_iwill_rizhi.cs
    │   │   ├── DAL_iwill_sysid.cs
    │   │   ├── DAL_iwill_user.cs
    │   │   └── DAL_iwill_zone.cs
    │   ├── DBClass.csproj
    │   ├── Model
    │   │   ├── BaseData
    │   │   │   ├── MOD_ImageInfo.cs
    │   │   │   ├── MOD_LA001.cs
    │   │   │   ├── MOD_LA002.cs
    │   │   │   ├── MOD_M001.cs
    │   │   │   └── MOD_WD001.cs
    │   │   ├── MOD_AS_jqlhsl.cs
    │   │   ├── MOD_express_charge_body.cs
    │   │   ├── MOD_express_charge_head.cs
    │   │   ├── MOD_iwill_Ccomplaint.cs
    │   │   ├── MOD_iwill_Dept.cs
    │   │   ├── MOD_iwill_FLOWITEMS.cs
    │   │   ├── MOD_iwill_FLOWS.cs
    │   │   ├── MOD_iwill_FLOWSTODJ.cs
    │   │   ├── MOD_iwill_GIFT_TOKEN.cs
    │   │   ├── MOD_iwill_Kq_YGXX.cs
    │   │   ├── MOD_iwill_PUgoods.cs
    │   │   ├── MOD_iwill_fee.cs
    │   │   ├── MOD_iwill_rizhi.cs
    │   │   ├── MOD_iwill_sysid.cs
    │   │   ├── MOD_iwill_user.cs
    │   │   └── MOD_iwill_zone.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── bin
    │   │   └── Debug
    │   │       ├── Common.dll
    │   │       ├── Common.pdb
    │   │       ├── DBClass.dll
    │   │       └── DBClass.pdb
    │   └── obj
    │       └── Debug
    │           ├── DBClass.csproj.FileListAbsolute.txt
    │           ├── DBClass.csprojResolveAssemblyReference.cache
    │           ├── DBClass.dll
    │           ├── DBClass.pdb
    │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │           ├── Refactor
    │           │   └── DBClass.dll
    │           ├── ResolveAssemblyReference.cache
    │           └── TempPE
    ├── iwill
    │   ├── AS_jqlhsl
    │   │   ├── AS_jqlhsl_M.aspx
    │   │   ├── AS_jqlhsl_M.aspx.cs
    │   │   ├── AS_jqlhsl_M.aspx.designer.cs
    │   │   ├── AS_jqlhsl_Show.aspx
    │   │   ├── AS_jqlhsl_Show.aspx.cs
    │   │   ├── AS_jqlhsl_Show.aspx.designer.cs
    │   │   ├── AS_jqlhsl_add.aspx
    │   │   ├── AS_jqlhsl_add.aspx.cs
    │   │   ├── AS_jqlhsl_add.aspx.designer.cs
    │   │   ├── AS_jqlhsl_list.aspx
    │   │   ├── AS_jqlhsl_list.aspx.cs
    │   │   └── AS_jqlhsl_list.aspx.designer.cs
    │   ├── About.aspx
    │   ├── About.aspx.cs
    │   ├── About.aspx.designer.cs
    │   ├── Account
    │   │   ├── ChangePassword.aspx
    │   │   ├── ChangePassword.aspx.cs
    │   │   ├── ChangePassword.aspx.designer.cs
    │   │   ├── ChangePasswordSuccess.aspx
    │   │   ├── ChangePasswordSuccess.aspx.cs
    │   │   ├── ChangePasswordSuccess.aspx.designer.cs
    │   │   ├── Login.aspx
    │   │   ├── Login.aspx.cs
    │   │   ├── Login.aspx.designer.cs
    │   │   ├── WebFormjj.aspx
    │   │   ├── WebFormjj.aspx.cs
    │   │   └── WebFormjj.aspx.designer.cs
    │   ├── App_Data
    │   │   ├── ASPNETDB.MDF
    │   │   └── aspnetdb_log.ldf
    │   ├── Appointment
    │   │   ├── Appointment.aspx
    │   │   ├── Appointment.aspx.cs
    │   │   ├── Appointment.aspx.designer.cs
    │   │   ├── AppointmentMD.aspx
    │   │   ├── AppointmentMD.aspx.cs
    │   │   ├── AppointmentMD.aspx.designer.cs
    │   │   ├── QRCode.aspx
    │   │   ├── QRCode.aspx.cs
    │   │   ├── QRCode.aspx.designer.cs
    │   │   ├── QRCode1.aspx
    │   │   ├── QRCode1.aspx.cs
    │   │   └── QRCode1.aspx.designer.cs
    │   ├── Complaint
    │   │   ├── List.aspx
    │   │   ├── List.aspx.cs
    │   │   ├── List.aspx.designer.cs
    │   │   ├── cus_omin.aspx
    │   │   ├── cus_omin.aspx.cs
    │   │   ├── cus_omin.aspx.designer.cs
    │   │   ├── cus_ominList.aspx
    │   │   ├── cus_ominList.aspx.cs
    │   │   ├── cus_ominList.aspx.designer.cs
    │   │   ├── cus_ominNew.aspx
    │   │   ├── cus_ominNew.aspx.cs
    │   │   ├── cus_ominNew.aspx.designer.cs
    │   │   ├── cus_ominNewBF.aspx
    │   │   ├── cus_ominNewBF.aspx.cs
    │   │   └── cus_ominNewBF.aspx.designer.cs
    │   ├── Default.aspx
    │   ├── Default.aspx.cs
    │   ├── Default.aspx.designer.cs
    │   ├── Express
    │   │   ├── 19083119台湾印象提货券提货券.xlsx
    │   │   ├── 19083119爱维尔荷谐提货券提货券.xlsx
    │   │   ├── 19天涯共此时提货券190831提货券.xlsx
    │   │   ├── 20秋戏礼盒提货券200813提货券.xlsx
    │   │   ├── Events.aspx
    │   │   ├── Events.aspx.cs
    │   │   ├── Events.aspx.designer.cs
    │   │   ├── Events_Express.aspx
    │   │   ├── Events_Express.aspx.cs
    │   │   ├── Events_Express.aspx.designer.cs
    │   │   ├── ExpressP_NO.aspx
    │   │   ├── ExpressP_NO.aspx.cs
    │   │   ├── ExpressP_NO.aspx.designer.cs
    │   │   ├── ExpressP_NOFind.aspx
    │   │   ├── ExpressP_NOFind.aspx.cs
    │   │   ├── ExpressP_NOFind.aspx.designer.cs
    │   │   ├── ExpressP_NOMf.aspx
    │   │   ├── ExpressP_NOMf.aspx.cs
    │   │   ├── ExpressP_NOMf.aspx.designer.cs
    │   │   ├── ExpressP_QNOMf.aspx
    │   │   ├── ExpressP_QNOMf.aspx.cs
    │   │   ├── ExpressP_QNOMf.aspx.designer.cs
    │   │   ├── fee_Modify.aspx
    │   │   ├── fee_Modify.aspx.cs
    │   │   ├── fee_Modify.aspx.designer.cs
    │   │   ├── fee_QDModify.aspx
    │   │   ├── fee_QDModify.aspx.cs
    │   │   ├── fee_QDModify.aspx.designer.cs
    │   │   ├── fee_Show.aspx
    │   │   ├── fee_Show.aspx.cs
    │   │   └── fee_Show.aspx.designer.cs
    │   ├── Expressfee
    │   │   ├── ExpfeeAdd.aspx
    │   │   ├── ExpfeeAdd.aspx.cs
    │   │   ├── ExpfeeAdd.aspx.designer.cs
    │   │   ├── ExpfeeList.aspx
    │   │   ├── ExpfeeList.aspx.cs
    │   │   ├── ExpfeeList.aspx.designer.cs
    │   │   ├── ExpfeeListQR.aspx
    │   │   ├── ExpfeeListQR.aspx.cs
    │   │   ├── ExpfeeListQR.aspx.designer.cs
    │   │   ├── ExpfeeModify.aspx
    │   │   ├── ExpfeeModify.aspx.cs
    │   │   ├── ExpfeeModify.aspx.designer.cs
    │   │   ├── ExpfeeShow.aspx
    │   │   ├── ExpfeeShow.aspx.cs
    │   │   └── ExpfeeShow.aspx.designer.cs
    │   ├── Expressfeemf
    │   ├── Global.asax
    │   ├── Global.asax.cs
    │   ├── Hrsm
    │   │   ├── DemoHTML.aspx
    │   │   ├── DemoHTML.aspx.cs
    │   │   ├── DemoHTML.aspx.designer.cs
    │   │   ├── css
    │   │   │   └── demo.css
    │   │   ├── images
    │   │   │   ├── bg.png
    │   │   │   ├── jkz.jpg
    │   │   │   ├── jl.jpg
    │   │   │   ├── sfzfm.jpg
    │   │   │   ├── sfzzm.jpg
    │   │   │   ├── spinner.gif
    │   │   │   ├── sy.jpg
    │   │   │   ├── xl.jpg
    │   │   │   ├── zj1.jpg
    │   │   │   ├── zj2.jpg
    │   │   │   ├── zj3.jpg
    │   │   │   └── zj4.jpg
    │   │   ├── imgtp
    │   │   │   ├── 16660011.jpg
    │   │   │   ├── 16660018.jpg
    │   │   │   ├── 16680003.jpg
    │   │   │   ├── 16680007.jpg
    │   │   │   ├── 16680013.jpg
    │   │   │   └── 16680017.jpg
    │   │   ├── renshigongzi.aspx
    │   │   ├── renshigongzi.aspx.cs
    │   │   ├── renshigongzi.aspx.designer.cs
    │   │   ├── renshigongziD.aspx
    │   │   ├── renshigongziD.aspx.cs
    │   │   ├── renshigongziD.aspx.designer.cs
    │   │   ├── renshijiaban.aspx
    │   │   ├── renshijiaban.aspx.cs
    │   │   ├── renshijiaban.aspx.designer.cs
    │   │   ├── renshiyrxx.aspx
    │   │   ├── renshiyrxx.aspx.cs
    │   │   ├── renshiyrxx.aspx.designer.cs
    │   │   ├── renshiyrxxgr.aspx
    │   │   ├── renshiyrxxgr.aspx.cs
    │   │   ├── renshiyrxxgr.aspx.designer.cs
    │   │   ├── ryxx.aspx
    │   │   ├── ryxx.aspx.cs
    │   │   ├── ryxx.aspx.designer.cs
    │   │   └── uploadfiles
    │   │       ├── 工资模板 (1).xlsx
    │   │       └── 工资模板.xlsx
    │   ├── Invoicing
    │   │   └── Uploads
    │   │       ├── 20200526
    │   │       │   ├── 20200526121926437.jpg
    │   │       │   ├── 20200526122553953.jpg
    │   │       │   ├── 2020052612310296.jpg
    │   │       │   ├── 2020052612355281.jpg
    │   │       │   ├── 20200526124231.jpg
    │   │       │   ├── 2020052612427343.jpg
    │   │       │   ├── 2020052612442703.jpg
    │   │       │   ├── 202005261260218.jpg
    │   │       │   ├── 2020052612610468.jpg
    │   │       │   ├── 2020052612620625.jpg
    │   │       │   ├── 2020052612628890.jpg
    │   │       │   ├── 202005261263793.jpg
    │   │       │   ├── 20200526151136281.jpg
    │   │       │   └── 20200526151218125.jpg
    │   │       └── 2021828153839jpg.jpg
    │   ├── Jquery
    │   │   └── jquery-1.12.4.js
    │   ├── Login.aspx
    │   ├── Login.aspx.cs
    │   ├── Login.aspx.designer.cs
    │   ├── Message
    │   │   ├── message_F.aspx
    │   │   ├── message_F.aspx.cs
    │   │   ├── message_F.aspx.designer.cs
    │   │   └── 短信模板.xlsx
    │   ├── Newtonsoft.Json.dll
    │   ├── Nmenu.aspx
    │   ├── Nmenu.aspx.cs
    │   ├── Nmenu.aspx.designer.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── Scripts
    │   │   ├── CheckboxListControl.ascx
    │   │   ├── CheckboxListControl.ascx.cs
    │   │   ├── CheckboxListControl.ascx.designer.cs
    │   │   ├── jquery-1.4.1-vsdoc.js
    │   │   ├── jquery-1.4.1.js
    │   │   └── jquery-1.4.1.min.js
    │   ├── Service References
    │   ├── Site.Master
    │   ├── Site.Master.cs
    │   ├── Site.Master.designer.cs
    │   ├── Styles
    │   │   ├── Site.css
    │   │   ├── buttons
    │   │   │   ├── button_bg.png
    │   │   │   └── buttons.css
    │   │   ├── demo.css
    │   │   ├── login.css
    │   │   ├── loginindex.css
    │   │   └── webye.css
    │   ├── ThoughtWorks.QRCode.dll
    │   ├── Upload
    │   │   ├── 637115850101093750_工资模板.xlsx
    │   │   ├── 637115850851406250_工资模板.xlsx
    │   │   ├── 637115851754531250_工资模板.xlsx
    │   │   └── 637115854046406250_工资模板.xlsx
    │   ├── Web.Debug.config
    │   ├── Web.Release.config
    │   ├── Web.config
    │   ├── bin
    │   │   ├── Common.dll
    │   │   ├── Common.pdb
    │   │   ├── DBClass.dll
    │   │   ├── DBClass.pdb
    │   │   ├── Newtonsoft.Json.dll
    │   │   ├── iwill.dll
    │   │   └── iwill.pdb
    │   ├── image
    │   │   ├── 2021828143010jpg.jpg
    │   │   ├── 2021828143106jpg.jpg
    │   │   ├── 2021828143131jpg.jpg
    │   │   ├── 2021828143444jpg.jpg
    │   │   ├── 2021828143458jpg.jpg
    │   │   ├── 2021828143613jpg.jpg
    │   │   ├── 2021828144023jpg.jpg
    │   │   ├── 2021828144042jpg.jpg
    │   │   ├── 2021828145057jpg.jpg
    │   │   └── 2021828152755jpg.jpg
    │   ├── images
    │   │   ├── 53bd7ea4d52b8-01.png
    │   │   ├── 53bd7ea4d52b8-02.png
    │   │   ├── 53bd7ea4d52b8-03.png
    │   │   ├── 53bd7ea4d52b8-04.png
    │   │   ├── 53bd7ea4d52b8-05.png
    │   │   ├── 53bd7ea4d52b8-06.png
    │   │   ├── Thumbs.db
    │   │   ├── anniu.jpg
    │   │   ├── bgimg.gif
    │   │   ├── exc_top.jpg
    │   │   ├── intro.jpg
    │   │   ├── rili.jpg
    │   │   └── wu.jpg
    │   ├── iwill.Publish.xml
    │   ├── iwill.csproj
    │   ├── iwill.csproj.user
    │   ├── obj
    │   │   └── Debug
    │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       ├── Package
    │   │       │   └── PackageTmp
    │   │       │       ├── AS_jqlhsl
    │   │       │       │   ├── AS_jqlhsl_M.aspx
    │   │       │       │   ├── AS_jqlhsl_Show.aspx
    │   │       │       │   ├── AS_jqlhsl_add.aspx
    │   │       │       │   └── AS_jqlhsl_list.aspx
    │   │       │       ├── About.aspx
    │   │       │       ├── Account
    │   │       │       │   ├── ChangePassword.aspx
    │   │       │       │   ├── ChangePasswordSuccess.aspx
    │   │       │       │   ├── Login.aspx
    │   │       │       │   └── WebFormjj.aspx
    │   │       │       ├── Appointment
    │   │       │       │   ├── Appointment.aspx
    │   │       │       │   ├── AppointmentMD.aspx
    │   │       │       │   ├── QRCode.aspx
    │   │       │       │   └── QRCode1.aspx
    │   │       │       ├── Complaint
    │   │       │       │   ├── List.aspx
    │   │       │       │   ├── cus_omin.aspx
    │   │       │       │   ├── cus_ominList.aspx
    │   │       │       │   ├── cus_ominNew.aspx
    │   │       │       │   └── cus_ominNewBF.aspx
    │   │       │       ├── Default.aspx
    │   │       │       ├── Express
    │   │       │       │   ├── Events.aspx
    │   │       │       │   ├── Events_Express.aspx
    │   │       │       │   ├── ExpressP_NO.aspx
    │   │       │       │   ├── ExpressP_NOFind.aspx
    │   │       │       │   ├── ExpressP_NOMf.aspx
    │   │       │       │   ├── ExpressP_QNOMf.aspx
    │   │       │       │   ├── fee_Modify.aspx
    │   │       │       │   ├── fee_QDModify.aspx
    │   │       │       │   └── fee_Show.aspx
    │   │       │       ├── Expressfee
    │   │       │       │   ├── ExpfeeAdd.aspx
    │   │       │       │   ├── ExpfeeList.aspx
    │   │       │       │   ├── ExpfeeListQR.aspx
    │   │       │       │   ├── ExpfeeModify.aspx
    │   │       │       │   └── ExpfeeShow.aspx
    │   │       │       ├── Global.asax
    │   │       │       ├── Hrsm
    │   │       │       │   ├── DemoHTML.aspx
    │   │       │       │   ├── css
    │   │       │       │   │   └── demo.css
    │   │       │       │   ├── images
    │   │       │       │   │   ├── bg.png
    │   │       │       │   │   ├── jkz.jpg
    │   │       │       │   │   ├── jl.jpg
    │   │       │       │   │   ├── sfzfm.jpg
    │   │       │       │   │   ├── sfzzm.jpg
    │   │       │       │   │   ├── spinner.gif
    │   │       │       │   │   ├── sy.jpg
    │   │       │       │   │   ├── xl.jpg
    │   │       │       │   │   ├── zj1.jpg
    │   │       │       │   │   ├── zj2.jpg
    │   │       │       │   │   ├── zj3.jpg
    │   │       │       │   │   └── zj4.jpg
    │   │       │       │   ├── imgtp
    │   │       │       │   │   ├── 16660011.jpg
    │   │       │       │   │   ├── 16660018.jpg
    │   │       │       │   │   ├── 16680003.jpg
    │   │       │       │   │   ├── 16680007.jpg
    │   │       │       │   │   ├── 16680013.jpg
    │   │       │       │   │   └── 16680017.jpg
    │   │       │       │   ├── renshigongzi.aspx
    │   │       │       │   ├── renshigongziD.aspx
    │   │       │       │   ├── renshijiaban.aspx
    │   │       │       │   ├── renshiyrxx.aspx
    │   │       │       │   ├── renshiyrxxgr.aspx
    │   │       │       │   └── ryxx.aspx
    │   │       │       ├── Invoicing
    │   │       │       │   └── Uploads
    │   │       │       │       └── 20200526
    │   │       │       │           ├── 20200526121926437.jpg
    │   │       │       │           ├── 20200526122553953.jpg
    │   │       │       │           ├── 2020052612310296.jpg
    │   │       │       │           ├── 2020052612355281.jpg
    │   │       │       │           ├── 20200526124231.jpg
    │   │       │       │           ├── 2020052612427343.jpg
    │   │       │       │           ├── 2020052612442703.jpg
    │   │       │       │           ├── 202005261260218.jpg
    │   │       │       │           ├── 2020052612610468.jpg
    │   │       │       │           ├── 2020052612620625.jpg
    │   │       │       │           ├── 2020052612628890.jpg
    │   │       │       │           └── 202005261263793.jpg
    │   │       │       ├── Jquery
    │   │       │       │   └── jquery-1.12.4.js
    │   │       │       ├── Login.aspx
    │   │       │       ├── Message
    │   │       │       │   └── message_F.aspx
    │   │       │       ├── Nmenu.aspx
    │   │       │       ├── Scripts
    │   │       │       │   ├── CheckboxListControl.ascx
    │   │       │       │   ├── jquery-1.4.1-vsdoc.js
    │   │       │       │   ├── jquery-1.4.1.js
    │   │       │       │   └── jquery-1.4.1.min.js
    │   │       │       ├── Site.Master
    │   │       │       ├── Styles
    │   │       │       │   ├── Site.css
    │   │       │       │   ├── buttons
    │   │       │       │   │   ├── button_bg.png
    │   │       │       │   │   └── buttons.css
    │   │       │       │   ├── demo.css
    │   │       │       │   ├── login.css
    │   │       │       │   ├── loginindex.css
    │   │       │       │   └── webye.css
    │   │       │       ├── Web.config
    │   │       │       ├── bin
    │   │       │       │   ├── Common.dll
    │   │       │       │   ├── Common.pdb
    │   │       │       │   ├── DBClass.dll
    │   │       │       │   ├── DBClass.pdb
    │   │       │       │   ├── Newtonsoft.Json.dll
    │   │       │       │   ├── iwill.dll
    │   │       │       │   └── iwill.pdb
    │   │       │       ├── images
    │   │       │       │   ├── 53bd7ea4d52b8-01.png
    │   │       │       │   ├── 53bd7ea4d52b8-02.png
    │   │       │       │   ├── 53bd7ea4d52b8-03.png
    │   │       │       │   ├── 53bd7ea4d52b8-04.png
    │   │       │       │   ├── 53bd7ea4d52b8-05.png
    │   │       │       │   ├── 53bd7ea4d52b8-06.png
    │   │       │       │   ├── bgimg.gif
    │   │       │       │   ├── exc_top.jpg
    │   │       │       │   ├── intro.jpg
    │   │       │       │   ├── rili.jpg
    │   │       │       │   └── wu.jpg
    │   │       │       ├── other
    │   │       │       │   ├── JaoHuobiaozhun.aspx
    │   │       │       │   ├── membershipcard.aspx
    │   │       │       │   └── tianqi.aspx
    │   │       │       ├── produce
    │   │       │       │   └── Dough.aspx
    │   │       │       └── shihang
    │   │       │           ├── bouncy.html
    │   │       │           ├── css
    │   │       │           │   └── demo.css
    │   │       │           ├── fadein.html
    │   │       │           ├── flipin.html
    │   │       │           ├── fromright.html
    │   │       │           ├── fromtop.html
    │   │       │           ├── images
    │   │       │           │   ├── bg.png
    │   │       │           │   ├── spinner.gif
    │   │       │           │   └── sy.jpg
    │   │       │           ├── imgtp
    │   │       │           │   ├── 16660011.jpg
    │   │       │           │   ├── 16660018.jpg
    │   │       │           │   ├── 16680003.jpg
    │   │       │           │   ├── 16680007.jpg
    │   │       │           │   ├── 16680013.jpg
    │   │       │           │   └── 16680017.jpg
    │   │       │           ├── inT.aspx
    │   │       │           ├── index.html
    │   │       │           ├── js
    │   │       │           │   ├── jquery-1.10.2.min.js
    │   │       │           │   ├── jquery-ui.js
    │   │       │           │   └── jquery.ffform.js
    │   │       │           ├── pagelevel01.html
    │   │       │           ├── pagelevel02.html
    │   │       │           ├── pagelevel03.html
    │   │       │           ├── roatebottom.html
    │   │       │           ├── shiH.aspx
    │   │       │           ├── shihangN.aspx
    │   │       │           └── 说明.txt
    │   │       ├── ResolveAssemblyReference.cache
    │   │       ├── TempPE
    │   │       ├── TransformWebConfig
    │   │       │   ├── original
    │   │       │   │   └── Web.config
    │   │       │   └── transformed
    │   │       │       └── Web.config
    │   │       ├── iwill.csproj.FileListAbsolute.txt
    │   │       ├── iwill.dll
    │   │       └── iwill.pdb
    │   ├── other
    │   │   ├── JaoHuobiaozhun.aspx
    │   │   ├── JaoHuobiaozhun.aspx.cs
    │   │   ├── JaoHuobiaozhun.aspx.designer.cs
    │   │   ├── membershipcard.aspx
    │   │   ├── membershipcard.aspx.cs
    │   │   ├── membershipcard.aspx.designer.cs
    │   │   ├── tianqi.aspx
    │   │   ├── tianqi.aspx.cs
    │   │   └── tianqi.aspx.designer.cs
    │   ├── produce
    │   │   ├── Dough.aspx
    │   │   ├── Dough.aspx.cs
    │   │   └── Dough.aspx.designer.cs
    │   ├── shihang
    │   │   ├── 3000套网站模板免费拥有.url
    │   │   ├── bouncy.html
    │   │   ├── css
    │   │   │   └── demo.css
    │   │   ├── email.php
    │   │   ├── fadein.html
    │   │   ├── flipin.html
    │   │   ├── fromright.html
    │   │   ├── fromtop.html
    │   │   ├── images
    │   │   │   ├── bg.png
    │   │   │   ├── spinner.gif
    │   │   │   └── sy.jpg
    │   │   ├── imgtp
    │   │   │   ├── 16660011.jpg
    │   │   │   ├── 16660018.jpg
    │   │   │   ├── 16680003.jpg
    │   │   │   ├── 16680007.jpg
    │   │   │   ├── 16680013.jpg
    │   │   │   └── 16680017.jpg
    │   │   ├── inT.aspx
    │   │   ├── inT.aspx.cs
    │   │   ├── inT.aspx.designer.cs
    │   │   ├── index.html
    │   │   ├── js
    │   │   │   ├── jquery-1.10.2.min.js
    │   │   │   ├── jquery-ui.js
    │   │   │   └── jquery.ffform.js
    │   │   ├── pagelevel01.html
    │   │   ├── pagelevel02.html
    │   │   ├── pagelevel03.html
    │   │   ├── roatebottom.html
    │   │   ├── shiH.aspx
    │   │   ├── shiH.aspx.cs
    │   │   ├── shiH.aspx.designer.cs
    │   │   ├── shihangN.aspx
    │   │   ├── shihangN.aspx.cs
    │   │   ├── shihangN.aspx.designer.cs
    │   │   └── 说明.txt
    │   └── zxing.dll
    ├── iwill.sln
    └── iwill.suo

95 directories, 544 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复