Don’t be a tool, use
the tools.
创建XML文件,IDE自动添加了 tools命名空间
xmlns:tools="http://schemas.android.com/tools"
tools可以告诉IDE,哪些属性在运行的时候是被忽略的,只在设计布局的时候有效。
tools可以覆盖android的所有标准属性,将android:换成t...
分类:
其他好文 时间:
2015-04-25 13:46:01
阅读次数:
235
原文地址:http://java.dzone.com/articles/gradle-goodness-set-javaIf we want to set an explicit encoding for the Java compiler in Gradle we can use the opti...
分类:
编程语言 时间:
2015-04-25 13:26:33
阅读次数:
133
http://poj.org/problem?id=1742DescriptionPeople in Silverland use coins.They have coins of value A1,A2,A3...An Silverland dollar.One day Tony opened h...
分类:
其他好文 时间:
2015-04-25 01:33:23
阅读次数:
114
PostgreSQL 9.2 added a native?JSON?data type, but didn’t add much else. You’ve got three options if you actually want to do something with it: Wait for PostgreSQL 9.3 (or use the beta) Use the?...
分类:
数据库 时间:
2015-04-24 21:17:57
阅读次数:
193
有时需要将日期类型值转换成毫秒值,有时也要将毫秒值转换成日期,为了更方便,满足查询的需要。
现在,新建一张数据库表t_stu_info,并向表里插入数据
use test;
show tables;
create table t_stu_info(
id int not null primary key,
stu_name varchar(20),
...
分类:
数据库 时间:
2015-04-24 21:09:52
阅读次数:
209
Asp.net MVC WebAPI 生成帮助文档时对于API的参数是自定义类型的会遇到本错误。API.Areas.HelpPage.HelpPageConfig 的Register 方法中 可以将以下代码注释去掉以消除该错误。//// Uncomment the following to use ...
分类:
移动开发 时间:
2015-04-24 18:50:20
阅读次数:
254
df -Th查看文件系统及挂载点parted /dev/sdcmklabel gptprintmkpart primary 0KB 2000GB/dev/hdb1 is apparently in use by the system; will not make a filesystem here!...
分类:
其他好文 时间:
2015-04-24 18:42:15
阅读次数:
117
/// /// 窗体动画函数 注意:要引用System.Runtime.InteropServices; /// /// 指定产生动画的窗口的句柄 /// 指定动画持续的时间 /// 指定动画类型,可以是一个或多个标志的组合。 /// [DllImport("use...
1.curl https://raw.github.com/creationix/nvm/master/install.sh | sh2。vi ~/.bash_profile 添加:source /Users/dujie/.nvm/nvm.shnvm install 0.10.24nvm use ....
分类:
系统相关 时间:
2015-04-24 15:38:28
阅读次数:
221
Effective C++ Chapter 1. 让自己习惯C++(Accustoming Yourself to C++) Item 3. 尽可能使用 const (Use const whenever possible) 1. const 与语义约束 const 允许指定一个语义约束(也就是指定...
分类:
编程语言 时间:
2015-04-24 14:09:57
阅读次数:
143