上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 64 下一页
摘要: 使用以下命令 sudo vi /etc/network/interfaces 以下方文件内容进行覆盖 ​# interfaces(5) file used by ifup(8) and ifdown(8)auto ens33# iface lo inet loopbackiface ens33 in 阅读全文
posted @ 2019-12-02 10:02 schips 阅读(680) 评论(0) 推荐(0)
摘要: title: Ubuntu 编译安装 qt-opensource 5.9 date: 2020-06-22 07:55:07 categories: tags: 平台 :Ubuntu 18.04 QT版本 :5.9.1 (open source) g++ : 7.3.0 arm-gcc :4.8.1 阅读全文
posted @ 2019-11-27 09:55 schips 阅读(770) 评论(0) 推荐(0)
摘要: title: Linux 驱动需要考虑的同步问题 date: 2020-06-22 07:21:32 categories: tags: - ipc - linux - kernel - driver http://blog.chinaunix.net/uid-21977330-id-3793200 阅读全文
posted @ 2019-11-26 22:19 schips 阅读(362) 评论(0) 推荐(0)
摘要: 有关概念 Nginx是什么 Nginx (“engine x”) 是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP服务器。 Php-fpm是什么 1、cgi、fast-cgi协议 cgi的历史: 早期的webserver只处理html等静态文件,但是随着技术的发展,出现了 阅读全文
posted @ 2019-11-26 16:14 schips 阅读(853) 评论(0) 推荐(0)
摘要: 概览: 头文件目录中总共有32个.h头文件。其中主目录下有13个,asm子目录中有4个,Linux子目录中有10个,sys子目录中有5个。 <a.out.h>:a.out头文件,定义了a.out执行文件格式和一些宏。 <const.h>:常数符号头文件,目前仅定义了i节点中i_mode字段的各标志位 阅读全文
posted @ 2019-11-20 14:51 schips 阅读(1943) 评论(0) 推荐(0)
摘要: 如果生成的可执行文件或库比较大,这时候就可以使用strip命令进行裁减,在嵌入式开发中,如果使用的交叉编译工具是arm-linux,则命令 是arm-linux-strip,如果是arm-uclibc-linux,则命令是arm-uclibc-linux-strip. 因为开发板上的空间本来就很少, 阅读全文
posted @ 2019-11-15 17:35 schips 阅读(7139) 评论(0) 推荐(1)
摘要: 编译器相关知识学习 GNU GCC简介 GNU GCC是一套面向嵌入式领域的交叉编译工具,支持多种编程语言、多种优化选项并且能够支持分步编译、支持多种反汇编方式、支持多种调试信息格式,目前支持X86、ARM7、StrongARM、PPC4XX、MPC8XX、MIPS R3000等多种CPU。 根据不 阅读全文
posted @ 2019-11-15 17:31 schips 阅读(2909) 评论(0) 推荐(1)
摘要: title: Ubuntu 编译安装 nginx date: 2019/11/01 20:02 categories: tags: - Ubuntu - Linux - nginx - config > 本人的有关博客:《[Windows 编译安装 nginx 服务器 + rtmp 模块](http 阅读全文
posted @ 2019-11-01 20:02 schips 阅读(1187) 评论(0) 推荐(0)
摘要: Windows 编译安装 nginx 服务器 + rtmp 模块 本人的有关博客:《 "Windows 编译安装 nginx 服务器 + rtmp 模块" 》、《 "Ubuntu 编译安装 nginx" 》、《 "Arm Linux 移植 Nginx" 》 背景: 公司产品有使用 nginx+ rt 阅读全文
posted @ 2019-11-01 13:01 schips 阅读(4489) 评论(0) 推荐(0)
摘要: title: arm linux 移植 Nginx date: 2020-06-22 08:04:19 categories: tags: - Linux - arm - nginx - porting 背景 Nginx 在一些基于web的嵌入式产品上能够使用,所以本人也介绍一下有关的支持。 本人的 阅读全文
posted @ 2019-11-01 02:42 schips 阅读(7577) 评论(4) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 64 下一页