码迷,mamicode.com
首页 >  
搜索关键字:functions    ( 1849个结果
Spark1.1.0 Actions
Actions The following table lists some of the common actions supported by Spark. Refer to the RDD API doc (Scala, Java, Python) and pair RDD functions doc (Scala, Java) for details. Ac...
分类:其他好文   时间:2014-09-21 03:39:19    阅读次数:279
Spark1.1.0 Transformations
Transformations The following table lists some of the common transformations supported by Spark. Refer to the RDD API doc (Scala, Java, Python) and pair RDD functions doc (Scala, Java) for deta...
分类:其他好文   时间:2014-09-21 03:05:49    阅读次数:305
Swift 初见
Swift 初见本页内容包括:简单值(Simple Values)控制流(Control Flow)函数和闭包(Functions and Closures)对象和类(Objects and Classes)枚举和结构体(Enumerations and Structures)协议和扩展(Proto...
分类:编程语言   时间:2014-09-20 01:02:16    阅读次数:348
case 制做http启动文件
case制做http启动文件[-f/etc/rc.d/init.d/functions]&&./etc/rc.d/init.d/functionsRETVAL=0httpd="/application/apache/bin/httpd"start(){$httpd-kstart>/dev/null2>&1RETVAL=$?[$RETVAL-eq0]&&action"starthttpd:"/bin/true||\action"starthttpd..
分类:其他好文   时间:2014-09-19 19:33:46    阅读次数:140
阅读一个芯片的数据手册
Feature functional block diagram Terminal Functions ? 先看看芯片的特性(Features)、应用场合(Applications)以及内部框图。这有助于我们对芯片有一个宏观的了解,此时需要弄清楚该芯片的一些比较特殊的功能,充分利用芯片的特殊功能,对...
分类:其他好文   时间:2014-09-19 09:59:55    阅读次数:196
《unix环境高级编程》 读书笔记 (8)
目录: http://blog.csdn.net/alex_my/article/details/39346381 process control 1 exec functions #include extern char** environ; int execl(const char* path, const char* arg,...
分类:其他好文   时间:2014-09-18 16:29:54    阅读次数:241
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
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!