Logger写*.log文件时 Console Log: W/System.err: java.io.IOException: open failed: ENOENT (No such file or directory) W/System.err: at java.io.File.createNe ...
分类:
移动开发 时间:
2020-10-16 10:47:37
阅读次数:
39
习题6-4 使用函数输出指定范围内的Fibonacci数
本题要求实现一个计算Fibonacci数的简单函数,并利用其实现另一个函数,输出两正整数m和n(0 ...
分类:
编程语言 时间:
2020-10-14 20:35:18
阅读次数:
182
迭代(遍历)方法: forEach()、map()、 filter()、 some()、 every() ; map()和forEach()相似,some()和every()相似 1.数组方法forEach遍历数组 array. forEach ( function (currentValue, i ...
分类:
其他好文 时间:
2020-10-14 20:10:09
阅读次数:
23
<p>一、使用git上传文件到GitHub需要git客户端以及注册GitHub账号。<a href="https://blog.csdn.net/generallizhong/article/details/101518533">命令简单上传通道</a></p> <p>git官网:<a href=" ...
分类:
其他好文 时间:
2020-10-12 20:47:51
阅读次数:
35
1.故障描述 用oracle用户添加备份计划任务,执行crontab -e报错如下: 2.排查原因 执行chage -l oracle,输出如下图: password inactive : aug 11,2020 图上所示第二行,oracle已经在2020年10月11日失去了crontab使用权 3 ...
分类:
数据库 时间:
2020-10-12 20:46:56
阅读次数:
41
刚刚使用 git pull 命令拉取代码时候,遇到了这样的问题: error: Your local changes to the following files would be overwritten by merge: code/b2bstore/site/src/main/webapp/pc ...
分类:
其他好文 时间:
2020-10-12 20:46:11
阅读次数:
35
ifconfig:获取网卡信息uname-a查看版本信息uptime查看系统负载free-h查看内存使用情况who查看当前登录信息last查看本机登录记录history历史命令查询pwd显示当前目录cd切换路径ls-al查看文件cat查看小文件more查看大文件head-n查看开头X行tail-n查看末尾行tr替换wc-l显示行数-w显示单词数-c显示字节数stat文件具体存储信息cut按列提取d
分类:
系统相关 时间:
2020-10-10 17:17:58
阅读次数:
26
The 15-point DevOps Checklist See the original article DevOps is a culture that requires some practices and a new vision, its common goal is unifying ...
分类:
其他好文 时间:
2020-10-10 17:05:36
阅读次数:
24
1.模块化语法 export 用于规定模块的对外接口 1 分别暴露 m1.js export let name = 'zhangning'; export function like(){ console.log('打篮球'); } 2 统一暴露 m2.js let name = 'zhangnin ...
分类:
Web程序 时间:
2020-10-09 20:40:09
阅读次数:
35
参考资料: https://osxdaily.com/2019/02/13/fix-app-damaged-cant-be-opened-trash-error-mac/ 在外网上下了个app,但是打不开,显示的是如下的图片:(参考资料里找的,不过字是一样的) 解决方法文章里列了四条,但是前三条是给 ...
分类:
移动开发 时间:
2020-10-08 19:24:05
阅读次数:
21