上一页 1 2 3 4 5 6 7 ··· 37 下一页
摘要: ALTER PROC [dbo].[CalcRebate]( @GameID nvarchar(50), @UserID nvarchar(50), @TAX DECIMAL(18,2) ) As BEGIN --DECLARE @TAX DECIMAL(18,2) --税 DECLARE @RAT 阅读全文
posted @ 2018-04-10 20:12 袁晓平 阅读(254) 评论(0) 推荐(0) 编辑
摘要: // clist.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include <stdio.h>#include <malloc.h> //动态分配内存#include <stdlib.h> //exit 函数#include <stdbool.h> //布尔 阅读全文
posted @ 2018-03-20 19:47 袁晓平 阅读(1268) 评论(0) 推荐(0) 编辑
摘要: <?php namespace App\BO; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Log; use \Curl\Curl; class Http { public function __construc 阅读全文
posted @ 2018-03-09 11:22 袁晓平 阅读(2015) 评论(0) 推荐(0) 编辑
摘要: 把RYGameMatchDB的存储过程复制到RYGameScoreDB即可,GSP_GS_InsertGameMatchItem和GSP_GS_DeleteGameMatchItem也一样 由于存储过程是加密了的,可以用SqlDecryptor解密 推荐用 dbForge-SqlDecryptor 阅读全文
posted @ 2018-03-01 18:34 袁晓平 阅读(774) 评论(0) 推荐(0) 编辑
摘要: var s = decodeURIComponent((new RegExp('[?|&]userid=([^&;]+?)(&|#|;|$)').exec(location.href || [''])[1].replace('/\+/g','%20'))||null); console.log(s) 阅读全文
posted @ 2018-02-03 21:42 袁晓平 阅读(298) 评论(0) 推荐(0) 编辑
摘要: https://wiki.php.net/internals/windows/stepbystepbuildhttp://blog.benoitblanchon.fr/build-php-extension-on-windows/https://wiki.php.net/internals/wind 阅读全文
posted @ 2017-12-20 10:57 袁晓平 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 网上的教程是比较多的,但是基于php7+windows的教程非常之少,通过几天的摸索及参考很多资料,终于发现如下可以运行。 php7要求使用vc2015,同时安装sdk,我使用的是8.1的windows sdk 8.1,我用的是win10 10586,也可以装10586的 Visual Studio 阅读全文
posted @ 2017-12-20 10:31 袁晓平 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 1、下载protobufc https://github.com/google/protobuf/releases/download/v3.5.0/protoc-3.5.0-win32.zip解压后放d:\protoc,将d:\protoc\bin加入PATH 2、下载使用drslump/Proto 阅读全文
posted @ 2017-12-19 17:43 袁晓平 阅读(1369) 评论(0) 推荐(0) 编辑
摘要: 1.找不到d3dx9.h 从D:\Microsoft DirectX SDK (June 2010)\Include复制 d3dx9.hd3dx9anim.hd3dx9core.hd3dx9effect.hd3dx9math.hd3dx9math.inld3dx9mesh.hd3dx9shader. 阅读全文
posted @ 2017-12-09 19:33 袁晓平 阅读(2754) 评论(0) 推荐(0) 编辑
摘要: public function onlineplayersource() { $res = $_POST['aoData']; $sEcho = 0; $iDisplayStart = 0; // 起始索引 $iDisplayLength = 0;//分页长度 $jsonarray= json_de 阅读全文
posted @ 2017-12-09 15:50 袁晓平 阅读(348) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 37 下一页