##Effective C++ Notes### Part I. Accustoming Yourself to C++####1. View C++ as a federation of languages- C++ is a multi-paradigm programming language...
分类:
编程语言 时间:
2015-01-08 02:06:23
阅读次数:
329
Implement atoi to convert a string to an integer.
Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input ca...
分类:
其他好文 时间:
2014-12-15 19:07:22
阅读次数:
181
Basic Layout(基本布局)In this section we’ll look at how you can position UI elements relative to the Canvas and each other. If you want to test yourself w...
分类:
编程语言 时间:
2014-12-15 19:00:06
阅读次数:
338
Implement atoi to convert a string to an integer.
Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input ca...
分类:
其他好文 时间:
2014-12-15 09:09:52
阅读次数:
166
IF --Rudyard Kipling
If you can keep your head when all about you
Are losing theirs and blaming it on you,
If you can trust yourself when all men doubt you
But make allowance for their doubting to...
分类:
其他好文 时间:
2014-12-11 10:24:45
阅读次数:
155
KISS、DRY、MVC、OOP、REST (1)KISS是指Keep It Simple,Stupid(摘自wikipedia),指设计时要坚持简约原则,避免不必要的复杂化。 (2)DRY是指Don't Repeat Yourself(摘自wikipedia),特指在程序设计以及计算中避免重复代码...
分类:
Web程序 时间:
2014-12-08 17:24:47
阅读次数:
200
在本节中将会给Movie模型添加验证逻辑。并且确保这些验证规则在用户创建或编辑电影时被执行。 保持事情 DRY ASP.NET MVC 的核心设计信条之一是DRY: "不要重复自己(Don’t Repeat Yourself)"。ASP.NET MVC鼓励您指定功能或者行为,只做一次,然后将它应用到...
分类:
Web程序 时间:
2014-11-28 19:48:36
阅读次数:
445
You were given a gift—a talent or askill—that you can use to help empower yourself and eventually empower others.Make the most out of it by touching l...
分类:
其他好文 时间:
2014-11-26 11:01:35
阅读次数:
151
昨天在Better Software Magazine上看到一篇文章Make Yourself Essential(杂志不在手边,文章名和杂志期号都记不清了),谈到了IT市场变幻,程序员风光不再,身为程序员应该怎么应对。作者开篇明义:工作外包,公司裁员,是公司的错么?当然不是!一切都是程序员的错。当...
分类:
其他好文 时间:
2014-11-20 23:25:49
阅读次数:
266
开这个博客主要是监督自己做学习笔记:1.数学上的以及学术上的。2.机器学习,视觉,数据挖掘,NLP。3.算法以及语言。Never ever forget pushing yourself out of your fucking comfort zone!
分类:
其他好文 时间:
2014-11-17 20:58:28
阅读次数:
129