[PHP] Compile an extension on Windows
摘要: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
袁晓平
阅读(239)
推荐(0)
关于windows下基于php7.0.2下编写的第一个扩展
摘要:网上的教程是比较多的,但是基于php7+windows的教程非常之少,通过几天的摸索及参考很多资料,终于发现如下可以运行。 php7要求使用vc2015,同时安装sdk,我使用的是8.1的windows sdk 8.1,我用的是win10 10586,也可以装10586的 Visual Studio
阅读全文
posted @
2017-12-20 10:31
袁晓平
阅读(224)
推荐(0)
windows下php使用protobuf
摘要: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
袁晓平
阅读(1442)
推荐(0)
vs2017编译网狐荣耀服务端的心得
摘要:1.找不到d3dx9.h 从D:\Microsoft DirectX SDK (June 2010)\Include复制 d3dx9.hd3dx9anim.hd3dx9core.hd3dx9effect.hd3dx9math.hd3dx9math.inld3dx9mesh.hd3dx9shader.
阅读全文
posted @
2017-12-09 19:33
袁晓平
阅读(2785)
推荐(0)
laravel读取memcached缓存并做条件查询
摘要:public function onlineplayersource() { $res = $_POST['aoData']; $sEcho = 0; $iDisplayStart = 0; // 起始索引 $iDisplayLength = 0;//分页长度 $jsonarray= json_de
阅读全文
posted @
2017-12-09 15:50
袁晓平
阅读(359)
推荐(0)
win10下网狐荣耀手机端android app编译
摘要:基于荣耀版(2017.5.21)12 款游戏..7z这款游戏,网上有下载的 1.解压后进入 cd shoujiduan 2.将client/base复制到client/ciphercode/下,也就是client/ciphercode/base 3.frameworks\cocos2d-x\coco
阅读全文
posted @
2017-12-03 17:24
袁晓平
阅读(2477)
推荐(0)