码迷,mamicode.com
首页 >  
搜索关键字:fresh    ( 513个结果
MainActivity 调用实现
public class MainActivity extends AppCompatActivity{ RecyclerView mRecyclerView; RecyclerAdapter mAdapter; @Override protected void onCreate(Bundle sa ...
分类:其他好文   时间:2019-08-04 19:38:03    阅读次数:92
4A网页反空闲
<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
SpringBoot扩展点之一:SpringApplicationRunListener
三种监听器的关系 ApplicationListener、SpringApplicationRunListeners、SpringApplicationRunListener的关系: SpringApplicationRunListeners类和SpringApplicationRunListene ...
分类:移动开发   时间:2019-07-26 19:09:26    阅读次数:474
附录 B. Spring Boot 配置文件 application.properties
#########COMMON SPRING BOOT PROPERTIES ###### CORE PROPERTIES #SPRING CONFIG (ConfigFileApplicationListener) spring.config.name= # config file name (d ...
分类:移动开发   时间:2019-07-20 21:27:09    阅读次数:128
SpringBoot注解大全
一、注解(annotations)列表 @SpringBootApplication:包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan让spring Boot扫描到Configuration类并把 ...
分类:编程语言   时间:2019-07-18 19:53:06    阅读次数:121
Reconnect due to socket error java.nio.channels.ClosedChannelException
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的端口
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
访问GitLab的PostgreSQL数据库
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
HTML中head标签内容介绍
在利用VScode编写代码时,我们利用VScode的!键自动生成头部代码时,会自动生成以下内容 对于<head>中的内容又有什么意义,<head> 标签用于定义文档的头部,头部描述了文档的各种属性和信息,包括文档的标题、在 Web 中的位置以及和其他文档的关系等。绝大多数文档头部包含的数据都不会真正 ...
分类:Web程序   时间:2019-07-09 19:21:51    阅读次数:251
513条   上一页 1 ... 13 14 15 16 17 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!