Source

1.rpmパッケージでMySQLがインストールされた
service mysqld restart

2.ソースパッケージからMySQLのインストール
//linux MySQLをシャットダウン
$m ...

Source

<?php
header(“Content-type:text/html;charset=utf-8″);
function getRandPass($length = 6){
$ ...

Source

1.insert()方法
db.inventory.insert( { _id: 10, type: “misc”, item: “card”, qty: 15 } ) ...

System

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

更新内容:

We made update of security certificate for this program. We recommend you t ...

Source

 1.すべてのドキュメントを削除

db.inventory.remove({})

2.条件に一致するドキュメントを削除
db.inventory.remove( { type : “food ...

System

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

更新内容:

Corrections in feature hide the default mouse poin ...

JSP

書式
fmt:setBundle basename=プロパティ名
使用例

info.properties
news.title=test123456

JSPコード

<fmt: ...

Linux

書式
fmt -w 文字数 ファイル名
-t:段落最初から2行目のインデントを保存し、段落の左マージンに使用

使用例
1行あたりの20文字を指定します。
# fmt -w 20 resolv ...

SpringMVC

使用例

#loggerlog4j.rootLogger=INFO,stdout,filelog4j.category.com.arkgame.cft=DEBUG#file appenderlog4j.appender.file= ...

VB.net

書式
Math.Min(数値1, 数値2)
使用例

Module Module1 Sub Main() Dim x As Integer = 25 Dim y As Integer = 22 Dim z As I ...

Security

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

更新内容:

Enhanced detections a ...

Java

説明
郵便番号(半角数値3桁 半角ハイフン 半角数値4桁)にマッチします。
Javaコード

package com.arkgame.study;import java.util.regex.Matcher;imp ...

PHP

書式
class 子クラス名 extends 親クラス名 {
public function オーバライドのメソッド名
使用例

<?phpclass User{//getMsgメソッド public ...

Excel VBA

書式
LenB(StrConv(文字列,vbFromUnicode))
使用例

Sub funcA() Dim nn As String nn = "test123" Debug.Print LenB(StrCo ...

Go言語

書式
strings.Join(文字列A,文字列B)
使用例

package main import ( "fmt" "strings") func main() { target := []string{"St ...

PHP

書式
parent::__construct(変数名)
使用例

<?php//親クラスclass User{ public $usrAddr; public function __construct($ad ...

C#

書式
Math.Floor(数値) 小数第一位を切り捨
使用例

using System;class Sample{ static void Main() {//小数第1位で切り捨て double cftA = ...

Network

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

更新内容:
トルコ語翻訳を追加しました