Vue 使用 BIMFACE 实现3D着火demo 官网: https://bimface.com/ 案例: https://bimface.com/developer-jsdemo#1011 <template> <div style="height: 90%;"> <button class=" ...
分类:
其他好文 时间:
2021-04-21 12:56:52
阅读次数:
0
PostgreSQL 9.6安装 1、添加RPM sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm 2、安 ...
分类:
数据库 时间:
2021-04-21 12:51:42
阅读次数:
0
概述 tree for windows 背景 win10 环境下, 我需要打印 文件树 问题 git 默认是不带 tree 命令的 cmd 好像有, 但是我不大想用 思路 尝试去搞一个 好在有前人做过类似的工作, 所以我可以坐享其成 环境 os win10 20H2 mintty 3.4.0 tre ...
Python中os.walk函数的用法(遍历文件夹下文件并获得路径) Python中os.walk函数的用法(遍历文件夹下文件并获得路径) 参考文献 引言 os.walk使用 获得所有子文件路径(os.path.join使用)参考文献https://blog.csdn.net/bagboy_taob ...
分类:
编程语言 时间:
2021-04-21 12:21:41
阅读次数:
0
主配置文件 /etc/sysconfig/network-scripts/ifcfg-eth1 里面的详细内容 DEVICE=eth1 网卡名称 TYPE=Ethernet 类型,Ethernet|Bridge ONBOOT=yes 是否激活设备 IPADDR=172.16.55.158 IP地址 ...
分类:
系统相关 时间:
2021-04-21 11:49:19
阅读次数:
0
sys:macOS Big Sur 版本 11.2.3 python: 3.8.5 selenium: 3.141.0 Chrome: 版本 90.0.4430.72(正式版本) (x86_64) Firefox: 87.0 (64 位) chromedriver: ChromeDriver 90. ...
分类:
其他好文 时间:
2021-04-20 15:38:18
阅读次数:
0
创建用户 SQL> conn sys/123456 as sysdba 已连接。 SQL> show user USER 为 "SYS" SQL> create user Irving identified by Irving; 用户已创建。 用户虽然创建了但是什么权限都没有 给用户授权后就能登陆 ...
分类:
数据库 时间:
2021-04-20 14:57:17
阅读次数:
0
select系统调用 #include <sys/select.h> int select(int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout); nfds:是指集合中所有文件 ...
分类:
系统相关 时间:
2021-04-20 14:09:45
阅读次数:
0
每隔 0.5 秒输出当前 .git 目录的文件 watch -n .5 "tree .git" 需要安装 watch 和 tree 命令, brew install watch brew install tree ...
分类:
系统相关 时间:
2021-04-19 15:36:48
阅读次数:
0
##Socket函数 #include <sys/types.h> #include <sys/socket.h> int socket(int domain, int type, int protocol); domain 协议族: AF_OCAL, AF_INT, AF_INET7 type S ...
分类:
其他好文 时间:
2021-04-19 15:04:18
阅读次数:
0