上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 34 下一页
摘要: 一开始尝试使用 zip -r 打包,发现会丢失一些文件接着使用 git archive --format zip --output /full/path/to/zipfile.zip master 打包 git repo,发现这种方法不会把.git打包进去然后自己找到了一个可以用的方法1. 使用 t 阅读全文
posted @ 2023-01-04 17:25 yinhuachen 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 关于为什么使用mill而不是sbt?Well,这两个你到后边都得会的,既然ysyx默认使用mill,那就直接用mill吧 参考资料:https://alvinalexander.com/scala/mill-build-tool-hello-world-example-scalatest/ (未完成 阅读全文
posted @ 2023-01-04 15:41 yinhuachen 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 在尝试让 npc 运行字符型马里奥的时候出现如下错误 解决方案如下: 1. STFW https://www.educative.io/answers/what-is-the-stack-smashing-detected-error 这个问题最常见的原因就是:你定义的某个局部变量(局部变量存放在栈 阅读全文
posted @ 2023-01-03 19:44 yinhuachen 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 这里的 #1 只在仿真时有用,在综合时会被忽略掉 具体请看:https://stackoverflow.com/questions/22196468/what-does-1-mean-in-verilog 阅读全文
posted @ 2023-01-03 15:48 yinhuachen 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 这是块的名字 在使用 generate 的时候很有用 具体请看这个网页:https://stackoverflow.com/questions/41990552/verilog-what-does-begin-followed-by-colon-and-a-variable-mean 阅读全文
posted @ 2023-01-03 15:44 yinhuachen 阅读(359) 评论(0) 推荐(0) 编辑
摘要: VNC有图形化界面,而ssh没有 阅读全文
posted @ 2022-12-30 21:23 yinhuachen 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 参考这个网址就好 https://github.com/jincheng9/markdown_supported_languages 阅读全文
posted @ 2022-12-30 19:43 yinhuachen 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 原网页:http://rcore-os.cn/rCore-Tutorial-Book-v3/chapter0/2os-interface.html ABI 即,应用程序和系统软件之间的约定 年代和操作系统的演化 寒武纪 1946 打孔纸带,计算机一次只执行一个程序 泥盆纪 鱼类 和 二叠纪 两栖动物 阅读全文
posted @ 2022-12-25 16:56 yinhuachen 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 原因是在Python3.X中应该用urllib.request。更改后就不会再出现这个错误了。 答案来源:https://blog.csdn.net/john_bian/article/details/68059250 阅读全文
posted @ 2022-12-10 15:54 yinhuachen 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 完成 《Rust圣经》第一章、第二章的阅读 第一章链接:https://www.cnblogs.com/yinhuachen/p/16964765.html 第二章链接:https://www.cnblogs.com/yinhuachen/p/16964923.html 阅读全文
posted @ 2022-12-08 22:42 yinhuachen 阅读(30) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 34 下一页