码迷,mamicode.com
首页 >  
搜索关键字:member    ( 1867个结果
PHPCMS标签:get标签
GET标签源自于PHPCMS 2008版,其使用SQL语句直接获取数据的特性,成为大家制作模板的首选。在V9中这样强大的工具也得到保留下来。GET标签使用方式如下:{pc:get sql="SELECT * FROM phpcms_member" cache="3600" page="$page" ...
分类:Web程序   时间:2015-01-09 19:18:04    阅读次数:224
生成Uboot Image时碰到的问题记录
drivers/net/igbvf/igbvf.h:129:15: error: duplicate member ‘page’ make[3]: *** [drivers/net/igbvf/ethtool.o] Error 1SOLUTION:---------SOLUTION:--------...
分类:其他好文   时间:2015-01-09 13:58:49    阅读次数:223
Java中的内部类
内部类Inner Class   将相关的类组织在一起,从而降低了命名空间的混乱。   一个内部类可以定义在另一个类里,可以定义在函数里,甚至可以作为一个表达式的一部分。   Java中的内部类共分为四种:   静态内部类static inner class (also called nested class)   成员内部类member inner class ...
分类:编程语言   时间:2015-01-08 21:43:02    阅读次数:291
ThinkPHP实现用户登录
ThinkPHP实现用户登录 ?//默认url入口 ?class IndexAction extends Action{ function index() { //检查用户是否登录 if(isset($_SESSION['member'])) //跳转...
分类:Web程序   时间:2015-01-08 21:30:34    阅读次数:166
Post请求,向服务器发送用户信息
#define kRegist @"http://api.sucar.com.cn/mobile/index.php?app=mobile&controller=member&action=register"#define kland @"http://api.sucar.com.cn/mobile...
分类:其他好文   时间:2015-01-06 22:49:45    阅读次数:216
MFC 关闭窗口时候保存窗口位置
CWinApp::WriteProfileInt  Call this member function to write the specified value into the specified section of the application's registry or .INI file. Copy BOOL WriteProfile...
分类:编程语言   时间:2015-01-06 18:00:56    阅读次数:413
Vlc基础数据结构记录
1.Vlc基础数据结构hongxianzhao@hotmail.com1.1基础数据结构structvlc_object_t,相关文件为src\misc\objects.c。定义为:structvlc_object_t{VLC_COMMON_MEMBERS};其中的VLC_COMMON_MEMBER...
分类:其他好文   时间:2015-01-04 14:51:45    阅读次数:122
重温《Inside The C++ Object Model》(2) --Default-Constructor的建构操作
“带有Default Constructor” 的 Member Class Object (1)如果class A 内含有一个或一个以上的member-class-object, 那么class A 的每一个constructor必须调用每个member-classes的default-constructor; 编译器会扩张已存在的constructor, 在其中安插一些代码, 使得user-code在被执行前, 先调用必要的default-constructors. (2)C++语言要求以”mem...
分类:编程语言   时间:2015-01-03 10:43:33    阅读次数:248
Deploy a replica set
A three-member replica setserver info:scdbm06~08mongodb info:mongodb-linux-x86_64-2.6.6.tgz1. 在On scdbm06上创建存放data和log的文件夹mkdir-p /mongodb/datamkdir-p...
分类:其他好文   时间:2014-12-31 17:52:41    阅读次数:204
container_of
在学习Linux驱动的过程中,遇到一个宏叫做container_of。该宏定义在include/linux/kernel.h中,首先来贴出它的代码:/*** container_of - cast a member of a structure out to the containing struc...
分类:其他好文   时间:2014-12-31 12:50:45    阅读次数:136
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!