问题: 将表格中 id相同的数据,某一列合并? :span-method="objectSpanMethod" // talbe 中加入的方法, :span-method是element 进行表单合并的钩子函数。 objectSpanMethod({ row, column, rowIndex, c ...
分类:
其他好文 时间:
2020-04-14 18:44:55
阅读次数:
172
HTML的补充学习 1. meta与base 2. img 3. 表单 ~~~ 1. 表单元素都是用form包裹,fieldset是一个框框,legend是框框的标题 2. label元素的属性for绑定的是id 3. 单选框的name属性一样的话,就是同时只能选一个 ~~~ 4. iframe ~ ...
分类:
Web程序 时间:
2020-04-12 23:04:06
阅读次数:
148
Problem Description Give you the width and height of the rectangle,darw it. Input Input contains a number of test cases.For each case ,there are two n ...
分类:
其他好文 时间:
2020-04-11 23:29:43
阅读次数:
97
一、实验目标: 1)体验敏捷开发中的两人合作。 2)进一步提高个人编程技巧与实践。 二 、实验内容: 1)根据以下问题描述,练习结对编程(pair programming)实践; 2)两个学生组合,每人使用一台计算机,二人共同编码,完成实验要求。 3)针对课题查阅相关资料,加深对课题的理解; 4)在 ...
分类:
其他好文 时间:
2020-04-04 22:53:22
阅读次数:
85
一,ss所属的包: [root@blog ~]# whereis ss ss: /usr/sbin/ss /usr/share/man/man8/ss.8.gz [root@blog ~]# rpm -qf /usr/sbin/ss iproute-4.18.0-15.el8.x86_64 通常默认 ...
分类:
其他好文 时间:
2020-04-03 12:00:36
阅读次数:
346
1. 调整虚拟内存:Control Panel\\System and Security\\System Advanced system settings Advanced Performance 1. 清理磁盘:Disk Cleanup Clean up system files Windows ...
| flag | 说明 | | | | | last | nginx重定向location区段,能够直接返回200状态码 | | break | nginx重定向资源路径,能够直接返回200状态码 | | redirect | 返回302临时重定向 | | permanent | 返回301永久重定 ...
分类:
其他好文 时间:
2020-03-30 19:26:21
阅读次数:
77
最近项目组安排了一个任务,项目中用到了基于 Solr 的全文搜索,但是该 Solr 搜索云项目不稳定,经常查询不出来数据,需要手动全量同步。 而且它还是其他团队在维护,依赖性太强,导致 Solr 服务一出问题,我们的项目也基本瘫痪,因为所有的依赖查询都无结果数据了。 所以考虑开发一个适配层,如果 S ...
分类:
其他好文 时间:
2020-03-29 01:08:03
阅读次数:
138
jQuery动画上下滑动slideDown() slideUp() slideToggle()用法 <button>www.hongjingcs.com</button> 1,jQuery slideDown() 向下方法 $("#flip").click(function(){ $("#panel ...
分类:
Web程序 时间:
2020-03-28 10:29:36
阅读次数:
108
centos 安装 nginx 教程 1.创建/etc/yum.repos.d/nginx.repo touch /etc/yum.repos.d/nginx.repo 2.编辑 sudo vim /etc/yum.repos.d/nginx.repo [nginx-stable]name=ngin ...
分类:
其他好文 时间:
2020-03-28 00:53:32
阅读次数:
81