能否使用GHDL+GTKWave代替Quartus ii macOS High Sierra系统 10.13.6 [toc] 先给出答案 可以替代一部分功能 如果你是一个学工科的学生,正在学习EDA。 你也许还需要诸如“立创EDA”这样的设计软件辅助,因为你们可能还需要用原理图仿真 麻烦的地方还有就 ...
分类:
其他好文 时间:
2020-05-05 20:04:06
阅读次数:
80
missing dot in first path element问题解决 技术就是一层窗户纸,能捅破便是拨开云天见月明,捅不破就是一叶障目,不见泰山呀! 今天碰到了个问题,卡了我半天。 malformed module path "XXXX": missing dot in first path ...
分类:
其他好文 时间:
2020-05-04 00:48:17
阅读次数:
565
7.6 Recommended Template Parameter Declarations 7.6 推荐的模板参数声明方法 As we learned in the previous sections, we have very different ways to declare paramet ...
分类:
其他好文 时间:
2020-05-03 21:56:04
阅读次数:
80
Given N integers, you are supposed to find the smallest positive integer that is NOT in the given list. Input Specification: Each input file contains ...
分类:
其他好文 时间:
2020-05-02 14:56:53
阅读次数:
58
C:\Users\jdy>java -XX:PrintCommandLineFlags -versionMissing +/- setting for VM option 'PrintCommandLineFlags'Error: Could not create the Java Virtual ...
分类:
其他好文 时间:
2020-04-29 21:52:33
阅读次数:
95
Tue Apr 28 08:58:47 CST 2020 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, ...
分类:
数据库 时间:
2020-04-28 09:16:13
阅读次数:
109
原因:当未经身份验证的请求被拒绝权限时,可能有两个不同的错误代码可能适用。 HTTP 401未经授权 HTTP 403权限被拒绝 #settings.pyREST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': [ 'rest_framework.au ...
分类:
其他好文 时间:
2020-04-23 09:15:55
阅读次数:
61
1.yum 安装后先跑一下系统自带的安全脚本,否则数据库很不安全,任何人都可以登录 [root@xixi ~]# mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL Maria ...
分类:
数据库 时间:
2020-04-21 20:04:50
阅读次数:
127
web console 可以让我们方便的通过界面管理ff4j,以下是一些简单的说明 详细参考github 文档 spring boot 集成 pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apa ...
分类:
Web程序 时间:
2020-04-20 22:05:29
阅读次数:
157
"题目" 方法一:求0到n的和,再减去nums数组的和,但是可能会超int 方法二:求0到n的异或值,在异或nums数组里的每个数字,不超int ...
分类:
其他好文 时间:
2020-04-18 11:43:38
阅读次数:
50