Development

コマンド:

sudo apt-get install php5-ldap;

sudo apt-get install php5-lasso;

Development

サンプルコード下記:

$dir = “D:\workspace”;

function list_file($dir = ‘.’){
$list = sca ...

Development

エラーメッセージ:

PHP Startup: Unable to load dynamic library

対策:修正ファイル:php.ini

 extension_dir は絶対パスを設定する

Development

マルチスレッドの書き込みに対処するためのPHPファイル書き込み方法。

php処理コード:

function file_write($file_name, $text, $mode=’a’ ...

Source

コマンド操作下記:

php-fpm 停止:
kill -INT `cat/usr/local/php/var/run/php-fpm.pid`
php-fpm 再起動
kill -USR2 `cat ...

Windows10

ダウンロード
提供元サイトからダウンロード

更新内容:

Incompatible changesThe 82573L NIC was incorrectly treated as an 8254xx mode ...

Development

設定ファイル:

<?xml version=”1.0″ encoding=”UTF-8″?>

<project name=”${pr ...

Development

処理サンプルコード:

User user = new User();//idがないのでデタッチ状態である
session.save(user);//userを保存して永続的な状態である
user.getId ...

Development

サンプルコード下記:

package namespace;
import java.util.*;
class Student implements Comparable<Student>

DataBase

1.インストール手順下記:

$ rpm –install couchbase-server-enterprise_x86_64_2.0.0.rpm
error: can’t create t ...

DataBase

1.現在のユーザのデフォルトのテーブルスペースを表示する
select username,default_tablespace from user_users;
–XUSER XUSER_DATA ...

PowerShell

書式
開始、終了の@の前後は、改行が必要
サンプルコード

#ダブルクォーテーション$cftA =" study "#シングルクォーテーション$cftB =' skill '$cftC = " in arkgame ...

Software

書式
===条件式
使用例

<script> const cft = 23;//===で比較 if (cft === 23) { console.log("111 aaa"); } else { co ...

batch

書式
exit/b
使用例

@echo off rem メッセージを出力echo message is AAA rem 処理を中止exit/b 1 rem 処理が到達しないecho message is BBB ...

System

ダウンロード
提供元サイトからダウンロード
majorgeeksサイトからダウンロード

更新内容:

Fixed algorithm of discovering apps icons. Transla ...

VB.net

構文
Random()
既定のシード値を使用して Random クラスの新しいインスタンスを初期化します。

書式
Dim インスタンス変数名 As new Random
変数名.Next() ...

Windows10

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード

更新内容:

修復: Search in Attachments Manager
修復:: Printout ...

Security

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
majorgeeksサイトからダウンロード

更新内容:

Enhanced detections ar ...