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 ...

Source

 

 

1.info.asxの作成
<asx version = “3.0”>
<entry>
<ref hre ...

Source

コード下記:
<object classid=”clsid:05589FA1-C356-11CE-BF01-00AA0055595A” id=”ActiveMovie1″ ...

Source

コード下記:

<object width=200 height=180 classid=”CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95″ codebas ...

Source

サンプルコード:

<OBJECT ID=video1 CLASSID=”clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA” HEIGHT=288 WIDTH ...

Source

サンプルコード:

<object id=”video” width=”400″ height=”200″ border=”0R ...

Source

サンプルコード:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"codebase="" height="120" width="190">&l ...

Source

Windows環境に有効方法:

1.最初php.iniに「;extension=php_openssl.dll」があるかどうかチェックする,ある場合コメント記号「;」を削除。
この行が存在しない倍、「extensi ...

Source

1.コマンド関連

sed、awk、grep、iftop

 

2.サンプルコード:

#!/bin/sh
file_name=”test.txt” ...

Source

概要

CentOS依存パッケージ
yum install flex byacc libpcap ncurses ncurses-devel libpcap-devel

Debian依存パッケージ

Source

サンプルコード 下記:

<?php

/**
ネットワークカードのMACアドレスを取得、Windows/Linuxシステムをサポート
**/

class GetMacAddr{ ...

Source

解決方法
1.ini_set(‘pcre.backtrack_limit’, 999999999);
2.PCRE の再帰処理の制限値
ini_set(‘pcre.recur ...