activity_main.xml<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vert..
分类:
移动开发 时间:
2016-12-14 22:27:45
阅读次数:
289
建模思路 名词理解 Cube:逻辑数据库,用于存放逻辑数据表,并管理关联关系的地方 Dimenstrition:逻辑数据表,可以依据多张具有逻辑关系的物理数据表构建 Attribute:逻辑数据表的字段 Fact:用于填充逻辑数据表的字段,来自逻辑数据表所关联的各物理数据表及与这些物理数据表有关联关 ...
分类:
其他好文 时间:
2016-12-09 18:42:27
阅读次数:
197
近期项目中需要使用到一种类似手机电池充电进度的动画效果,以前没学属性动画的时候,是用图片+定时器的方式来完成的,最近一直在学习动画这一块,再加上复习一下自定义view的相关知识点,所以打算用属性动画和...
分类:
移动开发 时间:
2016-12-08 03:38:26
阅读次数:
550
IEnvelope Interface Provides access to methods and properties of envelopes. Note: the IEnvelope interface has been superseded byIEnvelope2. Please con ...
分类:
其他好文 时间:
2016-12-01 02:28:36
阅读次数:
192
现在随着各终端的出现(手机,ipad等平板),以及各种终端的手机分辨率和尺寸都不同,现在手机用户流量都是宝,网上出现了各种各样的生成缩略图功能的架构,有使用php实时生成缩略图的,也有用nginx + lua实现的,上节我也讲到了使用nginx生成缩略图,但是用户每次访问都需要生成一次,会给cpu和 ...
分类:
其他好文 时间:
2016-11-27 07:44:30
阅读次数:
206
JFrame f=new JFrame(); f.setUndecorated(true); f.setBackground(new Color(0,0,0,0)); Toolkit kit = Toolkit.getDefaultToolkit(); Dimension screenSize = ...
分类:
其他好文 时间:
2016-11-26 02:46:22
阅读次数:
142
width,height,border-box,content-box ...
分类:
其他好文 时间:
2016-11-25 19:34:41
阅读次数:
219
using System;using System.Collections.Generic;using System.Text;using Microsoft.Office.Interop.Word;using System.IO;using System.Web;using System.Data ...