首页 软件开发 代码片段 ( Page 34 )

代码片段 8064

#Lua
ffmpeg切割TS脚本带加密

#!/bin/bash # Be warned!!! there is an "rm -r" at the end of this script. I do not guarant…

lua
2015-12-17 253

#Lua
音乐播放

- (void)prepareMusic:(NSUInteger)index{ if (self.currentIndex != index) { self.currentInde…

lua
2015-12-17 787

#PHP
通过身份证号获取属相、星座、性别

// 根据身份证号,自动返回对应的星座 function get_xingzuo($cid) { $cid = getIDCard($cid); if (!isIdCard($ci…

php
2015-12-17 675

#PHP
wordpress 3.6 才引入的处理输入转义字符的

/** * Add slashes to a string or array of strings. * * This should be used when preparing …

php
2015-12-17 656

#Lua
高效的数字滚动插件

<!doctype html> <html> <head> <title>数字滚动插件 by Mantou</title>…

lua
2015-12-17 612

#Lua
爬去 ios app 下载量的代码

package com.wecash.bi.job; import java.io.IOException; import java.util.HashMap; import ja…

lua
2015-12-17 939

#Lua
微信移动支付V3开发详细教程服务端采用.net mvc webapi(C#)

/// <summary> /// 生成微信支付签名,生成结果直接在可以端提交即可 /// </summary> /// <returns>&l…

lua
2015-12-17 593

#PHP
判断是否是身份证号

function isIdCard($number) { // 检查是否是身份证号 $number = getIDCard($number); // 转化为大写,如出现x $num…

php
2015-12-17 484

#Lua
图片下载

@property (nonatomic,strong) UIButton *btnOne; __block typeof (_btnOne) one = _btnOne; dis…

lua
2015-12-17 140

#Lua
python大小写字符互换.py

""" python大小写字符互换.py http://www.bathome.net/thread-2740-1-1.html 依山居 4:47 2015/12/15 """ s…

lua
2015-12-17 366

#PHP
PHP把下载地址转换为迅雷、快车、QQ旋风下载链接

function zhuanhuan($url){ if(empty($url)) return $result; $urlodd=explode('//',$url,2); $h…

php
2015-12-17 210

#Lua
Android版使用移动广告平台集成Google Mobile Ads SDK教程

一:要求 1.请确保您使用的是最新版本的Android SDK,且编译所针对的至少是Androidv3.2(将project.properties中的target设为android…

lua
2015-12-17 850
1 32 33 34 35 36 672