1 NX11+VS2013 2 3 #include <uf.h> 4 #include <uf_ui.h> 5 #include <uf_layer.h> 6 7 8 9 UF_initialize(); 10 11 //获取一个图层类别的tag 12 tag_t category = NULL_ ...
分类:
其他好文 时间:
2019-11-13 13:05:13
阅读次数:
92
1 NX11+VS2013 2 3 #include <uf.h> 4 #include <uf_ui.h> 5 #include <uf_layer.h> 6 7 8 9 UF_initialize(); 10 11 //获取一个图层类别的tag 12 tag_t category = NULL_ ...
分类:
其他好文 时间:
2019-11-13 12:53:58
阅读次数:
82
1 NX11+VS2013 2 3 #include <uf.h> 4 #include <uf_ui.h> 5 #include <uf_layer.h> 6 7 8 UF_initialize(); 9 10 //获取图层的状态 11 //1.UF_LAYER_WORK_LAYER 设置为工作图 ...
分类:
其他好文 时间:
2019-11-13 12:45:57
阅读次数:
104
函数:UF_CSYS_ask_wcs() 函数说明:通过3x3矩阵获取XYZ轴矢量 用法: 1 #include <uf.h> 2 #include <uf_mtx.h> 3 extern DllExport void ufusr(char *param, int *returnCode, int ...
分类:
其他好文 时间:
2019-11-09 18:05:39
阅读次数:
158
函数:UF_CSYS_ask_matrix_values () 函数说明:获取指定矩阵标识的矩阵值。 用法: #include <uf.h> #include <uf_csys.h> extern DllExport void ufusr(char *param, int *returnCode, ...
分类:
其他好文 时间:
2019-11-09 17:35:30
阅读次数:
114
https://ask.csdn.net/questions/769477/** * 环绕增强,验证权限 * @param joinPoint 目标对象 * @param authCheck 自定义的注解,Around必须这样写,否则自定义的注解无法传入 * */ @Around("pointAll ...
分类:
其他好文 时间:
2019-11-08 09:37:33
阅读次数:
99
论坛问题: https://ask.dcloud.net.cn/question/74505 使用: uni.connectSocket(OBJECT) 和 SocketTask.onOpen(CALLBACK) 在安卓手机无法触发websocket的open方法 解决办法使用plus-websoc ...
分类:
移动开发 时间:
2019-11-04 13:57:14
阅读次数:
838
299. Bulls and Cows Easy Easy Easy You are playing the following Bulls and Cows game with your friend: You write down a number and ask your friend to ...
分类:
其他好文 时间:
2019-11-02 12:04:09
阅读次数:
91
传送门:https://www.luogu.org/problem/P5367 刚开始背的式子,一测WAWAWA......(式子背错了..... 然后请教了下大佬。 就考虑比当前排列字典序小的有哪些。 第i个位置,后边剩下n-i个位置没有填,所以(n-i)! 考虑第i个位置,就再乘以( i-ask ...
分类:
其他好文 时间:
2019-10-25 10:15:18
阅读次数:
72
tldr 比man好用的查询命令查询工具, man很强大,但是 TLDR,too long dont read 安装 使用说明 其他版本下载 https://github.com/tldr pages/tldr 还有网页在线版的, https://tldr.sh/ cheat 需要自己构建备忘清单 ...
分类:
其他好文 时间:
2019-10-24 10:09:47
阅读次数:
78