码迷,mamicode.com
首页 >  
搜索关键字:built-in functions    ( 2913个结果
EL表达式截取字符串
${wjcd.lrsj}原来得到的是如2006-11-12 11:22:22.0${fn:substring(wjcd.lrsj, 0, 16)}使用functions函数来获取list的长度${fn:length(list)} fn:contains(string, substring) ...
分类:其他好文   时间:2014-09-15 22:34:29    阅读次数:317
无法定位程序输入点 K32GetProcessMemoryInfo于动态链接库kernel32.dll之上
这是由于GetProcessMemoryInfo在不同系统版本号不同导致的,官方说明如下: Remarks Starting with Windows 7 and Windows Server 2008 R2, Psapi.h establishes version numbers for the PSAPI functions. The PSAPI version number affect...
分类:其他好文   时间:2014-09-15 16:02:11    阅读次数:1127
Dedecms 函数大全 DeDe Functions List for v5.7 utf-8
说实话觉得Dedecms 真不错,如果dede出生在国外,估计早甩WP几条街了。扫了一遍安装文件得出,欢迎提供每个函数的具体作用,排序等。include\taglib\channel\img.lib.php Line 16: function ch_img()include\taglib\cha.....
分类:其他好文   时间:2014-09-15 12:46:18    阅读次数:586
[webgrid] – Ajax – (Reloading a Razor WebGrid after Ajax calls using a partial view)
Reloading a Razor WebGrid after Ajax calls using a partial view If you are using Razor and MVC you probably make some use of the built in controls in ...
分类:Web程序   时间:2014-09-14 22:06:37    阅读次数:423
Linux服务器编程之:truncate()函数+案例说明
1.依赖头文件 #include #include 2.函数定义: int truncate(const char *path,off_t length); int ftruncate(int fd,off_t length); 函数说明: The  truncate()  and ftruncate() functions cause the regular file named...
分类:系统相关   时间:2014-09-14 19:20:57    阅读次数:289
[C++]在构造函数及析构函数中调用虚函数
(ISO/IEC 14882:2011 section 12.7.4):Member functions, including virtual functions (10.3), can be called during construction or destruction (12.6.2).Wh...
分类:编程语言   时间:2014-09-13 00:40:34    阅读次数:382
《Effective C++》笔记:IV
条款09:Never call virtual functions during construction or destruction。译:绝不在构造和析构过程调用virtual函数考虑如下代码:class BaseClass { public: BaseClass() { ...
分类:编程语言   时间:2014-09-12 20:34:44    阅读次数:240
Python基本类型
Python是一门动态语言,解释执行,所有错误都是运行时产生的,即使有错误和异常,只要没有被执行到也不会有错,比如调用不存在的方法;类型是隐式的,也即无需变量类型声明;类型是动态,运行时根据变量指向的内容来决定类型,但是Python是强类型语言,即每个变量都是有类型的。     Python 基本built-in类型主要有numerics,sequences, mapping, fi...
分类:编程语言   时间:2014-09-12 15:13:33    阅读次数:343
开发系列:03、Spark Streaming Custom Receivers(译)
Spark Streaming can receive streaming data from any arbitrary data source beyond the one’s for which it has in-built support (that is, beyond Flume, K...
分类:其他好文   时间:2014-09-12 11:26:13    阅读次数:279
Linux系统调用和库函数调用的区别
Linux下对文件操作有两种方式:系统调用(system call)和库函数调用(Library functions)。系统调用实际上就是指最底层的一个调用,在linux程序设计里面就是底层调用的意思。面向的是硬件。而库函数调用则面向的是应用开发的,相当于应用程序的api,采用这样的方式有很多种原因...
分类:系统相关   时间:2014-09-11 16:58:12    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!