setup.exeはもういらん!Cygwinでコマンドラインからインストール/アップデートする[apt-cyg]を試す
Cygwinをツールをアップデートするときに、いちいちsetup.exeを起動するのが面倒だ 。 LinuxやRubyとかみたいに、コマンドライ...
Cygwinをツールをアップデートするときに、いちいちsetup.exeを起動するのが面倒だ 。 LinuxやRubyとかみたいに、コマンドライ...
Eclipse CDTには、グラフィッカルなgdbインタフェースがついてきます。 これが最近便利すぎるので、オススメ機能をここらでまとめときます。 基本的な設...
Eclipse CDTを使っていると、インクリメンタルサーチがけっこう貧弱に感じる。 かといって、検索機能を起動するまでもなくさくっと調べたい。 そんなときに...
はじめに TC 技術検定 3 級 テクニカルライティング試験を受験した感想です. テクニカルコミュニケーター協会 > TC 技術検定 ここにも合格体験記がたくさんあ...
技術書の写経について、TDDで有名な@t_wadaさんのこんなツイートを発見した。 https://twitter.com/t_wada/status/9000231741 これを参考に、gitを使ってどのように写経をするか、個人...
Eclipse CDTでデフォルトで付いているグラフィカルなGDB用のインタフェースと、GoogleTestなどのxUnitをあわせて利用するとデバッグが...
Eclipse+Cygwin環境でデバッグするとき、いつもはGoogleTestを使っている。 GoogleTestを実行してセグメンテーショ...
hamcrest関係のエラーでハマったので、メモ。 java.lang.NoSuchMethodError: org.hamcrest.Matcher.describeMismatch エラーメッセージ java.lang.NoSuchMethodError: org.hamcrest.Matcher.describeMismatch(Ljava/lang/Object;Lorg/hamcrest/Description;)V at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:865) at test.endtoend.auctionsniper.FakeAuctionServer$SingleMessageListener.receivesAMessage(FakeAuctionServer.java:71) at test.endtoend.auctionsniper.FakeAuctionServer.hasRecievedJoinRequestFromSniper(FakeAuctionServer.java:51) at test.endtoend.auctionsniper.AuctionSniperEndToEndTest.sniperJoinnAuctionUntilAuctionCloses(AuctionSniperEndToEndTest.java:14) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)...
前回のエントリで、BackWPupを利用してWordPressで構築したサイトのバックアップを作成できたので、今回はこのデータをリストアして...
デスクトップからショートカットでtwitterにつぶやきたいなと思い、いろいろと探してみたがいいフリーソフトがみつからなかったので、twit...