上一页 1 2 3 4 5 6 7 8 9 10 ··· 43 下一页

2018年7月6日

关于java 线程池 ThreadPoolExceutor 之 TestDemo

摘要: public class App { public static void main(String[] args) throws InterruptedException { System.out.println("这是测试项目"); // ExecutorService executorServi 阅读全文

posted @ 2018-07-06 17:55 chengjunde 阅读(179) 评论(0) 推荐(0) 编辑

Maven 一段时间知识小结2

摘要: 父 Pom.xml <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.5.13.RELEASE</version> < 阅读全文

posted @ 2018-07-06 11:04 chengjunde 阅读(105) 评论(0) 推荐(0) 编辑

2018年7月5日

数据库迁移解决方案总结

摘要: 1.navicat for mysql 数据库备份与还原https://www.cnblogs.com/helkbore/p/5741694.html2.实现数据库备份与还原[归纳三种方法]https://www.cnblogs.com/visec479/p/4103029.html 3.一个跨库复 阅读全文

posted @ 2018-07-05 19:20 chengjunde 阅读(388) 评论(0) 推荐(0) 编辑

2018年7月4日

Row_Number() over( PARTITION By cno ...)

摘要: DROP TABLE IF EXISTS `score`; CREATE TABLE `score` ( `id` int(10) NOT NULL AUTO_INCREMENT, `subject_id` char(10) DEFAULT NULL, `student_id` char(10) D 阅读全文

posted @ 2018-07-04 10:06 chengjunde 阅读(407) 评论(0) 推荐(0) 编辑

比较好的Json 格式数据

摘要: { "81040753986": [{ "order_info": { "unique_package_reference": "LP00104760730736", "force_smartrouting": "yes", "order_number": "186265656792499700", 阅读全文

posted @ 2018-07-04 09:45 chengjunde 阅读(270) 评论(0) 推荐(0) 编辑

2018年7月2日

.net 下的 HttpRuntime.Cache 应用

摘要: using System;using System.Collections.Generic;using System.Diagnostics;using System.Linq;using System.Threading;using System.Web;using System.Web.Cach 阅读全文

posted @ 2018-07-02 14:34 chengjunde 阅读(180) 评论(0) 推荐(0) 编辑

2018年6月30日

Spring Boot 部署与服务配置

摘要: 转自:https://blog.csdn.net/catoop/article/details/50588851 Spring Boot 其默认是集成web容器的,启动方式由像普通Java程序一样,main函数入口启动。其内置Tomcat容器或Jetty容器,具体由配置来决定(默认Tomcat)。当 阅读全文

posted @ 2018-06-30 15:29 chengjunde 阅读(263) 评论(0) 推荐(0) 编辑

2018年6月29日

linux vi 命令大全

摘要: linux下vi命令大全 https://www.cnblogs.com/jameslif/p/7751567.html 进入vi的命令 vi filename :打开或新建文件,并将光标置于第一行首 vi +n filename :打开文件,并将光标置于第n行首 vi + filename :打开 阅读全文

posted @ 2018-06-29 18:26 chengjunde 阅读(780) 评论(0) 推荐(0) 编辑

查看linux 之mysql 是否安装的几种方法

摘要: 转自:https://jingyan.baidu.com/album/86112f1378bf282737978730.html?picindex=2 linux下怎么启动mysql服务 https://jingyan.baidu.com/album/19020a0a604145529d2842e1 阅读全文

posted @ 2018-06-29 18:11 chengjunde 阅读(6293) 评论(0) 推荐(0) 编辑

2018年6月27日

spring 或 springboot统一异常处理

摘要: spring 或 springboot统一异常处理https://blog.csdn.net/xzmeasy/article/details/76150370 一,本文介绍spring MVC的自定义异常处理,即在Controller中抛出自定义的异常时,客户端收到更友好的JSON格式的提示。而不是 阅读全文

posted @ 2018-06-27 16:16 chengjunde 阅读(171) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 43 下一页

导航