Given a non-negative number represented as a singly linked list of digits, plus one to the number. The digits are stored such that the most significan ...
分类:
其他好文 时间:
2016-11-20 07:00:18
阅读次数:
121
Elements chrome devtools 中 Elements panel 是审查 dom 元素和 css 的, 可以实时修改 dom/css. windows: ctrl + shift + i mac: cmd + opt + i DOM 修改 html & 属性 节点右键, 如下图, ...
分类:
其他好文 时间:
2016-11-20 06:27:02
阅读次数:
198
先序线索化在很多书上都有详细解读,这里只是写了一个较为完整的一个程序罢了 ...
分类:
其他好文 时间:
2016-11-20 00:01:18
阅读次数:
346
其实一直以来都没有太关注elsticsearch的健康状态,只是单纯的部署完成,然后es能正常工作就OK了,然而事实却并非如此,elasticsearch得索引状态和集群状态分为green,yello...
分类:
其他好文 时间:
2016-11-19 16:28:04
阅读次数:
1367
RHEL的YUM源需要注册用户才能更新使用,由于CentOS和RHEL基本没有区别,并且CentOS已经被REHL收购。所以将RHEL的YUM源替换为CentOS即可。问题如下:[root@bogon ~]# yum repolistLoaded plugins: product-id, refre ...
分类:
其他好文 时间:
2016-11-19 15:28:28
阅读次数:
138
得到数据库存储过程列表: select * from dbo.sysobjects where OBJECTPROPERTY(id, N'IsProcedure') = 1 order by name 得到某个存储过程的参数信息:(SQL方法) select * from syscolumns wh ...
分类:
数据库 时间:
2016-11-19 13:22:41
阅读次数:
193
一/安裝ruby2.2.2 方法一: 首先進行Linux更新: $ sudo apt-get update $ sudo apt-get upgrade 安裝必要的套件: $ sudo apt-get install build-essential bison openssl libreadline ...
分类:
其他好文 时间:
2016-11-19 02:01:57
阅读次数:
153
sc = range.startContainer, so = range.startOffsest ec = range.endContainer, eo=range.endOffset startNode = (sc.nodeType == 3 || so 0) ? sc : sc.childN ...
分类:
其他好文 时间:
2016-11-19 01:59:04
阅读次数:
195