01 2018 档案

摘要:1.数据源 2.pom.xml 3.jdbc 4.web.xml添加如下配置 5.连接池监控 启动服务,访问 http://服务IP地址:端口号/项目地址/druid/index.html 阅读全文
posted @ 2018-01-17 16:53 MIC2016 阅读(2306) 评论(0) 推荐(0)
摘要:1.开启和关闭 1.1.开启 service mysql start 1.2.关闭 service mysql stop 1.3.重启 service mysql restart 2.登录 2.1.密码明文 语法:mysql -u用户名 -p用户密码 举例:mysql -uroot -p123456 阅读全文
posted @ 2018-01-15 14:46 MIC2016 阅读(31066) 评论(0) 推荐(4)
摘要:1.依赖 1.1.maven pom.xml 1.2.jar包 jpush-client-3.3.3.jar jiguang-common-1.0.8.jar netty-all-4.1.6.Final.jar gson-2.3.jar slf4j-api-1.7.7.jar 2.推送工具类 2.1 阅读全文
posted @ 2018-01-04 16:08 MIC2016 阅读(1005) 评论(0) 推荐(0)