shellscript

shellコード:
#!/bin/bash

df | sed 1d >/tmp/startnews24_hddres.txt
#df | grep -v “Use” >/ ...

shellscript

shellコード下記:
#!/bin/bash
# description: the sum even of 1 to 100

#sum変数を定義

declare -i sum=0
le ...

Nginx

設定内容:
http {
geo $whiteiplist {
default 1;
127.0.0.1 0;
10.0.0.0/8 0;
XXX.XXX.242.0/24 0; ...

Nginx

1.設定内容:
http {
map $http_user_agent $agent {
default “”;
~curl $http_user_agent;
~*ap ...

Nginx

フォワードプロキシ(Forward Proxy)内容下記:
server {
listen 8090;
location/{
resolver XXX.XXX.XXX.XXX   XXX.XXX.XXX ...

Nginx

設定手順:
1.# vim nginx.conf
http{…}に「server_tokens off; 」を追加

http {
……
sendfile on; ...

Vue.js

環境
Windows10 home 64bit
Vue.js 3.0.0
Google Chrome 98.0.4758.102

書式
<button id=”btnReg ...

Windows10

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

Database .NET is an innovative, p ...

Ruby

使用例

#!/usr/bin/ruby# -*- coding: UTF-8 -*-users = puts usersp usersemps = puts empsp emps

実行結果
>ruby test ...

Windows10

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

更新内容:
複数のPDFファイルをマージしたり、一つのPD ...

Nginx

コード下記:
server {

location/{
# This is cool because no php is touched for static content
tr ...

Java

書式
クラス名<? super Integer>変数名

使用例

package com.arkgame.demo;//ジェネリック型クラスの定義class Cft<T> { priva ...

Oracle

1.betweenで条件を指定
使用例

SELECT * FROM USER_TBL WHERE AGE BETWEEN 20 AND 30 ORDER BY USERNO;

2.not betweenで条件指定

Windows10

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

概要:

Chromium(クロミウム)はオープンソース ...

Oracle

構文
日付項目between 日付1 and 日付2

使用例

SELECT * FROM USER_TBL WHERE BIRTHDATE BETWEEN '20011001 00:00:00' AND '2 ...

Docker

構文
docker kill CONTAINER

使用例
$ docker kill -s KILL mynginx
mynginx

Swift

書式
button.setImage(UIImage(named: “xxx”), for: .highlighted)
使用例

import UIKit class ViewContro ...

OpenSource

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

更新内容:

BalanceNG now allocates needed MAC addresses out of the IEEE registered ...