原文:2000条你应知的WPF小姿势 基础篇 在正文开始之前需要介绍一个人:Sean Sexton.
来自明尼苏达双城的软件工程师,对C#和WPF有着极深的热情。最为出色的是他维护了两个博客:2,000Things You Should Know About
C#和 2,000 Things You...
分类:
其他好文 时间:
2014-05-26 14:43:22
阅读次数:
265
本文原始路径:
https://www.zybuluo.com/Ivony/note/14074前言DbUtility v3 是一个开源的轻量级数据库访问框架,源代码通过
Apache 协议发布,可以用于商业用途。最新的版本可以通过 NuGet 进行下载,项目及源代码下载地址:https://git...
分类:
数据库 时间:
2014-05-26 13:50:02
阅读次数:
361
在正文开始之前需要介绍一个人:Sean Sexton.
来自明尼苏达双城的软件工程师,对C#和WPF有着极深的热情。最为出色的是他维护了两个博客:2,000Things You Should Know About
C#和 2,000 Things You Should Know AboutWPF.....
分类:
其他好文 时间:
2014-05-26 10:19:13
阅读次数:
194
对于Chromium Code Reviews上面的issue , 如
https://codereview.chromium.org/292153009/ (1) apply 该 patch于chromium
code最简单的办法:在本地的chromium库,如我的chromium-android...
分类:
其他好文 时间:
2014-05-26 09:17:19
阅读次数:
326
时间一长就忘记MFC中的很多东西了,所以需要把这些基本的知识理一理,为能深入到MFC内部结果原理,现在需要把这些东西让度娘吐出来:1.MFC中的消息队列情况(一个消息队列可以容纳多少消息)
原文可以在msdn中搜索“About Messages and Message Queues ”找到:The ...
分类:
其他好文 时间:
2014-05-26 07:32:26
阅读次数:
243
#include
#include
#include
using namespace std;
const int m=(int)1E8;
string s1,s2;
int f[2][5001]={0},g[2][5001]={0};
void init();
void work();
int my_max(int,int);
int main()
{
freopen("lcs.in","r"...
分类:
其他好文 时间:
2014-05-26 04:07:17
阅读次数:
305
问题 K: Traveling
时间限制: 1 Sec 内存限制: 128 MB
提交: 13 解决: 4
[提交][状态][论坛]
题目描述
SH likes traveling around the world. When he arrives at a city, he will ask the staff about the number of cities that...
分类:
其他好文 时间:
2014-05-25 01:44:43
阅读次数:
391
题目:
Given an array S of n integers, are there elements a, b, c in S such that a + b + c =
0? Find all unique
triplets in the array which gives the sum of zero.
Note:
Elements...
分类:
其他好文 时间:
2014-05-25 00:39:37
阅读次数:
343
【题目】
Given an array of strings, return all groups of strings that are anagrams.
Note: All inputs will be in lower-case.
For example:
Input: ["tea","and","ate","eat","den"]
Output: ["tea","ate","eat"]
【题意】
anagrams指的是颠倒字母顺序构成的单词,以tea为例,则与它an...
分类:
其他好文 时间:
2014-05-24 18:36:01
阅读次数:
317
内核编译# make ARCH=arm menuconfig# make -j5 ARCH=arm
CROSS_COMPILE=arm-linux-gnueabihf- uImage modules内核安装到ROOTFS# cp
${WORK_DIR}/linux-sunxi/arch/arm/bo...
分类:
其他好文 时间:
2014-05-24 10:19:51
阅读次数:
307