<?php
/*
*官方文档:http://php.net/manual/zh/language.oop5.magic.php
*/
classmagic{
public$a=array(1);
protected$b=array(2);
private$c=array(3);
public$d=‘88‘;
public$e=array(‘huazi‘=>55);
/**
*构造方法
*当类被实力化时就会被出发此方法
*该方法就不用..
分类:
Web程序 时间:
2015-01-07 19:18:02
阅读次数:
186
These are instructions for installing on Windows 7 desktop (they may also be useful for a server install with some thought to security) using individual components rather than a one click installer...
分类:
数据库 时间:
2015-01-07 17:05:15
阅读次数:
283
1.资源提供与安装(ayjs.net)学习说明:nodejs还是在非windows环境下操作好,所以一切还是当前时间:2014年12月06日aaronyang官网地址:www.mongodb.org文档参考地址: http://docs.mongodb.org/manual当前mongodb-osx...
分类:
数据库 时间:
2015-01-07 16:33:36
阅读次数:
194
原mysql的版本是:3.4.10.1deb1,目标mysql的版本是:5.0.51b-community-nt-log,导入数据时出现了一下问题:
1、DELIMITER
You have an error in your SQL syntax; check the manual that corresponds to your MySQL...
分类:
数据库 时间:
2015-01-06 23:11:47
阅读次数:
222
1.ARM寄存器简解 由ARM Architecture Reference Manual.pdf得信息: 31个通用寄存器,6个状态寄存器(一个cpsr,5个spsr)。 通用31个寄存器,被分为了三类:R0~R7,R8~R14,PC程序计数器(R15)。 R13常做堆栈指针的。 R14保存调用子...
分类:
其他好文 时间:
2015-01-03 17:11:21
阅读次数:
157
题记:
还有3天2014年结束了,这个月的计划除了总结Mongodb外其他计划都已经完成了。最近由于懒惰对于mongodb的研究暂停了好长时间。在最后的三天里,对于mongodb的研究做以总结和梳理;
对于聚合框架,我在官方文档(http://docs.mongodb.org/manual/core/aggregation-introduction/)找到对它的介绍。翻译大概意思如下:
聚合...
分类:
数据库 时间:
2014-12-30 00:29:47
阅读次数:
175
https://www.zabbix.com/documentation/2.2/manual/config/items/itemtypes/zabbix_agent/win_keysproc_info[<process>,<attribute>,<type>]process-processnameattribute-requestedprocessattribute.type-representationtype(meaningfulwhenmorethanoneproc..
分类:
Windows程序 时间:
2014-12-29 18:34:16
阅读次数:
1418
使用结构体操作寄存器://寄存器赋值和取值的时候,要注意寄存器的长度,有的寄存器的值只有8位。//还要注意,使用volatile修饰寄存器变量。//addr.htypedef unsigned int S3C24X0_REG32;/* NAND FLASH (see S3C2410 manual c...
分类:
其他好文 时间:
2014-12-26 18:14:36
阅读次数:
262
第一次去学习Action,总会找到一篇入门的帖子(官网:http://cn.cocos2d-x.org/article/index?type=cocos2d-x&url=/doc/cocos-docs-master/manual/framework/native/v3/action/zh.md).....
分类:
其他好文 时间:
2014-12-25 21:45:36
阅读次数:
258
在使用Emacs两年之后,突然很想深入的看看这个日常生活中离不开的神器。要做到这一点,必然绕不开emacs lisp这一关。官方推荐的教程:http://gnu.april.org/software/emacs/manual/eintr.html或从百度盘中下载链接: http://pan.baid...
分类:
系统相关 时间:
2014-12-25 20:00:36
阅读次数:
152