会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
andy1327
博客园
首页
新随笔
联系
订阅
管理
2018年5月25日
ubuntu 安装ssh服务
摘要: 1:安装 $ sudo apt-get install openssh-server 2:检查ssh服务开启状态 $ ps -s | grep ssh 3:启动ssh服务 $ service ssh start 4:本地登录 $ ssh localhost
阅读全文
posted @ 2018-05-25 17:35 andy1327
阅读(116)
评论(0)
推荐(0)
2018年5月24日
git 创建与推送分支
摘要: 1:创建本地分支 dev $ git branch dev 切换至 dev 分支 $ git checkout dev 2:查看当前分支 $ git branch * dev master 3:查看远程库的信息: $ git remote -v 推送至远程分支: 第一次创建后推送: git push
阅读全文
posted @ 2018-05-24 15:15 andy1327
阅读(142)
评论(0)
推荐(0)
GRPC 安装
摘要: https://github.com/grpc/grpc/blob/master/INSTALL.md Pre-requisites $ [sudo] apt-get install build-essential autoconf libtool pkg-config If you plan to
阅读全文
posted @ 2018-05-24 14:16 andy1327
阅读(143)
评论(0)
推荐(0)
pkg-config 磁盘位置
摘要: cflags: pkg-config --cflags libmodbus >> -I/usr/local/include/modbus pkg-config --cflags glib-2.0 >> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-g
阅读全文
posted @ 2018-05-24 14:06 andy1327
阅读(108)
评论(0)
推荐(0)
2018年5月21日
ubuntu新系统编译环境配置
摘要: gtk: sudo apt-get install libgtk-3-dev libgtk-3-doc $ sudo apt install gtk-3-examples $ gtk3-demo $ gtk3-icon-browser $ gtk3-widget-factory $ sudo apt
阅读全文
posted @ 2018-05-21 10:13 andy1327
阅读(151)
评论(0)
推荐(0)
2018年4月20日
glib 编译
摘要: 1:从github下载源码:git clone https://github.com/GNOME/glib.git ; 2:./autogen.sh to generate the configure script; (sudo apt-get install libmount-dev ;) 3:.
阅读全文
posted @ 2018-04-20 16:47 andy1327
阅读(540)
评论(0)
推荐(0)
libmodbus 静态编译
摘要: 1:从github下载源码:git clone https://github.com/stephane/libmodbus.git ; 2:./autogen.sh (to generate the configure script;) 3:./configure --enable-static -
阅读全文
posted @ 2018-04-20 16:15 andy1327
阅读(724)
评论(0)
推荐(0)
公告