Loading...
最近手头上面有点忙 两个礼拜没更新文章,今天抽空敷衍一下 ::aru:smile::最近写cms的时候需要记录当前访客访问次数的一个模块,又懒得弄插件,随便在网上找了下资料,发现php记录第几位访客的代码还是挺简单的代码如下<?php @session_start(); $counter = intval(file_get_contents("counter.dat"...
代码如下package xk.org; import java.util.Scanner; // 估值一个亿的 AI核心代码 public class hello { public static void main(String[] args) throws Exception { Scanner sc = new Scanner(System.i...
批量监控网站返回码是否为200代码如下 <?php header('Content-type: text/html; charset=utf-8'); $urls=array( 'https://www.czmz.top', 'https://czmz.top', ); foreach ($urls as $url) { $resCode=getC...