摘要: 右键项目->属性->生成,点击 高级 按钮,调试信息 仅 PDB 改为 完全。 阅读全文
posted @ 2019-12-27 15:51 二是一种不三不亖的范 阅读(639) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> int ReadFile(char* str, int len, const char* path){ FILE* pFile; fopen_s(&pFile, path, "rb+"); if (NULL == pFil 阅读全文
posted @ 2019-12-27 15:23 二是一种不三不亖的范 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 1.以 Github 为例作为远程仓库,本地 Git 仓库和 GitHub 仓库之间的传输是通过SSH加密的,需要配置验证信息,使用以下命令生成 SSH Key,your_email@youremail.com 改为在 Github 上注册的邮箱: $ ssh-keygen -t rsa -C "y 阅读全文
posted @ 2019-12-27 10:02 二是一种不三不亖的范 阅读(168) 评论(0) 推荐(0) 编辑