Oracle

1.tnsnames.ora
説明:tnsnames.oraは接続先DBを指定するための記述をするファイルです。
クライアント側に配置します。
場所 C:\app\client\username\product ...

DataBase

PL/SQLコード:
/**
全てのtableをクリア(ロールバック可能)
**/
declare
— tableのカーソルを指す
cursor c_t is
sel ...

Ubuntu

1.ファイルで確認
# cat/etc/issue
Ubuntu 20.04.2 LTS \n \l

# cat/etc/lsb-release
DISTRIB_ID=Ubuntu
DIST ...

Windows10

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

PointerStick offers a flexible and incr ...

Rocky Linux 8

1.有効Node.jsのバージョンを確認

# dnf module list nodejsRocky Linux 8 - AppStreamName Stream Profiles Summarynodejs 10 commo ...

DataBase

1.エラーメッセージ:
ORA-01502: index ‘xxx.xxxxx’ or partition of such index is in unusable state

2.解決方法 ...

JavaScript

構文
arr.lastIndexOf(searchElement)
arr.lastIndexOf(searchElement, fromIndex)
引数
searchElement 検索する配列要素 ...

Java

書式
文字列.replaceAll(“”,” “)
使用例

package com.arkgame.info;public class StrDigDemo {// ...

Windows10

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

 

概要:

Torブラウザの主な特徴は1つ。分かり易くイメージにすると、接続元のIPアドレスを隠す目的で、そのIPアドレスの前にいくつ ...

DataBase

SQLコード:
/*
指定したテーブルにすべてのカラムを表示
*/
declare
cursor c is
select a.COLUMN_NAME||’ ‘ f ...

Software

ダウンロード:
提供元サイトからダウンロード
日本語版サイトからダウンロード
cnetサイトからダウンロード
softpediaサイトからダウンロード

概要:

FLVPlayer ...

VB.net

書式
1.Default Public ReadOnly Property Item(Key As String) As Object
Collection オブジェクトの特定の要素を、位置またはキーに基づいて取得しま ...

Linux

操作方法
# dmesg

Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM socket layer initialized ...

Mac OS X

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

更新内容:

Added a more aggressive workaround for a design issue of OS X which can cau ...

jQuery Mobile

構文
$(document).on(“scrollstop”,function(){
処理コード
});
スクロールを停止したときに発生するイベントです。

JavaS ...

jQuery

1.htmlコード

<div> <ul> <li>A001</li> <li>B002</li> </ul> <p>123</ ...

PHP

phpコード:

<?php

/**
* データを書き込み
* @param $path
* @param $mode
* @param $data
* @re ...

Java

Javaコード:
private void createThumbnail(String filename, int thumbWidth, int thumbHeight, int quality, String outFi ...