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

代码片段 8064

#PHP
ShopNC 隐藏未设置的商品详情属性(默认为不限)

#file: /shop/templates/simplenc/seller/store_goods_add.step2.php #line: 202 # 添加一个 “请选择” 的…

php
2015-12-17 568

#Lua
24 game

#!/usr/bin/env perl6 my @nums; grammar InfixNotation { rule TOP { ^ <expr> $ } token…

lua
2015-12-17 307

#Lua
使用map和reduce函数将str转换为float

def str2float(s): def str2int(ns): return {'0': 0, '1': 1, '2': 2, '3': 3, '4': 4, '5': 5,…

lua
2015-12-17 369

#Lua
哈弗曼树

#include<stdio.h> #include<stdlib.h> #include<string.h> #define UINT_MAX…

lua
2015-12-17 486

#PHP
php实现发送微信模板消息的方法

<?php namespace Org\Weixin; class OrderPush { protected $appid; protected $secrect; pro…

php
2015-12-17 754

#PHP
ShopNC 后台品牌默认排序优化

#file: /admin/control/brand.php #line: 60 $brand_list = $model_brand->table('brand')-&g…

php
2015-12-17 528

#Lua
代理 必须实现和可实现@required 和@optional

@protocol DaiLi <NSObject> //默认是必须实现的 //必须实现 @required - (void)finshTask; - (void)do…

lua
2015-12-17 941

#Lua
ViewChaos,强大的IOS UI开发工具,调试UI非常给给力

#if DEBUG public override class func initialize(){ struct UIWindow_SwizzleToken { static v…

lua
2015-12-17 965

#Lua
串的模式匹配

#include<stdio.h> #include <stdlib.h> #include<string.h> #define max 100…

lua
2015-12-17 516

#PHP
PHP读取网卡MAC地址

class GetMacAddr{ var $return_array = array(); // 返回带有MAC地址的字串数组 var $mac_addr; function G…

php
2015-12-17 917

#PHP
万能的分页类

<?php /* * To change this template, choose Tools | Templates * and open the template in…

php
2015-12-17 772

#Lua
一级嵌套m3u8文件制作

#include<fcntl.h> #include<stdio.h> #include<string.h> #define M3U8_CFG …

lua
2015-12-17 122
1 31 32 33 34 35 672