码迷,mamicode.com
首页 >  
搜索关键字:variable    ( 3896个结果
php filter_var[转]
ilter_var() 函数通过指定的过滤器过滤变量。如果成功,则返回已过滤的数据,如果失败,则返回 false。语法filter_var(variable, filter, options)variable:必需。规定要过滤的变量。filter:可选。规定要使用的过滤器的 ID。 (参见下面的Fi...
分类:Web程序   时间:2014-05-16 06:21:15    阅读次数:343
c语言之struct
1. 结构的基础知识 跟数组一样是成员的集合,但与数组有很大的区别,结构的元素不能通过下标法来访问,因为各个成员的大小可能不同,但是数组可以,因为数组元素保持一致。 1.1 结构声明 struct  tag {member-list } variable-list ; 上面黑色部分是可选部分,但是必须同时出现两个。 实例一:下面是实例: struct{ i...
分类:编程语言   时间:2014-05-14 21:47:06    阅读次数:522
c++ 名字粉碎(name mangling)
转自Ibm:Name mangling is the encoding of function and variable names into unique names so that linkers can separate common names in the language. Type n...
分类:编程语言   时间:2014-05-13 18:18:53    阅读次数:421
boost的posix_time用法详解01
// boost_time.cpp : 定义控制台应用程序的入口点。 //made by davidsu33 //2014-5-11 //the usage of posix_time #include "stdafx.h" #include #include #include using namespace std; #define SHOW_VARIABLE(x){ cou...
分类:其他好文   时间:2014-05-13 09:12:49    阅读次数:656
创建 XMLHttpRequest 对象
创建 XMLHttpRequest 对象的语法:variable=new XMLHttpRequest();为了应对所有的现代浏览器,包括 IE5 和 IE6,请检查浏览器是否支持 XMLHttpRequest 对象。如果支持,则创建 XMLHttpRequest 对象。如果不支持,则创建 Acti...
分类:其他好文   时间:2014-05-10 06:56:16    阅读次数:243
sysctl 中文手册
SYSCTL(8) System Administration SYSCTL(8)名字 sysctl - 在运行时配置内核参数语法 sysctl [options] [variable[=value]]...
分类:其他好文   时间:2014-05-10 02:55:31    阅读次数:290
phpize报cannot find autoconf
phpize可以往php种追加新的模块 Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script....
分类:Web程序   时间:2014-05-09 21:06:27    阅读次数:375
Shell Script(1)----variable compare
PS:在学习python的时间里,抽空复习自己学习的Linux下的shell脚本知识点1.数据类型 学习一门语言,比较关心其数据的表示方式,以及数据的类型,这里首先看一个bash shell的脚本 执行脚本如下, 由此得出以下结论: shell中,所有的变量字面类型都是字符串;仅当变量值全部...
分类:其他好文   时间:2014-05-09 08:00:40    阅读次数:347
mysql:执行LOAD DATA LOCAL 报错
mysql:执行LOADDATALOCAL报错。我使用navicatformysql连接mysql服务器执行local可以正常执行。showVARIABLESlike‘%local%infile%‘结果如下:+---------------+-------+|Variable_name|Value|+---------------+-------+|local_infile|ON|+---------------+-------+1rowinset(0.0..
分类:数据库   时间:2014-05-09 07:06:20    阅读次数:372
text1——ajax基础
1.AJAX 是一种在无需重新加载整个网页的情况下,能够更新部分网页的技术。2.XMLHttpRequest 是 AJAX 的基础。3. 创建 XMLHttpRequest 对象的语法: variable=new XMLHttpRequest();.老版本的 Internet Explorer (....
分类:其他好文   时间:2014-05-08 08:54:14    阅读次数:287
3896条   上一页 1 ... 386 387 388 389 390 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!