$week = (int)date('W',time()) ...
分类:
Web程序 时间:
2020-02-20 15:27:17
阅读次数:
150
自定义的格式: * * * @Description * $param$ * @Author $user$ * @Date $time$ $date$ * @return $return$ **/ $param$使用下面的语句: groovyScript("def result='';def par ...
分类:
其他好文 时间:
2020-02-20 15:21:31
阅读次数:
73
package test; / Created with IntelliJ IDEA. User: 郭金荣 Date: 2020/2/18 0015 Time: 19:10 E mail:1460595002@qq.com 类说明:首先创建一个长度是5的数组,并填充随机数。 用选择排序从小到大排序, ...
分类:
编程语言 时间:
2020-02-19 11:37:09
阅读次数:
102
首先建立策略接口类,这是基础接口,所有的业务逻辑都必须要实现这个接口定义的方法 <?php /** * Created by IntelliJ IDEA. * User: root * Date: 2020/2/18 0018 * Time: 下午 23:12 */ namespace app; / ...
分类:
其他好文 时间:
2020-02-19 00:59:25
阅读次数:
89
旨在记录python 中 datetime 模块常用的方法 1. datetime 模块 datatime 模块重新封装了time模块,提供更多接口,提供的类有:date, time, datetime, timedelta, tzinfo。 1.1 date 类 datetime.date(yea ...
分类:
编程语言 时间:
2020-02-16 16:22:55
阅读次数:
67
项目结构: session_page1.jsp: <%-- Created by IntelliJ IDEA. User: Administrator Date: 2020/2/13 Time: 17:02 To change this template use File | Settings | ...
分类:
Web程序 时间:
2020-02-13 21:14:09
阅读次数:
113
1.效果图 2.完整代码 #第1步:导出模块 import sys, random, math, pygame from pygame.locals import * from datetime import datetime, date, time #第2步:初始化和窗扣大小的设置 pygame. ...
分类:
编程语言 时间:
2020-02-03 10:01:26
阅读次数:
141
For Windows Update, the limitation normally is a time window, disk space, network bandwidth. Create a GPO - Windows Update Configuration ...
分类:
其他好文 时间:
2020-02-02 13:45:52
阅读次数:
64
/** * @author :shix * @date :Created in ${DATE} ${TIME} * @description:${description} * @modified By: * */ 1. 为类增自动注解 File-->Settings-->Editor-->File ...
分类:
其他好文 时间:
2020-01-26 14:25:34
阅读次数:
65
先实现一个bitmap /** * @Description: * @author: zhoum * @Date: 2020-01-23 * @Time: 10:49 */ public class BitMap { private int[] sign = {0x00000001,0x000000 ...
分类:
编程语言 时间:
2020-01-24 00:24:34
阅读次数:
96