PHP

1.PHP設定ファイルを変更

vim/usr/local/php/etc/php.ini
post_max_size = 50M      #最大Postデータ
upload_max_filesize = ...

PHP

phpコード:

<?php
$arr = array(‘d’=>’東京’, ‘r’=>’川崎’, & ...

Java

Javaコード:

import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import jav ...

shellscript

Shellコード:
ファイル名:traffic.sh

内容下記:
#!/bin/bash
if ;then
echo Useage : $0 interface interval count ...

shellscript

Shellコード:
vpath %.S src/arm
vpath %.c src
vpath %.c src/init

OBJ_PATH = obj
BIN_PATH = bin

Windows10

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

changelog

Windows10

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

Javaで作られたGREP検索(全文検索)とファイル名とフォルダ名の検索ができるフリーソフトです。

Windows10

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

更新内容:

Fixed bug: cyclic opening Chrome window when unins ...

Java

説明
1.Comparator.comparingInt(String::length)
型Tからintソート・キーを抽出する関数を受け取り、そのソート・キーで比較するComparator<T>を返します。 ...

SpringMVC

説明
1.DefaultTransactionDefinition
TransactionDefinition インターフェースのデフォルト実装。
Bean スタイルの構成と適切なデフォルト値(PROPAGAT ...

Windows10

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

更新内容:

Changed: regular expression quantifiers now have c ...

Windows10

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

更新内容:

Improved surf protection ...

CSS

書式
<caption>タイトル</caption>

使用例

<style>table{width:150px;border-collapse:collapse;}tabl ...

Swift

書式
label.adjustsFontSizeToFitWidth = true
UILabelには adjustsFontSizeToFitWidth というフォントサイズの自動調整をするかどうかのプロパティを持っ ...

Windows10

ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
更新内容:

improved the monitoring of NVIDIA GPUs (better Pstat ...

Swift

1.string型配列

var strArr = strArr.sort { $0 < $1 }print(strArr)

2.int型配列

var cftArr = cftArr.sort { $0 < ...

Windows10

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

更新内容:

Enhanced Detections:

Spring Boot

書式
public ResponseEntity<Object> delete(@PathVariable(変数名) String 変数名)

使用例

@RestControllerpublic c ...