public class MainActivity extends AppCompatActivity{ RecyclerView mRecyclerView; RecyclerAdapter mAdapter; @Override protected void onCreate(Bundle sa ...
分类:
其他好文 时间:
2019-08-04 19:38:03
阅读次数:
92
<html><head><metahttp-equiv="refresh"content="300"></head><frameset><framesrc="http://4a.cmos.cmcc:21001/uac/web3/jsp/frame/main.jsp"name
分类:
Web程序 时间:
2019-07-30 13:00:48
阅读次数:
143
三种监听器的关系 ApplicationListener、SpringApplicationRunListeners、SpringApplicationRunListener的关系: SpringApplicationRunListeners类和SpringApplicationRunListene ...
分类:
移动开发 时间:
2019-07-26 19:09:26
阅读次数:
474
#########COMMON SPRING BOOT PROPERTIES ###### CORE PROPERTIES #SPRING CONFIG (ConfigFileApplicationListener) spring.config.name= # config file name (d ...
分类:
移动开发 时间:
2019-07-20 21:27:09
阅读次数:
128
一、注解(annotations)列表 @SpringBootApplication:包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan让spring Boot扫描到Configuration类并把 ...
分类:
编程语言 时间:
2019-07-18 19:53:06
阅读次数:
121
storm整合kafka后出现如下异常: 错误原因:有部分kafka服务器连接不上导致,检查一下是不是每个kafka都能连接到(有的kafka配置使用的是host,记得配置相同的环境) 造成异常代码段:org.apache.storm.kafka.ZkCoordinator.refresh() ...
分类:
编程语言 时间:
2019-07-17 00:45:08
阅读次数:
148
如果想模拟某人点击一个链接,请使用location.href。 如果您想模拟HTTP重定向,请使用位置。replace。 窗口,所以是没有后退返回上一页的 作者:小学生999 来源:CSDN 原文:https://blog.csdn.net/baidu_31333625/article/detail ...
分类:
其他好文 时间:
2019-07-16 11:04:41
阅读次数:
121
oracle 服务一启动 TNSLSNR.exe 会占用8080端口,这时,如果我们其他程序需要使用8080端口就会比较麻烦,所以需要改一下端口: 用dba账户登录 CMD>sqlplus sys/123 as sysdba SQL> call dbms_xdb.cfg_update(updateX ...
分类:
数据库 时间:
2019-07-16 10:28:53
阅读次数:
153
1.登陆gitlab的安装服务查看配置文件 [root@node06 ~]# cat /var/opt/gitlab/gitlab-rails/etc/database.yml # This file is managed by gitlab-ctl. Manual changes will be ...
分类:
数据库 时间:
2019-07-10 18:55:55
阅读次数:
134
在利用VScode编写代码时,我们利用VScode的!键自动生成头部代码时,会自动生成以下内容 对于<head>中的内容又有什么意义,<head> 标签用于定义文档的头部,头部描述了文档的各种属性和信息,包括文档的标题、在 Web 中的位置以及和其他文档的关系等。绝大多数文档头部包含的数据都不会真正 ...
分类:
Web程序 时间:
2019-07-09 19:21:51
阅读次数:
251