会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
自强·
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2018年12月31日
error: ‘ostream_iterator’ was not declared in this scope
摘要: 在代码中添加 #include <iterator>
阅读全文
posted @ 2018-12-31 16:29 自强·
阅读(372)
评论(0)
推荐(0)
2018年12月29日
Linux查看某进程的线程
摘要: 首先得知道你要查的进程的PID: 比如我要查看看我unimrcpserver的线程 第二种方法:top top命令可以实时显示各线程情况。就相当于windows的资源管理器。
阅读全文
posted @ 2018-12-29 10:35 自强·
阅读(242)
评论(0)
推荐(0)
Linux 系统分类
摘要: linux系统,主要分debian系和redhat系,还有其它自由的发布版本。1、debian系主要有Debian,Ubuntu,Mint等及其衍生版本;2、redhat系主要有RedHat,Fedora,CentOs等,3、其它有Slackware,Gentoo,Arch linux,LFS,SU
阅读全文
posted @ 2018-12-29 09:15 自强·
阅读(13815)
评论(0)
推荐(2)
2018年12月28日
关于结构体与字符串相互转换验证
摘要: 输出结果: aaaaaaaaaaaaabbbbbbbbb10ccccccc 这里要注意结构体的字节对齐规则 后续会把相关知识录入博客
阅读全文
posted @ 2018-12-28 12:00 自强·
阅读(2782)
评论(0)
推荐(0)
Linux查看磁盘空间大小
摘要: 1. Ubuntu 查看磁盘空间大小命令 df -h Df命令是linux系统以磁盘分区为单位查看文件系统,可以加上参数查看磁盘剩余空间信息, 命令格式: df -hl 显示格式为: 文件系统 容量 已用 可用 已用% 挂载点 Filesystem Size Used Avail Use% Moun
阅读全文
posted @ 2018-12-28 11:52 自强·
阅读(329)
评论(0)
推荐(0)
2018年12月24日
Qt常见错误
摘要: fatal error: QApplication: No such file or directory 在.pro文件中 添加 QT += widgets fatal error: QTcpSocket: No such file or directory 在.pro文件中 添加 QT += ne
阅读全文
posted @ 2018-12-24 11:02 自强·
阅读(570)
评论(0)
推荐(0)
2018年12月21日
顺序查找和二分查找代码
摘要: /************************************************************************* > File Name: StaticSearchTable.c > Author: > Mail: > Created Time: Fri 21 Dec 2018 03:49:17 PM CST ******...
阅读全文
posted @ 2018-12-21 16:30 自强·
阅读(1258)
评论(0)
推荐(0)
字典树——动态&&静态
摘要: 静态 时间快 动态方法
阅读全文
posted @ 2018-12-21 14:27 自强·
阅读(203)
评论(0)
推荐(0)
Linux本机和远程服务器之间文件的上传和下载 rz sz
摘要: tar zxvf lrzsz-0.12.20.tar.gz 解压安装包 下载地址:链接:https://pan.baidu.com/s/1KMS1QlyOhpXiYeaWdNBAyw 提取码:08ae cd lrzsz-0.12.20 ./configure --prefix=/usr/local/
阅读全文
posted @ 2018-12-21 14:08 自强·
阅读(725)
评论(0)
推荐(0)
牛顿迭代法——C语言
摘要: 转自:https://blog.csdn.net/qq_31029351/article/details/53311285
阅读全文
posted @ 2018-12-21 13:57 自强·
阅读(1493)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告