上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 98 下一页
摘要: 来源:HACK学习呀 2015cracer入侵入门到精通视频教程 点我查看 trf3 一笔√带过入侵教程 点我查看 ypan 〔复仇者〕新手入门系列(7套) 点我查看 g1tb 菜鸟入门,做的确实不错 点我查看 q0oh 菜鸟基础(10套) 点我查看 2zq6 小迪渗透第十期 点我查看 u5sv 计 阅读全文
posted @ 2019-04-16 17:11 Veritas_des_Liberty 阅读(3134) 评论(0) 推荐(0)
摘要: 第一个、 打开txt文件,复制以下代码粘贴进去(可以修改中文部分,其它代码不要动!)。保存并关闭txt文件。 msgbox("做我女朋友好吗?") msgbox("房产证上写你名字") msgbox("保大") msgbox("我妈会游泳") 然后把文件后缀名改成.vbs,这是最基本的,没有逻辑。 阅读全文
posted @ 2019-04-16 17:08 Veritas_des_Liberty 阅读(2125) 评论(0) 推荐(0)
摘要: Convert a non-negative integer to its english words representation. Given input is guaranteed to be less than 231 - 1. Example 1: Input: 123 Output: " 阅读全文
posted @ 2019-04-16 11:21 Veritas_des_Liberty 阅读(170) 评论(0) 推荐(0)
摘要: Implement a basic calculator to evaluate a simple expression string. The expression string contains only non-negative integers, +, -, *, / operators a 阅读全文
posted @ 2019-04-15 21:21 Veritas_des_Liberty 阅读(147) 评论(0) 推荐(0)
摘要: Given a string s, you are allowed to convert it to a palindrome by adding characters in front of it. Find and return the shortest palindrome you can f 阅读全文
posted @ 2019-04-15 19:14 Veritas_des_Liberty 阅读(175) 评论(0) 推荐(0)
摘要: The key of Kmp is to build a look up table that records the match result of prefix and postfix. Value in the table means the max len of matching subst 阅读全文
posted @ 2019-04-15 17:40 Veritas_des_Liberty 阅读(331) 评论(0) 推荐(0)
摘要: Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. Note: For the purpose of this problem, w 阅读全文
posted @ 2019-04-15 14:40 Veritas_des_Liberty 阅读(159) 评论(0) 推荐(0)
摘要: 1025. Divisor Game Alice and Bob take turns playing a game, with Alice starting first. Initially, there is a number N on the chalkboard. On each playe 阅读全文
posted @ 2019-04-14 17:50 Veritas_des_Liberty 阅读(319) 评论(0) 推荐(0)
摘要: In a row of dominoes, A[i] and B[i] represent the top and bottom halves of the i-th domino. (A domino is a tile with two numbers from 1 to 6 - one on 阅读全文
posted @ 2019-04-13 12:27 Veritas_des_Liberty 阅读(455) 评论(0) 推荐(0)
摘要: Given an array A of strings made only from lowercase letters, return a list of all characters that show up in all strings within the list (including d 阅读全文
posted @ 2019-04-13 11:27 Veritas_des_Liberty 阅读(293) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 98 下一页