`
wang_peng1
  • 浏览: 3901955 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
主要参考:https://omid.al/posts/2017-02-20-Tutorial-Build-Your-First-Tensorflow-Android-App.html 1. Preparing the TF Model,主要是一个serialized GraphDef 和 checkpoint file 2. 根据上面两个文件 生成optimized_tfdroid.pb文件,可以用于Android 3.编译生成或者直接使用别人编译好的jar 和so,到Android 4.Android 调用接口 以上的连接有详细的代码和介绍这里不翻译了   同时可以参 ...

权限申请

public class PermissionActivity extends Activity{ private static final String PERVIOUS_INTENT = "pervious_intent"; private static final String REQUEST_PERMISSIONS = "request_permissions"; private static final String PACKAGE_URL_SCHEME = "package:"; p ...
http://blog.csdn.net/javastart/article/details/43372977 http://www.tuicool.com/articles/JFfiiqf 单机 调试 spark 如果不用sbt,需要下载1.6版本才有 spark-assembly-1.6.0-hadoop2.6.0.jar 相关类似的jar  

sbt eclipse idel

https://github.com/mpeltonen/sbt-idea addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.0.1") addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")  

spark marven elipse

参看附件 下载地址 http://scala-ide.org/download/current.html  
16/11/15 09:02:55 ERROR Shell: Failed to locate the winutils binary in the hadoo p binary path java.io.IOException: Could not locate executable D:\hadoop-2.7.3\bin\winutils.ex e in the Hadoop binaries.  直接将附件中winutils相关的三个文件复制到你的hadhoop中去
关联规则中相关定义在附件中有定义  

unity 浏览器

https://github.com/BoChengHuang/WebVR-AnyBrowser/tree/master/node_modules http://download.csdn.net/detail/home_498/9577122 https://github.com/Kogarasi/Unity-Webview https://github.com/NabilNoaman/UniWebView https://github.com/Jleeowl/InnerwebsitesOnUnity http://blog.csdn.net/home_ ...

unity混淆反混淆

http://blog.csdn.net/adambieber/article/details/46733661 主要参考  

spark marven

https://sparktutorials.github.io/2015/04/02/setting-up-a-spark-project-with-maven.html  
public static AndroidJavaObject dicToMap(Dictionary<string, string> dictionary) 27 { 28 if(dictionary == null) 29 { 30 return null; 31 } 32 AndroidJavaObject map = new AndroidJavaObject("java.util.HashMap"); 33 foreach(Ke ...
Texture2D tex=new Texture2D(width,height,TextureFormat.RGB24,false); tex.ReadPixels(new Rect(startX,startY,width,height),0,0); tex.Apply(); byte[] dataToSave = tex.EncodeToPNG(); grab = false; string destination = Path.Combine(Application.persistentD ...
https://www.iteblog.com/archives/1508  
https://sparktutorials.github.io/2015/04/03/setting-up-spark-with-gradle.html  
https://sparktutorials.github.io/2015/04/02/setting-up-a-spark-project-with-maven.html  
Global site tag (gtag.js) - Google Analytics