摘要:
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> <PlatformTarget>x86</PlatformTarget> <AllowUnsafeBlocks>true</AllowUnsafe 阅读全文
阅读排行榜
字符串非空判断的效率问题
2020-03-18 11:47 by Lecone.JY.HU, 376 阅读, 收藏,
摘要:
static void TestString() { string[] allstring = File.ReadAllLines(Path.Combine(AppContext.BaseDirectory, "text.txt")); int i=0,j = 0; Stopwatch sw = n 阅读全文
linux下搭建wails开发环境。
2024-10-24 18:23 by Lecone.JY.HU, 375 阅读, 收藏,
摘要:
1.在https://go.dev/dl/下载相应的golang 的版本。 wget https://dl.google.com/go/go1.21.13.linux-amd64.tar.gz 解压tar -xvf go1.21.13.linux-amd64.tar.gz 2.安装go 打开配置文件 阅读全文
electron项目npm i 报错certificate has expired
2024-03-14 09:50 by Lecone.JY.HU, 358 阅读, 收藏,
摘要:
npm i 报错certificate has expired 或者 npm Client network socket disconnected before secure TLS connection was esta 可以在vs code 项目的目录下创建 一个名字为.npmrc的文件,文件内 阅读全文
浙公网安备 33010602011771号