DataBase

MySQLコード:

mysql>
mysql>
mysql> DELIMITER//
mysql> CREATE PROCEDURE myProc (IN in_count ...

Windows10

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

更新内容:

Manage Task: Create/Edit/Delete/Starred your task.
Redo Task: Redo task y ...

Windows10

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

DupScout v6.5 adds the ability to analyze the number of duplicate files and t ...

Windows10

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

JavaScript

サンプルコード
Object.prototype.each = function(f) {
var obj = this
Object.keys(obj).forEach( function(key) { ...

Swift

書式
button.setTitle(xxx)
使用例

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

Security

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

更新内容:

Enhanced detections are those that have been mod ...

Swift

1.Float型から Int型に変換
var ctA : Float = 567.85
var resNum : Int = Int(ctA)

2.Int型からFloat型に変換
var cftNu ...

System

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

更新内容:

This version contains various improvements and bugf ...

VB.net

書式
Public Shared Function Format (format As String, ParamArray args As Object()) As String
指定された形式に基づいてオブジェクト ...

Swift

構文

textField.attributedPlaceholder = NSAttributedString(string: "placeholderに表示する文言", attributes: 属性定義)

NSAttrib ...

VB.net

書式
Function メソッド名(Optional 変数名 = 値)
使用例

Module Module1 Sub Main() 'メソッドfuncAを呼び出す 三つ目の引数の値は10を渡す Dim cft = ...

Windows10

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

更新内容:

Added a new option to display a color window to pre ...

PostgreSQL

操作方法
1.リポジトリパッケージをインストール
# yum install

インストール済み:
pgdg-redhat-repo-42.0-15.noarch

完了しました! ...

VB.net

書式
CChar
任意の有効な Char または String 式。String の最初の文字のみが変換されます。

使用例

Module Module1 Sub Main() Dim str, str ...

PowerShell

使用例

echo ("Type : " + $args.GetType().Name)echo ("Length : " + $args.Length)echo ('$args : ' + $args)

実行結果
& ...

Linux

ダウンロード
Download (MD5): zorin-os-9-core-64.iso(1,426MB)

更新内容:

The main focus for Zorin OS 9 has been o ...

PowerShell

書式
function 関数名A{}
function 関数名B(変数1,変数2)
使用例

#基本関数 引数なしfunction testFunc { echo "this is a function t ...