方法(Method)是一个已命名的语句集。如果以前使用过其他编程语言,如C或Visual Basic等,就可以将方法视为函数或者子程序相似的东西。每个方法都有一个名称和一个主体。方法名应该是一个有意义的标识符,它应描述出方法的用途(如CalculateIncomeTax)。方法主体包含了调用方法时实...
spark内核揭秘-10-RDD源码分析
**
* A Resilient Distributed Dataset (RDD), the basic abstraction in Spark. Represents an immutable,
* partitioned collection of elements that can be operated on in parallel. This class contains the
* basic operations available on a...
分类:
其他好文 时间:
2015-01-21 16:37:59
阅读次数:
196
VB.NET 基础入门
之前对VB 和C#语言有相应的了解,特别是VB,进行了很长一段时间的的深入的学
习,现在开始VB.NET 基础学习,学习进度不快,很多的东西要虚心向身边的高手学习、
交流。VB.NET开始有一段时间了,自己阶段是做一个VB.NET 的宏观学习把控!
一、什么是VB.NET...
分类:
Web程序 时间:
2015-01-21 13:33:02
阅读次数:
181
实现了私聊,公聊。用户名密码存在redis。为了拓展,做了简单的模块。#coding=utf8from twisted.internet import reactor, deferfrom twisted.protocols.basic import LineReceiverfrom twisted...
分类:
其他好文 时间:
2015-01-20 17:15:08
阅读次数:
186
链接: POJ2935
题意:
6 X 6的地图 格子和格子可能有墙 整个地图中有三道墙 求起点起点到终点的路径
本题中的墙可以理解为某a位置的X方向不能走 即用一个三维数组map[x][y][z]表示(x,y)的Z方向不能走
关于记录路径可以用一个pre数组记录每个坐标的前一个坐标的复合值 最后倒序输出方向即可
...
分类:
其他好文 时间:
2015-01-20 15:45:50
阅读次数:
151
author:skate
time:2015/01/19
MySQL集群全局一览表
用法:
# monrep -h
Usage: monrep [-d dbname ]
-d Database Cluster name
-h Display basic help
#
例如我的一个集群名为dbx,那使用如下:
# monrep -d dbx
...
分类:
数据库 时间:
2015-01-19 17:14:30
阅读次数:
237
http://numbbbbb.gitbooks.io/-the-swift-programming-language-/content/chapter2/02_Basic_Operators.html本页包含内容:术语赋值运算符算术运算符组合赋值运算符(Compound Assignment Op...
分类:
其他好文 时间:
2015-01-18 22:37:53
阅读次数:
250
OpenReport方法执行 OpenReport 操作在 Visual Basic 中。语法表达式.OpenReport(ReportName,View,FilterName,WhereCondition,WindowMode,OpenArgs)表达式一个代表DoCmd对象的变量。参数名称必需/可...
分类:
数据库 时间:
2015-01-18 19:40:53
阅读次数:
258
1.后台管理jquery UI框架:JQuery EasyUI中文网(http://www.w3cschool.cc/jeasyui/jeasyui-dd-basic.html)、jQueryDWZ富客户端框架、Bootstrap3(http://www.w3cschool.cc/bootstrap...
分类:
其他好文 时间:
2015-01-18 17:07:40
阅读次数:
193
Writer:BYSocket(泥沙砖瓦浆木匠) 微博:BYSocket 豆瓣:BYSocketReprint it anywhere u want.Written In The Font I am writing at home.Today it is windy,but I am feeling...
分类:
其他好文 时间:
2015-01-17 22:10:49
阅读次数:
274