View
创建 colors.xml 文件定义两个颜色
1.
2. name="blue_pressed">@android:color/holo_blue_dark
3. name="blue_normal">@android:color/holo_blue_light
4.
我们这里使用android的 HOLO 色调:
1.
2. name="ho...
分类:
移动开发 时间:
2014-10-05 04:04:37
阅读次数:
265
Additive equations
Time Limit: 10 Seconds Memory Limit: 32768 KB
We all understand that an integer set is a collection of distinct integers. Now the question is: given an integer set, c...
分类:
其他好文 时间:
2014-10-04 19:29:37
阅读次数:
270
自动换行问题,正常字符的换行是比较合理的,而连续的数字和英文字符常常将容器撑大,挺让人头疼,下面介绍的是CSS如何实现换行的方法对于div,p等块级元素正常文字的换行(亚洲文字和非亚洲文字)元素拥有默认的white-space:normal,当定义的宽度之后自动换行html正常文字的换行(亚洲文字和...
分类:
Web程序 时间:
2014-09-28 10:48:31
阅读次数:
170
css中常见的文本属性 font-size :30px ; 设置字体大小 px——像素点 font-family : "宋体" font-style : 字体样式风格 常见属性: Normal:浏览器默认值 Italic:浏览器会显示一个斜体的字体样式。 Oblique:浏览器会显示...
分类:
Web程序 时间:
2014-09-27 18:24:30
阅读次数:
188
oracle登录身份有三种:normal 普通身份sysdba 系统管理员身份sysoper 系统操作员身份每种身份对应不同的权限sysdba权限:●启动和关闭操作●更改数据库状态为打开/装载/备份,更改字符集●创建数据库●创建服务器参数文件spfile●日志归档和恢复●包含了“会话权限”权限sys...
分类:
数据库 时间:
2014-09-26 19:45:08
阅读次数:
219
强制不换行div{ white-space:nowrap;}自动换行div{ word-wrap: break-word; word-break: normal; }强制英文单词断行div{ word-break:break-all;}word-wrap:css的 wor...
分类:
Web程序 时间:
2014-09-26 17:50:58
阅读次数:
192
1 final Builder builder = new AlertDialog.Builder(this); 2 builder.setIcon(R.drawable.appicns_folder_smart); 3 builder.setTitle("Normal Dialog"); 4 b....
分类:
移动开发 时间:
2014-09-25 19:45:57
阅读次数:
219
【法线贴图原理】 如果法线处于世界坐标中的(world space),那称为world space normal。如果是处于物体本身局部坐标中的,那称为object space normal。 很容易想象,world space normal一旦从贴图里解压出来后,就可以直接用了,效率很高。但是.....
分类:
其他好文 时间:
2014-09-25 13:31:18
阅读次数:
261
1、
normal shot.
alps\mediatek\platform\mt6595\hardware\mtkcam\v1\adapter\Scenario\Shot\NormalShot\NormalShot.cpp,
bool
NormalShot::
onCmd_capture()
{
...
//加上以下code
if(getOpenId() == 1 && b...
分类:
移动开发 时间:
2014-09-25 11:21:48
阅读次数:
410
DescriptionConsider equations having the following form:a1x13+ a2x23+ a3x33+ a4x43+ a5x53=0The coefficients are given integers from the interval [-50,...
分类:
其他好文 时间:
2014-09-24 22:22:47
阅读次数:
298