26 search resultsShowing 1~20 results

Stocked
ka_to

@ka_to

日付・時刻の形式チェック

isMatch_YYYYMMDD 日付が西暦4桁、月2桁、日2桁の形式かつ有効な日付かどうか isMatch_HHMMSS 時刻が時2桁、分2桁、秒2桁の形式かつ有効な時刻かどうか isMatc...

11
12
Comment1
ka_to

@ka_to

縁取りボタン

こんな感じで縁取ったボタン IEは未確認(IE8ではだめ) <!DOCTYPE html> <html> <head> <style> .butt...

3
4
Comment0
ka_to

@ka_to

ジェネリック使ったTryParse

TypeDescriptor クラスを使用 第2引数resultに初期値を設定したくなかったので、outからrefに変更。 using System.ComponentModel; public...

22
20
Comment0
ka_to

@ka_to

整数ビット演算

BitArrayクラスを使わずに、数値の指定ビット位置(0から始まる)をオン・オフする BitOperation.cs using System; using System.Collection...

1
1
Comment0
ka_to

@ka_to

配色サイト

ColorHexa Shade、Tone、Tintが13色 RGB、CMYKのグラフ表示 borderのCSSサンプル いろんなカラースキーム(色見表?)がある Color Hex Color ...

16
14
Comment0
ka_to

@ka_to

【VS2005】環境設定

キーボード・ショートカット 「ツール(T)」-「オプション(O)...」で出てくる「オプション」ダイアログボックスで「環境」-「キーボード」で確認できる。 既定のショートカット 編集, メンバの...

1
1
Comment0
ka_to

@ka_to

日付のミリ秒を文字列にする

方法: 日付および時刻の値のミリ秒部分を表示する 書式 後続のゼロ埋め f ゼロ埋めする F ゼロ埋めしない DateTime dateValue = new DateTime(2008, 7,...

5
4
Comment0
ka_to

@ka_to

Cookie切り替え

エクステンションを使う Swap My Cookies 設定はここから Option(使いそうな項目だけ) Refresh tabs after changing the profile? 切替...

2
2
Comment0

26 search resultsShowing 1~20 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in