码迷,mamicode.com
首页 >  
搜索关键字:variables    ( 2229个结果
什么时候block 是放在全局区里面的?
 When a Block literal is written where there are global variables  When the syntax in a Block literal doesn’t use any automatic variables to be cap....
分类:其他好文   时间:2015-05-07 23:34:11    阅读次数:160
Codeforces Round #174 (Div. 2)---D. Cow Program(dp, 记忆化搜索)
Farmer John has just given the cows a program to play with! The program contains two integer variables, x and y, and performs the following operations on a sequence a1,?a2,?…,?an of positive integers:I...
分类:其他好文   时间:2015-05-06 17:55:05    阅读次数:187
Razor练习1
学习ASP.NET MVC, Razor语法必须掌握,这篇学习:Razor code blocks are enclosed in @{ ... }Inline expressions (variables and functions) start with @参考动画演示:
分类:其他好文   时间:2015-05-06 14:55:05    阅读次数:124
Hadoop-env.sh[翻译]
# Set Hadoop-specific environment variables here. 在这个文件中设置hadoop特有的环境变量 # The only required environment variable is JAVA_HOME. All others are# optiona...
分类:其他好文   时间:2015-05-06 14:53:37    阅读次数:105
activiti表单设置节点的默认变量
最近使用activiti,需求中需要用到表单设置节点的默认变量。源码如下: 在bpmn文件中,选中节点,配置表单属性: 类型是enum的,可以下方设置可以选值,如下: 当流程走到该节点时使用下列代码获取表单信息: ProcessEngine processEngine = ProcessEngines.getDefaultProcessEngine(); ...
分类:其他好文   时间:2015-05-05 16:42:24    阅读次数:475
PHPAdmin中的mysql乱码问题
一次执行如下语句show VARIABLES like 'character_%'; set character_set_server=utf8; show full columns from t_org; show table status from hrpa like '%t_%'; show....
分类:数据库   时间:2015-05-05 10:17:12    阅读次数:171
golang学习之旅:官方文档汇总
The Go Programming Language Specification:http://localhost:8080/ref/spec学习Constants、Variables、Types、Declarations、Built-in functionsEffective Gohttp://...
分类:其他好文   时间:2015-05-04 23:35:33    阅读次数:143
mysql存储引擎
mysql存储引擎 mysql支持的存储引擎包括MyISAM、MEMORY、InnoDB、ARCHIVE、MRG_MYISAM等。默认为InnoDB存储引擎。 查看mysql数据库支持的存储引擎类型: show engines;或 show engines \G可以让显示结果更美观 或show variables like 'storage_engine';...
分类:数据库   时间:2015-05-04 18:11:51    阅读次数:143
class constants
Constants differ from normal variables in that you don't use the$symbol to declare or use them.showConstant();echo $class::constant."\n"; // 自 PHP 5.3...
分类:其他好文   时间:2015-05-04 15:22:48    阅读次数:122
The Basics
http://php.net/manual/zh/language.oop5.basic.php1. class class contain contants(常量) variables(变量or属性) and function(方法)var; }}?> pseudo-variable(伪...
分类:其他好文   时间:2015-05-04 13:41:42    阅读次数:105
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!