Development

サンプルコード:

$collection = Mage::getModel(‘directory/region’)->getResourceCollection()  ->addCoun ...

Development

1.apache配置ファイル
$ cd/etc/httpd/conf/
vim httpd.conf
Include conf.d/*.conf -> phpコードを解析

2.Document ...

Development

//phpオブジェクトを配列へ変換
private function objToArr($obj){
if(!is_object($obj) && !is_array($obj)) {
retu ...

Windows10

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

概要:

キーを待つ間や画面を書き換えるのを待つ間のメッセージは出来るだけ此の期間に処理をする事にして後に 残さない様にして復帰後の反応を良くしました。

Software

ダウンロード
提供元サイトからダウンロード
概要:
FontForge ― あなた自身の PostScript, Openype, CID, マルチプルマスター、CFF, SVG およびビットマップ (BDF, ...

Mac OS X

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

更新内容:

Fixed an issue with cycling between months in the calendar.
Fixed an ...

Windows10

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

概要:

CoinDesk BPIは実際には価格指数ですので、この価格で売り買いができるわけではありませんが、おおよそ主要取引所の平均的な値になってますので、参 ...

Mac OS X

ダウンロード
提供元サイトからダウンロード
特徴:
Lets you tidy your menu bar apps how you want.
See your menu bar apps when ...

JSTL

構文
<c:set var=”xx” value=”xxx”/>
var 変数名を指定する
value 変数にセットする値を指定する
使用例1 ...

Java

構文
x|y
xまたはyにマッチします。
Javaコード

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

Python

1.ファイル名test.txt
111 222
aaa bbb

2.ファイルを読み込む
f = open(“test.txt”, “r”) ...

Go言語

書式
変数名 := 文字列A + 文字列B
使用例

package main import "fmt" func main() { strA := "Study" strA += " " strA += "ski ...

VB.net

書式
Public Shared ReadOnly Property Now As DateTime
現在の現地日時を値として保持するオブジェクト。

使用例

Imports System.Text.R ...

Windows10

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

Java

構文
インターフェース名 オブジェクト名=new インターフェース名{
public void メソット名(){
//some code
}
}
1.インターフェース定義

pack ...

Windows10

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

更新内容:

Updated some of the radio routines to better commun ...

Linux

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

インストールコマンド:

echo "deb  trusty main" | sudo tee /etc/apt/sources.list.d/mate-deskto ...

Source

linuxにユーザーを作成時下記メッセージが出る
passwd: User not known to the underlying authentication

対策:
1–> $sudo ...