方法 // 分别获取当前日期 与小时做文件夹 SimpleDateFormat formapath = new SimpleDateFormat("yyyyMMdd"); SimpleDateFormat formahhpath = new SimpleDateFormat(" ...
分类:
编程语言 时间:
2020-11-26 14:51:02
阅读次数:
5
<?php highlight_file(__FILE__); class emmm { public static function checkFile(&$page) { // 白名单 $whitelist = ["source"=>"source.php","hint"=>"hint.php" ...
分类:
其他好文 时间:
2020-11-26 14:17:54
阅读次数:
3
#1from turtle import* pensize(8) color("black") up() goto(50,0) down() circle(100) color("blue") up() goto(-170,0) down() circle(100) color("red") up( ...
分类:
其他好文 时间:
2020-11-26 14:11:54
阅读次数:
5
node类 class Node{ private int v; private Object k; private Node next; private Node pre; public Node(Object key,int value) { this.v = value; this.k = k ...
分类:
其他好文 时间:
2020-11-25 13:01:35
阅读次数:
15