随笔分类 -  (l) Tools

摘要:mplot3d tutorial Contents mplot3d tutorial Getting started Line plots Scatter plots Wireframe plots Surface plots Tri-Surface plots Contour plots Fill 阅读全文
posted @ 2021-02-25 11:23 dong1 阅读(160) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2021-02-22 15:25 dong1 阅读(218) 评论(0) 推荐(0) 编辑
摘要:一般三步就够了 sudo vi /etc/sysconfig/network-scripts/ifcfg-enp0s3 ONBOOT=yes service network restart 路由器设置为dhcp模式,进入cd /etc/sysconfig/network-scripts/ls查找有没 阅读全文
posted @ 2020-12-08 00:39 dong1 阅读(598) 评论(0) 推荐(0) 编辑
摘要:感谢 https://blog.csdn.net/hlpower/article/details/102482453 比如 用在线markdown作业帮,编辑后, ctrl + p 导出pdf https://www.zybuluo.com/mdeditor# 直接github/gitlab/git 阅读全文
posted @ 2020-12-04 09:01 dong1 阅读(3601) 评论(0) 推荐(0) 编辑
摘要:Accelerometer, Gyroscope, and Magnetometer Analysis with Raspberry Pi Part I: Basic Readings reference ### A 3D, real-time capture https://makersporta 阅读全文
posted @ 2020-11-27 14:56 dong1 阅读(131) 评论(0) 推荐(0) 编辑
摘要:1. Installing Linaro Image Tools 2. Creating Board Package 3. Creating Ubuntu Root File System 4. Creating Ubuntu Image http://linuxfactory.or.kr/doku 阅读全文
posted @ 2020-09-26 18:32 dong1 阅读(205) 评论(0) 推荐(0) 编辑
摘要: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. 阅读全文
posted @ 2020-09-22 19:38 dong1 阅读(263) 评论(0) 推荐(0) 编辑
摘要:## 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 阅读全文
posted @ 2020-09-16 08:59 dong1 阅读(68) 评论(0) 推荐(0) 编辑
摘要:作业部落 https://www.zybuluo.com/mdeditor 阅读全文
posted @ 2020-01-14 08:54 dong1 阅读(156) 评论(0) 推荐(0) 编辑
摘要:The Buildroot user manual https://buildroot.org/downloads/manual/manual.html Firefly-RK3288 Manual >> Buildroot 开发 编译软件包 我们可以执行 make <package> 单独编译某个软 阅读全文
posted @ 2019-12-19 16:26 dong1 阅读(646) 评论(0) 推荐(0) 编辑
摘要:A tutorial for porting to autoconf & automake GNU autoconf (automake) "Hello World" step-by-step example All you should really know about Autoconf and 阅读全文
posted @ 2019-07-20 13:22 dong1 阅读(164) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2019-06-30 09:22 dong1 阅读(97) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/81916fba741c 例解 autoconf 和 automake 生成 Makefile 文件 apt-get install autoconf automake libtool autopoint sudo apt-get install 阅读全文
posted @ 2019-06-28 11:18 dong1 阅读(203) 评论(0) 推荐(0) 编辑
摘要:1、hfs https://blog.csdn.net/Cinderella___/article/details/88697062 2、nginx https://blog.csdn.net/hellokandy/article/details/86264153 阅读全文
posted @ 2019-06-14 15:57 dong1 阅读(1208) 评论(0) 推荐(0) 编辑
摘要:linux自带的抓包工具其实就够用了 1、tcpdump tcpdump -i eth0 -nnn udp port 15000 -i 表示指定网卡 -nnn 指定通信协议 port 指定端口号 监听tcp的端口 tcpdump tcp port 15000 将tcp端口数据写入文件 tcpdump 阅读全文
posted @ 2019-05-20 08:56 dong1 阅读(140) 评论(0) 推荐(0) 编辑
摘要:一、环境变量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 阅读全文
posted @ 2018-10-13 10:33 dong1 阅读(838) 评论(0) 推荐(0) 编辑
摘要:一、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 阅读全文
posted @ 2018-09-18 11:23 dong1 阅读(162) 评论(0) 推荐(0) 编辑
摘要:Office 模板和主题 https://templates.office.com/zh-cn markdown手册 https://blog.csdn.net/witnessai1/article/details/52551362 阅读全文
posted @ 2018-07-31 08:57 dong1 阅读(147) 评论(0) 推荐(0) 编辑
摘要:ubuntu下播放h264,h265文件 https://blog.csdn.net/rjszcb/article/details/112392487 EXPORT # if defined( MP4V2_EXPORTS )# define MP4V2_EXPORT __declspec(dllex 阅读全文
posted @ 2017-06-03 11:14 dong1 阅读(443) 评论(0) 推荐(0) 编辑
摘要:扫盲:在github上新建一个仓库并上传本地工程 http://1ke.co/course/194 我自己新建了个项目,一步一步流程如下。 zhoudd@desay:~/桌面/mini_embed_driver_framework$ git init初始化空的 Git 版本库于 /home/zhou 阅读全文
posted @ 2017-05-08 16:38 dong1 阅读(915) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示