码迷,mamicode.com
首页 >  
搜索关键字:yourself    ( 416个结果
Effective C++读书笔记 Part1
##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
String to Integer (atoi)
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
Unity_UGUI翻译(2) Basic Layout(基本布局)
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
String to Integer (atoi) -- leetcode
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
拉迪亚德·吉卜林(Rudyard Kipling)——詩作《如果》<if>
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
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
Asp.Net MVC4入门指南(8):给数据模型添加校验器
在本节中将会给Movie模型添加验证逻辑。并且确保这些验证规则在用户创建或编辑电影时被执行。 保持事情 DRY ASP.NET MVC 的核心设计信条之一是DRY: "不要重复自己(Don’t Repeat Yourself)"。ASP.NET MVC鼓励您指定功能或者行为,只做一次,然后将它应用到...
分类:Web程序   时间:2014-11-28 19:48:36    阅读次数:445
【 You are here in this world to make a positive difference.】
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
This blog
开这个博客主要是监督自己做学习笔记:1.数学上的以及学术上的。2.机器学习,视觉,数据挖掘,NLP。3.算法以及语言。Never ever forget pushing yourself out of your fucking comfort zone!
分类:其他好文   时间:2014-11-17 20:58:28    阅读次数:129
416条   上一页 1 ... 36 37 38 39 40 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!