一、concat()函数 1、功能:将多个字符串连接成一个字符串。 2、语法:concat(str1, str2,...) 返回结果为连接参数产生的字符串,如果有任何一个参数为null,则返回值为null。 3、举例: 例1:select concat (id, name, score) as in ...
分类:
数据库 时间:
2019-02-15 17:23:47
阅读次数:
228
audio 在浏览器中自动播放 //使用autoplay属性 var src = "./award.wav"; var body = document.getElementsByTagName("body")[0]; if (body.getElementsByTagName("audio").le ...
分类:
其他好文 时间:
2019-02-14 20:43:53
阅读次数:
389
数据源:融360 用户贷款风险预测 参考资料: "https://www.jianshu.com/p/aba5685c580a" 流程如下: 项目目标 数据解读 数据预处理 特征工程 1.基于业务理解筛选 2.基于机器学习筛选 模型建立 一、项目目标 通过举办方提供的用户基本信息,消费行为,还款情况 ...
分类:
编程语言 时间:
2019-02-13 20:52:20
阅读次数:
246
gitlab升级首先第一步:先安装一台与现在gitlab版本一致的机器做备用,以防升级失败,然后再升级再来一遍如何安装gitlab吧我这里现在的gitlab版本8.14.6如下
分类:
其他好文 时间:
2019-02-13 18:17:00
阅读次数:
145
Selecting a Row or Selecting a Column Or Selecting an Element Selecting Multiple Discontinuous Rows Or E.g. ...
分类:
编程语言 时间:
2019-02-11 10:50:28
阅读次数:
205
Table 对象Table 对象代表一个 HTML 表格。在 HTML 文档中 <table> 标签每出现一次,一个 Table 对象就会被创建。 Table 对象集合cells[] 返回包含表格中所有单元格的一个数组。rows[] 返回包含表格中所有行的一个数组。tBodies[] 返回包含表格中 ...
分类:
Web程序 时间:
2019-02-10 12:26:51
阅读次数:
181
Java网络编程与NIO详解4:浅析NIO包中的Buffer、Channel 和 Selector 转自https://www.javadoop.com/post/nio-and-aio 本系列文章首发于我的个人博客:https://h2pl.github.io/ 欢迎阅览我的CSDN专栏:Java ...
分类:
编程语言 时间:
2019-02-09 19:25:41
阅读次数:
186
Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order. Example 1: Example 2: 题意 顺时针螺旋输出数组 题解 1 class ...
分类:
其他好文 时间:
2019-02-08 18:35:59
阅读次数:
191
Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order. Example 1: Example 2: ...
分类:
其他好文 时间:
2019-02-08 10:33:46
阅读次数:
196
<html> <head> <title>框架标签学习</title> <meta charset="utf-8"/> </head> <!-- 注意: 第一步一定要删除body标签 框架标签学习: frameset rows:按照行进行切分页面 cols:按照列进行切分页面 子标签: frame: ...
分类:
Web程序 时间:
2019-02-07 23:24:09
阅读次数:
216