上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 64 下一页
摘要: Docker 四种网络模式 四种网络模式摘自 Docker 网络详解及 pipework 源码解读与实践 docker run 创建 Docker 容器时,可以用 --net 选项指定容器的网络模式,Docker 有以下 4 种网络模式: host 模式,使用 --net=host 指定。 cont 阅读全文
posted @ 2021-05-01 20:43 arun_yh 阅读(555) 评论(0) 推荐(0)
摘要: (1)CPU个数:看得见摸得找的CPU个数,插在主版上面的. 在linux系统下面的/proc/cpuinfo文件的条目中,有多少个不同的physical id就有多少个物理CPU. (2)CPU物理核:一个CPU可能有多个核. 在linux系统下面的/proc/cpuinfo文件的条目中,可以看具 阅读全文
posted @ 2021-04-24 07:28 arun_yh 阅读(734) 评论(0) 推荐(0)
摘要: 一、问题 在使用jet公司系列IDE在Ubuntu下开发时,集成的terminal是调用的系统的,默认系统的bell硬件提示音会打开,特别烦人,所以只需要把系统的关掉即可。 二、解决步骤如下 1.单击“编辑”菜单,然后选择“首选项”,如下所示: 首选项视图将在以下视图中打开: 在“首选项”视图中,尝 阅读全文
posted @ 2021-04-20 21:26 arun_yh 阅读(461) 评论(0) 推荐(0)
摘要: 一、无法执行yarn脚本 > yarn serve yarn : 无法加载文件 C:\Users\Administrator\AppData\Roaming\npm\yarn.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?L 阅读全文
posted @ 2021-03-15 16:52 arun_yh 阅读(115) 评论(0) 推荐(0)
摘要: wget /**文件链接**/ -e use_proxy=yes -e http_proxy=127.0.0.1:1080 阅读全文
posted @ 2021-02-19 09:54 arun_yh 阅读(522) 评论(0) 推荐(0)
摘要: 一、ultraEdit MAC版本的UltraEdit破解方法: 解压,然后在命令行里输入 printf '\x31\xC0\xFF\xC0\xC3\x90' | dd seek=$((0x777160)) conv=notrunc bs=1 of=/Applications/UltraEdit.a 阅读全文
posted @ 2021-01-31 20:20 arun_yh 阅读(223) 评论(0) 推荐(0)
摘要: 一、 需求: 一遍干别的一遍录屏,需要屏幕时间到了会提醒自己(弹窗方式) 实现: apt-get install python-tk #tkinter安裝 import time import tkinter.messagebox def countdown(m): try: m = int(m) 阅读全文
posted @ 2021-01-18 13:00 arun_yh 阅读(268) 评论(0) 推荐(0)
摘要: 一、大小端出现原因 计算机系统是以字节为单位的,每个地址单元都对应着一个字节,一个字节为8bit。但对于位数大于8位的处理器,如16位或32位/64位的处理器,由于寄存器宽度大于一个字节,那么必然存在一个如何将多个字节安排的问题。因此就导致了大端存储模式和小端存储模式的出现。 二、为什么会有小端字节 阅读全文
posted @ 2020-12-12 22:07 arun_yh 阅读(4970) 评论(0) 推荐(1)
摘要: 零、mac如何解决快捷键冲突 (1)官方链接: https://support.apple.com/guide/mac-help/if-a-keyboard-shortcut-doesnt-work-mchlp2864/mac (2)全局快捷键 https://support.apple.com/g 阅读全文
posted @ 2020-09-03 11:48 arun_yh 阅读(343) 评论(0) 推荐(0)
摘要: (1)01机械臂关节运动 (2)02机械臂坐标 (3)roll: 翻滚 (4)pitch:俯仰 (5)yaw:偏航 (6)06识别物体定位之robot组成 (7)07机械臂安装工具法兰 (8)08moveL (9)09moveL使用场景 (10)10moveJ (11)11moveJ使用场景 (12 阅读全文
posted @ 2020-08-18 15:11 arun_yh 阅读(1261) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 64 下一页