FreeCAD作为一款基于OpenCasCAD内核的开源CAD软件,可以在GitHub上下载源代码。阅读源代码,有助于我们学习CAD软件架构,了解底层几何算法。 由博主Caesar卢尚宇自学整理(纯粹出于对三维CAD软件开发的热爱) # 指定半径和高度b=Part.makeCylinder(20,5 ...
分类:
其他好文 时间:
2020-03-23 22:14:18
阅读次数:
88
查看 $lscpu $cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 查看内存配置 $free -h 查看硬盘大小 $fdisk -l |grep Disk<br>$lspci -v -s 00:02.0 (输入显卡序号,获得某块显卡的详细 ...
分类:
系统相关 时间:
2020-03-23 20:33:04
阅读次数:
114
用引导安装centos的方法给曙光工作站安装centos7.6,安装完成后,free -m发现内存只有2G。
分类:
其他好文 时间:
2020-03-23 11:21:27
阅读次数:
114
1、计算器 bash [17:23:31 root@Centos8 ~] bc bc 1.07.1 Copyright 1991 1994, 1997, 1998, 2000, 2004, 2006, 2008, 2012 2017 Free Software Foundation, Inc. Th ...
分类:
其他好文 时间:
2020-03-23 00:18:48
阅读次数:
83
1.Linux常见命令 /etc/motd 系统登录后提示文件 /etc/issue 系统登录前提示文件 cat 查看文本文件 free -h 查看内存 tty 查看端口 echo $SHELL 查看shell类型 cat /etc/shells 查看所有shell类型(打开 文件夹) ps aux ...
分类:
系统相关 时间:
2020-03-22 18:03:01
阅读次数:
95
微信支付和支付宝在线支付越来越重要,在各种产品中多多少少都会和支付打交道,此篇博客用采用第三方开源代码 "best pay sdk" 封装好的api作为入门代码。 导入开源jar包到SrpingBoot中: best pay sdk具体使用可参考文档: https://github.com/Pay ...
分类:
微信 时间:
2020-03-21 21:20:18
阅读次数:
121
自定义指令 https://cn.vuejs.org/v2/guide/custom-directive.html 简介 Watch a free video lesson on Vue School 除了核心功能默认内置的指令 (v-model 和 v-show),Vue 也允许注册自定义指令。注 ...
分类:
其他好文 时间:
2020-03-21 18:24:03
阅读次数:
82
大家赶紧来看看,特别好用的。 文档: This is pytools modulethe module is use MIT license MIT License Copyright (c) 2020 Pytools Permission is hereby granted, free of ch ...
分类:
其他好文 时间:
2020-03-20 19:54:07
阅读次数:
72
命令缩写: pwd:print work directory 打印当前目录 显示出当前工作目录的绝对路径 ps: process status(进程状态,类似于windows的任务管理器) 常用参数:-auxf ps auxf 显示进程状态 df: disk free 其功能是显示磁盘可用空间数目信 ...
分类:
其他好文 时间:
2020-03-20 17:11:17
阅读次数:
81