- 博客(6)
- 资源 (3)
- 收藏
- 关注
原创 IDEA2021 创建第一个Java Web 应用
目录IDEA 整合 Tomcat 服务器IDEA 中动态 web 工程的操作首先创建一个工程删掉工程下的src目录在此工程下,创建第一个module添加web application应用无法引入Servlet类解决办法给web application应用部署tomcatIDEA 整合 Tomcat 服务器IDEA 中动态 web 工程的操作首先创建一个工程删掉工程下的src...
2021-06-21 23:01:40
1745
原创 欧里几德算法 The Euclidean Algorithm
Recall that the Greatest Common Divisor (GCD) of two integers A and B is thelargest integer that divides both A and B.TheEuclidean Algorithmis a technique for quickly finding theGCDof two integers.The AlgorithmThe Euclidean Algorithm for finding...
2020-11-23 18:38:05
689
原创 Python 列表推导式 Nested List Comprehensions in Python
List Comprehensionsare one of the most amazing features of Python. It is a smart and concise way of creating lists by iterating over an iterable object. Nested List Comprehensions are nothing but a list comprehension within another list comprehension whic.
2020-11-20 15:50:02
330
原创 安装pycharm 到ubuntu 18.04 How to install and uninstall pycharm on Ubuntu 18.04
@[TOC]How to install and uninstall pycharm on Ubuntu 18.04PyCharm is a cross-platform IDE that provides consistent experience on the Windows, macOS, and Linux operating systems.PyCharm is available in three editions:Professional,Community, andEdu. ...
2020-11-17 19:20:08
597
1
原创 虚拟机Guest和主机host 共享文件后,虚拟机共享文件/mnt/hgfs 显示是空的 Shared folder does not appear
Guest 机器 Ubuntu 18.04Host 机器 windows 10Ubuntu 18.04 默认共享文件到/mnt/hgfs解决办法First, you need to create a folder where the mounted should be pointed tofor example:sudo mkdir /your_shared_folderThen you could see your shared folder with thi...
2020-11-17 17:29:21
374
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人