会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
#Endless
博客园
首页
新随笔
联系
订阅
管理
2021年3月16日
关于C++指针引用基础知识
摘要: 1) 将引用作为参数 #include<iostream> using namespace std; void Log(int& as, int& bn); // 将参数设置引用. int main() { int xs = 100, ys = 620; cout << "initall a (xs
阅读全文
posted @ 2021-03-16 20:42 #无止境
阅读(27)
评论(0)
推荐(0)
2021年3月6日
Linux增删改查移文件、文件夹
摘要: 关于Linux中文件基本处理命令 (1)添加文件、文件夹(图例):touch Demo命令创建文件(Demo)为文件名。 即mkdir Temp命令为创建文件夹(Temp)为文件夹名。 创建文件、文件夹地址在当前所处位置,使用ls命令来查看当前位置文件、文件夹。 (2)删除文件、文件夹(图例):rm
阅读全文
posted @ 2021-03-06 19:26 #无止境
阅读(72)
评论(0)
推荐(0)
公告