プログラマーの雑記

普段つまずいたこと、勉強途中の覚え書き

2016年5月19日木曜日

Intellijでこんなエラーになりました。Could not autowire. No beans of TestMessagingTemplate type found

›
新しく定義した「@Component」を使用しようとしたら、Intellijでこんなエラーになりました。 「 Could not autowire. No beans of TestMessagingTemplate type found 」 調べたところ、新し...
2016年4月30日土曜日

android 「Rendering Problems Exception raised during rendering: com.android.ide.common.rendering.api.LayoutlibCallback.getXmlFileParser(Ljava/lang/String;)Lorg/xmlpull/v1/XmlPullParser;」問題の解決

›
アンドロイドの開発SDKをアップデートしたら、ビューの「Text」モードから「Design」に変換したら、以下のエラーメッセージが表示されました 「 Rendering Problems Exception raised during rendering: com.androi...
2016年4月26日火曜日

Protractorでダイアログボックスを確認する方法

›
ダイアログボックスを確認するには、以下のコマンドを使えば: browser.switchTo().alert().accept();
‹
›
ホーム
ウェブ バージョンを表示
Powered by Blogger.