码迷,mamicode.com
首页 >  
搜索关键字:tutorials    ( 1192个结果
SDL开发教程
SDL开发库:http://www.libsdl.org/SDL中文开发教程:http://tjumyk.github.io/sdl-tutorial-cn/index.htmlSDL英文版开发教程:http://www.lazyfoo.net/SDL_tutorials/附:以上教程均可在Ecli...
分类:其他好文   时间:2014-07-31 23:20:40    阅读次数:256
Error Handling 错误处理
This tutorials aims to teach you how to create an error handler for your programs to deal with the clean-up operation when something in the code goes ...
分类:其他好文   时间:2014-07-29 16:59:32    阅读次数:349
《SQL Server 2012 Tutorials - Analysis Services Multidimensional Modeling》读后感
花了一些时间完整的看了一遍,感觉这就是一本精简版的工具书,有很多Demo可以照着完整做一遍,基本上涉及到了AS的所有功能,可以对AS有个整体性的了解,关于最后的一章--Defining Administrative Roles--没有实际完成的操作,限于知识有限,后查找园子里的大神们,发现邀月工作室...
分类:数据库   时间:2014-07-25 13:49:11    阅读次数:273
IOS 物理引擎
来自IOS7 by tutorials 下面是个人的一点翻译总结 1,首先在初始化方法李画一个方块UIView* square = [[UIViewalloc]initWithFrame:CGRectMake(100,100,100,100)];square.backgroundColor= [.....
分类:移动开发   时间:2014-07-24 14:35:35    阅读次数:301
Lambda Expressions 笔记
随Java 8发布,"The Java(TM) Tutorials"增加了关于“Lambda Expressions”的教程。本文是此教程的总结、摘要。
分类:其他好文   时间:2014-07-22 00:21:35    阅读次数:282
debug note-- nginx php-fpm : Error:The page you are looking for is temporarily unavailable.
1.在ubuntu下安装配置nginx, mysql, php安装步骤:参考:https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-12-0...
分类:Web程序   时间:2014-07-18 16:29:36    阅读次数:302
Win7环境下使用CMake编译OpenGL_Tutorials的一些注意事项
最近在通过网站Tutorials for openGL 3.3+ 来学习计算机图形学。这里的教材很人性化,更重要的是它让我们抛开旧式openGL去学习。而旧式openGL似乎也一直为人们所诟病(推荐阅读:http://blog.monkeypotion.net/reading/gameprogr.....
分类:Windows程序   时间:2014-07-18 12:10:10    阅读次数:340
webrtc - web 应用相关网站
很有意思的网站http://io13webrtc.appspot.com/#1html5使用webrtc简介http://www.html5rocks.com/en/tutorials/getusermedia/intro/html5设置分辨率的例子https://simpl.info/getuse...
分类:Web程序   时间:2014-07-16 00:18:40    阅读次数:442
Junit 4 Tutorials(Junit 4 教程)
Junit 测试框架 测试框架是最流行的Java单元测试框架。Junit被用来开发Java类的单元测试。 Junit Eclipse 教程 介绍eclipse IDE 中junit的相关特性及其使用方法。在eclipse IDE中书写和运行单元测试代码的样例。 Junit 4 注解 Junit4 注解提供了书写单元测试的基本功能。本章将介绍@BeforeClass, @A...
分类:其他好文   时间:2014-07-09 13:11:28    阅读次数:203
Junit 4 Tutorials(Junit 4 教程) 一、Junit简介及Junit Eclipse 教程
Junit 测试框架简介        测试框架是最流行的Java单元测试框架。Junit被用来开发对Java类的单元测试。它就是一个类包,提供了各种方法来测试Java类中的方法(method)。   Junit 4 特性 简单的注解,提供书写Junit测试的基本特性断言方法(Assert Methods)比较测试的方法执行结果值和期望值@Ignore 注解,忽略测试方法或者测试类的...
分类:系统相关   时间:2014-07-09 09:54:32    阅读次数:287
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!