1 UF_initialize(); 2 3 tag_t object=32529; 4 char title[UF_ATTR_MAX_TITLE_LEN + 1]="零件名称"; 5 UF_ATTR_value_t value; 6 value.type=UF_ATTR_string; 7 val ...
分类:
其他好文 时间:
2019-12-14 14:03:14
阅读次数:
92
1 UF_initialize(); 2 3 tag_t object=433890; 4 int indx=0; 5 int type=UF_ATTR_any ; 6 char title[UF_ATTR_MAX_TITLE_LEN + 1]=""; 7 UF_ATTR_value_t value ...
分类:
其他好文 时间:
2019-12-14 14:00:06
阅读次数:
90
dubbo是什么 dubbo是一个分布式框架,远程服务调用的分布式框架,其核心部分包含:集群容错:提供基于接口方法的透明远程过程调用,包括多协议支持,以及软负载均衡,失败容错,地址路由,动态配置等集群支持。远程通讯:提供对多种基于长连接的NIO框架抽象封装,包括多种线程模型,序列化,以及“请求-响应 ...
分类:
其他好文 时间:
2019-12-13 09:25:30
阅读次数:
79
Squares and rectangles fascinated the famous Dutch painter Piet Mondriaan. One night, after producing the drawings in his 'toilet series' (where he ha ...
分类:
其他好文 时间:
2019-12-11 21:51:08
阅读次数:
113
MOP tricks 开新坑,未完待续 觉得有用的话,欢迎一起讨论相互学习~ "Follow Me" Reference [1] Multiobjective Immune Algorithm with Nondominated Neighbor Based Selection Some refer ...
分类:
其他好文 时间:
2019-12-08 00:58:33
阅读次数:
138
计算机英语周考1.单词英译汉(10)*3communicatenetwork mediumnetwork protocolinformation resourcewireless computer networkingradio wave microwavecommunication channel ...
分类:
其他好文 时间:
2019-12-07 21:10:38
阅读次数:
105
The contest is beginning! While preparing the contest, iSea wanted to print the teams' names separately on a single paper. Unfortunately, what iSea co ...
分类:
其他好文 时间:
2019-12-07 14:48:00
阅读次数:
104
UDP协议 (了解) 称之为数据包协议。 特点: 1) 不需要建立链接。 2) 不需要知道对方是否收到。 3) 数据不安全 4) 传输速度快 5)能支持并发 6) 不会粘包 7) 无需先启动服务端再启动客户端 优点: - 传输速度快 - 能支持并发 - 不会粘包 缺点: - 数据不安全, 容易丢失 ...
分类:
Web程序 时间:
2019-12-06 22:04:04
阅读次数:
120
SecureCRT字体、界面优化 本文是secureCRT的第三篇博文,也是目前secureCRT优化的最终篇。首次使用该软件时候。应该会设置字体和编码,接下来,将演示如何设置。 1. 字体、编码设置 点击Options进入Eidt Default Session 进入该界面,选中apperance ...
分类:
其他好文 时间:
2019-12-05 13:17:13
阅读次数:
103
Given a linear equation of n variables, find the total number of non-negative integer solutions of it. All coefficients are positive. Example: input: ...
分类:
其他好文 时间:
2019-12-05 01:19:58
阅读次数:
91