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 ...

Source

コマンド下記:
#echo 1 >/proc/sys/net/ipv4/ip_forward
#iptables -t nat -I PREROUTING -p tcp –dport 8081 -j ...

Development

1.JVMのモード
(1).-server==>最適化モード。
(2).-client ==>GUIアプリケーション場合このモードを使う。
(3).-Xint ==>インタプリタパターン ...

Development

サンプルコード:

$fp = fopen($file, “r”);
$num = 10;
$chunk = 4096;
$fs = sprintf(“%uR ...

Development

方法1:
function tail($fp,$n,$base=5)
{
assert($n>0);
$pos = $n+1;
$lines = array();
while(co ...

Development

方法1:tailコマンド

tail -n 10 access.log

方法2:php関数

file = ‘access.log’;
$file = escapeshe ...

Development

方法1
if($(“#id”).length>0){
存在
}else{
}

方法2
if($(“#id”)){
} e ...

Development

1.Struts2配置ファイル
Javaコード:
<?xml version=”1.0″ encoding=”UTF-8″ ?>
<!DOCTY ...

DataBase

Oracleテーブルスペース、ユーザおよびオーソライズ、権限の確認
1.一時表スペースを作成
CREATE TEMPORARY TABLESPACE test_temp
TEMPFILE ‘C:\o ...

Source

エラーメッセージ:
Failed to fectch URl reason: Connection to refused

解決対策:
1.notepadで「C:\WINDOWS\system32\dri ...

Development

1.テスト用BaseTestクラスを作成、サブクラス継承のため設定
Javaコード:
package com.jiekuaida.service.impl;

import org.junit.runner. ...

DataBase

//TEMPORARY表スペースを作成

create temporary tablespace ${temptablespacename}
tempfile ‘D:\oracle\product\10. ...

Python

構文
辞書名「キー」
使用例

# coding: utf-8#!/usr/bin/python3 dt = {'Name': 'Arkgame', 'Age': 12, 'Class': 'First111'} ...

Windows10

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

更新内容:

複数アカウントに対応
Winows 8.1アップデートに ...

Java

説明
ListIterator<E> listIterator()
このリスト内の要素を(適切な順序で)反復するリスト・イテレータを返します。
void add(E e)
指定された要素をリ ...

System

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

更新内容: ...

Windows10

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

automatic ZIP library download in case the file ICSha ...