1开机图片:android-logo-mask.pngandroid-logo-shine.png这两个图片一个在上一个在下./out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes/asset...
分类:
移动开发 时间:
2014-05-19 22:42:33
阅读次数:
419
MilkTea.Common转换器:namespace MilkTea.Common{
public class MultiBindingConverter:IMultiValueConverter { public object
Convert(objec...
分类:
其他好文 时间:
2014-05-16 08:43:47
阅读次数:
261
1. 问题引入主要是为了查询在一个表中出现,而不在另一个表中出现的数据,具体来说:如下图所示,
有A、B两个表,其中B表的Aid字段参照A表的主键id,为了查询在A表中出现,却没有被B表引用的数据;限定条件:A和B中is_deleted字段为‘n’
并且B中type为‘common’。 2. 解决....
分类:
数据库 时间:
2014-05-16 08:38:24
阅读次数:
334
EAFP:Easier to ask for forgiveness than permission
获得事后原理总是比事先得到许可要容易的多。这个EAFP在python中表现的比较多。EAFP,This common Python coding style
assumes the existenc...
分类:
其他好文 时间:
2014-05-16 00:47:39
阅读次数:
511
ERROR:function@Ordinalxxxmissing今天新定制了一个OS,测试以前的应用程序,程序无法运行,查看串口信息有如下错误提示:ERROR:function@Ordinal1883missing!!!PleaseCheckyourSYSGENvariable!!!这通常是系统缺少某个组件导致的。查看\WINCE600\PUBLIC\COMMON\OAK\LIB\ARMV4I\..
分类:
其他好文 时间:
2014-05-15 19:08:38
阅读次数:
259
Longest Common Prefix
Write a function to find the longest common prefix string amongst an array of strings....
分类:
其他好文 时间:
2014-05-15 13:27:07
阅读次数:
233
Generating Files with the TextTransform Utility
\Program Files\Common Files\Microsoft Shared\TextTemplating\11.0C:\Program Files
(x86)\Common Files\mi...
分类:
其他好文 时间:
2014-05-15 10:14:13
阅读次数:
212
Generating Files with the TextTransform Utility
\Program Files\Common Files\Microsoft Shared\TextTemplating\11.0C:\Program Files
(x86)\Common Files\mi...
分类:
其他好文 时间:
2014-05-15 10:06:28
阅读次数:
994
平台:VS2010版本:1.04我们先看看消息队列的数据结构:typedefstructRAW_QUEUE
{
RAW_COMMON_BLOCK_OBJECTcommon_block_obj;
RAW_MSG_Qmsg_q;
RAW_VOID(*queue_send_notify)(structRAW_QUEUE*queue_ptr);
}RAW_QUEUE;RAW_MSG_Q:typedefstructRAW_MSG_Q{
RAW_VOID**queue_sta..
分类:
其他好文 时间:
2014-05-15 08:35:51
阅读次数:
318
公用表表达式(CTE,Common table
expression)是和派生表很相似的另一种形式的表表达式,而且具有一些重要优势。CTE 是在 SQL Server 2005 中引入的,是ANSI SQL
(1999及以后版本)标准的一部分。例:WITH USACusts AS( SELECT ....
分类:
其他好文 时间:
2014-05-14 13:26:16
阅读次数:
242