watch As a noun, from English wacche, Etymology As a noun, from English wacche,See below for verb form. Noun watch (plural watches) 1.A portable or we ...
分类:
其他好文 时间:
2019-05-19 12:27:03
阅读次数:
182
1 package com.lidaochen.phonecall; 2 3 import android.net.Uri; 4 import android.os.Environment; 5 import android.support.v7.app.AppCompatActivity; 6 i... ...
分类:
移动开发 时间:
2019-05-18 22:28:45
阅读次数:
179
源码安装 去 www.swoole.com官网下载源码 然后解压,cd 进去 命令 禁掉SIP保护机制,步骤是: 重启系统按住Command + R (重新亮屏之后就开始按,象征地按几秒再松开,出现苹果标志,ok)菜单“实用工具” ==>> “终端” ==>> 输入csrutil disable;执 ...
分类:
系统相关 时间:
2019-05-18 15:29:14
阅读次数:
207
异常: --14:53:08,702 ERROR:com.alibaba.druid.pool.DruidDataSource. {dataSource-1} init errorjava.sql.SQLException: not support oracle driver 1.0 at com. ...
分类:
数据库 时间:
2019-05-16 15:14:30
阅读次数:
148
1 package com.lidaochen.phonecall; 2 3 import android.content.Intent; 4 import android.net.Uri; 5 import android.support.v7.app.AppCompatActivity; 6 i... ...
分类:
移动开发 时间:
2019-05-16 15:09:40
阅读次数:
170
主要描述了如何基于Intellij IDEA搭建OpenTSDB的研发环境
分类:
数据库 时间:
2019-05-14 15:02:22
阅读次数:
370
在SpringBoot的官方文档中,可以看到, 如果想保持Spring Boot MVC原本的配置(自动配置)并且又想增加自己的配置,那么add your own @Configuration class of type WebMvcConfigurer but without @EnableWeb ...
分类:
编程语言 时间:
2019-05-13 23:23:31
阅读次数:
205
dockerfile 以下文件根据自己下载的版本自行去jenkins GITHUB下载 init.groovy install_j_p.sh install-plugins.sh jenkins.sh jenkins-support plugins.sh jenkins:https://hub.do ...
分类:
编程语言 时间:
2019-05-13 16:21:52
阅读次数:
253
Given an Iterator class interface with methods: next() and hasNext(), design and implement a PeekingIterator that support the peek() operation -- it e ...
分类:
其他好文 时间:
2019-05-13 15:56:19
阅读次数:
91