会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wf110
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
40
下一页
2016年5月19日
Android WebView的Js对象注入漏洞解决方案
摘要: http://blog.csdn.net/leehong2005/article/details/11808557/ webview调用以下文件,就可以打印sdcard 文件名
阅读全文
posted @ 2016-05-19 13:22 wf110
阅读(1386)
评论(0)
推荐(0)
编辑
2016年4月7日
Could not find com.android.tools.build:gradle:1.3.0.
摘要: * What went wrong: A problem occurred configuring project ':TZYJ_Android'.> Could not resolve all dependencies for configuration ':TZYJ_Android:classp
阅读全文
posted @ 2016-04-07 18:33 wf110
阅读(1453)
评论(0)
推荐(0)
编辑
2016年3月4日
react-native疑难
摘要: {"message":"TransformError: E:\\study\\react_native-workspace\\AwesomeProject\\node_modules\\react-deep-force-update\\lib\\index.js: [BABEL] E:\\study
阅读全文
posted @ 2016-03-04 14:36 wf110
阅读(363)
评论(0)
推荐(0)
编辑
win上搭建react-native android环境
摘要: http://www.jianshu.com/p/2fdc4655ddf8 http://www.lcode.org/ http://www.jianshu.com/p/ad29d97b0e9d 学习 安装JDK既然是android开发,那么java肯定逃不掉了。从Java官网下载安装包吧。我的电脑
阅读全文
posted @ 2016-03-04 12:38 wf110
阅读(162)
评论(0)
推荐(0)
编辑
2015年11月5日
gradle大体内容
摘要: 不分包 混淆,分包 另外的 1 buildscript { 2 repositories { 3 jcenter() 4 mavenCentral() 5 } 6 dependencies { 7 classpath 'com.android.tools.build:gradle:1.3.0' 8
阅读全文
posted @ 2015-11-05 15:33 wf110
阅读(844)
评论(1)
推荐(0)
编辑
2015年11月3日
android studio This client is too old to work with the working copy at
摘要: http://www.cnblogs.com/maijin/archive/2013/01/09/2852330.htmlhttp://stackoverflow.com/questions/28339626/android-studio-svn-1-8-this-client-is-too-old...
阅读全文
posted @ 2015-11-03 08:56 wf110
阅读(412)
评论(0)
推荐(0)
编辑
2015年9月24日
sharedPreference
摘要: http://blog.csdn.net/yong199105140/article/details/8425247SharedPreferences分类:Android2012-12-24 15:252138人阅读评论(0)收藏举报 SharedPreferences主要用于存放软件的配置参数等信...
阅读全文
posted @ 2015-09-24 16:51 wf110
阅读(391)
评论(0)
推荐(0)
编辑
2015年9月17日
xml中数据存储 <![CDATA[ … ]]>
摘要: 在xml中 有些可能是 转义的字符 比如像<等 &符号, 你没发现 在加参数后面要进行转义 写成; 可以是& 但是每处都要 这么写。 在未来不可控的 一些转义字符中 你都要这么做, 但是 用 规避了 这种可能性, 把它们都当做数据 而不是 可能存在的一些转义html解释器的概念 标示的...
阅读全文
posted @ 2015-09-17 14:24 wf110
阅读(263)
评论(0)
推荐(0)
编辑
2015年9月10日
java gui 下拉框中项删除按钮
摘要: http://www.cnblogs.com/kangls/archive/2013/03/21/2972943.htmlhttp://m.blog.csdn.net/blog/ycb1689/7465072
阅读全文
posted @ 2015-09-10 10:07 wf110
阅读(412)
评论(0)
推荐(0)
编辑
2015年9月1日
AsynTask用法
摘要: http://blog.csdn.net/liuhe688/article/details/6532519在Android中实现异步任务机制有两种方式,Handler和AsyncTask。Handler模式需要为每一个任务创建一个新的线程,任务完成后通过Handler实例向UI线程发送消息,完成界面...
阅读全文
posted @ 2015-09-01 09:39 wf110
阅读(305)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
40
下一页