javaで複数のファイルを圧縮するサンプル
javaコード:
import java.io.*;
import java.util.zip.*;
public class Startnews24Zip {
public static vo ...
javascriptで最初の文字は大文字を変換する
例: path->Path , list->List
javascriptコード:
“arkgame.com is a technical site”.replace(/(\w) ...
Teiid Web Console 1.2をダウンロード
ダウンロード
提供元サイトからダウンロード
Teiid web console はTeildサーバーを管理、監視している。新バージョンではAudit/Command/traceログを有効するのを追加、いつくかのbu ...
Immersive Explorer 1.0.8 のダウンロード
ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
cnetサイトからダウンロード
更新内容:
new: mouse wheel behavior defau ...AutoHideDesktopIcons 2.67の ダウンロード
ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
cnetサイトからダウンロード
概要:
AutoHideDesktopIcons minimizes ...
「batファイル」for文で繰り返す処理をするサンプル
書式
for %%変数 in (数値1 数値2 数値3) do
使用例
「CentOS Stream 8」SELinuxを無効にする方法
1.SELinuxの状態を確認
# getenforce
Enforcing
2.ファイルを修正
# vi/etc/selinux/config
修正前
SELINUX=Enforc ...
GIF Viewer 1.6.0 Prerelease のダウンロード
ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
GIF ViewerはGIFアニメから任意の画像を抽出することができるソフトです。
ウイルスを検出・駆除するソフトStinger 12.1.0.1008の ダウンロード
ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
更新内容:
Enhanced detections are those that have been mod ...
OldNewExplorer 1.1.0.0の ダウンロード
ダウンロード
提供元サイトからダウンロード
msfnサイトからダウンロード
softpediaサイトからダウンロード
OldNewExplorerはWindows 8/8.1のエクスプローラーをWi ...
「Java」文字列から文字のみを取り出すサンプル
書式
文字列.replaceAll(“”,” “)
使用例
Redmineのプラグインのインストール
1.必要なプラグインはすべてredmineのpluginsフォルダにコピーする
2.必要なGEMSをインストール
bundle install –without development test rma ...
IOSでVOIP(Voice Processing I/O Unit()を実現するため技術情報まとめ
詳細技術紹介ページ:
1. Audio Unit Hosting Guide for iOS
2. Audio Unit Properties Reference
3. How to u ...
「Androidの入門」Antコマンドのフォーマット基本操作知識とxmlコード定義
1.available
xmlコード:
<available property=”prefix”
value=”${basedir}/.. ...
macでjdkのインストール場所メモ
場所:
/Library/Java/JavaVirtualMachines/1.7.0u4.jdk/Contents/Home
「PHPの入門」PHP関数(mt_rand)で乱数を生成するサンプルプログラム
PHPコード:
<?php
/*
* array unique_rand( int $min, int $max, int $num )
* 一定数量の非重複ランダム数字を生成
* $ ...
「PHPの学習」phpでクッキー(cookie)を設定、取得、削除する方法
1.cookieを作成、更新
例:setcookie(“username”,”tokyo_startnews24,time()+3*7*24*3600);
setcookie( ...
「PHPの学習」PHPで指定したディレクトリ内のファイルサイズを取得するサンプルプログラム
PHPコード:
<?php
function dirsize($dir) {
@$dh = opendir($dir);
$size = 0;
while ($file ...