万年素人からHackerへの道

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

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

    html table colgroup

    colは横 rowは縦

     <colgroup>
      <col span="1" style="width:50px; background-color:#ccccff;">
      <col span="1" style="width:100px; background-color:#ffcccc;">
      <col span="2" style="width:150px; background-color:#ccffcc;">
     </colgroup>
    
     <colgroup span="1" style="width:50px; background-color:#ccccff;">
     </colgroup>
     <colgroup>
      <col span="1" style="width:100px; background-color:#ffcccc;">
      <col span="2" style="width:150px; background-color:#ccffcc;">
     </colgroup>

    は同じ。

    Androidのストアのapk

    018 年 8 月以降の対象 API レベル要件
    警告:
    
    現在、お客様のアプリは API レベル 25 を対象にしています。セキュリティとパフォーマンスが最適化された最新の API を利用するには、API レベル 26 以上を対象にする必要があります。
    
    2018 年 8 月以降、新しいアプリは Android 8.0(API レベル 26)以上を対象にする必要があります。
    2018 年 11 月以降、アプリのアップデートは Android 8.0(API レベル 26)以上を対象にする必要があります。
    
    ヒント:
    
    アプリの対象 API レベルを変更してください。詳細

    Faebook Unity 謎の

    Facebook -> Edit Settings に出てくる "Copy and Paste these into your \"Native Android App\" Settings on developers.facebook.com/apps");

    この謎の3行 f:id:shinriyo:20180605231358p:plain

    ってのはここ? https://docs.mobage.com/display/WWNATIVE/Integrating+the+Facebook+SDK+Android

    f:id:shinriyo:20180605231440p:plain この画面に入れる

    FacebookのUnityのSDKのエラー

    get_activeBuildTarget is not allowed to be called from a ScriptableObject constructor (or instance field initializer), call it in OnEnable instead. Called from ScriptableObject 'FacebookSettingsEditor'. See "Script Serialization" page in the Unity Manual for further details. UnityEditor.EditorUserBuildSettings:get_activeBuildTarget() Facebook.Unity.Editor.FacebookSettingsEditor:.ctor() (at Assets/Facebook/Editor/FacebookSettingsEditor.cs:34) UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

    https://github.com/facebook/facebook-sdk-for-unity/issues/31

    https://github.com/soomla/unity3d-store/issues/546

    f:id:shinriyo:20180605185843p:plain