工作笔记-----------每天更新

http://localhost:8080/runfast/manager/login.do---本地登录页面
http://192.168.2.221:8080/runfast/manager/login.do

http://gxptkc.com/manager/login.do----测试登录页面

数据库地址:192.168.2.165:3306

备份数据库语句
mysqldump -h192.168.2.165 -uroot -pyxt-movee-8114 --default-character-set=utf8 runfast -r c:/mysql/runfast.sql


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


editPius中替换快捷键ctrl+H


websockt

长链接


多个tomcat的集群


nginx


%M2_HOME%\bin;
重新加载跑腿快车系统的问题:
1、跑腿快车系统七牛报错是要把jar替换为qiniu-java-sdk-7.2.11
2、右键项目---properties---java Build Path里面删除之前的jdk换成本地jdk1.7
3、右键项目---properties---java Compiler-Enable project specific setting打开,版本换位1.7
4、右键项目---properties---MyEclipse---Validation--javaScript validator for js files里的build去掉

findByDistance
getBusiness


spring整合redis的demo在myeclipse中redis项目,包括以下几项:
1、spring的配置文件
2、redis的链接及连接池的参数
3、一个要用的java实体对象User
4、用redisTemplate存储,和查询user实体对象
5、主方法调用redisTemplate模板存储和查询User实体对象

java集合:
1、Set,Set:注重独一无二的性质,该体系集合可以知道某物是否已近存在于集合中,
不会存储重复的元素用于存储无序(存入和取出的顺序不一定相同)元素,值不能重复。
2、Map
3、List


websocket session发送文本消息有两个方法:getAsyncRemote()和getBasicRemote()

SPRING知识点
1、applicationContext.xml是spring的配置文件
<context:component-scan base-package="com.itheima.bos"/>----<!-- 组件扫描,识别注解 -->

自定义注解

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

一个在用IntelliJ IDEA部署项目中遇到的问题:
在artifacts配置的时候一定要同时配置Web Application:Exploded和Web Application:Archive

烛光学院敏捷开发必备框架之springboot详解


<!--<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

猜你喜欢

转载自www.cnblogs.com/czlovezmt/p/8960846.html