在OpenCASCADE中基于BRepBuilderAPI_MakeFace直接生成的带孔的面,还可以进一步使用放样算法来造型,如拉伸,旋转等,如下图所示。这样就可以避免使用布尔操作,提高造型算法的性能和稳定性。 ...
分类:
其他好文 时间:
2018-10-13 02:31:31
阅读次数:
227
1、MMKV简介 腾讯微信团队于2018年9月底宣布开源 MMKV ,这是基于 mmap 内存映射的 key-value 组件,底层序列化/反序列化使用 protobuf 实现,主打高性能和稳定性。近期也已移植到 Android 平台,一并对外开源。 MMKV 是基于 mmap 内存映射的 key- ...
分类:
微信 时间:
2018-09-22 14:49:04
阅读次数:
314
此项目已上传GitHub,支持pods安装, git地址: https://github.com/adampei/AwSearch git上有详细说明 效果图大概长这样 这个库都能做什么? 自定义搜索的icon, icon大小, icon位置, 搜索框背景色, 位置, 圆角等, 输入框字体大小, 颜 ...
分类:
移动开发 时间:
2018-09-15 13:54:33
阅读次数:
263
第一次将本地项目同步到git服务器 Last login: Mon Sep 3 09:48:44 on ttys003 localhost:~ dajiang$ cd desktop localhost:desktop dajiang$ cd community localhost:communit ...
分类:
其他好文 时间:
2018-09-05 21:45:31
阅读次数:
247
Node、pod基本命令:Kubectl describe podskubectl get pods -n default -o widekubectl log -f --tail=200 $pod_idkubectl create/delete -f xxx.yamlkubectl delete ...
分类:
其他好文 时间:
2018-08-29 21:30:22
阅读次数:
271
1.登录到k8s master服务器 $ ssh developer@192.168.3.248 2.查看服务容器所在的节点(以wx-server为例) $ kubectl get pods -nwx -o wide 3.远程连接所在节点 $ ssh <节点> 4.筛选出正在运行的容器(以wx-se ...
分类:
其他好文 时间:
2018-08-26 14:50:29
阅读次数:
195
定义Pod的常用资源 pods.spec.containers - name <string> #containers 的名字 image <string> #镜像地址 imagePullPolicy <string> #如果标签是latest 就是Always(总是下载镜像) IfNotPrese ...
分类:
Web程序 时间:
2018-08-23 02:12:31
阅读次数:
380
1 . set up your system step 1: install node.js step 2: install the nativescript cli 2.1 npm install -g nativescript 2.2 verify the nativescript cli tn ...
分类:
系统相关 时间:
2018-08-16 19:35:20
阅读次数:
240
1. 前置需要安装 storageclass 然后 安装helm 客户端 helm tiller 服务端 2. 设置 当前的位阿里云的 repo 3. 查找 wordpress的镜像 4. 简单进行安装 5. 查看服务的的状态 6. 查看 svc 和pods的状态 7. 如果没有 images 的话 ...
分类:
其他好文 时间:
2018-08-13 22:07:41
阅读次数:
940
YAML配置文件管理对象 对象管理: # 创建deployment资源 kubectl create -f nginx-deployment.yaml # 查看deployment kubectl get deploy # 查看ReplicaSet kubectl get rs # 查看pods所有... ...
分类:
其他好文 时间:
2018-08-11 18:12:38
阅读次数:
1329