上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 53 下一页
摘要: JustAssembly: justassembly.commandlinetool.exe ..\Path\12Newtonsoft.Json.dll ..\Path\13Newtonsoft.Json.dll ..\Path\XMLOutput.xml 阅读全文
posted @ 2022-03-06 20:33 博二爷 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 来源:Git基本配置 - 简书 (jianshu.com) 一、git clone 远程操作的第一步,通常是从远程主机克隆一个版本库,这时就要用到git clone命令。 $ git clone <版本库的网址> 比如,克隆jQuery的版本库。 $ git clone https://github 阅读全文
posted @ 2022-03-06 20:24 博二爷 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 搜索文件路径: var appConfigFiles = Directory.GetFiles(Path.GetDirectoryName(projectFilePath), "app.config", SearchOption.AllDirectories); 阅读全文
posted @ 2022-03-06 10:16 博二爷 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 原issue:https://github.com/NuGet/Home/issues/9604 解决方案: 默认兼容性提供程序:https ://github.com/NuGet/NuGet.Client/blob/6fd451a5099c6f3d0b17035915d6171a744c4c6b/ 阅读全文
posted @ 2022-02-27 15:25 博二爷 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 窗口最大化,全屏:control+command+f win 中的home:command+左键 win中的end:command+右键 阅读全文
posted @ 2022-02-17 09:10 博二爷 阅读(66) 评论(0) 推荐(0) 编辑
摘要: (44条消息) [Python嗯~机器学习] 用python3来分析和预测加州房价_kepengs的博客-CSDN博客_加州房价预测 python 作业(回归模型与房价预测) - asymptote - 博客园 (cnblogs.com) 阅读全文
posted @ 2022-02-15 22:16 博二爷 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 1 # # -*- coding:utf-8 -*- 2 # @Time : 2021/7/22 22:04 3 # @Author : 周博 4 # @File : test_1.py 5 # @博客园: https://www.cnblogs.com/smartisn/ 6 import req 阅读全文
posted @ 2022-01-14 17:33 博二爷 阅读(568) 评论(0) 推荐(0) 编辑
摘要: framework: https://docs.microsoft.com/zh-cn/dotnet/framework/deployment/how-the-runtime-locates-assemblies core: https://docs.microsoft.com/zh-cn/dotn 阅读全文
posted @ 2022-01-11 19:44 博二爷 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 1 #if NET40 2 Console.WriteLine("Hello from .NET Core 4"); 3 #endif TFM获取:https://docs.microsoft.com/zh-cn/dotnet/standard/frameworks 预处理指令 #IF https: 阅读全文
posted @ 2022-01-11 19:16 博二爷 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.IO; 6 7 namespace task 8 { 9 class Progra 阅读全文
posted @ 2022-01-11 18:37 博二爷 阅读(30) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 53 下一页