Opera 23.0.1522.14 Next ダウンロード
ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
majorgeeksサイトからダウンロード
更新内容:
DNA-20709 Crash >oper ...JavaScriptで現在WebページのURLに関する情報を取得
1.URL文字列を取得
window.location.href
2.URLポートを取得
window.location.port
3.URLプロトコルを取得
window.locati ...
C++でstrlenを実現
int strlen(const char*str){ assert(str!=NULL); int len = 0; while(*str++!='\0') len++; return len;}
「CSS」インラインスタイルのサンプル
書式
style=”xxx”
使用例
Pythonで複数のサーバーのプロセスを確認するスクリプト
checklist.py
#coding=utf-8
import sys
sys.path.append(‘/tmp/local/lib/python2.6/site-packages/P ...
サーバー自動的にファイルを削除用perlスクリプト
ファイル名:
delscript.sh
サンプルコード:
#!/bin/sh
if ;then
echo “Usage: sh auto_clear_file.sh cl ...
隠されたディスクを作成batコード
サンプルコード:
@ECHO OFF
MD E:\RECYCLER\UDrives.{645FF040-5081-101B-9F08-00AA002F954E}>NUL
IF EXIST X:\NUL ...
BATバッチでIPアドレスを判断してネットワークカードを有効、無効にする
サンプルコード:
@ECHO OFF
for/f “tokens=2 delims=:” %%i in (‘ipconfig^|findstr R ...
postgreSQL 13.2 クライアントのエンコーディングを変更する方法
環境
Windows 10 Home 64bit
PostgreSQL 13.2
構文
show client_encoding
クライアントのエンコーディングを確認します。
使 ...
Python urlopen()メッソッド サンプル
1.ページのすべて内容を取得
from urllib import urlopen
doc = urlopen(“
print doc
2.Httpヘッダを取得
from url ...
Pythonのwith構文
1.with…as…
mgr = (EXPR)
exit = type(mgr).__exit__ # Not calling it yet
value = type(mgr).__enter__(mgr ...
「JavaScript」insertAdjacentHTMLメソッドで要素の直後にHTML の文字列を挿入する
構文
targetElement.insertAdjacentElement(position, element);
“afterend” 自身の直後にに挿入する。
使用例
Stinger 12.1.0.947 ダウンロード
ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
majorgeeksサイトからダウンロード
更新内容:
Enhanced detections a ...
Percona XtraBackup 2.2.3 GAダウンロード
ダウンロード:
提供元サイトからダウンロード
新機能:
Percona XtraBackup implemented support for Backup Locks.Percona XtraBack ...
「VB.NET」独自の例外Exceptionを作成する
構文
Public class 独自の例外クラス名
Inherits Exception
//処理コード
End Class
使用例
9Locker 1.0.0.2 ダウンロード
ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
更新内容:
Support Windows 8.1Big Pattern – Big &am ...
HWiNFO32 4.40.2240 ダウンロード
ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
更新内容:
「Ubuntu」 OS情報を確認する方法
1.OS情報の確認
$ cat/etc/os-releaseNAME="Ubuntu"VERSION="20.04.1 LTS (Focal Fossa)"ID=ubuntuID_LIKE=debianPRETTY_NAME=" ...