Source

1.システムの利用状況
tail -f/var/log/messages
less/var/log/messages
2.SSHでの接続にログ
tail/var/log/secure

3.t ...

CSS

書式
上側の幅 padding-top
右側の幅 padding-right
下側の幅 padding-bottom
左側の幅 padding-left
使用例

<style> ...

Source

if(is_array($_GET)&&count($_GET)>0)//Getパラメータ有無判断
{
if(isset($_GET))//必要なパラメータがあるかどうか判断,issetはtrue ...

Source

1.説明

//__autoload概要
function __autoload($classname)
{
$filename = “./class/”.$classname ...

Source

<?php
//getenv() 使用例
$ip = getenv(‘REMOTE_ADDR’);
//または単純にすーバーグローバル($_SERVER または$_ENV)を使用 ...

Source

1.エラーメッセージが表示
エラーが表示される    display_errors = On
エラーが表示されなくなる display_errors = Off (ディフォルト)

2.エラーレポートレベル ...

Source

1.説明
array get_meta_tags(string filename, int );
2.サンプルコード下記
$tags = get_meta_tags(‘
echo $tags ...

Source

1.date()とgmdate()の区別
gmdateはGMT/UTCの日付/時刻を書式化する
例:現在の時刻が「2014-05-16 12:15:27」を想定する

echo date(‘Y-m ...

Source

コード下記:

class HMongodb {
private $mongo;//mongodbに接続
private $curr_db_name;
private $curr_table_name ...

Source

エラー現象:
Lost connection to MySQL server during query

対策:

/etc/php5/fpm/pool.d/www.conf 下記行をコメント

...

Source

(1).A~Zキー
值  キー
65 A
66 B
67 C
68 D
69 E
70 F
71 G
72 H
73 I
74 J
75 ...

Source

ファイル名:test.xml
コード下記:
<?xml version=”1.0″ encoding=”utf-8″?>
<note> ...

Source

サンプルコード下記:

<?xml version=”1.0″?>

<rdf:RDF xmlns:rdf=”
xmlns:dc=”

Source

サンプルコード下記:

protected void  Book_Click(object sender, EventArgs e)//XMLを作成
{

XmlDocument x = new XmlDo ...

PostgreSQL

環境
Windows10 home 64bit
PostgreSQL 14.1

構文
array_append( 配列, 追加する要素 )
array_appendを使用して、配列の最後に値 ...

VB.net

書式
1.カンマ切り
数値.ToString(“N”)
2.カンマ区切り&小数以下桁数指定
数値.ToString(“N2”)

使用例 ...

Windows10

ダウンロード:
majorgeeksサイトからダウンロード
提供元サイトからダウンロード
Text Flipperは垂直、水平方向にテキストを反転することができるソフトです。