2014-01-01から1年間の記事一覧

2014年12月18日

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…

2014年12月03日

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…

2014年11月19日

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…

2014年11月12日

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…

2014年11月11日

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…

2014年11月08日

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…

2014年11月07日

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…

2014年11月06日

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…

todocygwinを zshにする。http://futurismo.biz/archives/1363

Excel から Oracle のデータを取得。[Oracleがない場合] インスタントクライアント32ビット(Basic、odbc、sqlplusをダウンロードし、解凍して同じフォルダに入れて、odbc.exeを起動する。またはPathにフォルダを追加する。(?)[1] c:\Windows\SysWOW64\odbcad…

import java.util.*; class ListTest { static class Test { int a_; String b_; Test(){ a_ = 0; b_ = ""; } } static private int getKeyListIndex(Test a) { int index = 0; for (String it : keyList) { if (a.b_.compareTo(it) == 0) { return index; }…

vsvim 最高です。http://6.visualstudiogallery.msdn.microsoft.com/59ca71b3-a4a3-46ca-8fe1-0e90e3f79329i 挿入モード a 挿入モード ESC 移動モード v 選択 C-v 矩形選択 = オートインデント > 一段下げる 前の関数 次の関数 w 単語移動(次) b 単語移動(前…

vim

syntax on set tabstop=2 set shiftwidth=2 set expandtab set autoindent set smartindent set backspace=indent,eol,start set ignorecase set smartcase set magic set wrapscan set hlsearch set smartcase set nowrap set nolinebreak set textwidth=0 …

1. EclipseにCDTをインストールする2. console の色をつける http://www.mihai-nita.net/eclipse3. libファイルを作る cd gtest1.7 ar -rv ./lib/libgtest.a ./src/gtest-all.ocd gmock1.7 ar -rv ./lib/libgmock.a ./src/gmock-all.o4. libフォルダ、libフ…

MFC

http://www.codeproject.com/Articles/2477/Multi-threaded-Client-Server-Socket-Class http://www.codeproject.com/Articles/33352/Full-Multi-thread-Client-Server-Socket-Class-with

SVN

http://tortoisesvn.net/http://www.visualsvn.com/visualsvn/download/

http://www.youtube.com/watch?v=a7TsfiE4PGM Google Mockクックブック http://opencv.jp/googlemockdocs/cookbook.htmlGoogle Mock入門 http://opencv.jp/googlemockdocs/fordummies.html

VB

test http://www.atmarkit.co.jp/ait/articles/0811/14/news137.html

BatchFormat Code Contracts Tools CodeMaid Diff All Files for VS2013 DoxygenComments EditorConfig Favorite Documents GhostDoc Git Diff Margin Git Source Control Provider Indent Guides PowerShell Tools for Visual Studio Productivity Power To…

使い方 http://rest-term.com/archives/3138/(1) http://goyoki.hatenablog.com/entry/20110812/1313167570(2) http://dorapanda.asablo.jp/blog/2014/05/30/7330598 - // CppUtest_test1.cpp : コンソール アプリケーションのエントリ ポイントを定義します…

cat a.txthttp://blogs.msdn.com/powershell/

1. http://okwakatta.net/code/log03.html StackTrace st = new StackTrace(true); for (int i = 1; i < st.FrameCount; i++) { StackFrame sf = st.GetFrame(i); sf.GetMethod(); sf.GetMethod().ReflectedType; sf.GetFileName(); sf.GetFileLineNumber();…

http://www.youtube.com/watch?v=Moz4v9MlGYg

[test]

C#

テストシナリオ http://symfoware.blog68.fc2.com/blog-entry-1062.htmlAssert http://symfoware.blog68.fc2.com/blog-entry-1063.html日付フォーマット http://symfoware.blog68.fc2.com/blog-entry-1057.htmlDLL使用 http://symfoware.blog68.fc2.com/blog…

[word]

フォームのフォーカス http://wordvba.cocolog-nifty.com/blog/2009/08/post-286c.html]

[roslyn]

C#

git clone https://git01.codeplex.com/roslyn Microsoft Visual Studio Express 2013 for Windows Desktop http://www.microsoft.com/ja-jp/download/details.aspx?id=40787blog http://ufcpp.wordpress.com/

LINQPad をインストールする。https://www.linqpad.net/C# Statement を選ぶ。foreach()System.CodeDom.Copiler.CodeProvider.GetAllCompilerInfo()GetLanguages()

[参考] ・nugetダウンロード http://yohshiy.blog.fc2.com/blog-entry-236.html・OpenCover, NUnit プロジェクト http://odashinsuke.hatenablog.com/entry/20120511/1336740574・Visual Studio 2013 Desktop ダウンロードしてインストール。インストール時…