万年素人からHackerへの道

万年素人がHackerになれるまで殴り書きするぜ。

  • ・資産運用おすすめ
    10万円は1000円くらい利益
    資産運用ブログ アセマネ
    • ・寄付お願いします
      YENTEN:YYzNPzdsZWqr5THWAdMrKDj7GT8ietDc2W
      BitZenny:ZfpUbVya8MWQkjjGJMjA7P9pPkqaLnwPWH
      c0ban:8KG95GXdEquNpPW8xJAJf7nn5kbimQ5wj1
      Skycoin:KMqcn7x8REwwzMHPi9fV9fbNwdofYAWKRo

    トラブルシューティング

    The device cannot run executables for arm64.の対処 Xcode Unity

    http://howtocodethings.tumblr.com/post/146094967283/the-device-cannot-run-executables-for-arm64howtocodethings.tumblr.com を見た。

    EntryPointNotFoundException

    UnityでDLLを使う UnityでDLLを使う | TVML

    __declspec mac gcc C++

    error: unknown type name '__declspec' のエラー。 本の虫: attributeは難しい Macというかgccでは__attribute__なの? __declspec(dllexport) を単純に __attribute__(dllexport) 置き換え。 すると error: expected '(' after '(' (を二重にしたw __attr…

    XamarinでiOS起動時のバグ

    Xamarin6.2にアップデートしたせいかでiOSのシミュレータで起動できなくなった iPhone 6のシミュレータで。 起動時に出てくる。 「Report…」を押してみた。 Process: poomsae.iOS [5809] Path: /Users/USER/Library/Developer/CoreSimulator/Devices/C6B0B6D…

    Xamarinのエラー

    Xamarinのエラー Warning: All projects referencing MyProject.csproj must install nuget package Microsoft.Bcl.Build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317569. (MyProject.Droid) visual studio - warning : All pro…

    XamarinでAddress already in use

    Androidのエミュレータ実行時にAddress already in use これは8080を使ってるポートが原因っぽい。 lsof -i :8080 デフォルトを変更 Error “Address already in use” in MonoDevelop | Coding Yee 僕はおそらくJenkinsなので止めた launchctl stop homebrew.…