WPF中改变选中行的颜色是很简单的,就是用触发器:比如:以DataGrid为例: DataGrid.RowStyle Style TargetType= DataGridRow SetterProperty= Background Value= White / Style .Triggers Tri...
分类:
其他好文 时间:
2014-08-15 12:11:28
阅读次数:
232
One classic method for composing secret messages is called a square code. The spaces are removed from the english textand the characters are written i...
分类:
其他好文 时间:
2014-08-14 20:03:09
阅读次数:
276
Virtual addresses from multiple address spaces are translated to real addresses in main memory by generating for each virtual address an address space...
分类:
移动开发 时间:
2014-08-14 13:24:28
阅读次数:
489
一些总结出来的Android快速开发框架,全部都是开源框架,附带项目地址,是开发学习的绝佳资料。
thinkAndroid项目
github地址:https://github.com/white-cat/ThinkAndroid
功能:ThinkAndroid是一个免费的开源的、简易的、遵循Apache2开源协议发布的Android开发框架,其开发宗旨是简单、快速的进行 Androi...
分类:
移动开发 时间:
2014-08-12 13:33:24
阅读次数:
320
Preference-defalut: 【将Tab键自动替换为4个空格】 // The number of spaces a tab is considered equal to “tab_size”: 4, // Set to true to insert spaces when tab is pressed “translate_tabs_to_space...
分类:
其他好文 时间:
2014-08-12 10:33:04
阅读次数:
210
添加产品属性信息 序号 属性英文名称(必填,如:white或XL) 属性中文名称(可选,如:白色或大号) ...
分类:
其他好文 时间:
2014-08-12 03:05:13
阅读次数:
338
Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each word is a valid dictionary word.Return all such po...
分类:
其他好文 时间:
2014-08-12 00:27:33
阅读次数:
264
Sort ColorsGiven an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the or...
分类:
其他好文 时间:
2014-08-12 00:09:03
阅读次数:
154
强制换行 1、word-break: break-all; 只对英文起作用,以字母作为换行依据。 2、word-wrap: break-word; 只对英文起作用,以单词作为换行依据。 3、white-space: pre-wrap; 只对中文起作用,强制换行。禁止换行 ...
分类:
Web程序 时间:
2014-08-09 18:09:38
阅读次数:
329
1.设置TextView的文本颜色123TextView tv;...tv.setTextColor(R.color.white);其实这样设置的颜色是 R.color.white的资源ID值所代表的颜色值,而不是资源color下的white颜色值:正确的做法如下:1tv.setTextColor(...
分类:
移动开发 时间:
2014-08-09 15:44:38
阅读次数:
334