码迷,mamicode.com
首页 >  
搜索关键字:lint    ( 669个结果
Highcharts 测量图;Highcharts 圆形进度条式测量图;Highcharts 时钟;Highcharts 双轴车速表;Highcharts 音量表(VU Meter)
Highcharts 测量图 Highcharts 测量图 Highcharts 测量图 Highcharts 测量图 配置 chart.type 配置 配置 chart 的 type 为 'gauge' 。chart.type 描述了图表类型。默认值为 "line"。 var chart = { ...
分类:其他好文   时间:2017-11-28 14:22:16    阅读次数:202
LintCode题解之统计数字
直接硬搜就可以了,只是需要考虑k为0的情况。 题目来源: http://www.lintcode.com/zh-cn/problem/digit-counts/# ...
分类:其他好文   时间:2017-11-26 11:03:06    阅读次数:137
CentOS中安装YouCompleteMe插件全过程
整个过程几经波折,搜查了很多网友博客。主要参考以下: 我有试过CentOS6.9(32bit & 64bit)和CentOS7中安装,均无问题。由于我的环境搭建是从零开始的,整个过程比较啰嗦。所有安装步骤如下:(写的比较粗糙) 1, 网络设置,安装过程需要连接外网 win10 x64 : 通过无线网 ...
分类:其他好文   时间:2017-11-14 20:37:55    阅读次数:279
mysql列类型选择
比如年龄这个字段可以使用 1990-03-15 也可以用 19900315表示在列类型上可以选择 char 和 int;如果一个字段可以选择多种类型,尽量选择一个更快的类型;字段类型优先级 整型>date,time>char,varchar>blob整型,time运算快,节省空间char/varch ...
分类:数据库   时间:2017-11-12 21:41:12    阅读次数:146
[LintCode] Connecting Graph II
Given n nodes in a graph labeled from 1 to n. There is no edges in the graph at beginning. You need to support the following method:1. connect(a, b), ...
分类:其他好文   时间:2017-11-12 11:12:50    阅读次数:124
[LintCode] Unique Paths II
Follow up for "Unique Paths": Now consider if some obstacles are added to the grids. How many unique paths would there be? An obstacle and empty space ...
分类:其他好文   时间:2017-11-12 11:08:24    阅读次数:216
[LintCode] Six Degrees
Six degrees of separation is the theory that everyone and everything is six or fewer steps away, by way of introduction, from any other person in the ...
分类:其他好文   时间:2017-11-11 11:17:15    阅读次数:150
vue基础知识之vue-resource/axios
Vue基础知识之vue-resource和axios(三) vue-resource Vue.js是数据驱动的,这使得我们并不需要直接操作DOM,如果我们不需要使用jQuery的DOM选择器,就没有必要引入jQuery。vue-resource是Vue.js的一款插件,它可以通过XMLHttpReq ...
分类:移动开发   时间:2017-11-07 10:22:40    阅读次数:316
LintCode之移动零
题目描述: 分析:由于要使非零元素保持原数组的顺序,我只能想出在找到一个0时,逐个移动数组元素使得后一个元素覆盖前一个元素,再将这个0移到后头去。 我的代码: ...
分类:移动开发   时间:2017-11-06 21:14:47    阅读次数:228
mybatis常用jdbcType数据类型以及对应的JavaType
1、MyBatis 通过包含的jdbcType类型 BIT、FLOAT、CHAR 、TIMESTAMP 、 OTHER 、UNDEFINEDTINYINT 、REAL 、VARCHAR 、BINARY 、BLOB NVARCHAR、SMALLINT 、DOUBLE 、LONGVARCHAR 、VAR ...
分类:数据库   时间:2017-11-06 19:15:28    阅读次数:282
669条   上一页 1 ... 35 36 37 38 39 ... 67 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!