出现的错误: Type Exception Report Message /cart.jsp (line: [32], column: [45]) The JSP specification requires that an attribute name is preceded by whitesp ...
分类:
Web程序 时间:
2019-04-07 21:44:37
阅读次数:
167
1 while True: 2 salary = input("please input your salary:") 3 if salary.isdigit(): 4 salary=int (salary) 5 break 6 else: 7 print("Invalid input! pleas ...
分类:
微信 时间:
2019-04-07 09:54:26
阅读次数:
221
起因: 有在一台服务器A上通过docker搭建git服务,由于某些原因需要将其迁移到另一台服务器B。 过程: 最终采用方式: 首先通过docker ps(-a) 查看目标容器,然后通过commit命令将其提价为一个镜像,通过save命令将镜像转换为文件,将该文件从A上转移到B上,B上需要已经安装do ...
分类:
其他好文 时间:
2019-04-06 18:33:14
阅读次数:
135
package Model; import error.MyException; import utils.DateTime; public class Car { private String regNo; private String make; private String model; pr... ...
分类:
其他好文 时间:
2019-04-06 00:10:49
阅读次数:
114
S308 Assignment 5 – Car Loan CalculatorThe Kelley Car Company wants to create an application to help potential customers calculate andunderstand the c ...
分类:
其他好文 时间:
2019-04-05 19:35:52
阅读次数:
126
给定一个字符串,验证它是否是回文串,只考虑字母和数字字符,可以忽略字母的大小写。 说明:本题中,我们将空字符串定义为有效的回文串。 示例 1: 输入: "A man, a plan, a canal: Panama" 输出: true 示例 2: 输入: "race a car" 输出: false ...
分类:
其他好文 时间:
2019-04-05 12:40:49
阅读次数:
141
MVC 初始了解 新建控制器 app>index>前台目录下 >controller 目录创建 Car.php【必须大写】 访问http://127.0.0.1/index.php/index/car/index ...
分类:
Web程序 时间:
2019-04-05 12:06:16
阅读次数:
162
页面部分大概意思一下 axios部分代码以vue示例: 文件在onchange事件里面取file 无刷新提交表单到此就结束了 ...
分类:
移动开发 时间:
2019-04-05 09:32:19
阅读次数:
238
algernon 看到github 的介绍很很强大,一下子想到了openresty,功能看着很强大,支持 redis pg lua markdown quic http2 mysql 限速 pongo2 sass(scss) web 相关的 jsx (js dsl 模板写法) 说明 看官方介绍和很强 ...
分类:
Web程序 时间:
2019-04-05 09:15:55
阅读次数:
171
POJ 1005 I Think I Need a Houseboat Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 114666 Accepted: 49465 Description Fred Mapper is consi ...
分类:
其他好文 时间:
2019-04-02 00:05:25
阅读次数:
111