随笔分类 -  编程语言

摘要:C#通过HttpWebRequest进行文件上传,自己亲测没问题,如果需要请自取 using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using S 阅读全文
posted @ 2024-07-01 22:32 段江涛IT 阅读(12) 评论(0) 推荐(0) 编辑
摘要:class Program { static void Main(string[] args) { while (true) { try { // ./nssm install LifeManager.Timing // sc delete LifeManager.Timing ServicePoi 阅读全文
posted @ 2023-07-08 23:37 段江涛IT 阅读(22) 评论(0) 推荐(0) 编辑
摘要:有时候我们想要让某些文件的摘要信息存放在文件尾部,需要时读取出来,不需要时放到最后面,有没有解决方案呢?当然有。 /// <summary> /// 文件描述 /// </summary> public class FileDesc { /// <summary> /// 原文件名 /// </su 阅读全文
posted @ 2023-05-19 22:28 段江涛IT 阅读(410) 评论(0) 推荐(0) 编辑

页脚HTML代码