上一页 1 ··· 125 126 127 128 129 130 131 132 133 ··· 164 下一页
  2017年5月5日
摘要: 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)
  2017年5月4日
摘要: <html> <head> <title>初识canvas</title> </head> <body> <canvas id="mc" width="400px" height="200px" style="border:1px solid #c3c3c3;"> </canvas> <script 阅读全文
posted @ 2017-05-04 21:23 blfbuaa 阅读(492) 评论(0) 推荐(0)
摘要: Module Size Used by btrfs 880032 0 raid6_pq 97812 1 btrfs xor 21411 1 btrfs ufs 74837 0 qnx4 13315 0 hfsplus 102956 0 hfs 54677 0 minix 36140 0 ntfs 9 阅读全文
posted @ 2017-05-04 20:25 blfbuaa 阅读(407) 评论(0) 推荐(0)
摘要: 作者:zhanhailiang 日期:2014-11-16 [root@~/software]# yum install bzip* [root@~/software]# wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz [ro 阅读全文
posted @ 2017-05-04 19:43 blfbuaa 阅读(849) 评论(0) 推荐(0)
摘要: 很多其它具体内容请參考http://www.cocoachina.com/applenews/devnews/2013/1104/7287.html 别人的代码敲一遍就成了自己的了 //改动导航栏的背景色 [[UINavigationBar appearance] setBarTintColor:[ 阅读全文
posted @ 2017-05-04 18:13 blfbuaa 阅读(186) 评论(0) 推荐(0)
上一页 1 ··· 125 126 127 128 129 130 131 132 133 ··· 164 下一页