01 2020 档案
摘要:查看系统有没有 opensslphp -m | grep openssl openssl #没有安装即可
阅读全文
摘要:1. 在“开始”菜单→“运行”项下输入“Regedit”进入注册表编辑器 2、展开 [ HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient ] 分支,并双击 SpecialPollInterval 键值,将对话框中的“基数栏”选择到“十进制”上,将此值的数值数据604800改为3...
阅读全文
摘要:function ASCII($params = array()){ if(!empty($params)){ $p = ksort($params); if($p){ $str = ''; foreach ($params as $k=>$val){ $str .= $k .'=' . $val ...
阅读全文
摘要:// $_REQUEST = file_get_contents('php://input'); //json对像时需要这句接收// $_REQUEST = json_decode($_REQUEST,true);
阅读全文
摘要:computed: { range: function() { return this.rangeList.sort((a,b)=>a.percent-b.percent);//升序。 降则b在前面 } }
阅读全文

浙公网安备 33010602011771号