ECharts.js 交互组件 ECharts.js有很多的交互组件,一般经常用到的组件有这些: title:标题组件,包含主标题和副标题。 legend:图例组件,展现了不同系列的标记(symbol),颜色和名字。可以通过点击图例控制哪些系列不显示。 xAxis:直角坐标系 grid 中的 x 轴 ...
分类:
Web程序 时间:
2017-12-10 18:27:05
阅读次数:
268
//遍历table var tableObj = document.getElementById("tableName");var str = "";for(var i=0;i<tableObj.rows.length;i++){ for(varj=0;j<tableObj.rows[i].cell ...
分类:
Web程序 时间:
2017-12-07 15:04:20
阅读次数:
172
.container { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 50px 350px 50px; grid-gap: 5px; grid-template-areas: "h h h h ...
分类:
Web程序 时间:
2017-12-06 19:58:42
阅读次数:
199
Please set the ORACLE_HOME to your Agent Home location usingFor Unix:export ORACLE_HOME=/oracle/product/agent11gFor Windows:set ORACLE_HOME=C:\oracle\ ...
分类:
其他好文 时间:
2017-12-06 17:46:11
阅读次数:
180
一、流程控制之if...elif...else 1、如果:女人年龄大于28岁,那么:叫大姐姐,否则:叫小姐姐 2、如果:女人的年龄 =18并且170并且体重= 18 and old_grid 3、如果:成绩 =90,那么:优秀, 如果:成绩 =80且如果:成绩 =70且 其他情况:很差 4、用户登录 ...
分类:
其他好文 时间:
2017-12-05 01:08:12
阅读次数:
278
A 2d grid map of m rows and n columns is initially filled with water. We may perform an addLand operation which turns the water at position (row, col) ...
分类:
其他好文 时间:
2017-12-03 13:02:23
阅读次数:
188
cmlanche: 您叫什么名字? StackPane cmlanche: 您好,StackPane君,可以问下您在JavaFX家族中是什么地位? 我可重要了,我是在JavaFx中所有布局中使用常用的,是大哥的角色,我经常 这那帮小弟 cmlanche: 你说的小弟是指谁? 我小弟可多了,比如著名的 ...
分类:
编程语言 时间:
2017-12-03 00:37:34
阅读次数:
244
最近在做一个oa系统的重构,该项目的整体架构为 大部分页面还是jsp,且前期是由后端人员利用很古老的grid生成的,因此样式特别丑,且代码逻辑较为混乱。现在仍然在不断的增加模块,目前已有30个左右的模块,已经有70多个页面,虽然利用jsp专有的include 做了模块的封装,但是实在是太丑了,且选的 ...
分类:
Web程序 时间:
2017-12-02 19:15:41
阅读次数:
320
selenium是什么? seleniumIDE是什么? webDriver是什么? selenium是什么? selenium是web自动化测试工具集,包括IDE、webDriver、Grid等等。 seleniumIDE是什么? Selenium IDE 是firefox浏览器的一个插件。提供简 ...
分类:
其他好文 时间:
2017-12-02 12:56:51
阅读次数:
142