急いでイソイテク

並盛り技術ダクダクで。

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

Android Device MonitorのFile Explorerで何も表示されない

解決策 参考サイト Issue 211616 - android - [developer preview] File Explorer (in Android Device Monitor) not working on N Preview - Android Open Source Project - Issue Tracker - Google Project Hosting Android Device Monitorを終了させる。 …

【VBA】自作関数

文字列置換(簡易正規表現対応) Function replaceWithRegex(target As String, pattern As String, replaceStr As String) Dim RE, strPattern As String, ret As String Set RE = CreateObject("VBScript.RegExp") With RE .pattern = pattern ''検索パター…

技術系つぶやき(ネタメモ)

Spring系 i18n(国際化対応)で、各ロケールごとのメッセージ定義ファイル内に存在しないキーをSpringが検索した時、デフォルトのメッセージ定義ファイルを読みに行くようだ。 ちなみにi18nが何故「国際化対応」を意味するかというと、 「国際化=international…

Androidハマった&直ったメモ

キーワード:':app:zipalignDebug', 'inputFile' 事象 Androidアプリが起動せず、エラー終了する。 エラー全文 Error:A problem was found with the configuration of task ':app:zipalignDebug'. File 'C:\User\...\app\build\outputs\apk\app-debug-unalig…