随笔分类 -  handsontable

handsontable
摘要:redis重启 如果是用apt-get或者yum install安装的redis, 可以直接通过下面的命令停止/启动/重启 /etc/init.d/redis-server stop /etc/init.d/redis-server start /etc/init.d/redis-server re 阅读全文
posted @ 2019-09-11 10:49 伤心木乃伊 阅读(10266) 评论(0) 推荐(0)
摘要:handsontable 怎么样获取合并之后的cell信息,如下 handsontable .getPlugin('mergeCells').mergedCellsCollection 看了他的源代码之后才发现, handsontable 大多自己的方法也是已插件的方式提供的, 比如要获取Conte 阅读全文
posted @ 2019-09-07 13:56 伤心木乃伊 阅读(241) 评论(0) 推荐(0)