摘要: // // ViewController.swift // hustle-mode // // Created by dwang on 08/11/2017. // Copyright © 2017 dwang. All rights reserved. // import UIKit import 阅读全文
posted @ 2017-11-08 21:06 NastyKing 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 为什么要破解呢? 就是不爽,明明免费wifi为何还要限制? 准备工具terminal。 1. 使用ifconfig 找到连接wifi的IP地址,mac address, 或者直接通过 ifconfig en1 | grep ether 找到mac address 2. 使用命令 openssl ra 阅读全文
posted @ 2021-02-08 12:47 NastyKing 阅读(53) 评论(0) 推荐(0) 编辑
摘要: Well first, you need to jump into the view controller scene, in the view controller click the right button and notice the exclamation point, now use y 阅读全文
posted @ 2017-11-06 19:52 NastyKing 阅读(341) 评论(0) 推荐(0) 编辑
摘要: —– BEGIN LICENSE —– TwitterInc 200 User License EA7E-890007 1D77F72E 390CDD93 4DCBA022 FAF60790 61AA12C0 A37081C5 D0316412 4584D136 94D7F7D4 95BC8C1C 阅读全文
posted @ 2017-09-21 09:10 NastyKing 阅读(1053) 评论(0) 推荐(0) 编辑
摘要: wget -r url 这个是下载格式 mkdir /dir1 mkdir: cannot create directory `/dir1': Permission denied 这个是因为 不能加/ 加了就需要root权限。。。 阅读全文
posted @ 2017-09-20 21:39 NastyKing 阅读(126) 评论(0) 推荐(0) 编辑
摘要: The virtual keyword is used to modify a method, property, indexer, or event declaration and allow for it to be overridden in a derived class. For exam 阅读全文
posted @ 2017-07-03 19:59 NastyKing 阅读(3483) 评论(1) 推荐(0) 编辑
摘要: /*说明 函数名:InputCheck(InputEle) InputEle 为要检测的元素,这个元素的class为格式化信息:输入类型|必要性|最小长度|最大长度 返回:message and false or true 格式化信息: 输入类型: txt 1-文本(不能包含非法字符) num 2- 阅读全文
posted @ 2017-06-29 22:52 NastyKing 阅读(109) 评论(0) 推荐(0) 编辑