PostgreSQL

環境
Windows10 64bit
PostgreSQL 14.1

書式
Left(文字列 , 左から切り取る文字数 )
Substring(対象文字列 , 切り取り始める位置 , 切り取 ...

Nginx

使用例

server { server_name arkgame.com; xxxx} server { server_name www.arkgame.com; return 301 $scheme://sample.com$ ...

Linux

1.POPサーバ接続
telnet mail.arkgame.com 110

2.メールデータの確認
メール数とデータサイズの確認
stat

3.メール一覧
list ...

PostgreSQL

環境
Windows10 64 bit
PostgreSQL 13.2

書式
create role ロール名 with createrole createdb login password  ...

Java

1.Javaコード
import java.time.LocalDate;
import java.time.Month;
import java.time.MonthDay;
import java. ...

Java

サンプル
package test;
public class InstanceObjDemo {

public static void main(String[] args) {
final Ob ...

IT

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

The typical AutoLaTeX input file is simply a series of variable definitions in a Mak ...

jQuery

JSコード
$(‘button’).click(function () {
var errFlg = false;

$.ajax({
url: ‘/xxx.do& ...

Linux

1.postリクエスト
curl -d “param1=value1&param2=value2” “

2.jsonデータをpostする
curl -l -H & ...

IT

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

特徴:
Full terminal capabilities implemented;
Scaling (zoom) with the argument ...

Nginx

使用例

server { listen 80; server_name sample.com; rewrite ^ permanent;}

 

PostgreSQL

1.postgresqlのインストール
#sudo yum install
#sudo yum install postgresql10-contrib  postgresql10-server

2.DBの ...

Linux

Ubuntuの場合
$ cat/etc/lsb-release

CentOSの場合
$ cat/etc/centos-release

JavaScript

JSコード
<Script language=”javascript”>
function GetRequest() {
var url = location.search; ...

Python

サンプルコード
cft1 =
cft2=
zipped = zip(cft1, list2)
# zipped
#

Java

Javaコード
package com.arkgame.study;
import java.text.SimpleDateFormat;
import java.util.Date;

public ...

CSS

書式
クラス名:empty
:empty は CSS の 擬似クラスで、子を持たない要素を表します。
子とは要素のノードまたは文字列 (ホワイトスペースを含む) です。コメント、処理指示、
CSS の ...

IT

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

Long awaited MongoDB $ positional update operator is supported. #91. Due to its impl ...