码迷,mamicode.com
首页 >  
搜索关键字:NPU    ( 4242个结果
JavaScript部分案例
01、电灯的开关 ...
分类:编程语言   时间:2019-01-22 21:52:01    阅读次数:177
python输入输出(二)
输出 输入 ] ...
分类:编程语言   时间:2019-01-22 00:36:21    阅读次数:192
简单的登录注册逻辑。
注册: 前端逻辑: 1给注册添加点击事件,点击后出来一个模态框,用两个类型为text的input供用户输入账号和密码。 2给注册按钮添加点击事件,当点击按钮时,获取input框中的用户名和密码,通过将数据传送给后端。用户名和密码信息用post传输,格式为json,接口为定义的接口:/api/regi ...
分类:其他好文   时间:2019-01-21 22:11:36    阅读次数:243
php让页面记住表单提交后的信息方法
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
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
Discovery Scanning
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
《python编程从入门到实践》用户输入和while循环
input() input() input向用户显示提示,接受用户输入,像是把C中的printf和scanf结合了起来,不用像C那样提示还得单独写一行 int() int() 将用户输入转换为数值 while循环 while循环 while循环不断运行,直到不满足指定条件,而for循环是让每个元素执 ...
分类:编程语言   时间:2019-01-21 00:02:32    阅读次数:174
Spark编程环境搭建
基于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
os.rename 和os.replace
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
TOJ 2392 Bounding box(已知正n边形三点求最小矩形覆盖面积)
描述 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!