• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » id
トレース: • 02_サカつく初代 11年目 • 01_サカつく初代 07年目 • 02_サカつく初代 03年目 • 2017.07.05 左手一本のシュート • 2019.09.12 SoftEtherVPN エラー • 2019.02.11 海馬の尻尾 • 2022.01.24 SSHD MaxStartupsについて • 2015.10.07 Code Prettifier Plugin • 2020.01.17 Windows10高速化 • 2013.11.05 USBキーボード購入

id

検索

以下に検索結果を表示します。

完全一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@02_freebsd
  • 全ての名前空間
  • 02_freebsd:04_database (12)
  • 02_freebsd:80_unixコマンド (8)
  • 02_freebsd:02_www (2)
  • 02_freebsd:01_net (1)
  • 02_freebsd:99_その他 (1)
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

マッチした文書名:

  • 06 squid
  • suidperl

全文検索:

11 ERROR:1093を回避 @02_freebsd:04_database:01_mysql
11 ヒット, 最終更新: 11年前
ない <code console> update hoge set code = 0 where id IN (select id from hoge as tmp where id = 1 group by id order by id) ; ERROR 1093 (HY000): You can't specify target table 'hoge' for update
LEFT JOIN、INNER JOIN違い @02_freebsd:04_database:01_mysql
10 ヒット, 最終更新: 12年前
e> mysql> SELECT * FROM table1; +------+------+ | id | name | +------+------+ | 1 | A | | ... e> mysql> SELECT * FROM table2; +------+------+ | id | name | +------+------+ | 1 | A | | ... > select * from table1 LEFT JOIN table2 ON table1.id=table2.id; +------+------+------+------+ | id | name | id | name | +------+------+------+------+
jobs @02_freebsd:80_unixコマンド
7 ヒット, 最終更新: 10年前
ps @02_freebsd:80_unixコマンド
7 ヒット, 最終更新: 9年前
as in long format F field| |g|pgrp|process group ID| |G|tpgid|controlling tty process group ID| |j|cutime|cumulative user time| |J|cstime|cumulative syst... |cumulative major page faults| |o|session|session ID| |p|pid|process ID| |P|ppid|parent process ID| |r|rss|resident set size| |R|resident|resident pages|
MySQL - 数値に変換してソート @02_freebsd:04_database:01_mysql
6 ヒット, 最終更新: 13年前
とこのようになってしまいます。 <code console> mysql> select disk_id,backup_size from backups order by backup_size desc; +---------+-------------+ | disk_id | backup_size | +---------+-------------+ | ... して、無理やり数値へ変換する。 <code console> mysql> select disk_id,backup_size from backups order by backup_size + 0 desc; +---------+-------------+ | disk_id | backup_size | +---------+-------------+ | 39
MySQLコマンド @02_freebsd:04_database:01_mysql
5 ヒット, 最終更新: 2カ月前
==== テーブル作成 ==== <code> CREATE TABLE hoge_tbl ( id int PRIMARY KEY AUTO_INCREMENT, name text ); </co... -----+---------+------+-----+---------+-------+ | id | int(11) | NO | PRI | NULL | | | ... -----+---------+------+-----+---------+-------+ | id | int(11) | NO | PRI | NULL | | | ... ortbld-freebsd6.3 (i386) using 5.2 Connection id: 104553 Current database: syslog
kill @02_freebsd:80_unixコマンド
4 ヒット, 最終更新: 10年前
PostgreSQLコマンド @02_freebsd:04_database:02_posgresql
4 ヒット, 最終更新: 3年前
===== PostgreSQLでのゼロパディング ===== # select lpad(id,4,'0') as id from t_images order by id desc; こんな感じで表示される <code> id ------ 0017 0015 0014 0012 0011 0010 0009 0008 0007 0
MySQL - シェルで枠まで出力する @02_freebsd:04_database:01_mysql
3 ヒット, 最終更新: 8年前
estdb -e 'select * from table1' +------+------+ | id | name | +------+------+ | 1 | A | | ... select * from table1' > /tmp/aaa # cat /tmp/aaa id name 1 A 2 B 3 C 4 D 5 E 6 F </code> たまにこの枠も欲しい... e1' > /tmp/aaa # cat /tmp/aaa +------+------+ | id | name | +------+------+ | 1 | A | |
MySQL - レプリケーション @02_freebsd:04_database:01_mysql
3 ヒット, 最終更新: 13年前
の記述があるか確認して下さい。 <code> [mysqld] log-bin server-id=1 </code> <color red>※server-id は、1以上の整数であれば何でも良いです。</color> ===== テーブルへの書き込みを禁止 ===== mysql> FLU... vf data.tar.gz ==== my.cnf設定 ==== <code> server-id = 2 master-host = 172.16.8.53 master-
05 rsync @02_freebsd:01_net
2 ヒット, 最終更新: 3年前
クでつながった別のホストを指定するときに使う | |--numeric-ids|ユーザとグループの id 番号を転送して、転送後にマッピング| |--force|ディレクトリが空でなくても削除| |--d... rd-file ファイルからパスワードを得る --numeric-ids ユーザとグループの id 番号を転送して、転送後にマッピング。 --force ディレクトリが空でなくて
WebDAV @02_freebsd:02_www
2 ヒット, 最終更新: 12年前
exing AuthType Basic AuthName "Please Input ID and Password." AuthUserfile /etc/webdav.pa
ipコマンド/IPエイリアス追加 @02_freebsd:80_unixコマンド
2 ヒット, 最終更新: 4年前
ip link add link eth1 name eth1.210 type vlan id 210 ==== UP ==== ip link set eth1.210 up ===... ip link add link eth0 name eth0.100 type vlan id 100 ===== Bonding作成 ===== <code> # ip link add
01 MySQL インデックス @02_freebsd:04_database:01_mysql
2 ヒット, 最終更新: 7年前
mysql> create table cloudstack_domain_resource( id int not null auto_increment, name text n... null created_at datetime not null, primary key (id), key index_date(created_at), key index_domain(
18 MySQLでALTER TABLEの進捗確認 @02_freebsd:04_database:01_mysql
2 ヒット, 最終更新: 6年前
そ106分くらいで終わるという計算になる。 <code> mysql> select count(id) from test_table; +------------+ | count(id) | +------------+ | 1273517123 | +------------+ 1 row in
IPアドレス-アドレスナンバー @02_freebsd:04_database:01_mysql
2 ヒット, 最終更新: 12年前
Apache 2.0 + MySQL + PHP @02_freebsd:02_www
1 ヒット, 最終更新: 12年前
at コマンド @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 17カ月前
chmod @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
chown @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
dig @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 8年前
FreeBSD カーネル再構築 @02_freebsd:99_その他
1 ヒット, 最終更新: 13年前
文字化けする場合 @02_freebsd:04_database:02_posgresql
1 ヒット, 最終更新: 13年前
SQLiteコマンド @02_freebsd:04_database:03_sqlite
1 ヒット, 最終更新: 11カ月前

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki