B. High School: Become Human time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Year 2118. A ...
分类:
其他好文 时间:
2018-05-31 00:41:40
阅读次数:
262
Problem description Xenia the beginner mathematician is a third year student at elementary school. She is now learning the addition operation. The tea ...
分类:
其他好文 时间:
2018-05-30 18:11:26
阅读次数:
199
题目链接:http://codeforces.com/contest/987/problem/B 在运算的时候取对数就好了 ...
分类:
其他好文 时间:
2018-05-30 10:57:48
阅读次数:
221
一、从服务端发来的json字符串,怎么才能作为JavaScript对象(JSON对象)在web端调用呢? 1、如果使用jQuery,就很方便了,可以在ajax一系列函数中,把参数Datatype传json即可,返回的data即为JSON对象。 PS:如果要对表单处理为json字符串,可以使用.ser ...
分类:
Web程序 时间:
2018-05-29 19:03:14
阅读次数:
198
实验九 Web安全基础 今天不多bb,打开webgoat就是干好吧 1.简单字符串sql注入 可以看到这个实验说明是 “下表允许用户查看其信用卡号码。尝试插入一个SQL字符串,以显示所有信用卡号码。” 下面已经显示了后台使用的sql语句是 既然我们的目的是要显示所有信用卡的记录,所以我们会想到让SE ...
分类:
Web程序 时间:
2018-05-26 20:29:35
阅读次数:
273
python 中的类内容概述类的概念: 类是一组方法与属性的抽象集。 属性 实例变量(每个实例内存中) 类变量(类内存中) 私有属性 __var 方法 构造方法 析构函数(默认就有,代码为空,写了则相当于重构它) 其他方法 对象(object):类的实例(实例化一个类之后得到的对象) 类的特性: 封 ...
分类:
编程语言 时间:
2018-05-25 21:31:13
阅读次数:
206
看了下代码,大概是因为ios内置的系统会拦截audio的自动播放,所以需要一个交互,这个代码的交互就是当屏幕被touchstart之后开始加载音乐然后播放.转需 ...
分类:
移动开发 时间:
2018-05-25 14:05:12
阅读次数:
288
2018/05/24 实验平台:win10+wamp+dvwa+sqlmap 实验内容:dvwa_medium_SQL_Injection 实验内容: 第一步:配置实验环境 1.low级有一篇白文(https://www.cnblogs.com/goodswarm/p/9063883.html),是 ...
分类:
数据库 时间:
2018-05-25 11:13:04
阅读次数:
373
题目链接: http://poj.org/problem?id=2771 Description Frank N. Stein is a very conservative high-school teacher. He wants to take some of his students on a ...
分类:
其他好文 时间:
2018-05-22 22:11:02
阅读次数:
172
http://www.w3school.com.cn/ https://www.journaldev.com/10439/android-butterknife-example https://code.tutsplus.com/tutorials/quick-tip-using-butter-kn ...
分类:
其他好文 时间:
2018-05-17 11:53:34
阅读次数:
180