Coins I 题目描述 Alice and Bob are playing a simple game. They line up a row of n identical coins, all with the heads facing down onto the table and the t ...
分类:
其他好文 时间:
2019-08-08 16:19:11
阅读次数:
92
https://www.cnblogs.com/alice-bj/p/9258121.html 1、什么是RESTful REST与技术无关,代表的是一种软件架构风格,REST是Representational State Transfer的简称,中文翻译为“表征状态转移”。 REST从资源得角度类 ...
分类:
其他好文 时间:
2019-08-06 21:20:56
阅读次数:
132
好程序员云计算学习路线之高级权限,suid,sgid,sticky文件权限管理之:高级权限问题1:为什么会失败![root@tianyun~]#ll/root/file1.txt-rw-r--r--1rootroot47月2714:14/root/file1.txt[alice@tianyun~]$cat/root/file1.txt分层验证看,ll-d/ll-d/root(root禁地进不去)c
分类:
其他好文 时间:
2019-08-06 09:14:37
阅读次数:
120
云计算学习路线之高级权限,suid,sgid,sticky文件权限管理之:高级权限问题1: 为什么会失败![root@tianyun ~]# ll /root/file1.txt -rw-r--r-- 1 root root 4 7月 27 14:14 /root/file1.txt[alice@t ...
分类:
其他好文 时间:
2019-08-05 17:12:10
阅读次数:
97
表中插入数据 INSERT INTO [表名] VALUES(1,'Alice',25,'CHN');//这样插入代表插入整行数据,缺少数据报错不便使用。 INSERT INTO [表名]([Age1],[Age2]) VALUES('Jhon',43);//表名后边跟括号括号中填入需要需要填写的列 ...
分类:
数据库 时间:
2019-08-03 15:06:45
阅读次数:
96
1 function Person(name, age) { 2 this.name = name; 3 this.age = age; // return this (默认有这一行返回this对象) 4 } 5 var person = new Person("Alice", 23); 1 fun ...
分类:
Web程序 时间:
2019-07-28 17:49:45
阅读次数:
275
A. Three Piles of Candies time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Alice and Bob have ...
分类:
其他好文 时间:
2019-07-26 02:06:11
阅读次数:
133
set预处理+DP 对于每一个时间点,记录开始于此时间的红包和结束于此时间的红包 那么在$O(n)$的复杂度就可以处理出每一个时间点的红包 然后将这些红包插入$set$中,以$w$为第一关键字,$d$为第二关键字排序 每次取出$set$中最大元素即是当前父亲要选的红包 现在Alice会打扰其父亲,所 ...
分类:
其他好文 时间:
2019-07-25 23:27:36
阅读次数:
113
Vases and Flowers 题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=4614 Problem Description Alice is so popular that she can receive many flowers everyd ...
分类:
其他好文 时间:
2019-07-24 22:18:54
阅读次数:
112
一,什么是跨站请求伪造 通过技术手段欺骗用户访问一个已经登录/认证过的网站,并利用网站对用户的信任做操作(包含非网站认证者意愿操作)。 他不是通过CSRF攻击直接去的账户及密码,而是欺骗用户浏览器,让其以用户的名义运行操作 例子: 假如一家银行用以运行转账操作的URL地址如下: http://www ...
分类:
其他好文 时间:
2019-07-19 15:20:45
阅读次数:
104