码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
LeetCode 504. Base 7 (C++)
题目: Given an integer, return its base 7 string representation. Example 1: Example 2: Note: The input will be in range of [-1e7, 1e7]. 分析: 给定一个7进制数,求十进 ...
分类:编程语言   时间:2019-04-18 00:59:31    阅读次数:148
css3基础篇二
CSS3 边框 border-radius box-shadow border-image(ie不支持) 语法 注释:按此顺序设置每个 radii 的四个值。如果省略 bottom-left,则与 top-right 相同。如果省略 bottom-right,则与 top-left 相同。如果省略 ...
分类:Web程序   时间:2019-04-18 00:47:54    阅读次数:189
剑指offer:旋转数组的最小值
题目描述把一个数组最开始的若干个元素搬到数组的末尾,我们称之为数组的旋转。输入一个非减排序的数组的一个旋转,输出旋转数组的最小元素。例如数组{3,4,5,1,2}为{1,2,3,4,5}的一个旋转,该数组的最小值为1。NOTE:给出的所有元素都大于0,若数组大小为0,请返回0。classSolution:"""由于整个数组在一定程度上是有序的,因此可以借鉴二分查找的思想,达到接近O(logn)的时
分类:编程语言   时间:2019-04-17 23:20:52    阅读次数:229
权限之菜单权限
第一次写文章 很粗略 请多多指教 有什么疑问或者问题欢迎发邮件给我 253630756@qq.com 链接:http://note.youdao.com/noteshare?id=ea9b9d16c549d6ddc827dd2e70c185b1&sub=B5DEED2633F242309ECEA96 ...
分类:其他好文   时间:2019-04-17 09:46:11    阅读次数:122
coolBlog
http://blog.lbanyan.com/java_treemap/ http://bbs.appcan.cn/forum.php?mod=viewthread&tid=53181&extra= https://chenshenhai.github.io/koa2 note/ http://n ...
分类:其他好文   时间:2019-04-17 09:42:11    阅读次数:166
Django框架(十九)--Django rest_framework-认证组件
一、什么是认证 只有认证通过的用户才能访问指定的url地址,比如:查询课程信息,需要登录之后才能查看,没有登录,就不能查看,这时候需要用到认证组件 二、利用token记录认证过的用户 1、什么是token token是服务端生成的一串字符串,以作客户端进行请求的一个令牌,当第一次登录后,服务器生成一 ...
分类:其他好文   时间:2019-04-17 00:19:56    阅读次数:144
【LeetCode每天一题】Group Anagrams(变位词组)
Given an array of strings, group anagrams together. Example: Note: All inputs will be in lowercase. The order of your output does not matter 思路 这道题在一开 ...
分类:其他好文   时间:2019-04-16 20:24:02    阅读次数:195
LeetCode 106. Construct Binary Tree from Inorder and Postorder Traversal 由中序和后序遍历建立二叉树 C++
Given inorder and postorder traversal of a tree, construct the binary tree. Note:You may assume that duplicates do not exist in the tree. For example, ...
分类:编程语言   时间:2019-04-15 23:23:39    阅读次数:214
notes for lxf(三)
纯函数式编程是没有变量的,只要输入确定输出就确定 指高度抽象的编程范式 特点 函数本身可以作为参数传入 或者允许返回一个函数 Higher-order function 一个函数可以接收另一个函数作为参数 函数名其实就是指向函数的变量 map(func_name, Iterable) 序列的每一个元 ...
分类:其他好文   时间:2019-04-15 22:59:25    阅读次数:150
cdh启用sentry的步骤
cdh版本:5.14主要参照官方文档:https://www.cloudera.com/documentation/enterprise/5-14-x/topics/sentry.html一.部署sentry服务1.配置:官方建议将hivemetastore的heapsize至少设为10GB:SettheHMSheapsizetoatleast10GB.Thisisrequiredbecauseb
分类:其他好文   时间:2019-04-15 19:55:11    阅读次数:826
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!