Windows10

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

更新内容:

Added full support for N ...

Windows10

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

更新内容:

New Detections:
Gene ...

Windows10

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

更新内容:

RF2Go + Firefox 31: Fix ...

Windows10

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

 

更新内容:

Stability improve ...

Windows10

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

概要:

Disk SpeedUp はディスク内を高速に ...

Oracle

構文

接続文字列 =(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = {ホスト名/IPアドレス})(PORT = 1521)))(CONNECT_DA ...

PHP

書式
define(定数名, xxx);
サンプルコード

<!DOCTYPE html><html><body><?php//大文字、小文字を区別する定数名define( ...

CentOS

1.リポジトリを追加
# vi/etc/yum.repos.d/nginx.repo
追記

name=nginx stable repobaseurl= mainline repobaseurl=

2.ngi ...

IOS

1.enumメソッド
enum SomeEumeration {//enumeration definition goes here }
enum CompassPoint { case North case Sout ...

IOS

1.CGImageRefからUIImage CGImageRefへの変換
コード下記:
iOffscreen = CGBitmapContextCreateImage(context);
UIImage* im ...

IOS

コード下記:
#import “NSString+StringToWords.h”

@implementation NSString (StringToWords)

– ...

Linux

システム要件:
サーバーA、サーバーB
A:192.168.1.10
B:192.168.1.12
目的:SSHでパスワードを入力しなくてもログインできる

1.Server Aが公開鍵を作成 ...

Linux

設定方法:
vim/etc/sysconfig/network
NETWORKING=yes
HOSTNAME=startnews2401

Linux

設定方法:

vi/etc/hosts
192.168.1.11 startnews2401
192.168.1.12 startnews2402
192.168.1.13 startnews2403 ...

Linux

コマンド:
./configure –enable-targets=all –target=mips-unknown-linux –enable-shared –enable-a ...

Linux

1.nologinユーザを作成
useradd -s/sbin/nologin -d/opt/ftp vftp

2.仮想ユーザのパスワードを作成
db_load -T -t hash -f vftpuser ...

Linux

1.sendmailをインストール
sudo apt-get install sendmail

2.php.iniを編集してsendmail_pathを設定
sendmail_path =/usr/lib/ ...

Linux

1.zookeeperのインストール
1.1 zookeeperをダウンロード
ダウンロードのURL:
1.2 zookeeperを設定
dataDirとserver.1/2/3を定義