会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
北辰
Where you are now is a result of the choices you made in the past. Where you will be in the future is a result of the choices you are making right now.
博客园
首页
新随笔
联系
订阅
管理
2019年11月
C++ const 引用 指针
摘要: 先简单回忆一下常量的性质: Copy int main() { const int buffSize = 512; buffsize = 512; //× buffSize是常量 } 初始化时: Copy const int i = get_val(); //√ 运行时初始化 const int j
阅读全文
posted @ 2019-11-25 22:46 蒋清华
阅读(378)
评论(0)
推荐(0)
2019年7月
Git 常用命令
摘要: 仓库 配置 增加/删除文件 代码提交 分支 标签 查看信息 远程同步 撤销 其他
阅读全文
posted @ 2019-07-09 19:28 蒋清华
阅读(106)
评论(0)
推荐(0)
CentOS系统日志
摘要: 日志分类: 一、/var目录 一些数据库如MySQL则在/var/lib下,用户未读的邮件的默认存放地点为/var/spool/mail 二、:/var/log/ 系统的引导日志:/var/log/boot.log,例如: 1 Feb 26 10:40:48 sendmial : sendmail
阅读全文
posted @ 2019-07-09 13:02 蒋清华
阅读(1971)
评论(0)
推荐(1)
vmware虚拟机挂载Windows磁盘的两种方法
摘要: 第一种 vmware虚拟机通过ntfs-3g挂接windows盘 1.共享windows盘虚拟机设置——>添加硬盘——>选择IDE——>使用物理磁盘——>选择本地盘(单分区)——>默认完成添加2.上传ntfs-3g-2017.3.23-6.el7.x86_64.rpm安装:rpm -ivh ntfs
阅读全文
posted @ 2019-07-07 22:28 蒋清华
阅读(1399)
评论(0)
推荐(0)
公告