Source

1.テーブル構造
CREATE TABLE `upload` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(20) NOT NU ...

Source

function real_ip()
{
static $realip = NULL;

if ($realip !== NULL)
{
return $realip;
} ...

Source

1.クラスファイル pagenavi.php

<?php
/**
* ページクラス
* ===> $this->styleDir/$this->styleName/style ...

Source

ファイル名 processid.rb

サンプルコード:

include Sysrequire 'win32ole'require 'socket'require 'date'# The Sys module serv ...

Source

1.delone.rb
old = File.open(ARGV).collect
new = File.open(ARGV,”a+”)
for i in 0..old.len

Source

1.encrypt.rb
require “jcode”
$KCODE=”u” #UTF-8を使用
TEST_OJ=”C:/BJ.txt” ...

Source

方法1:
require “mysql”
dbc = Mysql.real_connect(‘127.0.0.1′,’root’,’s ...

Source

url = ‘ #POSTでデータを送信
field_hash = {key: key, token: token} #postデータ
request = RestClient.post url, fiel ...

Source

#!/usr/bin/env ruby
#alsactl -F init # ミュートを解除できない場合

s = `amixer get Master`
val = s.scan(/Mono:\sPlayb ...

Source

def rgb(red, green, blue)
16 + (red * 36) + (green * 6) + blue
end

def gray(g)
232 + g
end ...

VB.net

書式

Try Using 変数名 As New treamReader(fileName, Encoding.GetEncoding("UTF-8")) 処理コード End UsingEnd Try

使用例

Impor ...

batch

書式
call:サブルーチン名
exit/b 数値
使用例

@echo off rem メッセージの出力echo message AA01 rem サブルーチンを呼び出すcall :TESTA rem メ ...

Ubuntu 21.10

OSバージョンを確認
# cat/etc/issue
Ubuntu 21.10 \n \l

1.一時的にホスト名を変更
# 現在のホスト名を表示
root@ubuntu:~# hostnam ...

Windows10

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

説明:
Dexpot turns your monitor into up to 20. Dexpot creates additional workspace ...

Source

define(‘IE’, 1);
define(‘FIREFOX’, 2);
define(‘CHROME’, 3);
define ...

VB.net

説明
ボタン(button)名:cmdAdd
コンボボックス(ComboBox)名:cmbSel
形式
If コンボボックス名.Text.Length > 0 Then
処理コード ...

VB.net

説明
ボタン(button)名: cmdAdd
コンボボックス(ComboBox)名:cmbCity
形式
1.プロパティでインデックス番号
コンボボックス名.SelectedIndex ...