[Software]RestApiテストツール

Postman

1.Download

https://www.getpostman.com/downloads/

2.Get

<Request>

URL

https://map.yahooapis.jp/geocode/V1/geoCoder

Parameter

appid

appidstringアプリケーションID
coordinatesstring緯度経度

https://map.yahooapis.jp/weather/V1/place?appid={appid}&coordinates={coordinates}

<Response>

<?xml version="1.0" encoding="UTF-8"?>
<YDF xmlns="http://olp.yahooapis.jp/ydf/1.0" firstResultPosition="1" totalResultsAvailable="1" totalResultsReturned="1">
	<ResultInfo>
		<Count>1</Count>
		<Total>1</Total>
		<Start>1</Start>
		<Status>200</Status>
		<Latency>0.006577</Latency>
		<Description></Description>
		<Copyright>(C) Yahoo Japan Corporation.</Copyright>
	</ResultInfo>
	<Feature>
		<Id>201909111545_35.663613_139.73229</Id>
		<Name>地点(35.663613,
139.73229)の2019年09月11日 15時45分から60分間の天気情報</Name>
		<Geometry>
			<Type>point</Type>
			<Coordinates>35.663613,
139.73229</Coordinates>
		</Geometry>
		<Property>
					<WeatherAreaCode />
			<WeatherList>
				<Weather>
					<Type>observation</Type>
					<Date>201909111545</Date>
					<Rainfall />
				</Weather>
				<Weather>
					<Type>forecast</Type>
					<Date>201909111555</Date>
					<Rainfall />
				</Weather>
				<Weather>
					<Type>forecast</Type>
					<Date>201909111605</Date>
					<Rainfall />
				</Weather>
				<Weather>
					<Type>forecast</Type>
					<Date>201909111615</Date>
					<Rainfall />
				</Weather>
				<Weather>
					<Type>forecast</Type>
					<Date>201909111625</Date>
					<Rainfall />
				</Weather>
				<Weather>
					<Type>forecast</Type>
					<Date>201909111635</Date>
					<Rainfall />
				</Weather>
				<Weather>
					<Type>forecast</Type>
					<Date>201909111645</Date>
					<Rainfall />
				</Weather>
			</WeatherList>
		</Property>
	</Feature>
</YDF>

[Software]XMLからJSONへ変更

http://tm-webtools.com/Tools/XmlJson

XML

<?xml version="1.0" encoding="UTF-8"?>
<YDF xmlns="http://olp.yahooapis.jp/ydf/1.0" firstResultPosition="1" totalResultsAvailable="1" totalResultsReturned="1">
	<ResultInfo>
		<Count>1</Count>
		<Total>1</Total>
		<Start>1</Start>
		<Status>200</Status>
		<Latency>0.006577</Latency>
		<Description></Description>
		<Copyright>(C) Yahoo Japan Corporation.</Copyright>
	</ResultInfo>
	<Feature>
		<Id>201909111545_35.663613_139.73229</Id>
		<Name>地点(35.663613,
139.73229)の2019年09月11日 15時45分から60分間の天気情報</Name>
		<Geometry>
			<Type>point</Type>
			<Coordinates>35.663613,
139.73229</Coordinates>
		</Geometry>
		<Property>
					<WeatherAreaCode />
			<WeatherList>
				<Weather>
					<Type>observation</Type>
					<Date>201909111545</Date>
					<Rainfall />
				</Weather>
				<Weather>
					<Type>forecast</Type>
					<Date>201909111555</Date>
					<Rainfall />
				</Weather>
				<Weather>
					<Type>forecast</Type>
					<Date>201909111605</Date>
					<Rainfall />
				</Weather>
				<Weather>
					<Type>forecast</Type>
					<Date>201909111615</Date>
					<Rainfall />
				</Weather>
				<Weather>
					<Type>forecast</Type>
					<Date>201909111625</Date>
					<Rainfall />
				</Weather>
				<Weather>
					<Type>forecast</Type>
					<Date>201909111635</Date>
					<Rainfall />
				</Weather>
				<Weather>
					<Type>forecast</Type>
					<Date>201909111645</Date>
					<Rainfall />
				</Weather>
			</WeatherList>
		</Property>
	</Feature>
</YDF>

JSON

{
  "?xml": {
    "@version": "1.0",
    "@encoding": "UTF-8"
  },
  "YDF": {
    "@xmlns": "http://olp.yahooapis.jp/ydf/1.0",
    "@firstResultPosition": "1",
    "@totalResultsAvailable": "1",
    "@totalResultsReturned": "1",
    "ResultInfo": {
      "Count": "1",
      "Total": "1",
      "Start": "1",
      "Status": "200",
      "Latency": "0.006577",
      "Description": "",
      "Copyright": "(C) Yahoo Japan Corporation."
    },
    "Feature": {
      "Id": "201909111545_35.663613_139.73229",
      "Name": "地点(35.663613,\n139.73229)の2019年09月11日 15時45分から60分間の天気情報",
      "Geometry": {
        "Type": "point",
        "Coordinates": "35.663613,\n139.73229"
      },
      "Property": {
        "WeatherAreaCode": null,
        "WeatherList": {
          "Weather": [
            {
              "Type": "observation",
              "Date": "201909111545",
              "Rainfall": null
            },
            {
              "Type": "forecast",
              "Date": "201909111555",
              "Rainfall": null
            },
            {
              "Type": "forecast",
              "Date": "201909111605",
              "Rainfall": null
            },
            {
              "Type": "forecast",
              "Date": "201909111615",
              "Rainfall": null
            },
            {
              "Type": "forecast",
              "Date": "201909111625",
              "Rainfall": null
            },
            {
              "Type": "forecast",
              "Date": "201909111635",
              "Rainfall": null
            },
            {
              "Type": "forecast",
              "Date": "201909111645",
              "Rainfall": null
            }
          ]
        }
      }
    }
  }
}

[Software]Salesforceログインプラグイン

Salesforceにログイン時に便利なプラグインを共有します。

以下のプラグインが使ったことがあるプラグインリストです。

1.Force.com LOGINS

https://chrome.google.com/webstore/detail/forcecom-logins/ldjbglicecgnpkpdhpbogkednmmbebec?hl=ja

2.Salesforce Logins by Synebo

https://chrome.google.com/webstore/detail/salesforce-logins-by-syne/mhpbcjokcjoldhjcapkcmfkkkgepapgm

[Software]現在接続IPアドレス確認

無線LANでWifiを使っている環境で、現在接続IPアドレスを確認したいときに便利なSoftwareを一つ共有します。

例えば、確認くん

URLは以下です。

https://kakunin.net/kun/

上記のURLを表示すると、テーブルが表示されますが、
現在接続している場所(現IP)が現在接続しているIPとなります。

そのほかにも プロバイダー名 など確認できます。

[Software]WAMP(Windows、Apache、MySQL、PHP)で環境構築し、WordPressインストール

1.ダウンロード

以下の順でWAMPをダウンロードする。

以下のURLにてダウンロードする。


https://bitnami.com/stack/wamp

ダウンロード中表示。

ダウンロード完了。

2.インストール

以下の順でWAMPをインストールする。

3.WordPressインストール

以下の順でWordPressダウンロード、WAMPに追加する。


PCのローカルにダウンロードしたWordPressファイルの名を変更する。

例えば、coding_wp

WAMP Manager画面起動する。

Apache、MYSQL起動する。

WAMP Manager画面から、Open Application Folderを押下する。

以下のファイルを削除する。

phpのcoding_wpフォルダーを以下にコピーする。

URLでlocalhostを入力して確認すると、coding_wpファイルが確認できる。

4.MYSQL設定

以下の順でWAMPのMYSQL設定する。

MYSQL開いて、ログインする。

ユーザ名 : root

パスワード : xxxxxx

テーブル作成する。

確認する。

5.localhostでWordPress実行

以下の順でlocalhostでWordPressを実行する。

localhostでcoding_wp押下する。

[Software]文字数カウント

Chrome拡張機能のかんたん文字数カウント機能を共有します。

1.Chormeに機能を導入する。

以下のURLを表示する。

https://chrome.google.com/webstore/detail/%E3%81%8B%E3%82%93%E3%81%9F%E3%82%93%E6%96%87%E5%AD%97%E6%95%B0%E3%82%AB%E3%82%A6%E3%83%B3%E3%83%88/lmmephjlhfdnijfigajbmemendbfhnha?hl=ja

Chromeに追加ボタン押下する。

2.ツールを使ってみる。

カウントしたい文字を選択する。


選択した文字の上にマウス右クリックして、以下を選択する。

文字カウント結果画面です。