·数字个数 str=input() cnt=0; for i in range(len(str)): if(str[i].isdigit()): cnt+=1 print(cnt) Caesar Secret str=input("请输入一个字符串:") caesar="" n=input("请输入 ...
分类:
编程语言 时间:
2021-06-02 16:37:16
阅读次数:
0
which which会在PATH环境中搜寻可执行文件 whereis Linux会将系统里面所有的文件都搜集到一个数据库文件中,whereis从这个数据库文件里面寻找文件 locate locate的使用很简单,直接在命令后面输入文件名或者部分名称,就能得到结果。locate和whereis一样, ...
分类:
系统相关 时间:
2021-06-02 16:12:00
阅读次数:
0
项目总体结构 数据库:mysql 主要技术:Java、springMVC maven、mybaits 主要功能:用户管理、学生信息管理、学生成绩管理、课程信息管理、老师信息管理、登录、退出等 采用mysql5 eclipse 开发 、下面给大家看一下具体的功能截图 作者QQ:1334611189 现 ...
分类:
数据库 时间:
2021-06-02 16:06:03
阅读次数:
0
ArrayList list = new ArrayList(); // 第一次扩容 for (int i = 0; i < 10; i++) { list.add(i); } ArrayList list1 = list; for (int i = 0; i < 5; i++) { list1.a ...
分类:
其他好文 时间:
2021-06-02 16:00:48
阅读次数:
0
运行环境: 最好是java jdk 1.8 eclipse tomcat环境: Tomcat 7.x,8 主要功能说明: 用户角色包含以下功能: 查看所有蛋糕, 用户登录和注册, 查看蛋糕详情, 提交订单, 查看我的订单, 查看我的购物车 ,确认收货, 评价等 评论商品等功能。管理员角色包含以下功能 ...
分类:
数据库 时间:
2021-06-02 15:58:14
阅读次数:
0
Eclipse 中Tomcat 启动报错Eclipse的提示窗口 Server Tomcat v8.0 Server at localhost failed to start .日志输出中报 Failed to destroy end point associated with ProtocolHa ...
分类:
其他好文 时间:
2021-06-02 15:51:09
阅读次数:
0
问题描述:springboot整合hive-jdbc时,pom文件加入hive-client依赖,eclipse启动,项目正常启动,访问正常。打成jar包放到服务器启动正常,访问报错如下: org.apache.jasper.JasperException: /views/public.jsp(3, ...
分类:
数据库 时间:
2021-06-02 15:44:58
阅读次数:
0
环境设置 安装 Spring 框架之前在你的机器上需安装 JDK,Tomcat 和 Eclipse。 下载Spring的基础jar包 目前 Spring 框架的最新版本是 5.1.8,本教程是基于 Spring 的稳定版本 3.2.13 进行讲解的。读者可以通过网址 http://repo.spri ...
分类:
编程语言 时间:
2021-06-02 15:42:17
阅读次数:
0
1.ip public class TestInetAddress { public static void main(String[] args) { try { //查询本机IP,可以new InetAddress byName = InetAddress.getByName("localhos ...
分类:
Web程序 时间:
2021-06-02 15:28:12
阅读次数:
0
html: <div class="mydiv1"></div> css: .mydiv1 { width: 100px; height: 100px; background: red; position: absolute; } js: let mydiv1 = document.querySel ...
分类:
Web程序 时间:
2021-06-02 15:25:39
阅读次数:
0