官网:https://www.typora.io/ 主题:http://theme.typora.io/ 下载后解压到主题文件夹(C:\Users\zhangyi\AppData\Roaming\Typora\themes) 而不是 C:\Program Files\Typora\resources ...
分类:
其他好文 时间:
2020-04-28 16:40:14
阅读次数:
179
"题目" For their physical fitness program, $N (2 ≤ N ≤ 1,000,000)$ cows have decided to run a relay race using the $T (2 ≤ T ≤ 100)$ cow trails througho ...
分类:
其他好文 时间:
2020-04-28 15:29:35
阅读次数:
57
Given the map of a city, with all the ambulance dispatch centers (救护车派遣中心) and all the pick-up spots marked. You are supposed to write a program to pr ...
分类:
其他好文 时间:
2020-04-28 13:22:15
阅读次数:
61
pip动不动就下载数百M的文件。这些文件默认在C:盘,那么为了节省空间需要修改这些路径: 打开cmd命令窗口。输入: python -m site C:\Users\hewei>python -m site sys.path = [ 'C:\\Users\\xxx', 'D:\\Program Fi ...
分类:
编程语言 时间:
2020-04-28 12:33:01
阅读次数:
181
public class Program { public static void Main(string[] args) { CreateWebHostBuilder(args).UseUrls("http://*:5001") //直接指定端口 .Build().Run(); } public ...
分类:
Web程序 时间:
2020-04-28 09:27:24
阅读次数:
692
1、下载SDKv2.0 https://www.microsoft.com/zh-CN/download/details.aspx?id=19988 2、安装Sdk后设置目录路径为:ILDASM_v2.0.50727 C:\Program Files (x86)\Microsoft.NET\SDK\ ...
错误:导入类文件后,发现虽然在同一目录下,引用该类时,InteliJ无法识别 原因:是由于类文件过大,超过了InteliJ最大的代码识别范围所致 解决方案:进入InteliJ的安装目录下的bin文件夹下,修改如下文件 路径:C:\Program Files\JetBrains\IntelliJ ID ...
分类:
编程语言 时间:
2020-04-27 15:23:22
阅读次数:
63
一、表空间和用户 1、建立表空间及数据路径 CREATE TABLESPACE demon DATAFILE '/data/oradata/demon.dbf' SIZE 1024 M AUTOEXTEND ON EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1 M; 2 ...
分类:
数据库 时间:
2020-04-27 11:24:40
阅读次数:
76
msi格式的文件,点右键后,没有“以管理员身份运行”的菜单项,直接运行.msi文件报错:“There is a problem with this Windows Installer package, A program required for this install to complete c ...
分类:
其他好文 时间:
2020-04-27 09:34:49
阅读次数:
75
一、配置交换机的vlan管理ip地址 1,进入系统视图<H3C> system-view 2,创建VLAN 1,并指定VLAN 1为交换机的管理VLAN[H3C] vlan 1[H3C-vlan1] quit[H3C] management-vlan 1 3,进入VLAN接口视图[H3C] inte ...
分类:
其他好文 时间:
2020-04-26 14:17:47
阅读次数:
90