码迷,mamicode.com
首页 >  
搜索关键字:subscript    ( 116个结果
两数之和 go版本
packagemainimport("fmt")funcmain(){nums:=[]int{1,3,4,6,7,10}target:=17newArr:=twoSum(nums,target)fmt.Println(newArr)}functwoSum(nums[]int,targetint)[2]int{maps:=make(map[int]int)forindex,value:=rangen
分类:其他好文   时间:2018-12-05 12:11:02    阅读次数:220
mqtt------ mosca服务器端参数简介
一:服务器端 为什么使用mosca:mosca是基于node.js开发,上手难度相对较小,其次协议支持完整,除了不支持Qos 2,其它的基本都支持。持久化支持redis以及mongo。二次开发接口简单。部署非常简单,并且支持docker镜像。 mosca参数简介: var mosca = requi ...
分类:其他好文   时间:2018-11-14 14:21:13    阅读次数:1791
Nessus 详解
Nessus 是目前全世界最多人使用的系统漏洞扫描与分析软件。
分类:其他好文   时间:2018-11-01 16:04:32    阅读次数:844
如何处理错误消息Please install the gcc make perl packages
如何处理这行错误消息? Please install the gcc make perl packages from your distribution。 执行命令行:yum install gcc perl make 输出: Loaded plugins: product id, search d ...
分类:其他好文   时间:2018-10-20 16:23:23    阅读次数:389
6.27 7.6-7.9
7.6 yum更换国内源 默认.repo文件中的源为国外的网址,下载速度较慢,可以更换国内源步骤:1 删除原来的.repo文件2 下载国内源的.repo文件到yum.repos.d目录下[root@hyc-01-01 ~]# curl -O http://mirrors.163.com/.help/CentOS7-Base-163.repo  % Total &nbs
分类:其他好文   时间:2018-06-29 11:06:17    阅读次数:244
组合算法(类似C(5,2))
/** * get combinations ( C(superscript, subscript) ) * @param totalCount normal data node group count except primary data node group * @param selectCo ...
分类:编程语言   时间:2018-06-23 13:20:45    阅读次数:218
RedHat安装图形化界面及使用Yum提示需要注册问题处理
问题描述:-Redhat 6.6Mini无法用自带yum仓库安装图形化界面;-执行Yum操作均提示This system is not registered to Red Hat Subscription Management-不断调整yum仓库方式,依旧提示Redhat默认自带的Yum源需要注册等;具体提示如下:This system is not registered to Red Hat S
分类:其他好文   时间:2018-06-20 11:16:35    阅读次数:397
RxJS的基础
RxJS是一个强大的Reactive编程库,提供了强大的数据流组合与控制能力,但是其学习门槛一直很高,本次分享期望从一些特别的角度解读它在业务中的使用,而不是从API角度去讲解。 RxJS简介 通常,对RxJS的解释会是这么一些东西,我们来分别看看它们的含义是什么。 Reactive Lodash ...
分类:Web程序   时间:2018-05-17 13:57:06    阅读次数:231
rocketmq 双主双从同步写安装部署
1,机器ip 软件版本 jdk-8u131-linux-x64.tar.gz rocketmq-all-4.2.0-bin-release.zip rocketmq-console-ng-1.0.0.jar 10.15.10.238 HNVM015238 nameserver1 rocketmq-m ...
分类:其他好文   时间:2018-05-12 00:00:47    阅读次数:200
CMU Deep Learning 2018 by Bhiksha Raj 学习记录(10)
http://deeplearning.cs.cmu.edu/slides/lec11.recurrent.pdf I think the subscripts in this lecture is quite confusing, and even incorrect sometimes. Jac ...
分类:其他好文   时间:2018-04-21 23:37:19    阅读次数:228
116条   上一页 1 ... 3 4 5 6 7 ... 12 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!