string方法的一些函数作用 2.继承演示 -子类 using System; using System.Collections.Generic; using System.Text; namespace ConsoleApp1 { /// <summary> /// 胡萝卜类:继承与蔬菜类。在这 ...
linux System.setOut(new PrintStream(new File("/opt/apache-tomcat-8.5.51/logs/outLog.txt"))); System.out.println("输出到日志文件测试"); windows System.setOut(ne ...
分类:
其他好文 时间:
2020-11-23 12:03:09
阅读次数:
5
 第二,判断队列是否为空,如果不为空,则进入循环体。 第三,先将出队一个 ...
分类:
编程语言 时间:
2020-11-21 12:47:49
阅读次数:
27
父节点操作: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta htt ...
分类:
其他好文 时间:
2020-11-21 12:41:01
阅读次数:
28
# abc的类型为tbl_spark class(abc) #"tbl_spark" #列名 colnames(abc) #行数 abc %>% count() # 把abc转为data frame a <- data.frame(abc) class(a) #"data.frame" #行列数 d ...
分类:
其他好文 时间:
2020-11-21 12:35:33
阅读次数:
5
JS:关系运算符的隐式转化 JS:关系运算符的隐式转化 关系运算符 > 、 >= 、 1. 字符串,布尔值 和数字进行比较时,会先隐式的转化为数字类型,之后再比较 console.log("5" > 3); // true console.log(true == 1); // true consol ...
分类:
Web程序 时间:
2020-11-21 12:22:01
阅读次数:
17
/* *替换手机号码中间四位数字 *@param [type] $str [description] *@return [type] [description] */ function hide_phone($str){ $resstr = substr_replace($str,'***',3,4 ...
分类:
移动开发 时间:
2020-11-21 12:07:50
阅读次数:
14
方法一: 反转之前的数组: // 1.生成二维数组 for (let i = 0; i < typeList.length; i++) { let tempList = []; let valueList = typeList[i].valueList; for (let j = 0; j < va ...
分类:
其他好文 时间:
2020-11-21 12:07:34
阅读次数:
3
1. 基于传统的token认证 2. jwt 认证原理 1. 基于传统的token认证 123132123123123123123 ...
分类:
其他好文 时间:
2020-11-21 11:48:18
阅读次数:
4