会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
道法自然
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
54
55
56
57
58
59
下一页
2015年9月7日
FragmentActivity和Activity的具体区别在哪里
摘要: fragment是3.0以后的东西,为了在低版本中使用fragment就要用到android-support-v4.jar兼容包,而fragmentActivity就是这个兼容包里面的,它提供了操作fragment的一些方法,其功能跟3.0及以后的版本的Activity的功能一样。下面是API中的原...
阅读全文
posted @ 2015-09-07 22:52 jiduoduo
阅读(333)
评论(0)
推荐(0)
2015年8月10日
jdbc mysql 取数,突然取不到数据,数据库中有数据
摘要: 项目用的是jdbc+mysql,局网取数据的时候,数据一切正常,但是传到服务器上以后,曾经是好的不知道为什么,近期一传就取不到数据,发现android写的也没有问题,至少大体上没有语法问题。跟踪后发现sql没问题,直接放到mysql中执行有数据。但是奇了怪了,后来发现了一个就是where 后面传入了...
阅读全文
posted @ 2015-08-10 10:22 jiduoduo
阅读(678)
评论(0)
推荐(0)
2015年6月1日
The method of type must override a superclass method
摘要: 导入android项目时,报The method of type must override asuperclass method一堆错误,解决方法:将编译的jdk与使用的jdk版本一致即可。
阅读全文
posted @ 2015-06-01 14:38 jiduoduo
阅读(216)
评论(0)
推荐(0)
2015年5月19日
找不到 com.google.zxing.ResultMetadataType 异常解决
摘要: 在https://github.com/zxing/zxing 下载二维码扫描将 android 导入,code打成jar包运行时 报06-14 23:43:08.690: E/AndroidRuntime(7761): FATAL EXCEPTION: main06-14 23:43:08.690...
阅读全文
posted @ 2015-05-19 15:19 jiduoduo
阅读(1618)
评论(0)
推荐(0)
2015年5月17日
zxing-master core编译
摘要: 1、下载Maven:http://maven.apache.org/download.cgi2、下载完以后,设一下系统变量:MAVE_HOME3、Path中加入%MAVEN_HOME%\bin;这样就可以用mvn来访问了4、run cmd找到zxing-master core目录5、输入mvn -D...
阅读全文
posted @ 2015-05-17 16:57 jiduoduo
阅读(693)
评论(0)
推荐(0)
2015年5月9日
Eclipse中propedit插件安装(解决property中文问题)
摘要: EclipseHelp--Install New Software...Add...propedit --http://propedit.sourceforge.jp/eclipse/updates/
阅读全文
posted @ 2015-05-09 16:31 jiduoduo
阅读(360)
评论(0)
推荐(0)
2015年5月8日
ashx中使用session
摘要: 1、using System.Web.SessionState;2、实现接口IRequiresSessionStatepublic class Handler : IHttpHandler,IRequiresSessionState{ string code =context.Session["c...
阅读全文
posted @ 2015-05-08 13:37 jiduoduo
阅读(140)
评论(0)
推荐(0)
svn团队环境
摘要: 1、安装VisualSVN ServerVisualSVN-Server-3.3.1-x64.msi下载,并安装标准版(免费)2、下载TortoiseSVNTortoiseSVN-1.8.11.26392-x64-svn-1.8.133、安装中文版4、eclipse环境中安装svn插件Help--I...
阅读全文
posted @ 2015-05-08 12:57 jiduoduo
阅读(164)
评论(0)
推荐(0)
2015年3月18日
Can’t create handler inside thread that has not called Looper.prepare()
摘要: 1)在Android 2.3以前,为防止ANR(Application Not Responding),Google是不赞成将网络连接等一系列耗时操作直接放到应用主线程进行的,推荐将这类操作放在子线程内;而Android 4.0版本开始,Google强制要求这类操作必须在子线程内进行,否则将抛出 N...
阅读全文
posted @ 2015-03-18 16:30 jiduoduo
阅读(178)
评论(0)
推荐(0)
2015年3月6日
Only the original thread that created a view hierarchy can touch its views
摘要: 在调试软件的时候出现如下的错误:01-05 20:53:36.492: E/ZZShip(2043): android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a ...
阅读全文
posted @ 2015-03-06 10:20 jiduoduo
阅读(296)
评论(0)
推荐(0)
上一页
1
···
54
55
56
57
58
59
下一页
公告