把光标移动的速度调到最快: System Preferences = Keyboard = Key Repeat Rate 调到 Fast System Preferences = Keyboard = Delay Until Repeat 调到 Short 让Touchpad支持三个指头触摸可以D ...
分类:
系统相关 时间:
2020-02-10 09:29:24
阅读次数:
91
一、熟悉Linux环境下Questasim EDA Tool及GUI交互操作: 1.Questasim简介: Questasim是由Mentor Graphics公司推出的一款功能强大的仿真工具,支持System C,Verillog,SystemVerilog以及VHDL等硬件描述语言 。它是Mo ...
分类:
其他好文 时间:
2020-02-09 23:45:25
阅读次数:
250
集合详解之 Map + 面试题 集合有两个大接口:Collection 和 Map,本文重点来讲解集合中另一个常用的集合类型 Map。 以下是 Map 的继承关系图: Map 简介 Map 常用的实现类如下: Hashtable :Java 早期提供的一个哈希表实现,它是线程安全的,不支持 null ...
分类:
其他好文 时间:
2020-02-07 14:43:31
阅读次数:
56
"200202 SpringBoot系列教程之事务传递属性" 对于mysql而言,关于事务的主要知识点可能几种在隔离级别上;在Spring体系中,使用事务的时候,还有一个知识点事务的传递属性同样重要,本文将主要介绍7中传递属性的使用场景 I. 配置 本文的case,将使用声明式事务,首先我们创建一个 ...
分类:
编程语言 时间:
2020-02-03 12:15:01
阅读次数:
70
新建项目 1、点击File,选择New project 2、选择Existing interpreter(新手不要选择NEW,那是虚拟环境,可能会导致模块找不到) 3、选择Python的安装目录 4、点击attack 设置 1、点击File,选择setting 2、搜索File encodeding ...
分类:
其他好文 时间:
2020-01-24 00:16:23
阅读次数:
81
create a new repository on the command line push an existing repository from the command line 免密传输代码 参考: https://blog.csdn.net/inthuixiang/article/det ...
分类:
其他好文 时间:
2020-01-19 11:08:34
阅读次数:
119
1 # 封装配置文件的代码 2 3 from configparser import ConfigParser 4 5 6 class HandleConfig(ConfigParser): 7 """ 8 定义处理配置文件的类 9 """ 10 11 def __init__(self): # 对 ...
分类:
其他好文 时间:
2020-01-14 23:44:22
阅读次数:
74
之前使用github都是创建一个全新的仓库,然后clone下来用,但如果我已经有一个正在使用的仓库,想要绑定上传已存在的仓库到github,怎么做呢?其实在github创建仓库的时候会提示: …or push an existing repository from the command line ...
分类:
Web程序 时间:
2020-01-14 22:18:51
阅读次数:
134
Problem: get a overall picture of how ego-networks evolve is a common challenging task. Existing techniques: inspect the evolution patterns of ego-net ...
最近用vue cli3.0全局安装的时候,一直报错 如下图: 其实他的下面一句已经提示我们了(Remove the existing file and try again, or run npm),删除现有的文件并且重试 直接前往/usr/local/bin/vue 找到这个vue文件然后删除,在重 ...
分类:
其他好文 时间:
2020-01-13 16:28:24
阅读次数:
1006