ForDream的头像-熊大百宝箱
管理员
这家伙很懒,什么都没有写...

swoole socket 使用

swoole socket 使用-熊大百宝箱
<?php //创建websocket服务器对象,监听0.0.0.0:9502端口 $ws = new swoole_websocket_server('0.0.0.0', 9502); //监听WebSocket连接打开事件 /** * 客户端想服务器发送信息是调用函数 * $w...
4年前
04940

js右下角通知

js右下角通知-熊大百宝箱
<script src='/js/iNotify.js'></script> <script> var iNotify = new iNotify({         message: '有消息了。',//标题         effect: 'flash', ...
4年前
07510

网站收录代码

网站收录代码-熊大百宝箱
百度搜索网站收录查询PHP代码 <?php function baidu($url){ $baidu='http://www.baidu.com/s?wd=site%3A'.$url; $site=file_get_contents($baidu); preg_match('/百度为您找到相关结果约(.*)...
4年前
05470

GIT常用命令

GIT常用命令-熊大百宝箱
git配置邮箱姓名 git config --global user.name '你的名字或昵称' git config --global user.email '你的邮箱' 克隆一个项目 git clone http://qqnin.com/XXXX.git 推送 git add .      --...
4年前
05590

ThinkPHP5 mysql 抛异常

ThinkPHP5 mysql 抛异常-熊大百宝箱
try{ Db::commit(); return json(['code' => 1,'msg'=>'恭喜您成功领取礼品券!', 'data' => $return_data]) ; }catch (\think\Exception\DbException $exception){ Db::rollback(); r...
4年前
05210

Vpay 兼容LW系统

Vpay 兼容LW系统-熊大百宝箱
伪静态 location / { if (!-e $request_filename){ rewrite (.*) /index.php; } } location ^~ /protected { deny all; } location ^~ /install { deny all; } 数据库配置修改 域名/admin 为后...
3年前
011760

php导出xls

php导出xls-熊大百宝箱
$strTable = '<table><tr style='text-align:center;'><td>姓名</td><td>手机号</td><td>节目</td><td>排名</td><td>票数&...
4年前
06510

好用的远程桌面管理器

好用的远程桌面管理器-熊大百宝箱
  [c-downbtn type='bd' url='https://pan.baidu.com/s/13zZZPiGbhhqjwbJS16bUYg' pwd='nv4g']资源文件下载[/c-downbtn]
4年前
06150

挂机宝无法使用软件 一直显示COOKIE问题

挂机宝无法使用软件 一直显示COOKIE问题-熊大百宝箱
请把IE浏览器拦截关闭  教程看下面地址 https://jingyan.baidu.com/article/9f63fb91863cc2c8410f0e52.html 可以看软件常见问题 注意上面两个都设置成禁止 网站使用了ssl的ie浏览器打不开的 在...
4年前
09760

LW发卡禁止售卖商品

LW发卡禁止售卖商品-熊大百宝箱
为配合2020净网行动,故发此公告:  禁止相关类型商品  违者封闭授权 网站宣传语:如网站标题、公告、文章等内含有卡盟、卡盟平台QQ刷钻平台、刷赞平台等 涉黄类:如成人、诱惑、淫秽、AV、色...
3年前
014350