摘要:
需求,程序每20秒自动请求接口抓取数据 解决方式: 在程序根目录下的Global.asax.cs下编写 using System.Threading;using System.Timers; /// <summary> /// 启动应用程序 /// </summary> protected void 阅读全文
posted @ 2021-07-30 09:39
我的梦想是开个小店
阅读(331)
评论(0)
推荐(0)
摘要:
接到一个需求,需要将图片及其他数据信息存储到txt文件下并根据上传时间分别打包到文件夹内。 需要打包的数据:Img1,img2,updatetime,carcode,address 分析:首先,创建一级文件夹:firstFile,创建二级文件夹:secondFile. 其次,将carcode,add 阅读全文
posted @ 2021-07-30 09:25
我的梦想是开个小店
阅读(1678)
评论(0)
推荐(0)