随笔分类 - (l) Tools
摘要:mplot3d tutorial Contents mplot3d tutorial Getting started Line plots Scatter plots Wireframe plots Surface plots Tri-Surface plots Contour plots Fill
阅读全文
摘要:This guide will help you decide. It will show you how to use each of the four most popular Python plotting libraries—Matplotlib, Seaborn, Plotly, and
阅读全文
摘要:一般三步就够了 sudo vi /etc/sysconfig/network-scripts/ifcfg-enp0s3 ONBOOT=yes service network restart 路由器设置为dhcp模式,进入cd /etc/sysconfig/network-scripts/ls查找有没
阅读全文
摘要:感谢 https://blog.csdn.net/hlpower/article/details/102482453 比如 用在线markdown作业帮,编辑后, ctrl + p 导出pdf https://www.zybuluo.com/mdeditor# 直接github/gitlab/git
阅读全文
摘要:Accelerometer, Gyroscope, and Magnetometer Analysis with Raspberry Pi Part I: Basic Readings reference ### A 3D, real-time capture https://makersporta
阅读全文
摘要:1. Installing Linaro Image Tools 2. Creating Board Package 3. Creating Ubuntu Root File System 4. Creating Ubuntu Image http://linuxfactory.or.kr/doku
阅读全文
摘要:1. make install sudo make installmkdir -p /usr/local/include/hiredis /usr/local/include/hiredis/adapters /usr/local/libcp -pPR hiredis.h async.h read.
阅读全文
摘要:## nfs pc: df $HOME sudo vi /etc/exports /mnt *(rw,sync,no_root_squash,no_subtree_check) sudo /etc/init.d/nfs-kernel-server restart sudo /etc/init.d/r
阅读全文
摘要:作业部落 https://www.zybuluo.com/mdeditor
阅读全文
摘要:The Buildroot user manual https://buildroot.org/downloads/manual/manual.html Firefly-RK3288 Manual >> Buildroot 开发 编译软件包 我们可以执行 make <package> 单独编译某个软
阅读全文
摘要:A tutorial for porting to autoconf & automake GNU autoconf (automake) "Hello World" step-by-step example All you should really know about Autoconf and
阅读全文
摘要:CMake Tutorial https://cmake.org/cmake/help/latest/guide/tutorial/index.html dong@dong-ubuntu:~/cmake-v3.xx.x/Help/guide/tutorial$ tree -L 1.├── Compl
阅读全文
摘要:https://www.jianshu.com/p/81916fba741c 例解 autoconf 和 automake 生成 Makefile 文件 apt-get install autoconf automake libtool autopoint sudo apt-get install
阅读全文
摘要:1、hfs https://blog.csdn.net/Cinderella___/article/details/88697062 2、nginx https://blog.csdn.net/hellokandy/article/details/86264153
阅读全文
摘要:linux自带的抓包工具其实就够用了 1、tcpdump tcpdump -i eth0 -nnn udp port 15000 -i 表示指定网卡 -nnn 指定通信协议 port 指定端口号 监听tcp的端口 tcpdump tcp port 15000 将tcp端口数据写入文件 tcpdump
阅读全文
摘要:一、环境变量1、node-v4.9.1-linux-armv7l1)安装cp node-v4.9.1-linux-armv7l.tar.gz /usr/local/cd /usr/local/tar xvf node-v4.9.1-linux-armv7l.tar.gz2)添加环境变量export
阅读全文
摘要:一、free 1、安装绘图工具sudo apt-get install python-matplotlib2、开启dump采集系统监控数据./dump.sh &3、数据导入图形界面python plot.py dump.sh #!/bin/bash i=0; while true do i=`exp
阅读全文
摘要:Office 模板和主题 https://templates.office.com/zh-cn markdown手册 https://blog.csdn.net/witnessai1/article/details/52551362
阅读全文
摘要:ubuntu下播放h264,h265文件 https://blog.csdn.net/rjszcb/article/details/112392487 EXPORT # if defined( MP4V2_EXPORTS )# define MP4V2_EXPORT __declspec(dllex
阅读全文
摘要:扫盲:在github上新建一个仓库并上传本地工程 http://1ke.co/course/194 我自己新建了个项目,一步一步流程如下。 zhoudd@desay:~/桌面/mini_embed_driver_framework$ git init初始化空的 Git 版本库于 /home/zhou
阅读全文