码迷,mamicode.com
首页 >  
搜索关键字:life in programming    ( 6263个结果
关于产品的一些思考——(四十)腾讯微信之修改备注和标签
AlienTech for better life!~...
分类:微信   时间:2014-07-26 15:19:40    阅读次数:488
C++的异常处理
一、什么是异常处理 一句话:异常处理就是处理程序中的错误。二、为什么需要异常处理,以及异常处理的基本思想 C++之父Bjarne Stroustrup在《The C++ Programming Language》中讲到:一个库的作者可以检测出发生了运行时错误,但一般不知道怎样去处理它们(因为和用户具...
分类:编程语言   时间:2014-07-26 14:11:56    阅读次数:308
5 Shell Scripts for Linux Newbies to Learn Shell Programming – Part II
To Learn something you need to do it, without the fear of being unsuccessful. I believe in practicality and hence will be accompanying you to the prac...
分类:系统相关   时间:2014-07-26 14:09:15    阅读次数:492
Linux学习书目
Linux基础1、《Linux与Unix Shell 编程指南》C语言基础1、《C Primer Plus,5th Edition》【美】Stephen Prata著2、《The C Programming Language, 2nd Edition》【美】Brian W. Kernighan Da...
分类:系统相关   时间:2014-07-26 05:43:57    阅读次数:356
CRT
G - 中国剩余定理 Time Limit:1000MS     Memory Limit:10000KB     64bit IO Format:%I64d & %I64u Submit Status Description Some people believe that there are three cycles in a person's life t...
分类:其他好文   时间:2014-07-26 02:46:17    阅读次数:292
一、Swift 语法概述
Swift是Apple最新推出的语言,用于编写iOS和OS X程序,与C语言和Objective-C兼容。本系列的文章中的一些例子,都来自于苹果官方的GUIDE: The Swift Programming Language,有兴趣的同学可以去苹果的官网下载英文原版的iBook。 一、Hello world   Swift中不需要main函数,也不需要用;分开每一行的语句,一个简单的Hel...
分类:其他好文   时间:2014-07-26 02:40:16    阅读次数:219
Spring3.x教程(二) Spring AOP
与Ioc容器一样,AOP也是Spring的核心模块之一。AOP是Aspect-Oriented Programming的简称,现在通常称为面向切面编程。我们学了OOP,面向对象编程,而AOP并非是OOP的替代技术,它只是OOP的一个有益补充。...
分类:编程语言   时间:2014-07-26 02:08:37    阅读次数:334
【翻译习作】 Windows Workflow Foundation程序开发-前言
《Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#》中文翻译,“前言”部分。
分类:Windows程序   时间:2014-07-26 00:51:16    阅读次数:264
【翻译习作】 Windows Workflow Foundation程序开发
《Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#》中文翻译
分类:Windows程序   时间:2014-07-26 00:30:56    阅读次数:305
Unity and C#: Game Loop (Awake, Start, Update)
IntroductionThe central component of any game, from a programming standpoint, is thegame loop.It allows the game to run smoothly regardless of a user'...
分类:其他好文   时间:2014-07-25 19:10:22    阅读次数:352
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!