摘要: 实例页面:http://echarts.baidu.com/echarts2/doc/example/event.html 阅读全文
posted @ 2017-07-28 16:14 caribean 阅读(1848) 评论(0) 推荐(0)
摘要: 来自:http://www.cnblogs.com/enshrineZither/p/3807872.html 一、设置编辑器的编码 Tools->Tools Properties ->General->File Encoding 设置为UTF-8 二、如果数据库为UTF-8,则要在连接时做以下设置 阅读全文
posted @ 2017-07-28 15:57 caribean 阅读(917) 评论(0) 推荐(0)
摘要: 以下参数都是写在option配置对象内,没有提及的配置参数欢迎查阅读echart参考手册。 一、 修改主标题和副标题 title : { text: '未来一周气温变化',//写入主标题 subtext: '纯属虚构',//写入副标题 x:'left',//控制标题水平方向的位置'center' | 阅读全文
posted @ 2017-07-28 15:40 caribean 阅读(6800) 评论(0) 推荐(0)
摘要: 一、 默认安装带来的用户名/密码:--sys/change_on_install SYSDBA 或 SYSOPER 不能以 NORMAL 登录,可作为默认的系统管理员 --system/安装时输入的密码 SYSDBA 或 NORMAL 不能以 SYSOPER 登录,可作为默认的系统管理员 --sys 阅读全文
posted @ 2017-07-28 11:40 caribean 阅读(561) 评论(0) 推荐(0)