1 NX9+VS2012 2 3 4 #include <uf.h> 5 #include <uf_tabnot.h> 6 #include <NXOpen/Part.hxx> 7 #include <NXOpen/PartCollection.hxx> 8 #include <NXOpen/Ses ...
分类:
其他好文 时间:
2019-05-31 21:26:04
阅读次数:
130
1 NX9+VS2012 2 3 4 #include <uf.h> 5 #include <uf_tabnot.h> 6 #include <NXOpen/Part.hxx> 7 #include <NXOpen/PartCollection.hxx> 8 #include <NXOpen/Ses ...
分类:
其他好文 时间:
2019-05-31 21:21:31
阅读次数:
116
1 NX9+VS2012 2 3 4 #include <uf.h> 5 #include <uf_tabnot.h> 6 #include <NXOpen/Part.hxx> 7 #include <NXOpen/PartCollection.hxx> 8 #include <NXOpen/Ses ...
分类:
其他好文 时间:
2019-05-31 21:13:14
阅读次数:
121
选中tablesctrl + shift +x 然后运行脚本 ...
分类:
其他好文 时间:
2019-05-31 10:18:54
阅读次数:
84
网络爬虫 requests库 1.概述 request库是一个简介且简单的处理HTTP请求的第三方库,它最大的优点是程序编写过程更接近正常URL访问过程。 2.解析 requests 库中的网页请求函数: response 对象的属性 response 对象的方法 BeautifulSoup4库 1 ...
分类:
其他好文 时间:
2019-05-30 01:16:54
阅读次数:
121
本篇博客主要讲解在虚拟机安装之后,从如下四个方面进行讲解kafka的安装过程。 (1)如何配置虚拟机网络 (2)如何安装JDK (3)如何安装zookeeper (4)如何安装kafka 如何配置虚拟机网络 kafka一般安装到linux操作系统,当然windows下面也可以运行,作为程序员,还是在... ...
分类:
其他好文 时间:
2019-05-30 01:13:42
阅读次数:
128
clojure GUI编程-2clojure GUI编程-2目录1. 简介2. 实现过程2.1. 添加依包2.2. 复制文件2.3. 设计gui界面2.4. clojure中加载java gui代码3. 总结1 简介接上一篇GUI开发,每次手写GUI布局代码比较不方便,可以使用netbeans的fo... ...
分类:
其他好文 时间:
2019-05-29 22:06:59
阅读次数:
165
一、加入依赖: 注意:网上很多版本中,只说明了添加这一个js依赖就好,但在使用过程中,由于会涉及到中文编码、以及bootstrap-table-export.js中继承的是tableExport.js,所以还需要添加下面几个依赖: 二、最常用到的参数: 三、实例代码: 四、最终效果: ...
分类:
其他好文 时间:
2019-05-28 17:11:10
阅读次数:
1374
package webber.gshdsb.util; import java.io.File;import java.io.IOException;import jxl.Cell;import jxl.Sheet;import jxl.Workbook;import jxl.read.biff.B ...
分类:
其他好文 时间:
2019-05-27 19:25:58
阅读次数:
111
On a grid, we place some cubes. Each value represents a tower of cubes placed on top of grid cell . Return the total surface area of the resulting sha ...
分类:
其他好文 时间:
2019-05-26 23:40:48
阅读次数:
258