- 浏览: 3944230 次
- 性别:
- 来自: 北京
最新评论
-
hinuliba:
...
字体背景颜色的高度修改 -
KANGOD:
最后的 -createDialog() 私有方法是怎么回事,没 ...
简单的实现listView中item多个控件以及点击事件 -
sswangqiao:
呵呵,呵呵
onActivityResult传值的使用 -
yumeiqiao:
感觉你所的不清楚 lstView.setOnTouchLi ...
listview中viewflipper的问题 -
lizhou828:
果然是大神啊!!!
Animation动画效果的实现
文章列表
主要参考: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 ...
intelliJ 单机无sbt调试
- 博客分类:
- spark
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
- 博客分类:
- spark
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
- 博客分类:
- spark
参看附件 下载地址 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中去
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混淆反混淆
- 博客分类:
- unity
http://blog.csdn.net/adambieber/article/details/46733661 主要参考
spark marven
- 博客分类:
- spark
https://sparktutorials.github.io/2015/04/02/setting-up-a-spark-project-with-maven.html
android 传maphash到unity
- 博客分类:
- unity
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 ...
unity 调原生Uri intent等
- 博客分类:
- unity
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