JavaScript

JSコード:
var script = document.createElement(‘script’);
script.src = ‘/test/cft/sample.jsR ...

IT

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

Texmaker is a free, modern and cross-platform LaTeX editor for linux, macosx and win ...

Java

書式
javax.servlet.http.HttpServletResponse\
public void setHeader(ヘッダー名,ヘッダー値 )

使用例

response.setHeade ...

IT

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

Anyone who has tried Nagios knows that the configuration files can be a pain to mana ...

Swift

書式
atof(文字列)
Double(文字列)
使用例

import Foundation//atof()メソッドlet cftB:String = "678.231"let resB:Double = ...

Swift

環境
Swift version 5.2.3 (swift-5.2.3-RELEASE)
Target: x86_64-unknown-linux-gnu

書式

protocol プロトコル名1 { ...

JavaScript

方法1
var cssPam = {
color:”green”,
fontSize:”12px”,
fontWeight:”boldR ...

JavaScript

書式
var 正規表現式変数 = new RegExp(置換前複数文字列, “g”);
対象文字列.replace(正規表現式変数, 置換後文字列);
replaceメソッドの第1引数に ...

VB.net

書式
Dim 配列名 As Integer() = New Integer(){xxx}
配列名(インデックス)

使用例

Module Module1 Public Sub Main() 'Integ ...

JavaScript

書式

Math.random() * 範囲数字

Math.random()を使用して、乱数を取得します。
Math.random()の戻り値は、0以上1未満の小数値が取得できますので、数値に整形して使用します。

Linux

1.リポジトリを追加する
$ sudo vim/etc/yum.repos.d/nginx.repo
name=nginx repo
baseurl=
gpgcheck=0
enabled=1 ...

PostgreSQL

環境
Windows10 64 bit
PostgreSQL 13.2

書式
桁数指定あり
cast(cast(文字列 as text) as varchar(桁数))
桁数指定なし ...

IT

ダウンロード:
提供元サイトからダウンロード
Tengine is a web server originated by Taobao, the largest e-commerce website in Asia. ...

PHP

操作コマンド

# yum search uuid
# yum install libuuid-devel
# pecl install uuid

# vi/etc/php.d/uuid.ini ...

jQuery

1.最初の要素
$(‘:first’)
$(‘.targetObject:first’)

2.最後の要素
$(‘:last’) ...

Python

pythonコード:

#coding:utf-8
import re

f = open(‘sample.csv’,’r’)

for rc in ...

Swift

1.値の更新
var dctA =
dctA = 456

2.値の追加
var dctB =
dctB = 456

結果

3.値の削除
var dctC= ...

JavaScript

JSコード
<table id=”cft”>
<tr><td id=”nanAA”>test data 11</td>&l ...