注册: 前端逻辑: 1给注册添加点击事件,点击后出来一个模态框,用两个类型为text的input供用户输入账号和密码。 2给注册按钮添加点击事件,当点击按钮时,获取input框中的用户名和密码,通过将数据传送给后端。用户名和密码信息用post传输,格式为json,接口为定义的接口:/api/regi ...
分类:
其他好文 时间:
2019-01-21 22:11:36
阅读次数:
243
name字段: Name: <input type="text" name="name" value="<?php echo $name;?>"> 男单选项: <input type="radio" name="gender" <?php if (isset($gender) && $gender= ...
分类:
Web程序 时间:
2019-01-21 21:03:19
阅读次数:
170
codeforces1084A 没链接.......。 题目: The Fair Nut lives in n story house. ai people live on the i-th floor of the house. Every person uses elevator twice a ...
分类:
其他好文 时间:
2019-01-21 17:06:29
阅读次数:
189
1、NetDiscover you performe layer 2 the comand : netdiscover -r 192.168.2.0/24 or use netdiscover -l iplist.txt 2、in fact we use ARP to request the sys ...
分类:
其他好文 时间:
2019-01-21 13:46:45
阅读次数:
157
input() input() input向用户显示提示,接受用户输入,像是把C中的printf和scanf结合了起来,不用像C那样提示还得单独写一行 int() int() 将用户输入转换为数值 while循环 while循环 while循环不断运行,直到不满足指定条件,而for循环是让每个元素执 ...
分类:
编程语言 时间:
2019-01-21 00:02:32
阅读次数:
174
基于Intellij IDEA搭建Spark开发环境搭 基于Intellij IDEA搭建Spark开发环境搭——参考文档 ● 参考文档http://spark.apache.org/docs/latest/programming-guide.html ● 操作步骤 a)创建maven 项目 b)引 ...
分类:
其他好文 时间:
2019-01-20 14:57:50
阅读次数:
188
1 f1 = open("hello.txt","w") 2 f1.write("hello,my name is bobo.") 3 f1.close() 4 def func(): 5 name = input("输入名字:") 6 content = input("输入内容:") 7 new_... ...
分类:
其他好文 时间:
2019-01-20 14:03:23
阅读次数:
205
描述 The Archeologists of the Current Millenium (ACM) now and then discover ancient artifacts located at vertices of regular polygons. The moving sand d ...
分类:
其他好文 时间:
2019-01-20 13:55:14
阅读次数:
240