1025得好好想想,打算再看一遍数组再写 C++ 1 #include<iostream> 2 #include<cmath> 3 4 using namespace std; 5 6 int main() { 7 int last = 0, now = 0; 8 float run = 0.0; ...
分类:
编程语言 时间:
2020-07-14 00:57:37
阅读次数:
81
服务的访问控制列表 [root@localhost ~]# cat /etc/hosts.allow # # hosts.allow This file contains access rules which are used to # allow or deny connections to ne ...
分类:
系统相关 时间:
2020-07-13 18:06:16
阅读次数:
71
https://www.eweek.com/security/mark-russinovich-on-the-future-of-security Windows IT people everywhere owe thanks to Dr. Mark Russinovich, now a techn ...
分类:
其他好文 时间:
2020-07-13 16:52:05
阅读次数:
92
添加删除记录(原生) 示例: /*style.css*/ @CHARSET "UTF-8"; #total { width: 450px; margin-left: auto; margin-right: auto; } ul { list-style-type: none; } li { bord ...
分类:
Web程序 时间:
2020-07-13 15:39:11
阅读次数:
71
1、工具准备: loadrunner11、fiddler、chrome 2、代理设置 2.1 LR代理设置 1)start recording页面设置,如下图: 2)option 设置 3)fiddler设置 打开fiddler,tools》fiddler options》connections,将 ...
分类:
其他好文 时间:
2020-07-13 11:20:38
阅读次数:
96
使用表单上传文件 通过表单上传文件 <form class="form-horizontal" role="form" enctype="multipart/form-data" method="POST" action="/contest/vacation-photo/{{year}}/{{mon ...
分类:
Web程序 时间:
2020-07-13 09:42:27
阅读次数:
89
shutdown是最常用也是最安全的关机和重启命令,它会在关机之前调用fsck检查磁盘,其中-h和-r是最常用的参数: -h:停止系统服务并关机 -r: 停止系统服务后重启 下面看几个例子: shutdown -h now --立即关机 shutdown -h 10:53 --到10:53关机,如果 ...
分类:
系统相关 时间:
2020-07-12 18:50:07
阅读次数:
79
##题面 Problem Description Lele now is thinking about a simple function f(x). If x < 10 f(x) = x. If x >= 10 f(x) = a0 * f(x-1) + a1 * f(x-2) + a2 * f(x ...
分类:
其他好文 时间:
2020-07-12 16:40:31
阅读次数:
59
Difference between Dangling Pointer and Wild Pointer? A dangling pointer is a pointer that used to point to a valid address but now no longer does. Th ...
分类:
其他好文 时间:
2020-07-12 01:03:42
阅读次数:
90
以下介绍几种方法,可能还有好多 或者更好的,不足之处请指出谢谢。 //string 转为date 然后转为 ZonedDateTime// DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");// Date now= ...
分类:
其他好文 时间:
2020-07-11 22:59:40
阅读次数:
132