摘要:
array( "host" => "14.29.64.112", "port" => "8899", "pass" => "funova2014" )); #微信签名 private function checkSignature() { $signature ... 阅读全文
摘要:
ngx.header.content_type = "text/plain"local cjson = require "cjson";local funova_libs = require "funova_libs";local Code_Result = { success = 1, ... 阅读全文
摘要:
如果未安装在命令行输入:yum install lrzszrz 然后上传自己的文件。在解压 阅读全文
摘要:
\’ 单引号 \” 双引号 \\ 反斜杠 \0 空 \a 警告(产生峰鸣) \b 退格 \f 换页 \n 换行 \r 回车 \t 水平制表符 \v 垂直制表符 阅读全文
摘要:
/* *中文截取无乱码 */ function showsubstr_chinese($str, $start, $length = null) { return join("", array_slice( preg_split("//u", $s... 阅读全文
摘要:
在超链接中增加随机数。文件下载服务端#接受随机数$time=$_GET['time'];#判断session中是否存在这个随机数了 if($time!=$_SESSION['time']){ #第一次的时候保存到session中 $_SESSION['time']=$time; #cod... 阅读全文
摘要:
#今天遇到一个坑爹的问题,写成单引号就不行,被原样输出了。 /** *判断key是否存在 */ function exists_key($key){ return $this->cmd('EXISTS $key'); }造成的原因:” ”... 阅读全文
摘要:
public function showdownload(){ $file_url=$_GET['url']; $new_name='激活码'; if(!isset($file_url)||trim($file_url)==''){ return '5... 阅读全文