Software

ダウンロード
開発元サイトからダウンロード
Softpediaサイトからダウンロード

更新内容
Faster copy.
Create MD5 checksum filelist on re ...

Java

書式
1.public int compareTo(Byte anotherByte)
2つのByteオブジェクトを数値的に比較します。
2.public boolean equals(Object obj) ...

Software

ダウンロード
開発元サイトからダウンロード
Softpediaサイトからダウンロード

更新内容
Fixed a bug disabling encryption on AIM standalone ...

Oracle 12c

環境
Oracle 12c
Windows Server 2012 R2
A5:SQL Mk-2

書式
ALTER TABLE テーブル名 MODIFY カラム名 NULL;

操 ...

VBScript

書式
public Enum 列挙型名
メンバ定数 =値
サンプルコード

サンプルコード '列挙型Enumの定数に値を設定Public Enum User ADDR = 1 AGE = 5 UUID = ...

Software

ダウンロード
開発元サイトからダウンロード
Softpediaサイトからダウンロード

 

更新内容
Modify the display error under differe ...

Software

構文
数値/10 桁数1
使用例

#include <stdio.h>int main(void){ int cft; int digitVal = 0; printf("please enter n ...

Software

ダウンロード
開発元サイトからダウンロード
Softpediaサイトからダウンロード

更新内容
In this update we have added a new option which all ...

Software

ダウンロード
開発元サイトからダウンロード
Softpediaサイトからダウンロード

更新内容
Fixed some cleanup items of Firefox.
Fixed some ...

Java

参考コード:
public final Map<String,String> fileToMap(Map<String,String> map) throws Exception{
if(map ...

PHP

サンプルコード:
connect(‘127.0.0.1’, 6379);
$startTime = microtimeFloat();

$pipe = $redis->mult ...

Software

ダウンロード
開発サイトからダウンロード
Softpediaサイトからダウンロード
更新内容
In this update we have added a new option which allows ...

Software

ダウンロード
google playサイトからダウンロード

VB.net

書式
Structure 構造体名
処理コード
End Structure
サンプルコード

'構造体の定義Structure User Public age As Integer Public u ...

Go言語

書式
先頭の文字列が存在判定
strings.HasPrefix(対象文字列, 指定文字列)

最後の文字列が存在判定
strings.HasSuffix(対象文字列, 指定文字列)

使用 ...

VB.net

書式
Sub New(変数名 As データの型)
使用例

Structure User Public userNo As Integer Public username As String '構造体のコンストラク ...

VB.net

書式
Function メソッド名()
構造体のオブジェクト名.メソッド名
使用例

'構造体の定義Structure Sample Public userId As Integer Public name ...

Software

ダウンロード
開発元サイトからダウンロード
softpediaサイトからダウンロード

更新内容
set the expiration date to 2015/01/15
minor bug ...