1 NX11+VS2013 2 3 #include <uf.h> 4 #include <uf_modl.h> 5 #include <uf_curve.h> 6 #include <uf_obj.h> 7 8 9 10 11 UF_initialize(); 12 13 //创建四条直线 14 ...
分类:
其他好文 时间:
2020-03-01 01:03:41
阅读次数:
84
1 NX11+VS2013 2 3 #include <uf.h> 4 #include <uf_modl.h> 5 #include <uf_curve.h> 6 #include <uf_obj.h> 7 8 9 10 11 UF_initialize(); 12 13 //创建四条直线 14 ...
分类:
其他好文 时间:
2020-03-01 00:25:48
阅读次数:
88
Step 1 : Options -> Global Options -> General-> Default Session Step 2 : Append to file :追加到文件,不会损失数据 Start new log at midnight :每天更新一个文档,不会显得臃肿 %H :主 ...
分类:
其他好文 时间:
2020-02-28 01:06:59
阅读次数:
76
APP 启动到执行 main 函数之前,程序就执行了很多代码。 执行顺序: 1. 将程序依赖的动态链接库加载到内存 2. 加载可执行文件中的所有符号,代码 runtime 解析被编译的符号代码 3. 遍历所有的 class 4. 按继承层级一次调用 Class 的 load 和 category 的 ...
分类:
其他好文 时间:
2020-02-26 01:29:12
阅读次数:
61
Stack Code: PDF417 Matrix Code: Data Matrix ECC200,QR Code,Micro QR Code,Aztec Code 3种识别模式:standard mode,enhanced mode,maximum recognition mode create ...
分类:
其他好文 时间:
2020-02-25 20:16:48
阅读次数:
198
When you give an element an id attr, it will automaticlly create a object with the same name of id: <form id="theform" action="/" method="post"> <labe ...
分类:
Web程序 时间:
2020-02-25 09:23:13
阅读次数:
65
1、下载地址: https://dev.mysql.com/downloads/mysql/5.7.html 2、下载解压完成后,配置环境变量 先新建MYSQL_HOME系统变量 然后在path中添加 %MYSQL_HOME%\bin 3、 执行mysqld --initialize-insecur ...
分类:
数据库 时间:
2020-02-24 16:40:14
阅读次数:
211
1. 浏览器输入地址:http://pszx.nng.hnw.cn/DXC/index.jsp 2. 使用fiddler,选择Rules->Automatic Breakpoints->Before Request 3. 输入账号…和密码…,点登录,请求会被fiddler截取 4. 在fiddler ...
分类:
其他好文 时间:
2020-02-24 10:13:08
阅读次数:
190
1、下载MySQL社区版本,这里下载的是mysql-8.0.19-winx64,版本比较新,8.0解压版的安装非常简便,解压配置一下即可使用。点击此处跳转官网下载 2、以管理员方式运行cmd 3、进入解压后存放的mysql的bin目录 4、初始化命令mysqld --initialize --con ...
分类:
数据库 时间:
2020-02-22 09:53:51
阅读次数:
114
1 NX11+VS2013 2 3 #include <uf.h> 4 #include <uf_part.h> 5 6 7 UF_initialize(); 8 9 //新建part 10 tag_t partTag = NULL_TAG; 11 UF_PART_new("D:\\123.prt" ...
分类:
其他好文 时间:
2020-02-14 22:48:37
阅读次数:
134