12 2017 档案

摘要:https://github.com/liuwons/wxBot https://www.zhihu.com/question/41667903 学习内容 http://blog.csdn.net/carson_ho/article/details/54136311 https://github.c 阅读全文
posted @ 2017-12-22 18:10 小毛驴 阅读(162) 评论(0) 推荐(0) 编辑
摘要:if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) { webSettings.setAllowFileAccessFromFileURLs(true); webSettings.setAllowUniversalAccessFr 阅读全文
posted @ 2017-12-19 09:37 小毛驴 阅读(272) 评论(0) 推荐(0) 编辑
摘要:https://github.com/H07000223/FlycoTabLayout tensorflow https://github.com/topics/tensorflow-examples http://www.th7.cn/Program/Android/201507/512316.s 阅读全文
posted @ 2017-12-18 17:42 小毛驴 阅读(145) 评论(0) 推荐(0) 编辑
摘要:package com.oval.cft;import java.io.File;import java.io.FileOutputStream;import java.io.PrintWriter;import java.io.StringWriter;import java.lang.Threa 阅读全文
posted @ 2017-12-17 20:13 小毛驴 阅读(431) 评论(0) 推荐(0) 编辑
摘要:http://wiki.jikexueyuan.com/project/tensorflow-zh/how_tos/summaries_and_tensorboard.html https://github.com/YuanKJ-/ExToast 阅读全文
posted @ 2017-12-15 16:54 小毛驴 阅读(113) 评论(0) 推荐(0) 编辑
摘要:Intent 的 意图: Intent intent = new Inetnt(Setings); Setings: 1. ACTION_ACCESSIBILITY_SETTINGS : // 跳转系统的辅助功能界面 Intent intent = new Intent(Settings.ACTIO 阅读全文
posted @ 2017-12-15 14:36 小毛驴 阅读(1545) 评论(0) 推荐(0) 编辑
摘要:https://github.com/yale8848/CacheWebView 阅读全文
posted @ 2017-12-11 17:15 小毛驴 阅读(119) 评论(0) 推荐(0) 编辑
摘要:@Overridepublic void onPageCommitVisible(WebView view, String url) { super.onPageCommitVisible(view, url); linearLayout1.setVisibility(View.GONE); can 阅读全文
posted @ 2017-12-10 13:02 小毛驴 阅读(373) 评论(0) 推荐(0) 编辑
摘要:public class MyWebViewClient extends WebViewClient { boolean timeout; public MyWebView() { timeout = true; } @Override public void onPageStarted(WebVi 阅读全文
posted @ 2017-12-09 21:01 小毛驴 阅读(238) 评论(0) 推荐(0) 编辑
摘要:1.https://github.com/youth5201314/banner.框架资源。 2.https://github.com/youth5201314/XFrame/wiki/Utils%E5%B7%A5%E5%85%B7%E7%B1%BB%E9%9B%86%E5%90%88。 阅读全文
posted @ 2017-12-08 11:01 小毛驴 阅读(97) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/robert_cysy/article/details/72824513 https://www.cnblogs.com/404map/p/4981099.html http://blog.csdn.net/robert_cysy/article/detai 阅读全文
posted @ 2017-12-07 23:21 小毛驴 阅读(134) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/qq_25867141/article/details/52807705 优化 上面的几种方式我大致也都走了一遍,其实我觉得都没啥区别,看你喜欢用哪种吧。我其实是采用了第四种,因为第一种的话我是不喜欢队列的,比如5个Toast排队还要一个一个等待显示,这样的 阅读全文
posted @ 2017-12-06 13:52 小毛驴 阅读(117) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/mxiaoyem/article/details/50857008 http://blog.csdn.net/ke1vin/article/details/51130380 http://www.jianshu.com/p/f61849073bad http 阅读全文
posted @ 2017-12-04 21:57 小毛驴 阅读(175) 评论(0) 推荐(0) 编辑
摘要:https://www.2cto.com/kf/201509/443112.html 概述: 当Android自带的View满足不了开发者时,自定义View就发挥了很好的作用。建立一个自定义View,需要继承于View类,并且实现其中的至少一个构造函数和两个方法:onMeasure()和onDraw 阅读全文
posted @ 2017-12-01 18:11 小毛驴 阅读(607) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示