码迷,mamicode.com
首页 >  
搜索关键字:operations    ( 1397个结果
OpenCV Mat&Operations
/*M/////////////////////////////////////////////////////////////////////////////////////////// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING ...
分类:其他好文   时间:2019-10-09 12:12:21    阅读次数:68
DevOps
https://baike.baidu.com/item/devops/2613029?fr=aladdin DevOps(Development和Operations的组合词)是一组过程、方法与系统的统称,用于促进开发(应用程序/软件工程)、技术运营和质量保障(QA)部门之间的沟通、协作与整合。 ...
分类:其他好文   时间:2019-10-07 11:19:08    阅读次数:63
Amazon SWF Actors
What is an Actor in Amazon SWF? In the course of its operations, Amazon SWF interacts with a number of different types of programmatic actors. Actors ...
分类:其他好文   时间:2019-10-06 18:20:47    阅读次数:108
大数据--hive查询
一、全表查询和特定列查询 1、全表查询: hive (db_test)> select * from dept;OKdept.deptno dept.dname dept.loc10 ACCOUNTING 170020 RESEARCH 180030 SALES 190040 OPERATIONS ...
分类:其他好文   时间:2019-09-30 14:32:57    阅读次数:107
触摸屏驱动
触摸屏驱动 input子系统框架: 输入子系统的核心文件input.c,其中的file_operations中的.open会找到input_handler得到具体的fops, 在linux内核中是evdev.c来提供handler,它里面有一个evdev_handler,这个evdev_handle ...
分类:其他好文   时间:2019-09-23 12:25:15    阅读次数:111
工作流引擎Activiti 学习(核心类)
1. RepositoryService The RepositoryService is probably the first service needed when working with the Activiti engine. This service offers operations ...
分类:其他好文   时间:2019-09-23 11:56:04    阅读次数:83
DevOps平台
DevOps定义(来自维基百科): DevOps(Development和Operations的组合词)是一种重视“软件开发人员(Dev)”和“IT运维技术人员(Ops)”之间沟通合作的文化、运动或惯例。透过自动化“软件交付”和“架构变更”的流程,来使得构建、测试、发布软件能够更加地快捷、频繁和可靠 ...
分类:其他好文   时间:2019-09-15 22:36:04    阅读次数:562
Two sum III-data structure design
Design and implement a TwoSum class. It should support the following operations:add and find. add - Add the number to an internal data structure.find ...
分类:其他好文   时间:2019-09-15 11:15:05    阅读次数:93
CF339D Xenia and Bit Operations(线段树)
乱搞线段树,单点修改,每次询问整个表达式的值 不同点在于up函数需要进行修改,根据区间长度不同运算符号也有所不同 代码: ...
分类:其他好文   时间:2019-09-13 19:12:59    阅读次数:94
RedisTemplate 事务处理方法 watch multi exec 的使用
@Autowired RedisTemplate redisTemplate; redisTemplate.execute(new SessionCallback(){ @Override public Object execute(RedisOperations operations) throw... ...
分类:其他好文   时间:2019-09-11 13:24:34    阅读次数:623
1397条   上一页 1 ... 8 9 10 11 12 ... 140 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!