- 博客(33)
- 收藏
- 关注
转载 vue admin element
vue.package.js 修改 publicPath: './',转载于:https://www.cnblogs.com/zhongchang/p/11264480.html
2019-07-29 16:10:00
173
转载 jekens安装
https://jenkins.io/zh/download/Generic Java package (.war) 下载jenkins.war文件将jenkins.war发布到tomcat服务器密码:/root/.jenkins/secrets/initialAdminPasswordhttp://47.110.53.254:8090/jenkins/...
2019-07-26 17:55:00
536
转载 练习代码
1.DeadThread 死锁public class DeadThread { private static Object monitorA = new Object(); private static Object monitorB = new Object(); public static void main(String[] ar...
2019-07-17 17:57:00
541
转载 死锁
public class DeadThread { private static Object monitorA = new Object(); private static Object monitorB = new Object(); public static void main(String[] args) { Th...
2019-07-11 22:51:00
183
转载 环境
1.jdk版本 1.8.0_1112.<groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>2.0.8.RELEASE</version>...
2019-06-24 09:33:00
104
转载 Idea
https://blog.youkuaiyun.com/shmily_lsl/article/details/80689307https://github.com/mplushnikov/lombok-intellij-plugin/tree/releasebuild_0.23-2017.2IDEA初始环境配置https://www.javazhiyin.com/19531.htm...
2019-06-21 18:32:00
100
转载 排序
1.插入排序排序[0, 2], [0,3],[0,4] --- [0,n]比较次数:总的比较次数,1 + 2 + 3 + ... + n-1,时间复杂度:O(N^2)空间复杂度: O(1)2.快速排序设置基本点,将小于基本点的放到基本点的左边,大于基本点的放在右边,分别从序列“6 1 2 7 9 3 4 5 10 8”两端开始“探测”。先从右往...
2019-06-16 20:30:00
84
转载 git
https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000转载于:https://www.cnblogs.com/zhongchang/p/10474846.html
2019-03-05 09:47:00
71
转载 spring-boot
Spring Boot干货系列:(一)优雅的入门篇http://tengj.top/2017/02/26/springboot1/史上最简单的 SpringCloud 教程 | 终章https://blog.youkuaiyun.com/forezp/article/details/70148833收集Spring Boot相关的学习资料http://www.ityouknow.com...
2019-02-22 15:03:00
121
转载 图表
d3.jshttp://wiki.jikexueyuan.com/project/d3wiki/author.html转载于:https://www.cnblogs.com/zhongchang/p/10363389.html
2019-02-11 22:21:00
92
转载 算法2
https://algs4.cs.princeton.edu/code/edu/princeton/cs/algs4/Graph.java.html转载于:https://www.cnblogs.com/zhongchang/p/10363322.html
2019-02-11 21:56:00
87
转载 博客框架
快速、简洁且高效的博客框架https://hexo.io/zh-cn/例子:https://libery.cn/ NexT 6.0.6 Releasedhttps://theme-next.org/next-6-0-6-released/搭建博客例子https://juejin.im/post/5a6ee00ef265da3e4b770ac1...
2019-02-11 17:48:00
188
转载 算法
最优组合之背包算法递归解决换零钱问题--问题分析转载于:https://www.cnblogs.com/zhongchang/p/10361378.html
2019-02-11 11:52:00
110
转载 mysql分库 分页查询
Mysql海量数据分表分库如何列表分页?1.现在使用ElasticSearch了。基于Lucene的解决方案2.必须将mysql里的数据写入到类似hbase这样的分布式数据库,查询快。但分页、查询的话,可以在hbase前加一层solr,用于建立数据索引如何对分库后的数据进行分页查询?yeyingsheng发布于 2015/04/21 10:18...
2019-01-15 15:48:00
442
转载 网址
登录https://appetize.io/login?reason=admin&next=%2Fpayer-codereact navigationhttps://reactnavigation.org/en/nettyhttps://zhuanlan.zhihu.com/p/38354881全球分布式数据库:Google Spanner(论...
2018-12-18 13:55:00
367
转载 Cookie
如果不设置过期时间,则表示这个cookie生命周期为浏览器会话期间,只要关闭浏览器窗口,cookie就消失了。这种生命期为浏览会话期的cookie被称为会话cookie。会话cookie一般不保存在硬盘上而是保存在内存里。如果设置了过期时间,浏览器就会把cookie保存到硬盘上,关闭后再次打开浏览器,这些cookie依然有效直到超过设定的过期时间,在设置之前,首先了解一下什么是...
2018-06-26 21:29:00
91
转载 JedisPubSub
MsgListener extends JedisPubSubnotify-keyspace-events "KEA"转载于:https://www.cnblogs.com/zhongchang/p/9089494.html
2018-05-25 16:49:00
535
转载 异常
五月 21, 2018 4:11:30 下午 org.glassfish.jersey.servlet.WebComponent filterFormParameters警告: A servlet request to the URI http://10.90.13.6:8080/CSS_New/system/interestedVisitor/exportUnBillExcel con...
2018-05-21 16:15:00
552
转载 Mybatis日志
[DEBUG] 2018-05-20 09:56:36,404(19404) --> [main] org.slf4j.impl.JCLLoggerAdapter.trace(JCLLoggerAdapter.java:70): <== Row: visitor_53015, visitorName_53015, 2017-05-20 23:46:12.0, 钟...
2018-05-20 09:59:00
85
转载 sql
SELECT tt.visitor_id, tt.visitor_name, tt.marking_time,tt.job_id, tt.last_service_job_id, sessions, COUNT(*), SUM(IF (t2.end_time >= NOW() AND t2.start_time <= NOW() AND t2.oper...
2018-05-18 23:45:00
98
转载 判断相等的复杂度
共享对象的具体实现Redis的共享对象目前只支持整数值的字符串对象。之所以如此,实际上是对内存和CPU(时间)的平衡:共享对象虽然会降低内存消耗,但是判断两个对象是否相等却需要消耗额外的时间。对于整数值,判断操作复杂度为O(1);对于普通字符串,判断复杂度为O(n);而对于哈希、列表、集合和有序集合,判断的复杂度为O(n^2)。转载于:https://www.cnblogs.co...
2018-05-11 13:42:00
412
转载 优秀博客地址
经典算法http://zha-zi.iteye.com/category/75223转载于:https://www.cnblogs.com/zhongchang/p/8810730.html
2018-04-12 22:04:00
70
转载 获取动态代理生成的.class文件
生成代理类,并写入硬盘:配置系统属性sun.misc.ProxyGenerator.saveGeneratedFile为true,代理类生成时将自动将生成的代理类写入硬盘?123456789101112131415package cn.lut.dynamicproxy;imp...
2018-04-01 23:17:00
1439
转载 单词
primitiveAdviceInterceptorJoinpointFilterExpressionRetentionAutowireCapableinjectDefinitiondestinationvalidatestaleexpungemanualslotprofiletoggleSecurityR...
2018-01-09 22:22:00
65
转载 AOP
import org.junit.Test;import com.matt.mattspring.aop.AdvisedSupport;import com.matt.mattspring.aop.JdkDynamicAopProxy;import com.matt.mattspring.aop.TargetSource;import com.matt.mattspring.cont...
2018-01-09 09:08:00
70
转载 资料
http://www.mieliestronk.com/wordlist.html 次网站可以下载了常用英文单词表http://www.cnblogs.com/dolphin0520/转载于:https://www.cnblogs.com/zhongchang/p/7507636.html
2017-09-11 22:43:00
82
转载 有用快捷键
ctrl+t:继承关系。FactoryBean在Spring中是非常有用的,使用Eclipse/MyEclipse的朋友可以对FactoryBean使用ctrl+t查看一下,FactoryBean这个接口在Spring容器中有大量的子实现。转载于:https://www.cnblogs.com/zhongchang/p/7242149.html...
2017-07-26 21:31:00
76
转载 Java中getResourceAsStream的用法
Java中getResourceAsStream的用法首先,Java中的getResourceAsStream有以下几种:1. Class.getResourceAsStream(String path) : path 不以’/'开头时默认是从此类所在的包下取资源,以’/'开头则是从ClassPath根下获取。其只是通过path构造一个绝对路径,最终还是由ClassLoader...
2017-07-16 09:06:00
110
转载 【转载】URL编码与两次encodeURI
当使用地址栏提交查询参数时,如果不编码,非英文字符会按照操作系统的字符集进行编码提交到服务器,服务器会按照配置的字符集进行解码,所以如果两者不一致就会导致乱码。encodeURI函数采用UTF-8对URL进行编码,所以如果服务器在进行解码时使用的是其他的编码方式就会出现乱码,默认的服务器配置的解码字符集都不是UTF-8,所以大部分情况下地址栏提交中文查询参数时会产生乱码;针对这种情况...
2017-06-09 07:25:00
101
转载 maven 如何使用
以前没有用过maven管理过项目的依赖,最后使用上了maven,发现通过不能方式建立出来的web应用程序目录结构基本都不一样,既然每次都要到网上搜索如何建立maven管理的Web应用程序,不如自己找百度谷歌一下。找了半天 ,感觉比较好的maven管理的web应用程序目录结构是这个:├── pom.xml└── src├── ma...
2017-06-01 22:32:00
86
转载 MyEclipse运行Java出错:could not find the main class:test.program will exit(导入项目)
自己新建的项目运行没有任何问题。但是我导入的很早以前别人写的项目,然后run就会弹框couldnotfindthemainclass:test.programwillexit请确认JAVA编译器和JRE版本一致右键点击项目--->>>preference-->>>JAVAcompiler查看编译器版本右键点击项目---&g...
2017-05-23 23:21:00
221
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人