上一页 1 2 3 4 5 6 7 ··· 17 下一页
摘要: 最近学习angular, 跟着视频做一个动作,启动 “ angular-phonecat ” 这个项目 敲入 “npm start ” 启动没有问题,但是 "http://localhost:8000/" 一进入就立刻命令就出现 ('The header content contains inval 阅读全文
posted @ 2016-03-17 17:30 3H 阅读(2339) 评论(0) 推荐(1) 编辑
摘要: 起因 刚完成一个版本的开发。刚上Google play 就有用户反映无法更新应用。错误代码为:Can't install app "****" can' be installed.Try again, and if the problem continues,get help toubleshoot 阅读全文
posted @ 2016-03-04 12:27 3H 阅读(4319) 评论(0) 推荐(0) 编辑
摘要: 转载请注明来源:http://blog.csdn.net/goldenfish1919/article/details/33729679用eclispe打包的时候报错:[2014-06-23 13:44:35 - Dex Loader] Unable to execute dex: Cannot m... 阅读全文
posted @ 2016-01-26 13:16 3H 阅读(890) 评论(0) 推荐(0) 编辑
摘要: 前言: 现在Android studio版本已经去到2.0(我暂时用着开发者版本)了,但是还是和以前的版本一样卡。 (因为我用了很多第三方的UI控件,导致在Android studio build一个项目非常漫长,大约改一个字符需要两三分钟,最长试过5分钟呢。 不过在Eclips... 阅读全文
posted @ 2016-01-25 17:58 3H 阅读(4784) 评论(0) 推荐(0) 编辑
摘要: 首先我先声明我不是一个浏览器开发者,只是近段时间看了一些关于浏览器的东西,才有一些看法。 在几年前开发手机的web 页面,都经常因为JS插件不兼容android WebView内核,导致开发浪费大量时间去调试。 而且当时网络不太良好,导致页面加载时也不太流畅、 所以几年前基本上不会考虑使用we... 阅读全文
posted @ 2015-12-28 12:03 3H 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 首先,要看一下自己的项目使用 “Gradle版本”接着要看一下项目根目录的build.gradle文件中的“dependencies”的classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'是1.3还是1.2?1.2和1.3是... 阅读全文
posted @ 2015-12-18 16:52 3H 阅读(367) 评论(0) 推荐(0) 编辑
摘要: private boolean inRangeOfView(View view, MotionEvent ev){int[] location = new int[2];view.getLocationOnScreen(location);int x = location[0];int y = lo... 阅读全文
posted @ 2015-12-07 19:15 3H 阅读(7908) 评论(0) 推荐(1) 编辑
摘要: File 1: /home/slava/.gradle/caches/modules-2/files-2.1/org.apache.httpcomponents/httpmime/4.3.1/f7899276dddd01d8a42ecfe27e7031fcf9824422/httpmime-4.3.... 阅读全文
posted @ 2015-10-24 10:35 3H 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 问题:对于用gradle的来配置java的开发者都能在GRADLE_HOME/docs/dsl找到如何对其build.gradle文件的具体属性。但是对于开发android的开发者就不能对于官方的"gradle"开发不行的。所以需要找找google是否有另外写一份对于android的dsl.经某个机... 阅读全文
posted @ 2015-10-08 15:52 3H 阅读(1422) 评论(0) 推荐(0) 编辑
摘要: eclipse/myeclipse选中编辑区域文件,Package Explorer定位文件所在项目及目录1. 打开Package Explorer(若没有,可以按照如下路径点击: Window菜单 >> Show View >> Package Explorer)2. 点击Package Expl... 阅读全文
posted @ 2015-09-29 16:21 3H 阅读(285) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 17 下一页