def str2float(s): def str2int(ns): return {'0': 0, '1': 1, '2': 2, '3': 3, '4': 4, '5': 5,…
class GetMacAddr{ var $return_array = array(); // 返回带有MAC地址的字串数组 var $mac_addr; function G…
<?php /* * To change this template, choose Tools | Templates * and open the template in…
@protocol DaiLi <NSObject> //默认是必须实现的 //必须实现 @required - (void)finshTask; - (void)do…
#if DEBUG public override class func initialize(){ struct UIWindow_SwizzleToken { static v…
#include<stdio.h> #include <stdlib.h> #include<string.h> #define max 100…
function selfEncode($str, $k) { $encoded = ''; $len = strlen($str); $lk = strlen($k); for(…
<?php /** * 入口文件 * * 统一入口,进行初始化信息 * * * @copyright Copyright (c) 2007-2013 ShopNC Inc. …
#include<fcntl.h> #include<stdio.h> #include<string.h> #define M3U8_CFG …
#!/bin/bash # Be warned!!! there is an "rm -r" at the end of this script. I do not guarant…