Swift

書式
label.textAlignment = 値
使用例

import UIKit class ViewController: UIViewController { @IBOutlet weak var la ...

Windows10

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

更新内容:

Fixed capture region selection ...

Windows10

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

更新内容:

Minor bug fixes and enhancement ...

Browser

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
cnetサイトからダウンロード
概要:
Thunderbird は、他のメールソフトからスムーズに乗り換えら ...

DataBase

エラー現象:
dbconsoleを起動する時下記エラーが出る
エラーメッセージ: Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_U ...

Server

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

更新内容:

New features:Added Lao translat ...

Windows10

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

更新内容:

There’s nothing new in Daily He ...

Java

関数
1.getParameterNames()
このリクエストに含まれるパラメーターの名前を含む String オブジェクトの Enumeration を返します.

2.getParameterValue ...

Windows10

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

更新内容:

Added the ability to disable Pe ...

Windows10

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

Windows起動時のレイアウトを保存しておけば、パソコンを使った後にアイコン配 ...

C言語,Windows10

構文
enum 列挙名 {
some code
}変数名;

使用例

#include <stdio.h> enum DAY{ MON=1, TUE, WED, THU, FRI, ...

Development

1.rpm.binファイルをダウンロード
URL:

2.rootユーザーでは、実行権限を追加
chmod +x jdk-6u29-linux-i586-rpm.bin

3.binファイルを実行 ...

DataBase

現象:
emca start dbconsole時、下記エラーが出る:
/u01/app/oracle/product/11.2.0/db_1/oc4j/j2ee/OC4J_DBConsole_localhost.lo ...

Linux

1.yumでpppをインストール
$ yum install ppp -y

2.pptpdをダウンロード
URL:
$ cd/usr/local/src $ wget $ rpm -Uhv ppt ...

Server

エラー現象:
Hadoopをインストールする時datanodeが起動して、「Unrecognized option: -jvm」が表示される
解決方法:
vi/bin/hadoop
修正前:
e ...

Linux

1.mysqlのインストール
1.1 yumでインストール
yum install mysql mysql-server mysql-devel
1.2 mysqlが起動
1.3 MySQLの初期パスワ ...

Google Apps Script

構文
文字列.repeat(count)
指定回数(count)で文字列を繰り返します。

使用例

function myFunction() { const strA = "あ"; console.l ...

Linux

1.grubに入る
#/sbin/grub
grubuの場所を見つける
grub> find/grub/stage1
(hd1,0)
注意事項:
「Error 15: File n ...