自定义闪烁文本,直接代码搞上: package custom.text.view;
import java.util.Timer;
import java.util.TimerTask;
import android.content.Context;
import android.graphics.Color;
import android.os.Handl...
分类:
移动开发 时间:
2014-08-17 14:24:02
阅读次数:
223
在开发中,如果感觉系统自带的提示框不好看,开发者可以自己定义提示框的样式,主要是继承Dialog
程序目录结构
关键代码
package com.dzt.custom.dialog;
import android.app.Dialog;
import android.content.Context;
import android.content.res.Resources...
分类:
移动开发 时间:
2014-08-15 14:37:18
阅读次数:
241
DataGrid运行效果: xaml 代码: DataGridName= dtgData ItemsSource= {Binding} AutoGenerateColumns= False DataGrid.Columns DataGridTextColumnBinding= {BindingPat...
分类:
其他好文 时间:
2014-08-15 11:59:48
阅读次数:
231
在PS2.0下,button 可以直接调用在 checkbox里面定义的变量,如下:$checkbox1_CheckedChanged={ #TODO: Place custom script here if ($checkbox1.Checked) { $a= 1 } else { $a = 0 ...
分类:
其他好文 时间:
2014-08-15 01:20:36
阅读次数:
215
原文:http://blog.csdn.net/hnxxcxg/article/details/2798019用idTCPServer,客户端接上来时,如何取得客户端的IP?IP:=AThread.Connection.Binding.PeerIP;Port:=AThread.Connection....
分类:
其他好文 时间:
2014-08-15 01:18:06
阅读次数:
278
OptionalFeatures区域:AllowReports:此对象的数据,可以用于报表AllowActivities:使此对象能够将Task和Calendar对象相关联。TrackFieldHistory:平台能够自动跟踪此对象相应字段的编辑活动。DeploymentStatus区域中,选择Deployed。InDevelopment:会对非管理员用户隐藏此对象。..
分类:
其他好文 时间:
2014-08-13 15:16:17
阅读次数:
162
本文内容 高级 Jackson Marshalling Serialize Only Fields that meet a Custom Criteria with Jackson Serialize Enums as JSON Objects JsonMappingException (No se...
分类:
移动开发 时间:
2014-08-13 14:21:06
阅读次数:
264
前言WPF的一大基础就是Data Binding。在基于MVVM架构的基础上,只有通过实现INotifyPropertyChanged接口的ViewModel才能够用于Data Binding。要实现INotifyPropertyChanged接口,只需要实现一个事件,event PropertyC...
分类:
其他好文 时间:
2014-08-13 03:34:25
阅读次数:
327
git对比svn有很多优势,这里就不多说了,这里主要讨论打patch的方法。
1、由于打patch的时候一般是将别人的比较,想直接输入到自己的文件
2、采用web的git服务器查看别人的提交记录:
例如如下形式:
diff --git a/mediatek/custom/common/hal/audioflinger/Audio_Cu...
分类:
其他好文 时间:
2014-08-12 22:09:34
阅读次数:
702
自定义数据储存提供者:http://www.asp.net/identity/overview/extensibility/overview-of-custom-storage-providers-for-aspnet-identityhttp://www.cnblogs.com/jesse2013...
分类:
Web程序 时间:
2014-08-12 03:03:43
阅读次数:
199