码迷,mamicode.com
首页 >  
搜索关键字:functions    ( 1849个结果
蝴蝶书学习笔记
作用域 JS引擎的处理是同名变量和形参都引用同一个内存地址,所以才会有二中的修改arguments会影响到局部变量的情况出现 ActiveObject,执行全局和方法时有一个ActiveObject,里面有参数variables,函数functions,parameters,arguments 函数 ...
分类:其他好文   时间:2017-08-04 00:23:48    阅读次数:152
vim编辑器小练习
1、复制/etc/grub2.cfg至/tmp目录,用查找替换命令去删除/tmp/grub2.cfg文件中的每一行行首的空白字符2、复制/etc/rc.d/init.d/functions至/tmp/目录,用查找替换命令为/etc/rc.d/init.d/functions的每行开头为空白字符的行的行首添加一个#号3、复制/etc/init.d/functions文件..
分类:系统相关   时间:2017-08-03 20:12:41    阅读次数:199
脚本和算术运算的小练习
练习1)写一个脚本,计算/etc/passwd文件中的第10个用户和第20个用户的ID之和2)写一个脚本,计算/etc/rc.d/rc.sysinit及/etc/rc.d/init.d/functions文件中所有空白行之和3)写一个脚本,传递两个文件路径作为参数给脚本,计算两个文件中所有空白行之和1)写一个脚本,计算/etc..
分类:其他好文   时间:2017-08-02 22:05:12    阅读次数:175
FastDFS安装和配置,整合Nginx-1.13.3
目录: 一:下载FastDFS 二:安装FastDFS 三:配置 四:整合Nginx和FastDFS FastDFS is an open source high performance distributed file system (DFS). It's major functions incl ...
分类:其他好文   时间:2017-07-29 21:25:04    阅读次数:2184
[LeetCode] Exclusive Time of Functions 函数的独家时间
Given the running logs of n functions that are executed in a nonpreemptive single threaded CPU, find the exclusive time of these functions. Each funct ...
分类:其他好文   时间:2017-07-27 15:47:40    阅读次数:312
HDCMS导航高亮显示!解决办法
第一种方法:(传递class) 第二种方法:写公共函数 functions.php hd / Common / Functions / functions.php 循环遍历: 使用下来,第二种方法更灵活,适用于二级分类和三级分类; ...
分类:其他好文   时间:2017-07-27 12:39:29    阅读次数:126
ES6重点--笔记(转)
最常用的ES6特性 let, const, class, extends, super, arrow functions, template string, destructuring, default, rest arguments这些是ES6最常用的几个语法,基本上学会它们,我们就可以走遍天下都 ...
分类:其他好文   时间:2017-07-25 18:07:55    阅读次数:175
SQL Fundamentals || Single-Row Functions || 转换函数 Conversion function
SQL Fundamentals: Using Single-Row Functions to Customize Output使用单行函数自定义输出 SQL Fundamentals || Single-Row Functions || 字符函数 character functions SQL F ...
分类:数据库   时间:2017-07-24 19:06:14    阅读次数:326
Return array from functions in C++
C++ does not allow to return an entire array as an argument to a function. However, you can return a pointer to an array by specifying the array's nam... ...
分类:编程语言   时间:2017-07-22 15:34:45    阅读次数:168
工作笔记04----------禁用PHP危险函数
禁用PHP函数1、禁用PHP不安全函数:vim/usr/local/php/etc/php.inidisable_functions=system,exec,shell_exec,passthru,proc_open,proc_close,proc_get_status,checkdnsrr,getmxrrdisable_functions=getservbyport,syslog,popen,show_source,highlight_file,dl,socket_listen,s..
分类:Web程序   时间:2017-07-21 21:53:58    阅读次数:231
1849条   上一页 1 ... 65 66 67 68 69 ... 185 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!