jQuery

サンプルコード
<p id=”cft”></p>
<script>
var xmlhttp = new XMLHttpRequest();
x ...

Linux

1.memcachedのインストール
# yum -y install memcached

2.設定ファイル
# vi/etc/sysconfig/memcached
PORT=”112 ...

jQuery

環境
jquery 3.6.0

書式
$(セレクタ名).children(タグ名);
.childrenを使用して指定した要素の子要素(直下のみ)を取得します。
使用例

<!DO ...

IT

例1
p:first-child i
{
background:yellow;
}

例2
li:first-child
{
background:yellow; ...

shellscript

1.基本形
while 条件文
do
命令1
命令2
命令3
done

 

2.サンプル
#!/bin/bash

i=1 ...

IT

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

ReSharper is available for download as a single package that includes all three edit ...

IT

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

Replicator
* Tolerate missing source and target fields in _replicator docs(COUCH ...

IT

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

 

Source (373.2MB)
Linux
Windows (340.3MB)
MacOSX (371.8MB)
and ...

C#

書式
Func<データの型> resA = () => {処理コード}
引数なし、戻り値あり
使用例

using System; class Program { static void ...

IT

書式
$(セレクタ名).nextAll().css(“属性”, “値”);
.nextAll()を使用して、指定した要素の次以降にある兄弟要素を全て取得します。 ...

Oracle 12c

環境
Oracle Database 12c Standard Edition Release 12.2.0.1.0 – 64bit Production

書式
NEXT_DAY(date, week) ...

MySQL

1.データベースのユーザーの作成
#CREATE USER ‘YAMADAUSER’@’172.17.100.12’ IDENTIFIED BY ‘12345678& ...

jQuery

1.htmlコード
<button>Button11</button>
<button>Button12</button>
<button>Butto ...

Nginx

設定内容:

server {
listen 80;
listen :80;

server_name www.example.com;

return 301
}
ser ...

Python

Pythonコード

def leapChk(year):

if year % 400 == 0:
return True
elif year % 4 == 0 and year % 100 == ...

IT

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

sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update
sudo ...

IT

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

Beta is now open to non-registered users
Windows and Linux: Added High DPI

IT

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

DataNucleus AccessPlatform v3.2 provides persistence and retrieval of Java objects t ...