微软近期Open的职位:Job title: Software Design Engineer IILocation: China, BeijingDivision: Operations System Group EngineeringGroup OverviewOSG is delivering...
分类:
移动开发 时间:
2014-11-21 17:53:00
阅读次数:
186
最新的asp.net vnext已经可以支持在mac上运行了,当然用的是mono。相比linux来说,mac的安装略显繁琐。对于大部分用Windows开发asp.net的程序员来说,初次配置还是很费时的。我这里列出详细安装步骤,方便大家开发的同时,也给自己做个备忘。要运行.Net程序,需要新的KRE...
分类:
Web程序 时间:
2014-11-20 23:19:38
阅读次数:
257
Android Lollipop
面向开发者的主要功能
Material Design 设计注重性能通知以大屏幕呈现以文档为中心连接性能再上一级高性能图形音频处理功能更强摄像头和视频处理进一步完善Android 在办公中的应用屏幕截图和共享新型传感器Chromium WebView辅助功能和输入构建低电耗应用
欢迎使用 Android 5.0 Lollip...
分类:
移动开发 时间:
2014-11-20 20:21:26
阅读次数:
356
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:
其他好文 时间:
2014-11-20 16:56:50
阅读次数:
236
题目描述:
Say you have an array for which the ith element is the price of a given stock on day i.
Design an algorithm to find the maximum profit. You may complete as many transactions as you like ...
分类:
其他好文 时间:
2014-11-19 22:18:52
阅读次数:
225
允许网页宽度自动调整"自适应网页设计"到底是怎么做到的?其实并不难。首先,在网页代码的头部,加入一行viewport元标签。 viewport是网页默认的宽度和高度,上面这行代码的意思是,网页宽度默认等于屏幕宽度(width=device-width),原始缩放比例(initial-scale=1....
分类:
Web程序 时间:
2014-11-19 18:33:22
阅读次数:
262
本文转自:http://www.ruanyifeng.com/blog/2012/05/responsive_web_design.html一、"自适应网页设计"的概念2010年,Ethan Marcotte提出了"自适应网页设计"(Responsive Web Design)这个名词,指可以自动识...
分类:
Web程序 时间:
2014-11-19 15:39:46
阅读次数:
231
老生常谈的问题了,MSDN也有非常详细的说明但看起来不是很系统。也曾经做过分析,但没有总结下来又忘了,这次整理一下MSDN和网上搜集的一些资料,以备不时只需。下面是MSDN对这两个函数的建议使用方法 1 MSDN建议 2 // Design pattern for a base class....
分类:
其他好文 时间:
2014-11-19 15:33:45
阅读次数:
269
一道LeetCode OJ上的题目,要求设计一个LRU(Least Recently Used)算法,题目描述如下:Design and implement a data structure for Least Recently Used (LRU) cache. It should support...
分类:
编程语言 时间:
2014-11-19 13:51:25
阅读次数:
222
原文地址:http://leihuang.org/2014/11/18/composition-inheritance/
为什么组合优于继承?
这是一个很典型的设计模式的问题,Head First Design Pattern第一章好像就讲了,之前看得有点忘了。下面我把stackoverflow上面得分比较高的答案搬过来用一下,我觉得这样更容易理解些。
两者区别
...
分类:
其他好文 时间:
2014-11-19 11:10:54
阅读次数:
215