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
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的module是使用,标准的一些库,dir函数,库的导入等等等等等
分类:
编程语言 时间:
2014-12-05 00:34:01
阅读次数:
327
译自:http://www.lighthouse3d.com/tutorials/glsl-core-tutorial/vertex-shader/ 一个顶点shader作用于一些独立的点,每个顶点操作一次。shader并不清楚其它组成图形图元的那些顶点,也没有说明作用的顶点属于哪种类型图元。对于....
分类:
其他好文 时间:
2014-12-05 00:32:47
阅读次数:
278
译自:http://www.lighthouse3d.com/tutorials/glsl-core-tutorial/pipeline33/ 下图简单展示了OpenGL3.2版本之后绘制pipeline。在后面的内容将介绍pipeline的每一部分。图中插入的数字(括号里面的)指明pipeline...
分类:
其他好文 时间:
2014-12-04 22:51:03
阅读次数:
180
本文翻译自:?https://github.com/nathanmarz/storm/wiki/Tutorial Storm是一个分布式的、高容错的实时计算系统。 Storm对于实时计算的的意义相当于Hadoop对于批处理的意义。Hadoop为...
分类:
其他好文 时间:
2014-12-04 01:13:02
阅读次数:
467
Python中的if和else,for循环,range序列,break和continue, 函数的定义以及Python的代码风格
分类:
编程语言 时间:
2014-12-03 00:03:14
阅读次数:
362
An Informal Introduction to Python: Python中的数,字符串,序列
分类:
编程语言 时间:
2014-12-02 22:18:56
阅读次数:
144
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