会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
程序之家
os .net vc++ asm driver wireless
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
77
下一页
2022年2月19日
crontab例子
摘要: 实例1:每1分钟执行一次command 命令: * * * * * command 实例2:每小时的第3和第15分钟执行 命令: 3,15 * * * * command 实例3:在上午8点到11点的第3和第15分钟执行 命令: 3,15 8-11 * * * command 实例4:每隔两天的上午
阅读全文
posted @ 2022-02-19 18:41 ahuo
阅读(141)
评论(0)
推荐(0)
2021年10月12日
git密码配置
摘要: 使用git的记忆密码机制保存用户名密码进入家目录(cd ~)执行 git clone [你的git代码路径] ,发现需要输入密码,ctrl + c 中断执行 touch .git-credentials 创建 .git-credentials 文件执行 vim .git-credentials 编辑
阅读全文
posted @ 2021-10-12 18:02 ahuo
阅读(1147)
评论(0)
推荐(0)
2021年9月28日
Ubuntu 添加根证书
摘要: $sudo cp 证书路径.crt /usr/local/share/ca-certificates$sudo update-ca-certificates
阅读全文
posted @ 2021-09-28 16:13 ahuo
阅读(295)
评论(0)
推荐(0)
2021年8月1日
阿里云ddns shell 脚本
摘要: https://files-cdn.cnblogs.com/files/ahuo/aliyun-ddns.sh
阅读全文
posted @ 2021-08-01 20:47 ahuo
阅读(411)
评论(0)
推荐(0)
2021年7月31日
adb 备份apk
摘要: adb shell pm list packages找到要提取apk的包名 adb shell pm path 定位apk所在系统路径 adb pull /system/app/YouTube/YouTube.apk
阅读全文
posted @ 2021-07-31 20:26 ahuo
阅读(513)
评论(0)
推荐(0)
2021年7月26日
paddlex_gui_win10(飞浆)
摘要: 显卡:GTX 1650 cuda:cuda_10.1.105_418.96_win10 Python: pip install paddlex -i https://mirror.baidu.com/pypi/simplepip install paddlepaddle -i https://mir
阅读全文
posted @ 2021-07-26 14:02 ahuo
阅读(513)
评论(0)
推荐(0)
2021年7月25日
cuda 版本对照
摘要: https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html cudnn https://docs.nvidia.com/deeplearning/cudnn/support-matrix/index.html Table 3.
阅读全文
posted @ 2021-07-25 12:13 ahuo
阅读(1624)
评论(0)
推荐(0)
2021年7月23日
PaddleHub
摘要: pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple pip install paddlehub --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple 服务端 hub s
阅读全文
posted @ 2021-07-23 23:48 ahuo
阅读(125)
评论(0)
推荐(0)
yum 查找库对应的包
摘要: yum whatprovides libGL.so.1
阅读全文
posted @ 2021-07-23 23:12 ahuo
阅读(206)
评论(0)
推荐(0)
2021年7月22日
嵌入式串口数据显示当前终端
摘要: tty /dev/pts/0 setconsole /dev/pts/0 setconsole /dev/console
阅读全文
posted @ 2021-07-22 14:32 ahuo
阅读(101)
评论(0)
推荐(0)
2021年7月21日
阿里云DDNS
摘要: pip install aliyun-python-sdk-core pip install aliyun-python-sdk-alidns #!/usr/bin/env python # coding= utf-8 import os import json from urllib2 impor
阅读全文
posted @ 2021-07-21 09:52 ahuo
阅读(361)
评论(0)
推荐(0)
2021年7月9日
vs code 插件
摘要: C/C++ IntelliSense, debugging, and code browsing. C/C++ Clang Command Adapter C/C++ Intellisense with the help of GNU Global tags Autocompletion for C
阅读全文
posted @ 2021-07-09 14:22 ahuo
阅读(93)
评论(0)
推荐(0)
2021年7月6日
Ubuntu 嵌入式开发准备
摘要: remount mount -o remount, rw / NFS sudo apt-get install nfs-kernel-server vi /etc/exports 追加 /mnt/nfsroot/rootfs *(rw,sync,no_root_squash,no_subtree_c
阅读全文
posted @ 2021-07-06 11:25 ahuo
阅读(66)
评论(0)
推荐(0)
2021年6月19日
ball
摘要: 01234567890
阅读全文
posted @ 2021-06-19 23:22 ahuo
阅读(47)
评论(0)
推荐(0)
2021年6月13日
提取IP并生成文件
摘要: touch `ifconfig |grep inet|awk -F "[: ]+" '{print $3}'|head -n1`
阅读全文
posted @ 2021-06-13 17:45 ahuo
阅读(159)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
77
下一页
公告