码迷,mamicode.com
首页 >  
搜索关键字:functions    ( 1849个结果
LVS之NAT脚本
#!/bin/bash # #chkconfig:-8812 #description:LVSscriptforLVS/NAT # ./etc/rc.d/init.d/functions # VIP=192.168.0.219 DIP=192.168.10.10 RIP1=192.168.10.11 RIP2=192.168.10.12 # case"$1"in start) /sbin/ifconfigeth0:1$VIPnetmask255.255.255.0up #SincethisistheDir..
分类:其他好文   时间:2017-04-29 16:12:25    阅读次数:162
LVS之DR脚本
Director脚本:#!/bin/bash # #chkconfig:-8812 #description:LVSscriptforVS/NAT # ./etc/rc.d/init.d/functions # VIP=192.168.0.219 DIP=192.168.10.10 RIP1=192.168.10.11 RIP2=192.168.10.12 # case"$1"in start) /sbin/ifconfigeth0:1$VIPnetmask255.255.255.0up #Sinc..
分类:其他好文   时间:2017-04-29 16:11:24    阅读次数:204
ES2015 import & export
【ES2015 import】 The import statement is used to import functions, objects or primitives that have been exported from an external module, another scrip ...
分类:其他好文   时间:2017-04-29 13:40:46    阅读次数:164
Matlab interpgui
function interpgui(arg1,arg2) %INTERPGUI Behavior of interpolating functions. % Demonstrates interpolation by a piecewise linear interpolant, % a poly ...
分类:其他好文   时间:2017-04-29 11:01:19    阅读次数:210
我们能用云函数做什么?
FaaS是Functions as a Service(函数即服务)的简称,它往往和无服务架构(Serverless Architecture)一同被提起。 ...
分类:其他好文   时间:2017-04-28 20:20:04    阅读次数:266
Python Hashlib笔记
#python3.4 hashlib module - A common interface to many hash functions. hash.digest() - Return the digest of the data passed to the update() method so ...
分类:编程语言   时间:2017-04-28 12:03:15    阅读次数:166
pow(x, y[, z])
w https://docs.python.org/2/library/functions.html#pow Return x to the power y; if z is present, return x to the power y, modulo z (computed more effi ...
分类:其他好文   时间:2017-04-26 15:44:35    阅读次数:292
[python] 小游戏 - play_plane
alien_invasion.py bullet.py game_functions settings.py ship.py ...
分类:编程语言   时间:2017-04-25 21:11:55    阅读次数:207
Fatal error: Call to undefined function Think\C() in /var/www/html/ceshi.hzheee.com/think/ThinkPHP/Library/Think/Think.class.php on line 334 这个问题解决
当APP_DEBUG为true时,包含图中这个文件,文件中又引导包含这些库文件,可以看出安装thinkphp3.2.3时ThinkPHP/Common/下是functions.php,把它改成function.php就可以了。 ...
分类:Web程序   时间:2017-04-25 13:12:26    阅读次数:450
常用函数库functions简介
action"内容"/bin/true|false执行给定的命令,并根据执行结果打印信息status服务名判断某个服务的装态confirm服务名提示是否启动某个服务pidofproc服务名检查某个进程的pid脚本内容#!/bin/bash ./etc/init.d/functions confirmvsftpd if[[$?-eq0]];then action"vsftpdconfirm"/..
分类:其他好文   时间:2017-04-25 10:09:00    阅读次数:154
1849条   上一页 1 ... 75 76 77 78 79 ... 185 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!