定時退社するための魔法のWindowsコマンドを教えよう
定時のベルがなる。しかし、帰れない。そんな日がいつも続く。 そこで、朝一にパソコンで叩くだけで定時退社できるという魔法のポポポーンコマンドを紹...
定時のベルがなる。しかし、帰れない。そんな日がいつも続く。 そこで、朝一にパソコンで叩くだけで定時退社できるという魔法のポポポーンコマンドを紹...
ロバート・C・マーチン(ポブおじさん)の[CleanCoder]を読んだ感想を書きます。 https://amzn.to/3xbKHcS ああ・・・あのときこうすりゃよかったよ、みたいな 先...
Eclipse CDTでデフォルトで付いているグラフィカルなGDB用のインタフェースと、GoogleTestなどのxUnitをあわせて利用するとデバッグが...
リーダブルコードを読んだので、その感想を。 リーダブルコード ―より良いコードを書くためのシンプルで実践的なテクニック - Dustin Boswell Trevor Foucher https://amzn.to/3nJuhoN 小ネタの玉手箱...
Eclipse+Cygwin環境でデバッグするとき、いつもはGoogleTestを使っている。 GoogleTestを実行してセグメンテーショ...
はじめに Windowsをシャットダウンするとき、いつもはWindowsに標準であるシャットダウンコマンドを叩いていた。 C:\Windows\System32\shutdown.exe ノートPCでYout...
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で構築したサイトのバックアップを作成できたので、今回はこのデータをリストアして...
前回、twitcurlライブラリを利用した自作twitterクライアントでつぶやく方法を書いた。 twitcurlでWindowsのデスクトッ...
デスクトップからショートカットでtwitterにつぶやきたいなと思い、いろいろと探してみたがいいフリーソフトがみつからなかったので、twit...