码迷,mamicode.com
首页 >  
搜索关键字:operations    ( 1397个结果
IDEA里的git的使用
1、将代码交由git管理 VCS ——> Enable Version Control Integration... 选择要使用的版本控制系统,选择Git ——> OK 2、将代码提交到本地仓库(commit) VCS ——> VCS Operations Popup... 到此已将代码提交到本地仓 ...
分类:其他好文   时间:2019-07-27 17:08:13    阅读次数:296
类型(Type)
A data type is homogeneous collection of values,effectiovely presented,equipped with a set of operations which manipulate these values. 作用: 1.存储此类型变量需 ...
分类:其他好文   时间:2019-07-14 15:15:52    阅读次数:71
[ACM-ICPC 2018 沈阳网络赛] Ka Chang (dfs序+树状数组+分块)
Given a rooted tree ( the root is node 11 ) of NN nodes. Initially, each node has zero point. Then, you need to handle QQ operations. There're two typ ...
分类:编程语言   时间:2019-07-13 13:23:45    阅读次数:140
Spark DStream 转换
第 4 章 DStream 转换 DStream 上的原语与 RDD 的类似,分为 Transformations(转换)和 Output Operations(输 出)两种,此外转换操作中还有一些比较特殊的原语,如:updateStateByKey()、transform()以及 各种 Windo ...
分类:其他好文   时间:2019-07-09 19:10:07    阅读次数:96
linux一些重要数据结构
如同你想象的, 注册设备编号仅仅是驱动代码必须进行的诸多任务中的第一个. 我们将很 快看到其他重要的驱动组件, 但首先需要涉及一个别的. 大部分的基础性的驱动操作包括 3 个重要的内核数据结构, 称为 file_operations, file, 和 inode. 需要对这些结构的 基本了解才能够做 ...
分类:系统相关   时间:2019-07-05 15:32:00    阅读次数:144
146. LRU Cache(js)
146. LRU Cache Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and put. get ...
分类:Web程序   时间:2019-06-20 22:32:21    阅读次数:182
LeetCode-211 Add and Search Word - Data structure design
题目描述 Design a data structure that supports the following two operations: search(word) can search a literal word or a regular expression string contain ...
分类:其他好文   时间:2019-06-19 12:10:44    阅读次数:111
趋势科技 redirfs模块的一个小问题
最近看的一个问题,消息队列可以创建,但是不能获取属性,也不能发消息,返回错误为:EBADF Bad file descriptor 经过打点,确认走入了这个流程: 这个分支判断按道理也没什么问题,因为既然是消息队列,那么file->f_op就应该是 mqueue_file_operations 。 ...
分类:其他好文   时间:2019-06-11 17:43:04    阅读次数:156
devops
DevOps 是一个完整的面向IT运维的工作流,以 IT 自动化以及持续集成(CI)、持续部署(CD)为基础,来优化程式开发、测试、系统运维等所有环节。 DevOps的概念 DevOps一词的来自于Development和Operations的组合,突出重视软件开发人员和运维人员的沟通合作,通过自动 ...
分类:其他好文   时间:2019-06-01 21:40:29    阅读次数:127
Linux驱动知识:Linux Device Model
Kobjects Sysfs Operations Buses, Devices, and Drivers Classes Firmware ...
分类:系统相关   时间:2019-05-27 11:48:01    阅读次数:167
1397条   上一页 1 ... 11 12 13 14 15 ... 140 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!