Excel can sort records according to any column. Now you are supposed to imitate this function. Input Specification: Each input file contains one test ...
分类:
其他好文 时间:
2019-12-02 00:47:23
阅读次数:
119
MAC JDK9的安装与环境配置以及Tomcat安装错误问题的解决 在终端出现: Unable to find any JVMs matching version "(null)".No Java runtime present, try --request to install.Neither t ...
分类:
系统相关 时间:
2019-12-01 22:40:32
阅读次数:
134
一、ACL 权限 如果我们只想要某一用户对文件或者有权限,可以使用acl权限。 1、查看acl是否开启 2、ACL 基本命令 3、 最大有效权限 mask 4、删除acl权限 二、sudo 授权 普通用户执行某些命令没有权限时,可使用sudo命令赋予部分管理员权限。 1 root 身份: visud ...
分类:
其他好文 时间:
2019-12-01 13:21:14
阅读次数:
141
学号20182317 2019 2020 1 《数据结构与面向对象程序设计》第十周学习总结 教材学习内容总结 三种常用的查找算法(顺序查查找,折半查找,二叉排序树查找) 树 树的基本性质: 结点:包含了数据项和指向其他结点的分支 结点的度:结点所拥有的子树棵树。 叶结点&终端结点:即度为0的结点 分 ...
分类:
其他好文 时间:
2019-11-30 21:17:18
阅读次数:
144
Responding to the Launch of Your App Initialize your app’s data structures, prepare your app to run, and respond to any launch-time requests from the ...
分类:
移动开发 时间:
2019-11-30 13:53:42
阅读次数:
120
Functions Introduction # Functions are the fundamental building block of any application in JavaScript. They’re how you build up layers of abstraction ...
分类:
其他好文 时间:
2019-11-30 09:19:59
阅读次数:
58
1.通过原生JS操作 在ts文件中,在ngAfterViewInit()生命周期函数中(此时已经生成了DOM节点),通过原生js的方式可以获取该节点。 const div1: any = document.getElementById('box'); // any必须。否则报错 2、通过viewCh ...
分类:
其他好文 时间:
2019-11-29 15:58:36
阅读次数:
93
http://www.fanyilun.me/2018/04/08/%E8%B0%88%E8%B0%88%E9%A2%86%E5%9F%9F%E5%BB%BA%E6%A8%A1/ http://www.uml.org.cn/mxdx/201409034.asp https://www.jianshu ...
分类:
其他好文 时间:
2019-11-29 01:01:33
阅读次数:
93
1.创建网络会话实例 查看网络信息和网络状态 nmcli connection show 使用con-name 参数指定公司的网络名称company nmcli connection add con-name company ifname ens33 autoconnect no type 192. ...
分类:
系统相关 时间:
2019-11-27 21:56:30
阅读次数:
91
需求:批量发送邮件,用户可能看到其他用户的邮箱地址,之前用BBC发送,但问题是接收地址是同一个。 官方解决方案:https://sendgrid.kke.co.jp/docs/Tutorials/A_Transaction_Mail/send_with_substitution.html 注意:最大 ...
分类:
其他好文 时间:
2019-11-27 16:15:21
阅读次数:
62