摘要:
Sub Macro1() Debug.Print "999" Dim FilePath, strData FilePath = "C:\Git\Test\JenProjects.json" Open FilePath For Input As #1 Do While Not EOF(1) Line 阅读全文
摘要:
using AxWMPLib; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windo 阅读全文
摘要:
自己写了了个批量查找替换工具(C#),目前已知问题有查找速度不够快,假死现象等。 using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Li 阅读全文