12 2019 档案
摘要:右键项目->属性->生成,点击 高级 按钮,调试信息 仅 PDB 改为 完全。
阅读全文
摘要:#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
阅读全文
摘要:1.以 Github 为例作为远程仓库,本地 Git 仓库和 GitHub 仓库之间的传输是通过SSH加密的,需要配置验证信息,使用以下命令生成 SSH Key,your_email@youremail.com 改为在 Github 上注册的邮箱: $ ssh-keygen -t rsa -C "y
阅读全文
浙公网安备 33010602011771号