摘要:
Y2K Accounting Bug Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 10674 Accepted: 5344 Description Accounting for Computer Machinists (ACM 阅读全文
posted @ 2017-05-05 13:03
blfbuaa
阅读(147)
评论(0)
推荐(0)
摘要:
异常处理的捕捉形式: 这是能够对异常进行针对性处理的方式 六、try、catch的理解 详细格式: try { //须要被检測异常的代码 } catch(异常类 变量)//改变量用于接受发生异常的对象 { //处理异常的代码 } finally { //一定会被运行的代码 } 这三个代码块是一个总体 阅读全文
posted @ 2017-05-05 11:32
blfbuaa
阅读(133)
评论(0)
推荐(0)
摘要:
1、button加入超链接 (1)假设是在本页跳转到新页面。用 <span style="font-size:18px;"><input type="button" onclick="window.location.href('链接地址')" /></span> (2)假设是须要打开一个新的页面进行 阅读全文
posted @ 2017-05-05 10:59
blfbuaa
阅读(180)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>每天一个JavaScript实例-apply和call的使用方法</title> <s 阅读全文
posted @ 2017-05-05 09:28
blfbuaa
阅读(116)
评论(0)
推荐(0)
摘要:
看官方题解貌似就是个自己主动机裸题 比赛的时候用kuangbin的AC自己主动机模板瞎搞的,居然A了,并且跑的还不慢。。 存下模板吧 #include<cstdio> #include<cstring> #include<string> #include<queue> #include<vector 阅读全文
posted @ 2017-05-05 08:24
blfbuaa
阅读(123)
评论(0)
推荐(0)
摘要:
随着智能手机和平板电脑的迅猛发展,各式各样的APP在涌入这些移动终端的同一时候。吸费、窃取隐私等恶意程序也随之盛行。 全然相信应用设计公司说“我的App程序能保护隐私”的话是不可取的!就像近期某个保密性强的App程序server因其程序开发接口(API)缺乏防范措施,导致资料被黑客攻击。就连自己隐私 阅读全文
posted @ 2017-05-05 08:23
blfbuaa
阅读(230)
评论(0)
推荐(0)