码迷,mamicode.com
首页 >  
搜索关键字:mina    ( 1325个结果
UFUN函数 UF_ATTR函数(UF_ATTR_assign ,UF_ATTR_read_value )
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
UFUN函数 UF_ATTR函数(UF_ATTR_cycle )
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是什么 dubbo是一个分布式框架,远程服务调用的分布式框架,其核心部分包含:集群容错:提供基于接口方法的透明远程过程调用,包括多协议支持,以及软负载均衡,失败容错,地址路由,动态配置等集群支持。远程通讯:提供对多种基于长连接的NIO框架抽象封装,包括多种线程模型,序列化,以及“请求-响应 ...
分类:其他好文   时间:2019-12-13 09:25:30    阅读次数:79
A - Mondriaan's Dream (状态压缩DP)
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
MOP tricks 开新坑,未完待续 觉得有用的话,欢迎一起讨论相互学习~ "Follow Me" Reference [1] Multiobjective Immune Algorithm with Nondominated Neighbor Based Selection Some refer ...
分类:其他好文   时间:2019-12-08 00:58:33    阅读次数:138
2019-12-7英语周考王菲
计算机英语周考1.单词英译汉(10)*3communicatenetwork mediumnetwork protocolinformation resourcewireless computer networkingradio wave microwavecommunication channel ...
分类:其他好文   时间:2019-12-07 21:10:38    阅读次数:105
Ancient Printer HDU - 3460 贪心+字典树
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
SecureCRT字体、界面优化
SecureCRT字体、界面优化 本文是secureCRT的第三篇博文,也是目前secureCRT优化的最终篇。首次使用该软件时候。应该会设置字体和编码,接下来,将演示如何设置。 1. 字体、编码设置 点击Options进入Eidt Default Session 进入该界面,选中apperance ...
分类:其他好文   时间:2019-12-05 13:17:13    阅读次数:103
[Daily Coding Problem] Find the total number of solutions of a linear equation of n variables
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
Hive知识点
1、Hive是一种建立在Hadoop文件系统上的数据仓库架构,并对存储在HDFS中的数据进行分析和管理;(也就是说对存储在HDFS中的数据进行分析和管理,我们不想使用手工,我们建立一个工具把,那么这个工具就可以是hive) 2、 hive建表语法中的分隔符设定ROW FORMAT DELIMITED ...
分类:其他好文   时间:2019-12-04 10:35:57    阅读次数:88
1325条   上一页 1 ... 18 19 20 21 22 ... 133 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!