百度地图标注点 <!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...
php连接数据库? <?php $link = mysqli_connect( 'localhost', 'root', 'root', 'lininn'); mysqli_set_charset($link, "utf8"); if (!$link) { printf("Can't connect to MySQL Se...
解决数据库无法远程访问 1。 改表法。 可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,从"localhost"改称"%" mysql -u root -pvmwaremysql>u...
Krpano制作补天补地logo 复制下面代码保存到skin里面为nadir-logo.xml <krpano> <!-- startup viewing direction and angle --> <view hlookat="0" vlookat="55" fov="110" /> <!-- pano image --> <pr...
Krpano添加自动旋转 1.scene外添加 <autorotate enabled="true" waittime="5.0" speed="-3.0" horizon="0.0" tofov="120.0" /> 2.在startup添加 <action name="startup"> if(startscene ===...
angular 1.x directive <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <script src="angular.min.js"></script> </head> <body ng-app="myap...
js实现全屏 function fullScreen(el) { var rfs = el.requestFullScreen || el.webkitRequestFullScreen || el.mozRequestFullScreen || el.msRequestFullScreen, wscript; if...
krpano修改默认按钮 <krpano> <!-- krpano 1.19.pr9 - Virtual Tour Skin --> <!-- skin settings (can be overridden in the tour.xml) --> <skin_settings maps="false" maps_type="...
krpano隐藏导航条 搜索并设为set ( layer [ skin_layer ] . visible , false ) ; 两个箭头隐藏改为 <!-- previous/next scene buttons for the hidden skin mode --> <layer name="skin_btn_prev_...
krpano制作snow 复制plugins的snow插件,将snow的xml放到同级: snow.xml: <krpano> <!-- the snow plugin --> <plugin name="snow" zorder="1" url="%SWFPATH%/plugins/snow.swf" alturl="%SWF...