void Main(){ SimpleFactory.GetProduct("A").Dump(); SimpleFactory.GetProduct("B").Dump();}class Product{}class ProductA:Product{}class ProductB:P...
分类:
其他好文 时间:
2014-11-17 09:11:01
阅读次数:
156
看到这个标题大家一定会想到这篇神文《How Browsers Work》,这篇文章把浏览器的很多细节讲得很细,而且也被翻译成了中文。为什么我还想写一篇呢?因为两个原因,1)这篇文章太长了,阅读成本太大,不能一口气读完。2)花了大力气读了这篇文章后可以了解很多,但似乎对工作没什么帮助。所以,我准备写下...
分类:
其他好文 时间:
2014-11-17 09:11:55
阅读次数:
208
Given a binary tree, determine if it is a valid binary search tree (BST).Assume a BST is defined as follows:The left subtree of a node contains only n...
分类:
其他好文 时间:
2014-11-17 09:12:02
阅读次数:
179
Jeff Lee blog: http://www.cnblogs.com/Alandre/ (泥沙砖瓦浆木匠),retain the url when reproduced ! Thanks Linked list is a normal data structure.here I show ho...
分类:
编程语言 时间:
2014-11-17 09:10:51
阅读次数:
169
热点随笔:·宇宙中最强大的开发环境免费了!(Jialiang)·救济,求求管理员别删!!!java程序员 卖身2年 救父(safetys)·微软开放.NET框架源代码和Mono(张善友)·Visual Studio Contact(); 直播笔记(田园里的蟋蟀)·Visual Studio 2015...
分类:
其他好文 时间:
2014-11-17 09:11:08
阅读次数:
247
void Main(){ AbstractFactory.ChooseFactory("A").GetProduct1().Dump(); AbstractFactory.ChooseFactory("A").GetProduct2().Dump(); AbstractFactor...
分类:
其他好文 时间:
2014-11-17 09:12:47
阅读次数:
200
秋凉叶落是自然的规律,它就像一架古老的摆钟往复着既定的路线,不快不慢;我在这和谐的大自然里度过每一天、每一个季节一年又一年。静坐时想起以前觉得自己的过去平平淡淡静的像一潭死水,现在依然平凡——一名.NET程序员。 慢慢的觉得需要经历的事情会越来越多,这对大部分年轻人来说都倍感压力,面对未知...
分类:
其他好文 时间:
2014-11-17 09:10:36
阅读次数:
265
Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximu...
分类:
其他好文 时间:
2014-11-17 09:11:26
阅读次数:
235
string fileName = "name.apk";//客户端保存的文件名 string filePath = Server.MapPath("apk/KMYY.apk");//路径 //以字符流的形式下载文件 FileStream fs = new FileStream(filePath.....
摘要: 分享一款在项目中使用的tooltips插件--poshytip,这是一款基于jQuery的插件,其特点是简单易用,支持浏览器:IE6+, FF 2+, Opera 9+, Safari 3+, Chrome,并且带有六种皮肤的提示框Install: 下载poshytip插件,解压之后将文.....
分类:
Web程序 时间:
2014-11-17 09:11:32
阅读次数:
273
Sort a linked list using insertion sort.Solution: 1 /** 2 * Definition for singly-linked list. 3 * public class ListNode { 4 * int val; 5 * ...
分类:
其他好文 时间:
2014-11-17 09:11:05
阅读次数:
218
SaveFileDialog sfd = new SaveFileDialog();sfd.Filter = "文本文件 (*.txt)|*.txt|所有文件 (*.*)|*.*";if(sfd.ShowDialog() == DialogResult.Cancel) return;bool...
分类:
其他好文 时间:
2014-11-17 09:09:32
阅读次数:
328
void Main(){ object.ReferenceEquals(Singleton.GetInstance(),Singleton.GetInstance()).Dump(); object.ReferenceEquals(NSingleton.Instance,NSinglet...
分类:
其他好文 时间:
2014-11-17 09:09:43
阅读次数:
174
1、编写DLL a)文件--打开--新建项目--Win32,右侧Win32项目,填写好项目名称,点击“下一步”, 应用程序类型选择:“DLL(D)”,附加选项:空项目(E),然后完成。 b)编写头文件(edrlib.h):#ifdef__cplusplus#defineEXPORTextern"C"...
分类:
编程语言 时间:
2014-11-17 09:11:22
阅读次数:
194
1. Gemfilesource 'https://rubygems.org'gem 'rails', '4.2.0.beta4'gem 'sass-rails', '5.0.0.beta1'gem 'uglifier', '...
分类:
其他好文 时间:
2014-11-17 09:08:50
阅读次数:
175
http://www.jb51.net/article/44620.htm————————————————————————————————————————————————————————————————————————————————————1:GET访问 浏览器 认为 是等幂的就是 一个相同的UR...
分类:
Web程序 时间:
2014-11-17 09:10:29
阅读次数:
153
摘要: 继‘带箭头提示框’,本文将分享几款带箭头提示框。qtipqTip是一种先进的提示插件,基于jQuery框架。以用户友好,而且功能丰富,qTip为您提供不一般的功能,如圆角和语音气泡提示,并且最重要的是免费。支持ie6+以及其他主流浏览器grumble.jsgrumble.js提供了特殊的提....
分类:
其他好文 时间:
2014-11-17 09:10:40
阅读次数:
270