码迷,mamicode.com
首页 >  
搜索关键字:dateutil date util    ( 47448个结果
个人开发
ackage chapter; import java.util.ArrayList; import java.util.List; import java.util.Stack; public class Master { private static String[] op = { "+", " ...
分类:其他好文   时间:2021-04-12 12:51:46    阅读次数:0
个人工作流程计应192六组许舒然
package Szys;import java.util.Random; import java.util.Scanner; public class szys { public static void main(String[] args) { int [][] arr=new int[1000 ...
分类:其他好文   时间:2021-04-12 12:49:42    阅读次数:0
MySQL 忘记密码
1. vi /etc/my.cnf 2. update mysql.user set authentication_string=password('123456') where user='root' and host='localhost'; 3. FLUSH PRIVILEGES; ...
分类:数据库   时间:2021-04-12 12:44:01    阅读次数:0
Java学习实例——打印三角形
1、打印如下的三角形(可以根据输入的值确定行数,和最长的那一行有几个符号): ***** **** *** ** * import java.util.Scanner; public class TrianglePrint { public static void main(String[] arg ...
分类:编程语言   时间:2021-04-12 12:20:50    阅读次数:0
MySQL优化
【建表原则】 定长与边长相分离 常用与不常用相分离 适当反范式 【列类型选择】 int > date,time > enum,char > varchar > blob,text 字符串相对于整形要考虑字符集和校对集 尽量不用NULL 【btree索引 hash索引】 有必要使用联合索引(多列索引、 ...
分类:数据库   时间:2021-04-12 12:15:31    阅读次数:0
jsp5
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
分类:Web程序   时间:2021-04-12 11:51:40    阅读次数:0
ubuntu更改时间北京时间
先查看当前系统时间 root@ubuntu:/# date -R 结果时区是:-0500我需要的是东八区,这儿显示不是,所以需要设置一个时区 1.运行tzselect root@ubuntu:/# tzselect 在这里我们选择亚洲 Asia,确认之后选择中国(China),最后选择北京(Beij ...
分类:系统相关   时间:2021-04-10 13:40:28    阅读次数:0
PAT (Advanced Level) Practice 1061 Dating (20 分) 凌宸1642
PAT (Advanced Level) Practice 1061 Dating (20 分) 凌宸1642 题目描述: Sherlock Holmes received a note with some strange strings: Let's date! 3485djDkxh4hhGE 2 ...
分类:其他好文   时间:2021-04-10 13:28:08    阅读次数:0
1626. Best Team With No Conflicts
You are the manager of a basketball team. For the upcoming tournament, you want to choose the team with the highest overall score. The score of the te ...
分类:其他好文   时间:2021-04-10 13:19:16    阅读次数:0
js获取当天时间,凌晨0点
凌晨0点 fields['startTime']=new Date(new Date(fields.searchTime2[0]).toLocaleDateString()).getTime() 当天23点59分59秒 fields['endTime']=new Date(new Date(fiel ...
分类:Web程序   时间:2021-04-10 13:03:41    阅读次数:0
47448条   上一页 1 ... 36 37 38 39 40 ... 4745 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!