JavaScript

JSコード
Date.prototype.Format = function (fmt) {
var pp = {
“M+”: this.getMonth() + 1,
R ...

jQuery

htmlコード

<ul> <li class="cft">list item 1</li> <li>list item 2 <ul> <li><div ...

Java

サンプル
package test;

import java.io.Serializable;

public class GetClassDemo {

public static void ...

PostgreSQL

環境
Windows10 64 bit
PostgreSQL 13.2

書式
COALESCE(チェックする対象文字列 , Nullの場合に置換する文字)
文字列がNullの時、別の文字列に ...

MariaDB

環境
Windows 10 64 bit
MariaDB 10.6.4

書式
OCT( 数値 )
OCT関数を使用することで数値を10進数から8進数へ変換します
1.10進数を8進数 ...

Oracle

方法1

SELECT CASE MEMBER.USERNO WHEN 51 THEN 'KDF' WHEN 52 THEN 'KDF' WHEN 33 THEN 'JSS' WHEN 34 THEN 'JSS' ELSE 'CF ...

Go言語

書式
1.x ^ y x と y のビット単位 排他的論理和
ビットXOR
ビット XOR は演算子の左辺と右辺の同じ位置にあるビットを比較して、どちらか 1 つだけ 1 の場合に 1 にします。

...

Source

機能:
スフィンクス日常管理シェル
プラットフォーム:
Linux

sphinx.sh

#!/bin/sh

case “$1” in
star ...

Source

変更内容:
DEVICE=eth0
USERCTL=no
ONBOOT=yes
BOOTPROTO=dhcp
BROADCAST=192.168.1.255
NETWORK=192.16 ...

Source

コマンド:
$if mode=emacs
“\C-b”: “ps -ef | grep ”
$endif
1.BASH環境はemacsモードを確保する ...

Source

マシンA上の個人証明書を生成します

ssh-keygen -t rsa

Generating public/private rsa key pair.

Enter file in which to ...

Source

コマンド:
wc -l $(file/usr/bin/* | grep “script” | grep -v perl | cut -d: -f1) | sort

Source

extendattribute.sh
UNIX/LinuxではRWXファイルの中を越えて拡張属性を持つことができる
lsコマンド:
% ls -l WebServer-183.zip
-rw-

Source

コマンド:
% sudo su postgres -c ‘pg_ctl status -D/opt/local/var/db/postgresql84/defaultdb’
結果表示:

Source

ipset.sh

#!/bin/bash
############################IPの設定スクリプト#####################################
###### ...

IT

コマンド:
wget -mk
GNU’s wget command line program for downloading is very popular, and not without reason. ...

Source

phoneand.sh

#!/bin/sh

project=””;
username=””;
password=””; ...