摘要:
C++基础 1 C++的struct和class的区别 区别1:默认继承的权限。不明确指定的情况下,来自class的继承按照private继承处理,来自struct继承按照public处理 区别2:成员的默认访问权限。class成员默认是private权限,struct默认是public 2 C和C 阅读全文
posted @ 2023-05-31 17:45
菜鸟C_5022
阅读(34)
评论(0)
推荐(0)
摘要:
# Automatic detection of Long Method and God Class code smells through neural source code embeddings 通过神经源代码嵌入自动检测 Long Method 和 God Class 代码异味 Aleksa 阅读全文
posted @ 2023-05-31 17:39
菜鸟C_5022
阅读(74)
评论(0)
推荐(0)
摘要:
**最好在根目录下一级一级的探索添加 尽量避免 git add . git rm -r --cache . 等全部上传和移除操作** ### git命令 创建本地代码库(只执行一次) 若有多个.git则会出现ERROR: 500 git init 查看工作区状态 git status (分支:开发版 阅读全文
posted @ 2023-05-31 17:38
菜鸟C_5022
阅读(179)
评论(0)
推荐(0)

浙公网安备 33010602011771号