码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
MySQL Error Handling in Stored Procedures---转载
This tutorial shows you how to use MySQL handler to handle exceptions or errors encountered in stored procedures.When an error occurs inside a stored ...
分类:数据库   时间:2014-12-05 19:05:28    阅读次数:373
arp攻击的处理方法
http://www.hacking-tutorial.com/tips-and-trick/4-steps-to-prevent-man-in-the-middle-attack-arp-poisoning-in-lan/#sthash.et2oBZDP.dpbsIf we as a human ...
分类:其他好文   时间:2014-12-05 18:49:39    阅读次数:272
Python Tutorial 学习(六)--Modules
简单介绍一下Python的module是使用,标准的一些库,dir函数,库的导入等等等等等
分类:编程语言   时间:2014-12-05 00:34:01    阅读次数:327
GLSL Core Tutorial – Vertex Shader
译自:http://www.lighthouse3d.com/tutorials/glsl-core-tutorial/vertex-shader/ 一个顶点shader作用于一些独立的点,每个顶点操作一次。shader并不清楚其它组成图形图元的那些顶点,也没有说明作用的顶点属于哪种类型图元。对于....
分类:其他好文   时间:2014-12-05 00:32:47    阅读次数:278
GLSL Core Tutorial – Pipeline (OpenGL 3.2 – OpenGL 4.2)
译自:http://www.lighthouse3d.com/tutorials/glsl-core-tutorial/pipeline33/ 下图简单展示了OpenGL3.2版本之后绘制pipeline。在后面的内容将介绍pipeline的每一部分。图中插入的数字(括号里面的)指明pipeline...
分类:其他好文   时间:2014-12-04 22:51:03    阅读次数:180
storm 原理简介及单机版安装指南(转)
本文翻译自:?https://github.com/nathanmarz/storm/wiki/Tutorial Storm是一个分布式的、高容错的实时计算系统。 Storm对于实时计算的的意义相当于Hadoop对于批处理的意义。Hadoop为...
分类:其他好文   时间:2014-12-04 01:13:02    阅读次数:467
Python Tutorial 学习(五)--Data Structures
详细的介绍一些Python中的数据模型
分类:编程语言   时间:2014-12-04 00:49:36    阅读次数:301
Python Tutorial 学习(四)--More Control Flow Tools
Python中的if和else,for循环,range序列,break和continue, 函数的定义以及Python的代码风格
分类:编程语言   时间:2014-12-03 00:03:14    阅读次数:362
Python Tutorial 学习(三)--An Informal Introduction to Python
An Informal Introduction to Python: Python中的数,字符串,序列
分类:编程语言   时间:2014-12-02 22:18:56    阅读次数:144
Python Tutorial 学习(二)--Using the Python Interpreter
The Python interpreter is usually installed as /usr/local/bin/python on those machines where it is available; putting /usr/local/bin in your Unix sh...
分类:编程语言   时间:2014-12-01 14:09:21    阅读次数:373
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!