カテゴリー
- ActionScript
- Android
- Arduino
- ASP.NET
- Atmel Studio
- AutoHotKey
- AVR
- C++
- CAN
- CentOS
- CMSIS
- CSS
- C言語
- eclipse
- Excel
- Excel VBA
- Firefox
- FTDI
- Google Chrome
- Google Map
- HTML
- HTML5 canvas
- IIS
- iTunes Script
- Java
- javascript
- jQuery
- Linux
- LPC-Link2
- MCP2515
- NetBeans
- node.js
- NXP
- PHP
- Satch
- ThinkPad
- Tips
- TOCOS
- Transact-SQL
- Ubuntu
- VB.NET
- VBScript Tips
- VirtualBox
- Visual Studio
- vmware
- WIN32API
- Windows
- Windows Server
- WordPress
- アナログ回路
- コマンドプロンプト
- デジタル回路
- データベース
- トラブルシューティング
- メモ
- 未分類
- 端書
アーカイブ
メタ情報
Monthly Archives: 12月 2011
Windows Server 2008 R2 SP1 評価版について
IEでないとダウンロードができない http://technet.microsoft.com/ja-jp/evalcenter/dd459137.aspx からWindows Server 2008 R2 SP1 評価版 … Continue reading
Posted in Windows Server
Leave a comment
Windows Tips
画面外に行ってしまったウィンドウを移動させる: Alt→Space → [M] → 好きな矢印キー → マウスを動かして好きな位置に 具体的にはAlt(メニューの選択)→Space(メニューの起動)→[M](移動の実行) … Continue reading
Posted in Windows
Leave a comment
コマンドプロンプト Tips
※コマンドがわかっていればググルよりも /?で使い方を調べるほうが早かったりする。 ディレクトリ階層ごとコピー xcopy /c /h /e [コピー元] [コピー先] ディレクトリ同期 robocopy /mir [コ … Continue reading
Posted in コマンドプロンプト
Leave a comment
SQL Server Tips
テーブルコピー: select * into [新テーブル名] from [コピー元テーブル名]
Posted in SQL Server, データベース
Leave a comment