04 2019 档案

摘要:效果如图: 阅读全文
posted @ 2019-04-27 17:03 样子2018 阅读(165) 评论(0) 推荐(0) 编辑
摘要:支付回调代码如下: 然后是你自己的逻辑处理。。。 阅读全文
posted @ 2019-04-26 17:12 样子2018 阅读(566) 评论(0) 推荐(1) 编辑
摘要:#include #include void array_sort(int *a, int len) { int i, j, tmp; for (i = 0; i a[j]) { tmp = a[i]; a[i] = a[j]; a[j] = tmp; ... 阅读全文
posted @ 2019-04-26 10:39 样子2018 阅读(2105) 评论(0) 推荐(0) 编辑
摘要:利用dll注射工具进行执行runGo函数 阅读全文
posted @ 2019-04-24 22:24 样子2018 阅读(981) 评论(0) 推荐(0) 编辑
摘要:一、功能界面 具体的详细代码:https://github.com/yangsphp/websocket-master/tree/master 二、具体代码实现 1、前端代码如下 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8 阅读全文
posted @ 2019-04-24 15:18 样子2018 阅读(7024) 评论(14) 推荐(0) 编辑
摘要:/** * @param $ip 待查询的ip * @return mixed */ function getIpAddressInfo($ip) { $ipurl = 'http://api.ip138.com/query/?ip=' . $ip . '&datatype=txt'; $ipheader = array('token:注册的token'); $ip... 阅读全文
posted @ 2019-04-23 10:31 样子2018 阅读(701) 评论(0) 推荐(0) 编辑
摘要:initialize($config); } /** * 初始化数据 * @param array $config 配置文件数组 */ public function initialize(array $config = []) { $this->host = $config['host']; $th... 阅读全文
posted @ 2019-04-22 12:27 样子2018 阅读(582) 评论(0) 推荐(0) 编辑
摘要:效果图如下: 阅读全文
posted @ 2019-04-16 14:07 样子2018 阅读(7148) 评论(0) 推荐(0) 编辑
摘要:数组打印结果为 参考文档:https://github.com/yangsphp/simple_html_dom-master 阅读全文
posted @ 2019-04-05 23:21 样子2018 阅读(2661) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示