View direction-root3
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>ルート検索のドライブルートのポリライン(Polylines)を地図に複数個表示させる 複数グループ表示切り替え|Google Maps Directions API V3</title> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | |
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> | |
<style> | |
#map_canvas { | |
height: 600px; |
View direction-root
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>ルート検索のドライブルートのポリライン(Polylines)を地図に複数個表示させる|Google Maps Directions API V3</title> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | |
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> | |
<style> | |
#map_canvas { | |
height: 500px; |
View direction-root2
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>ルート検索のドライブルートのポリライン(Polylines)を地図に複数個表示させる 複数グループ表示切り替え|Google Maps Directions API V3</title> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | |
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> | |
<style> | |
#map_canvas { | |
height: 600px; |
View gist:a1c1b9438f2298791a44
/* | |
+----------------------------------------------------------------------+ | |
| Zend Engine | | |
+----------------------------------------------------------------------+ | |
| Copyright (c) 1998-2010 Zend Technologies Ltd. (http://www.zend.com) | | |
+----------------------------------------------------------------------+ | |
| This source file is subject to version 2.00 of the Zend license, | | |
| that is bundled with this package in the file LICENSE, and is | | |
| available through the world-wide-web at the following url: | | |
| http://www.zend.com/license/2_00.txt. | |
View infophp.bat
rem 初期定義 ------------------- | |
set place=%USERPROFILE%\Desktop\info.php | |
rem ファイルに書き出し --------- | |
echo ^<^?php phpinfo(); ^?^> >> %place% |
View indexhtml.bat
rem 初期定義 ------------------- | |
set place=%USERPROFILE%\Desktop\index.html | |
rem ファイルに書き出し --------- | |
echo ^<^!DOCTYPE HTML^> >> %place% | |
echo ^<head^> >> %place% | |
echo ^<html lang="ja"^> >> %place% | |
echo ^<head^> >> %place% | |
echo ^<meta charset="UTF-8"^> >> %place% | |
echo ^<title^>sample^</title^> >> %place% |
View random_pw.html
<!DOCTYPE HTML> | |
<html lang="ja"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>ランダムパスワード生成</title> | |
<style type="text/css"> | |
body { | |
padding: 0 10px; | |
} |