tips:如同编程一样的语法 让步状语,代表前面不太重要,后面重要 even / although / even though/ anyway/ no matter/ whatever/ despite/ Nonetheless / still/ but/ where as/ however/ ye ...
分类:
其他好文 时间:
2020-01-06 09:53:00
阅读次数:
103
Tomcat是一个Web服务器,把网站应用部署到Tomcat上,即可通过网站地址来访问该应用。 一:手动部署 --1--把相关文件放到tomcat\webapps\ROOT目录下 --2--通过cmd执行tomcat\bin\startup.bat 踩坑: Neither the JAVA_HOME ...
分类:
其他好文 时间:
2020-01-04 10:55:38
阅读次数:
62
let params = {} params['busLine.name'] = '测试自定义线路' params['busLine.beginDate'] = '2019-12-12' params['busLine.endDate'] = '2019-12-12' params['busLine... ...
分类:
其他好文 时间:
2019-12-31 21:36:05
阅读次数:
354
MAC JDK9的安装与环境配置以及Tomcat安装错误问题的解决 在终端出现: Unable to find any JVMs matching version "(null)".No Java runtime present, try --request to install.Neither t ...
分类:
系统相关 时间:
2019-12-01 22:40:32
阅读次数:
134
1 题目 Write a function to check whether an input string is a valid IPv4 address or IPv6 address or neither. IPv4 addresses are canonically represented ...
分类:
其他好文 时间:
2019-11-03 15:04:37
阅读次数:
101
今天尝试自动更新服务器上tomcat中的web安装包 启动python脚本的时候,发现报错: Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environmen ...
分类:
其他好文 时间:
2019-09-30 13:08:19
阅读次数:
189
C. Cinema time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output C. Cinema time limit per test ...
分类:
其他好文 时间:
2019-08-24 09:51:02
阅读次数:
80
题目链接:http://acm.timus.ru/problem.aspx?space=1&num=2013 题目理解: 给定n个点的有向图: 下面n行,第一个数字表示点权,后面一个数字m表示有m条边。 起点是1. 对于每个点,输出2个值表示前驱点权1和该点点权2。 1、就是若有多条路径且全为“同一 ...
分类:
其他好文 时间:
2019-08-07 20:51:34
阅读次数:
117
https://www.jianshu.com/p/a47477e8126a crypto-js.js ;(function (root, factory) { if (typeof exports "object") { // CommonJS module.exports = exports = ...
分类:
Web程序 时间:
2019-07-04 14:22:15
阅读次数:
192
考察下面的 SQL 脚本: CREATE TABLE test1( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, data VARCHAR(20), ts1 TIMESTAMP NOT NULL, createdAt TIMESTAMP NOT NULL D ...
分类:
数据库 时间:
2019-06-06 20:56:41
阅读次数:
152