《侠盗猎车手4》 (Grand Theft Auto IV),是由Rockstar Games游戏公司发行的一款围绕犯罪为主题的开放式动作冒险游戏。该游戏于2008年4月29日登陆PlayStation 3和Xbox 360平台,于2008年12月2日登陆PC平台并发售。 该游戏的背景城市是自由城, ...
分类:
其他好文 时间:
2017-07-01 23:25:16
阅读次数:
246
今天的学习内容: session函数 session_name() session_id file_exists is_dir md5() session_save_path() mcrypt_create_iv() mb_strlen password_hash() password_verify ...
分类:
其他好文 时间:
2017-06-28 18:41:44
阅读次数:
120
Given an integer array with all positive numbers and no duplicates, find the number of possible combinations that add up to a positive integer target. ...
分类:
其他好文 时间:
2017-06-24 17:23:30
阅读次数:
123
POJ 3207 Ikki's Story IV - Panda's Trick 题目链接 题意:一个圆上顺序n个点,然后有m组连线,连接两点,要求这两点能够往圆内或圆外。问能否构造出使得满足全部线段不相交 思路:2-sat,推断相交的建边,一个在内。一个在外,然后跑一下2-sat就可以 代码: # ...
分类:
其他好文 时间:
2017-06-21 14:10:21
阅读次数:
136
A+B for Input-Output Practice (IV) Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 105730 Accepte ...
分类:
其他好文 时间:
2017-06-21 11:54:45
阅读次数:
143
对于罗马数字转阿拉伯数字切入点有两个: 1、小数字出现在大数字前面只能使用一个(例如IV正确,IIV就是错误的) 2、除了情况1之外直接使用累加就ok ...
分类:
其他好文 时间:
2017-06-19 15:19:02
阅读次数:
128
A+B for Input-Output Practice (IV) Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 105601 Accepte ...
分类:
编程语言 时间:
2017-06-18 13:15:05
阅读次数:
193
1. function aesEncrypt(text, secKey) { var key = CryptoJS.enc.Utf8.parse(secKey); var iv = CryptoJS.enc.Utf8.parse("0102030405060708"); var srcs = Cry ...
分类:
Web程序 时间:
2017-06-15 14:12:37
阅读次数:
615
Treasure Hunt IV Time Limit: 2 Seconds Memory Limit: 65536 KB Alice is exploring the wonderland, suddenly she fell into a hole, when she woke up, she ...
分类:
其他好文 时间:
2017-06-13 19:52:27
阅读次数:
269
Description Ivan is fond of collecting. Unlike other people who collect post stamps, coins or other material stuff, he collects software bugs. When Iv ...
分类:
其他好文 时间:
2017-06-12 16:19:29
阅读次数:
180