修复Extjs6.X在IE8(IE11以下貌似都有这问题)下表格水平无法滚动的BUG :),IE太神奇了,经过测试,原因竟然是容器高度和滚动条高度一致时无法滚动,这是神马鬼? CSS修复如下(高度可酌情调整): .x-ie9m .x-grid-scrollbar.x-scroller.x-grid- ...
分类:
Web程序 时间:
2018-01-25 14:09:00
阅读次数:
202
本文来自Coursera(Robotics:Estimation and Learning) 主要讲:机器人世界使用的几种地图 占据栅格地图的表示方法与更新方法 利用激光传感器数据构建占据栅格地图 1、机器人地图分类 尺度地图:坐标、经度纬度等 拓扑地图:用于路径规划 语义地图:用于人机交互 2、栅 ...
分类:
其他好文 时间:
2018-01-23 13:13:12
阅读次数:
6526
实验环境: 系统->Redhat 6.5 Oracle软件版本->oracle 11.2.0.4.0 系统初始化 设定hosts主机名和对应IP地址 vi /etc/hosts 192.168.139.11 t-redhat-02 t-redhat-02.com 关闭selinux vi /etc/ ...
分类:
数据库 时间:
2018-01-21 22:39:50
阅读次数:
458
直方图:显示这个数出现的次数 展现出10000个随机数满足平均值是100 标准差是15呈现一个正态分布曲线 ...
分类:
其他好文 时间:
2018-01-20 22:46:53
阅读次数:
180
||| | | | |DataTables|https://datatables.net/| |Handsontable|https://handsontable.com/| |JsGrid|http://js grid.com/| |SlickGrid|https://github.com/mle ...
分类:
编程语言 时间:
2018-01-20 16:33:50
阅读次数:
921
在安装grid的时候遇到的错误INS-2080INFO: Read: ORA-15018: diskgroup cannot be createdINFO: Read: ORA-15038: disk ‘‘ size mismatch with diskgroup [4096] [] []最后修改了vim /etc/sysconfig/oracleasmORACLEASM_USE_
分类:
其他好文 时间:
2018-01-18 11:55:24
阅读次数:
254
在某些环境下,运行11.2版本的RAC数据库的服务器上,连接了多个public网络,那么就会有如下的需求: 实际上从11.2版本开始,grid infrastructure(以下可能会简写为GI)就是一个完整的clusterware,不仅仅是用于数据库,也可以用作应用软件的高可用性。上述的4个需求中 ...
分类:
其他好文 时间:
2018-01-17 01:24:44
阅读次数:
182
Emoogle Grid You have to color an M × N (1 ≤ M, N ≤ 108 ) two dimensional grid. You will be provided K (2 ≤ K ≤ 108 ) different colors to do so. You w ...
分类:
其他好文 时间:
2018-01-16 18:15:30
阅读次数:
196
1、网格容器 我们通过在元素上声明 display:grid 或 display:inline-grid 来创建一个网格容器。一旦我们这样做,这个元素的所有直系子元素将成为网格项目。 2、网格轨道 (1)我们通过 grid-template-columns 和 grid-template-rows ...
分类:
其他好文 时间:
2018-01-15 12:31:24
阅读次数:
195
题目: Given a non-empty 2D array grid of 0's and 1's, an island is a group of 1's (representing land) connected 4-directionally (horizontal or vertical. ...
分类:
其他好文 时间:
2018-01-14 15:17:39
阅读次数:
136