投稿

Windows10でLinuxのApache2サーバ

イメージ
  Windows10 Apache Server using WSL Apache2 Sever In WSL( htts://shino-it.com/wsl.php ) Apacheサーバは、Windows10のWSLにIPアドレス:192.168.11.9に作成しましたが、通常のアクセス (http:192.168.11.9)では、下記のように繋がりません。 上記のように、別サーバからPHPにより、WSLのサーバに接続 するようにしております。 wsl.php <?php $url = "http://192.168.11.9/"; $conn = curl_init(); // cURLセッションの初期化 curl_setopt($conn, CURLOPT_URL, $url); // 取得するURLを指定 curl_setopt($conn, CURLOPT_RETURNTRANSFER, true); // 実行結果を文字列で返す。 $res = curl_exec($conn); print $res; curl_close($conn); //セッションの終了 外部から繋がりません(http://192.168.11.9)!

WordPress概要

 コンテンツ生成部は実際にページ表示に必要なデータ(HTML)を生成する部分です。コンテンツ生成部にはインストールしたテーマが含まれます。 テーマはテーマ毎に異なる構成・見た目となっており、コンテンツ生成部はその構成に応じて必要なデータを、コア部が取得した投稿データやMySQLから読み込んでHTMLを生成します。 またCSS(スタイルシート)も保持しており、このCSSによりページ各要素の見た目(色や大きさ、レイアウトなど)が決まります。 WordPressでは様々なテーマがインターネットからダウンロード可能であり、管理画面から簡単にテーマを他のテーマに差し替えることができます。 テーマ内にはページの構成を生成するPHPや見た目を変えるCSSが存在し、これらのファイルがテーマ毎にカスタマイズされています。

ラーメン店

イメージ
ネパールに来て2ヶ月立ちました。 日本人経営のホテルに住んでおりますが、 ラーメンはなく無性に食べたくなり、 ラーメン家に行きました。 民家と思いましたが、 ここがラーメン家でした。 久しぶりの味噌ラーメン 美味しかったです。 残念なことに、来月の6月14日で 閉店するとのことです。 場所柄でしょうか、 繁華街でなく、 住宅街でしたので、 Thanks,this Template was wrote by

Style Sheet-1

Introduction of HTML HTML is a Hyper Text Markup Language. This language is used to prepare web pages, which are used in Internet to exchange data and information. Tim=berners Lee,developed HTML and HTTP in 1990. Tim-Berners Lee was a networking specialist at CERN, the Swiss physics research institute, in Geneva, Switzerland. He wanted to introduce a simple language for the institute's researchers,which would enable them to share and exchange their research works through the internet.

js

HTML Expression Continue..... Hide. History of HTML Introduction of HTML HTML is a Hyper Text Markup Language. This language is used to prepare web pages, which are used in Internet to exchange data and information. Tim=berners Lee,developed HTML and HTTP in 1990. Continue..... Tim-Berners Lee was a networking specialist at CERN, the Swiss physics research institute, in Geneva, Switzerland. He wanted to introduce a simple language for the institute's researchers, which would enable them to share and exchange their research works through the internet. .....Hide