09 2023 档案
摘要:https://www.linuxidc.com/Linux/2019-04/158177.htm sudo apt search python3-tk sudo apt install python3-tk
阅读全文
摘要:https://zhuanlan.zhihu.com/p/56943330
阅读全文
摘要:systemC 源码获取: gitee上获取:https://gitee.com/soc-esl/systemc?_from=gitee_search git clone git@gitee.com:soc-esl/systemc.git systemC 编译安装 进入到systemc目录切换到2.
阅读全文
摘要:python默认提供的列表sort方法,仅支持列表的元素排序。若想实现结构提排序,可参考下面方法: 1、使用 lambda 表达式 1 class struct: 2 def __init__ (self): 3 self.a = 0 4 self.b = 'a' 5 6 struct_list =
阅读全文
摘要:命令格式: git push <远程主机名> <本地分支名>:<远程分支名> 通常用法: git push origin HEAD:远程分支名 1、创建远程不存在的分支 git push origin HEAD:新建分支名 2、删除远程存在的分支 git push origin :123 本地分支名
阅读全文
摘要:用来修饰父类中的函数: 1、修饰父类中的普通函数: 1 #include <iostream> 2 #include <string> 3 #include <stdlib.h> 4 5 using namespace std; 6 7 class base 8 { 9 public: 10 voi
阅读全文
摘要:#include 和 #include <iostream.h>区别 1. #include 是C++调用头文件的使用方式,这种情况下需要加上using namespace std;指定命名空间 2. #include <iostream.h> C++保留了C的这种写法,这种不需要增加命名空间指定
阅读全文
摘要:# 关闭预览模式 ###### 打开设置,搜索enable preview,关闭该选项 
阅读全文
摘要:# 1、关闭自动检测文件功能 ###### 设置搜索detect Indentation,取消  # 2
阅读全文
摘要:# 效果  # 设置 ###### 在设置里面搜索 bracket pair 
浙公网安备 33010602011771号