git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions # 编辑~/.zshrc,在plugins=(git)这一行中添加plugins=(git zsh-aut ...
分类:
其他好文 时间:
2020-04-15 13:52:30
阅读次数:
70
在项目下新建一个pytest.ini的配置文件,里面如下配置即可。markers=后面是标签名,如有多个,第二个开始要换行,且要缩进,不然会报错 [pytest] markers=welcome login ...
分类:
其他好文 时间:
2020-04-15 12:26:46
阅读次数:
236
1.首先要确保MySQL的服务是开启的,如果没有开启,可以在命令行开启MySQL的服务,命令如下所示: 查看mysql状态 sudo service mysql status 启动mysql服务 sudo service mysql start 2.打开IDEA,然后点击右侧边栏的Database ...
分类:
数据库 时间:
2020-04-13 12:43:23
阅读次数:
153
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-8.0/async-streams https://docs.microsoft.com/en-us/archive/msdn-mag ...
分类:
其他好文 时间:
2020-04-11 13:19:15
阅读次数:
62
public CustomMapTool() { IsSketchTool = true; SketchType = SketchGeometryType.Rectangle; SketchOutputMode = SketchOutputMode.Map; //A custom cursor fi ...
分类:
其他好文 时间:
2020-04-11 09:52:41
阅读次数:
104
[toc] MyBatis 系统化复习加强 (2020年4月11日始 持续更新) 1 简介 内容根据B站秦疆老师的课编排, 顺便基于MyBatis官网 1.1 什么是MyBatis 是一款 first class 持久层框架 支持定制化 (custom) SQL、stored procedure、高 ...
分类:
其他好文 时间:
2020-04-11 09:52:05
阅读次数:
88
School of Computer Science, McGill UniversityCOMP-206 Introduction to Software Systems, Winter 2020Mini Assignment 6: C Programming - Dynamic MemoryTh ...
分类:
其他好文 时间:
2020-04-08 19:35:06
阅读次数:
84
各位读者,大家好! 新建一个springCloud项目。需要我们配置最基本的配置文件。 1. 配置yml文件如下: 1 spring: 2 application: 3 name: custom-output 4 cloud: 5 config: 6 discovery: 7 # 是否启用配置中心 ...
分类:
编程语言 时间:
2020-04-08 12:07:31
阅读次数:
94
一、MySQL的安装 选着安装类型,建议选custom自定义模式 选择要下载的组件 个人电脑excel版本太新的原因没有选择MySQL for excel 这个以后可以另外下载的,下面每一个安装都必须是绿色勾,才能安装成功。 二、MySQL的卸载 删除注册表中的MySQL的文件夹 ...
分类:
数据库 时间:
2020-04-07 20:45:38
阅读次数:
74
https://www.jianshu.com/p/594a327267dcCustomerScrollView https://www.jianshu.com/p/594a327267dc Flutter使用官方CustomScrollView实现复杂页面下拉刷新和加载更多 ...
分类:
Web程序 时间:
2020-04-06 00:23:42
阅读次数:
286