Tag:entry name
-
Time:2020-12-9
Environment installation 1. Homebrew installation, official:https://brew.sh/ /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)” If the official method cannot be installed, refer to:https://www.cnblogs.com/xiaopin/p/12941251.html 2. Node installation: brew install node 3. Watchman installation: brew install watchman 4. Source switch of node tool #Taobao npx nrm use taobao #Or #Official sources npx nrm use npm […]
-
Time:2020-11-25
Install JDK Installing JDK on MAC Maven configuration to configure settings.xml Download source: <! — alicloud warehouse — > <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/repositories/central/</url> </mirror> <! — central warehouse 1 <mirror> <id>repo1</id> <mirrorOf>central</mirrorOf> <name>Human Readable Name for this Mirror.</name> <url>http://repo1.maven.org/maven2/</url> </mirror> –> <! — central warehouse 2 <mirror> <id>repo2</id> <mirrorOf>central</mirrorOf> <name>Human Readable Name for […]
-
Time:2020-11-17
Project introduction Project source: https://gitee.com/coder_ ze/iMusic This system is based onMaven+JSP+SSM+MysqlImplementation of the music website. The main functions include music playing, downloading, uploading and so on. Difficulty level: medium Technology stack editor Eclipse Version: 2020-03 (4.15.0) front-end technology Basics: HTML + CSS + JavaScript Framework: jQuery + bootstrap back-end technology Spring+SpringMVC+mybatis Template engine: JSP Database: […]
-
Time:2020-11-5
Tomcat demining notes 1. SceneEclipse publishes a web application to Tomcat. By default, accessing the project requires the project name http://localhost :8080/myapp/。Now it needs to be changed to this way http://localhost 。Modify Tomcat’s server.xml File, add the following configuration<Context path=”” docBase=”myapp” reloadable=”false”/>After modification, the host part is as follows: <Host name=”localhost” appBase=”webapps” unpackWARs=”true” autoDeploy=”true”> <!– […]
-
Time:2020-11-2
summary With the popularity of dynamic languages (ruby, groovy, Scala Node.js )Java development is particularly cumbersome: various configuration, low development efficiency, complex deployment process and the difficulty of third-party technology integration. In the above environment, springboot came into being. Spring boot is a sub project of spring family. Its original intention is to simplify the […]
-
Time:2020-3-1
Create a new project Maven skeleton creating Java Web project 1. Name: project name 2. Location: Project storage address 3. Groupid: unique flag of the project 4. Artifactid: the name of jar without version number 5. Version: version number Set up information about maven Click Finish to create the project After creation, adjust the directory […]
-
Time:2020-2-26
Q: My project starts with an error. What about laravel $kernel – > handle A: Check whether controller.php exists in APP / HTTP / controller directory.In general, this problem is caused by deleting this file by mistake. Q: What should I do? A: Rebuild a laravel project 1. Use the command line to enter the […]
-
Time:2019-5-29
Waiting for a noon time to finally download and install the vs version Enterprise 2019 16.0.4 Official downloadable installation bootstrap: https://visual studio.microsoft.com/zh-hans/downloads/ Find a Visual Studio 2019 (VS2019) Enterprise version key online and try OK: BF8Y8-GN2QH-T84XB-QVY3B-RC4DF Build a few empty projects and see what happens. 1. Build A. net core console application: Next, edit the […]