Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.6 or one of its dependencies could not be resolved: Failed to ...
分类:
Web程序 时间:
2017-02-14 17:43:25
阅读次数:
476
插件配置: path 访问应用的路径port tomcat 的端口号uriEncoding URL按UTF-8进行编码,这样就解决了中文参数乱码。server 指定tomcat名称。 运行: tomcat7:run 运行当前项目 ...
分类:
其他好文 时间:
2017-02-14 13:52:28
阅读次数:
212
图片加载性能优化永远是Android领域中一个无法绕过的话题,经过数年的发展,涌现了很多成熟的图片加载开源库,比如Fresco、Picasso、UIL等等,使得图片加载不再是一个头疼的问题,并且大幅降低了OOM发生的概率。然而,在图片加载方面我们是否可以就此放松警惕了呢? 开源图片加载库能为我们解决... ...
分类:
移动开发 时间:
2017-02-14 13:19:33
阅读次数:
1191
FragmentTabHost一切换再返回的时候Fragment就会调用onCreateView重新绘制页面,被这个问题坑了好久。刚开始也不知道是 FragmentTabHost还是Fragment的原因,网上找了好久也没找到解决办法。终于搜了好久还是找到了: 解决方法,在fragment onCr ...
分类:
其他好文 时间:
2017-02-12 23:59:42
阅读次数:
681
在UITextField中自带placeholder属性,可以用于提示输入框信息。但是UITextView并不具备此功能介绍一种方法来实现初始化UITextView: //首先定义UITextView UITextView *textView = [[UITextView alloc] init]; ...
分类:
其他好文 时间:
2017-02-12 21:25:59
阅读次数:
155
In this lesson we will look at pulling out complex npm script logic into an external JavaScript file. Instead of writing bash scripts you can leverage ...
分类:
其他好文 时间:
2017-02-12 10:48:41
阅读次数:
154
Description David the Great has just become the king of a desert country. To win the respect of his people, he decided to build channels all over his ...
分类:
其他好文 时间:
2017-02-11 14:46:45
阅读次数:
212
Virtualenv 虚拟的 Python 环境(简称 venv) 是一个能帮助你在本地目录安装不同版本的 Python 模块的 Python 环境,你可以不再需要在你系统中安装所有东西就能开发并测试你的代码。 知识点 virtualenv 的安装 创建虚拟环境 激活虚拟环境 使用多个虚拟环境 关闭 ...
分类:
编程语言 时间:
2017-02-10 20:44:54
阅读次数:
232
gradle同步工程时出现错误 Error:(36, 0) Could not find method externalNativeBuild() for arguments [build_cazi725f729u97iya9u1d1xfh$_run_closure2$_closure7$_clos ...
分类:
移动开发 时间:
2017-02-10 11:37:01
阅读次数:
3489
引言 selector中文的意思选择器,在Android中常常用来作组件的背景,这样做的好处是省去了用代码控制实现组件在不同状态下不同的背景颜色或图片的变换。使用十分方便。 selector的定义 selector就是状态列表(StateList), 它分为两种,一种Color-Selector 和 ...
分类:
移动开发 时间:
2017-02-10 01:13:11
阅读次数:
282