Windows10

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

更新内容:

Cosmetic overhaul of CPUEater ProBalance Demo
Im ...

VB.net

書式
フォーム名.FormBorderStyle = FormBorderStyle.None
フォームの境界線スタイルを指定します。
使用例

Private Sub Button1_Click(ByVa ...

C#

書式
public static DateTime Today { get; }
現在の日付を取得します。
d 短い形式の日付パターン 2022/05/12
D 長い形式の日付パターン 2022年5月1 ...

Windows10

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

更新内容:

Updated Bass.Net from version 2.4.10.3 to version 2 ...

PHP

説明
preg_match ( string $pattern , string $subject ]] ) : int
pattern で指定した正規表現により subject を検索します。
パラメータ ...

JavaScript

構文
for (variable in object)
for…in 文は、キーが文字列であるオブジェクトの列挙可能プロパティすべてに対して、継承された列挙可能プロパティも含めて反復処理を行います

JavaScript

1.親画面
親画面では画面を開く要素(button、text)を設定します。
使用例

<input type="button" value="childOpen" onclick="window.open( ...

batch

書式
call :ラベル名
使用例

@echo offset username=testuserset age=25set addr="dummy address"call :show %username% %a ...

Cmd

1.プロセスIDを確認
>tasklist/fi “imagename eq notepad.exe”

イメージ名 PID セッション名 セッション# メモリ使用量
===== ...

C#

書式
対象文字列.Replace(“置換対象文字”, “置換後文字”);
使用例

using System;using System.Collections.Generic;using System.Linq;u ...

Python

解決方法:
Download get-pip.py (

sudo python get-pip.py

pip install pycrypto

Done!

C#

書式
public string Replace (string oldValue, string? newValue);
現在のインスタンスに出現する指定した文字列をすべて、別に指定した文字列に置換した新しい文字列を ...

Windows10

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

概要:
VistaのWebDAV実装があまりにひどくて使い物にならないので、 VBや.Netの勉強も兼ねて適当に作ったシングルペインのWebDAVクライアントです ...

shellscript

書式
read -p xxx 変数1 変数2
使用例

#!/bin/bash read -p "キーを入力してください: " KEYA KEYB KEYC KEYDecho "****************** ...

Java

書式
Map<Integer, Object> resMp = 関数名()
使用例

package com.arkgame.study;import java.util.HashMap;import ...

Software

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

概要
Vieasの編集機能を強化・拡張した、イメージビューア&コンバーター&レタッチソフトです。

Windows10

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

概要
GIF ViewerはGIFアニメから任意の画像を抽出することができるソフトです。
抽出する際に画 ...

Python

構文
文字列.split(区切り文字列 )
サンプルコード

# coding: utf-8#!/usr/bin/python3target = '123,abc,test,ark,game'res = targe ...