Swift

構文
required init(){
}
サンプルコード

class classA { required init() { var a = 18 print(a) }} class classB: cl ...

PHP

1.クッキーを設定
setcookie(“LoginUser”,1);
クッキーを判定

if(isset($_COOKIE)) {//some code} else { xxxx}

2 ...

Java

説明
^\\d{3}$ 半角数値3桁にマッチします
Javaコード

package com.arkgame.study;import java.util.regex.Matcher;import java.uti ...

Windows10

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

更新内容:

Fixed: Office applications will crash when the EAF ...

Network

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

概要:

Proxy Searcher is a f ...

JavaScript

説明
forEach() メソッドは与えられた関数を、配列の各要素に対して一度ずつ実行します。
JSコード
var cftArr1 = ;
var cftArr2 = ;

cftArr1.f ...

PostgreSQL

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

更新内容:

Platform:
Migration ...

VB.net

関数
1.IsWhiteSpace(Char)
指定した Unicode 文字が空白かどうかを示します。

2.IsWhiteSpace(String, Int32)
指定した文字列の指定位置にある文 ...

Windows10

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

更新内容:
・文字列リスト、文字列編集でキー+マウスホイール↑↓をすると一時的にフォントサイズを大小できる機能を追加

PostgreSQL

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

更新内容:

Keyboard shortcuts‘s’ .. Focus search bar
‘S’ (Se ...

System

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

更新内容:

– Added Allway Cloud synchronization type,
– Fixed some m ...

Mac OS X

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

Python

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

# coding: utf-8#!/usr/bin/python3cft = 'arkgamecom'print("result1: ",cft)print("result2: ", ...

CSS

書式
tr:nth-child(n+行目1):nth-child(-n+行目2)

使用例

<style> tr:nth-child(n+2):nth-child(-n+4){ background ...

IOS

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

Linux

書式
lsmod |grep -E ‘モジュール名’
modprobe モジュール名
modprobe -r モジュール名

操作方法
1.モジュールの依存関係を確認 ...

Software

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

更新内容:

Java 8 Support for Eclipse Projects: Eclipse Luna includ ...

jQuery

説明
addClass(class). 指定した要素に、CSSクラスを追加する。
htmlコード

<tbody><tr> <th><p>A001</p> ...