Source

1.rvmのインストール
sudo apt-get install curl
curl -L | bash -s stable
source ~/.rvm/scripts/rvm
rvm -v ...

DataBase

1.mysqlで時間カラムをdaterimeへ変更
alter table tablename add pay_date datetime comment ‘秒まで精確時間’

2.SQL文で ...

VB.net

書式
1.数値.ToString(“x2”) 16進数文字列でアルファベットが小文字
2.数値.ToString(“X2”) 16進数文字列でアルファベットが大文字

PostgreSQL

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

Oracle ADF Tools
Oracle Cloud Tools
Oracle Coherence Tools
Oracle Database Tool ...

Linux

書式
a 全てのユーザ
x 実行権
r 読み取り
w 書き込み
u 所有者

使用例1
# chmod a+x test.txt
# ls -l test.txt ...

Security

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

更新内容:

Enhanced detections are those that have been mod ...

Python

構文
文字列
サンプルコード

# coding: utf-8#!/usr/bin/python3str = 'skillinarkgame5678'print("result1: ",str) print("re ...

Windows10

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

batch

書式
exit
使用例

@echo off rem メッセージを出力echo message is AAA rem 処理を中止exit rem 処理が到達しないecho message is BBB

&nbs ...

Java

構文
public interface インターフェース名 {
int 関数名(引数1,引数2,…)
}
インターフェース名 オブジェクト名 =(引数1,引数2…){
/ ...

Windows10

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

更新内容:

Updated icon
Fix a problem with Flickr import (A ...

Linux

1.epelのインストール
# yum install

2.依存パッケージのインストール
# yum install python-devel librsync-devel librsync python- ...

GitLab

説明
ブランチやインデックス間の差分を確認します。
オプション
–cached インデックスと最新コミットの差分
–stat 差分の統計情報のみ

使用例
1. ...

Development

処理サンプルコード:

header(“Content-Type:text/html;charset=utf-8”);

$datetime = ‘2014-07-01 12:1 ...

Driver

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

概要:

Eclipse Plug-In for deploying a project into one “fat” executab ...

Source

参考ソースコード:

<html>
<meta charset=”utf-8″>
<script src=”
<script&g ...

Source

対策1:

sudo apt-get remove –purge mysql-server* mysql-common
sudo apt-get autoremove –purge
s ...

Source

操作手順下記

1.opensslのインストール
sudo a2enmod ssl//SSLモジュールを有効
sudo apt-get install openssl//opensslのインストール