清除ios系统alert弹出框的域名 <script> window.alert = function(name) { var iframe = document.createElement("IFRAME"); iframe.style.display = "none"; iframe.setAt ...
分类:
移动平台 时间:
2020-01-13 16:45:37
收藏:
0 评论:
0 赞:
0 阅读:
179
今天在学习Spring Boot整合redis的过程中遇到个问题,在使用 注入时,启动项目会报异常 这么一大串看的是不是有点懵,其实咱们看一句可以了 大致意思是没有与RedisTemplate匹配的bean 解决方法 1、不指定泛型,如 2、使用@Resource注解代替@Autowired,如 ...
分类:
编程语言 时间:
2020-01-13 16:45:22
收藏:
0 评论:
0 赞:
0 阅读:
869
一、演示 1.包结构 ? 2.dubbo-spring-xml maven父工程 2.1pom.xml配置 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-i ...
分类:
编程语言 时间:
2020-01-13 16:44:59
收藏:
0 评论:
0 赞:
0 阅读:
72
原文链接:https://blog.csdn.net/qq_36159851/article/details/79887118 (侵删) 为了保持会话登录状态,采用了拦截器来实现session判别 定义自己的拦截器,这个拦截器要实现HandlerInterceptor接口 package serve ...
分类:
编程语言 时间:
2020-01-13 16:43:58
收藏:
0 评论:
0 赞:
0 阅读:
169
试图修改tcp_tw_recycle的值时,遇到错误: # echo 1 > /proc/sys/net/ipv4/tcp_tw_recycle -bash: /proc/sys/net/ipv4/tcp_tw_recycle: 只读文件系统 该错误的原因是因为以只读(ro)方式mount了tcp_ ...
分类:
其他 时间:
2020-01-13 16:43:25
收藏:
0 评论:
0 赞:
0 阅读:
118
在使用eclipse发布到tomcat时提示java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener,感觉很奇怪,于是到网站发布目录发现在WEB-INF里面没有lib目录,这就是为什 ...
分类:
编程语言 时间:
2020-01-13 16:42:43
收藏:
0 评论:
0 赞:
0 阅读:
70
[HNOI2008]Cards BZOJ:Time Limit: 10 Sec Memory Limit: 162 MB洛谷:时间限制1.00s 内存限制125.00MB题目链接:https://www.lydsy.com/JudgeOnline/problem.php?id=1004,洛谷:htt ...
分类:
其他 时间:
2020-01-13 16:42:24
收藏:
0 评论:
0 赞:
0 阅读:
91
GitHub 详细介绍地址 https://github.com/apache/incubator-dubbo-spring-boot-project/blob/master/README_CN.md https://github.com/apache/incubator-dubbo-spring- ...
分类:
编程语言 时间:
2020-01-13 16:42:05
收藏:
0 评论:
0 赞:
0 阅读:
83
Storm是什么 1 Storm 是一个分布式实时大数据处理系统,可以帮助我们方便地处理海量数据,具有高可靠、高容错、高扩展的特点。 2 3 Storm 是流式框架,有很高的数据吞吐能力,Strom 本身是无状态的,通过 ZooKeeper 管理分布式集群环境和集群状态。 4 5 Strom 的安装 ...
分类:
其他 时间:
2020-01-13 16:41:29
收藏:
0 评论:
0 赞:
0 阅读:
115
新建Maven项目,redis充当注册中心 1.pom.xml <!--dubbo --> <dependency> <groupId>com.alibaba</groupId> <artifactId>dubbo</artifactId> <version>2.5.8</version> </de ...
分类:
其他 时间:
2020-01-13 16:40:30
收藏:
0 评论:
0 赞:
0 阅读:
74
(1).Kubernetes概述 Kubernetes简称K8s,是Google开源的容器集群编排系统,基于Docker构建一个容器的调度服务,提供了资源调度、均衡容灾、服务注册、动态扩/缩容等功能。官网地址:https://kubernetes.io/ 注意:Kubernetes是基于docker ...
分类:
Web开发 时间:
2020-01-13 16:40:08
收藏:
0 评论:
0 赞:
0 阅读:
93
创建请求文件http.js var api_base_url = "this is url"; export default function ({ url, data = {}, method = "GET" }) { return new Promise((resolve, reject) => ...
分类:
微信 时间:
2020-01-13 16:39:49
收藏:
0 评论:
0 赞:
0 阅读:
86
dubbo-spring-boot-actuator 提供 Production-Ready 特性: 健康检查控制断点外部化配置 GitHub https://github.com/apache/incubator-dubbo-spring-boot-project/tree/master/dubb ...
分类:
编程语言 时间:
2020-01-13 16:39:26
收藏:
0 评论:
0 赞:
0 阅读:
81
数制的基本概念: 人们在生产实践和日常生活中,创造了多种表示数的方法,这些数的表示规则称为数制。其中按照进位方式计数的数制叫进位计数制。 位权: 任何一个R进制的数都是由一串数码表示的,其中每一位数码所表示的实际值的大小,除与数字本身的数值有关外,还与它所处的位置有关。该位置上的基准值就称为位权(或 ...
分类:
其他 时间:
2020-01-13 16:39:04
收藏:
0 评论:
0 赞:
0 阅读:
173
一、Git安装及配置 1.1、系统环境准备#系统版本 [root@git ~]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) #内核版本 [root@git ~]# uname -r 3.10.0-862.el7.x86_... ...
分类:
其他 时间:
2020-01-13 16:38:44
收藏:
0 评论:
0 赞:
0 阅读:
87
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
其他 时间:
2020-01-13 16:38:27
收藏:
0 评论:
0 赞:
0 阅读:
129
Git_Lab CI Setting 根据该教程本地下载并安装 gitlab-runner.exe 在GitLab远程仓库页面点击 setting-> CI/CD ->runner Expand ,然后拷贝 Runner setup URL , registration token到第三步输入 in ...
分类:
其他 时间:
2020-01-13 16:38:11
收藏:
0 评论:
0 赞:
0 阅读:
95
/P <</MCID 0/Lang (en-US)>> BDC BT\r\n/F1 10.56 Tf\r\n1 0 0 1 90.024 758.52 Tm\r\n0 g\r\n0 G\r\n -0.0144 Tc[(D:)] TJ\r\nET\r\n EMC /P <</MCID 1/Lang ( ...
分类:
其他 时间:
2020-01-13 16:37:52
收藏:
0 评论:
0 赞:
0 阅读:
95
HTML语言基础: <!--> <--> 注释 <!DOCTYPE> 声明html文档 <h1--h6> 标题声明 <p> 文字编辑 <b> 文字加粗 </b> </p> <ul> 文字编辑 <b> 文字加粗 </b> </p> <a herf="http://www....."> 页面连接 <ab ...
分类:
编程语言 时间:
2020-01-13 16:37:31
收藏:
0 评论:
0 赞:
0 阅读:
65
<div contenteditable="true"></div> 鼠标放到div上可编辑文字 ...
分类:
其他 时间:
2020-01-13 16:37:13
收藏:
0 评论:
0 赞:
0 阅读:
83