Work Notes------------Updated daily

http://localhost:8080/runfast/manager/login.do---local login page
http://192.168.2.221:8080/runfast/manager/login.do

http://gxptkc.com/manager/login.do----test login page

Database address: 192.168.2.165:3306

Backup database statement
mysqldump -h192.168.2.165 -uroot -pyxt-movee-8114 --default-character-set=utf8 runfast -rc:/mysql/runfast.sql


mysql -h127.0.0.1 -uroot -proot -r c:/mysql/runfast.sql


Replace shortcut key ctrl+H in editPius


websockt

long link


Multiple tomcat clusters


nginx

 


%M2_HOME%\bin;
The problem of reloading the errand express system:
1. The errand express system Qiniu reported an error to replace the jar with qiniu-java-sdk-7.2.11
2. Right-click the project---properties---java Build Delete the previous jdk in Path and replace it with local jdk1.7
3. Right-click the project---properties---java Compiler-Enable project specific setting to open, and the version is transposed to 1.7
4. Right-click the project---properties---MyEclipse-- -Validation--javaScript validator for js files in the build removed

 

 

findByDistance
getBusiness

 


Spring integrates the demo of redis in the redis project in myeclipse, including the following items:
1. Spring's configuration file
2. Redis link and connection pool parameters
3. A java entity object User
4. Use redisTemplate to store, and query User entity object
5. The main method calls the redisTemplate template to store and query the User entity object

 

 

 

 

 

Java collections:
1. Set, Set: Pay attention to the unique properties, the system collection can know whether something already exists in the collection, and
will not store duplicate elements for storage disorder (the order of storage and retrieval is not necessarily the same ) element, the value cannot be repeated.
2. Map
3. List

 

 

 

 

 


The websocket session has two methods for sending text messages: getAsyncRemote() and getBasicRemote()

SPRING knowledge point
1. applicationContext.xml is the configuration file of spring
<context:component-scan base-package="com.itheima.bos"/>----<!-- component scanning, identifying annotations-->

 

custom annotation

 

 

 

 

 

 

 

 

 

c:\IDEA\workspace\JRebel1\src\main\webapp\WEB-INF\classes

A problem encountered in deploying projects with IntelliJ IDEA:
Be sure to configure both Web Application:Exploded and Web Application:Archive when configuring artifacts

 

 

 

Detailed explanation of springboot, the necessary framework for agile development of Candlelight Academy

 


<!--<dir name="D:/project/boot-mybatis/common/target/classes">-->

 

 

http://pay.gxptkc.com/wxapi/pay/payResult.do

 

 


http://localhost:8080/api/home/loginNew?username=15871720785&password=E10ADC3949BA59ABBE56E057F20F883E

 


http://localhost:8080/api/home/login?username=15871720785&password=123456&type=2

http://localhost:8888/api/home/login?username=chen&password=123456&type=1 超级管理员
http://localhost:8888/api/menu/nav 导航菜单
http://localhost:8888/api/order/PageList
http://localhost:8888/api/home/login?username=15871720785&password=123456&type=2

 

 

 

 

 


"C:\RabbitMQServer\rabbitmq_server-3.7.4\sbin\rabbitmq-plugins.bat" enable rabbitmq_management


rabbitmqctl.bat add_user eric 123456

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325001066&siteId=291194637