SpaceClaim因为是纯英文操作,在安装的过程中确实太麻烦了,它使任何分析师或工程师都可以创建,编辑和修复几何图形,无论它们在工作流中的位置如何。不同于基于特征的参数化CAD系统,它能够让用户以最直观的方式对模型直接编辑,自然流畅地进行模型操作而无需关注模型的建立过程,不过经过我的一番研究,终于 ...
分类:
其他好文 时间:
2021-01-12 11:14:46
阅读次数:
0
错误重现: 插入MySQL报错‘pymysql.err.DataError: (1406, "Data too long for column 'url' at row 1")’ 解决方法: 在插入MySQL的字符太多,此时将MySQL的模式改为非严格模式。 MySQL中运行: mysql> SET ...
分类:
数据库 时间:
2021-01-12 11:05:26
阅读次数:
0
错误重现 redis安装报错:creating server tcp listening socket 127.0.0.1:6379: bind No error 笔者环境 系统版本:win10企业版 redis版本:3.2.100 安装方式 > redis.msi安装 解决方式 依次输入以下命令: ...
分类:
其他好文 时间:
2021-01-12 11:05:08
阅读次数:
0
1.先安装一个插件: npm install vue-wechat-title 2.在mian.js 中引入以下代码: import vueWechatTitle from "vue-wechat-title"; Vue.use(vueWechatTitle); 3.在App.vue中的<route ...
分类:
其他好文 时间:
2021-01-12 10:49:42
阅读次数:
0
安装redis模块 pip install redis redis的使用: import redis rs = redis.Redis(host='192.168.1.109', port=6379) rs.set("name", 'liuxuelin') print(rs.get("name")) ...
分类:
编程语言 时间:
2021-01-12 10:41:37
阅读次数:
0
centos7运行yum报如下提示: There are no enabled repos. Run "yum repolist all" to see the repos you have. To enable Red Hat Subscription Management repositorie ...
分类:
其他好文 时间:
2021-01-12 10:29:30
阅读次数:
0
linux下安装7z命令及7z命令的使用 本文主要介绍了在linux下安装7z命令的方法,同时介绍了7z命令的使用。7z压缩格式拥有众多优点,具有极高的压缩比率,如果你还不了解,请看文章:7z格式、LZMA压缩算法和7-Zip详细介绍。 reille使用的linux发行版是ubuntu,同时在Red ...
分类:
系统相关 时间:
2021-01-11 11:00:53
阅读次数:
0
实验环境 系统平台 IP T1(red hat8) 192.168.220.10 T2(red hat8) 192.168.220.20 T3(red hat8) 192.168.220.30 ...
分类:
其他好文 时间:
2021-01-11 10:54:04
阅读次数:
0
UICollectionView的方法registerClass,如果调用会使注册的cell类在xib或storyboard里的相关内容失效。比如你在storyboard里为这个cell类加了一个button,那么实际上不会显示。 // If a class is registered, it wi ...
分类:
其他好文 时间:
2021-01-08 11:45:41
阅读次数:
0
A. Cards for Friends time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output For the New Year, Po ...
分类:
其他好文 时间:
2021-01-08 11:28:07
阅读次数:
0