php関数urlencode URLのエンコード
サンプルコード:
<?php
$interest = “arts”;
$homepage = “
$query = “homepage=R ...
CentOS x64の中にphpソースコンパイルエラー現象と解決策
1.configure: error: xml2-config not found. Please check your libxml2 installation.
yum install libxml2-devel.x86_6 ...zabbix アラートスクリプト
サンプルコード:
ファイル名:alertsend.sh
#!/usr/bin/python
# -*- coding: utf8 -*-
#zabbix remote command
i ...
packet to client mac reached max retries removing the client
エラーメッセージ:
packet to client mac reached max retries removing the client
説明:
Explanation This error m ...
Centos-RedHat ルートを追加
方法1
ルートを追加
route add -net 192.168.0.0/24 gw 192.168.0.1
route add -host 192.168.1.1 dev 192.168.0.1 ...
telnet ポート開放の確認
telnet IPaddress port
TinyMCE 4.1.0 ダウンロード、可視化HTMLエディター
ダウンロード:
提供元サイトからダウンロード
改善内容:
file_picker_callback optioncolor_picker_callback option
colorbox UI ...
「SQL」like文で部分検索をするサンプル
書式
select * from テーブル名
where カラム名 like ‘%値%’
使用例
Game Key Revealer 1.6.32ダウンロード
ダウンロード:
提供元サイトからダウンロード
freewarefilesサイトからダウンロード
概要:
Game Key Revealer retrieves the CD-Key and Seri ...
Teiid Designer 8.5 Final ダウンロード
ダウンロード:
提供元サイトからダウンロード
更新内容:
1.To install from this site, start up Eclipse 4.3 (Kepler), then do: ...
「Kotlin入門」if else文を利用する方法
1.if else文のサンプル
fun main(args: Array<String>) { var p = 25 if (p < 20){ println("AA ") }else{ println("BB ...Stinger 12.1.0.954 ダウンロード
ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
majorgeeksサイトからダウンロード
更新内容:
Enhanced detections a ...
S40 Touch API – Text Editor API
メソッド下記:
boolean register( x, y, maxFps, maxPps, FrameAnimatorListenerlistener)void unregister()boolean isRegistere ...iptablesで特定のポートを別のホストへ転送する方法
1.サンプルコード:
iptables -t nat -A PREROUTING -s ホスト -p tcp –dport 80 -j DNAT –to :22
iptables -t nat ...
「Python」in演算子で辞書のキーを確認する方法
構文
キー名 in 辞書名
使用例
Smart Defrag 3.2.0.332 ダウンロード
ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
majorgeeksサイトからダウンロード
更新内容:
Added support for multi- ...「CSS」スタイル継承のサンプル
1.CSSコード
<style> .cftA { background-color: blue; }</style>2.htmlコード
<div class="ma"> AA 11 ...[C#]ListBoxで選択要素を複数取得する方法
書式
Button名 btnOp
リストボックス名 lstShow
ListBoxの”SelectionMode”プロパティを”MultiSimple”に設定しま ...