emer 发布于  2017-11-1 09:11 
emer 发布于  2017-10-31 16:04 
emer 发布于  2017-10-31 15:53 

echarts配置柱状图的颜色

option = { title: { text: '深圳月最低生活费组成(单位:元)', subtext: 'From ExcelHome', sublink: 'http://e.weibo.com/1341556070/AjQH99che' }, tooltip : { trigger: 'axis', axisPointer : { ...
emer 发布于  2017-10-20 16:50 
emer 发布于  2017-10-20 15:28 
emer 发布于  2017-10-20 14:56 

Krpano制作全景视频

<scene name="videopano" title="krpano Panoramic Video Example"> <!-- include the videoplayer interface / skin (with VR support) --> <include url="...
emer 发布于  2017-10-19 23:49 

百度地图标注点

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> &l...
emer 发布于  2017-10-18 10:01 

php连接数据库?

<?php $link = mysqli_connect( 'localhost', 'root', 'root', 'lininn'); mysqli_set_charset($link, "utf8"); if (!$link) { printf("Can't connect to MySQL...
emer 发布于  2017-10-11 21:25 

解决数据库无法远程访问

1。 改表法。 可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,从"localhost"改称"%" mysql -u root -pvmwaremysql>use mysq...
emer 发布于  2017-10-11 15:32