超灬超  
上一页 1 2 3 4 5 6 ··· 11 下一页

2021年4月13日

摘要: package main import "fmt" //探索make的用法 //make函数是Go的内置函数,它的作用是为slice、map或chan初始化并返回引用。make仅仅用于创建slice、map和channel,并返回它们的实例。 func main() { /* 数组 slice */ 阅读全文
posted @ 2021-04-13 13:33 超灬超 阅读(459) 评论(0) 推荐(0) 编辑

2021年4月10日

摘要: 具体是某某品台 不多说 上代码 主要是要注意不停地调试 找到需要的cookie 具体URL打马赛克 host referer和Origin也是直接抄袭浏览器的即可 主要是通过 $jar = new CookieJar();来存储已经获取到的cookie然后代入下一个方法进行访问然后 有的reques 阅读全文
posted @ 2021-04-10 17:05 超灬超 阅读(521) 评论(0) 推荐(0) 编辑

2021年3月27日

摘要: 环境:基于composer引入包和thinkphp6+https+workerman. 1.composer引入gatewayworker 使用phpstorm更方便(在composer.json中require中添加这些 phpstorm会自动引入) 或者使用命令行 composer requir 阅读全文
posted @ 2021-03-27 10:05 超灬超 阅读(2953) 评论(0) 推荐(0) 编辑

2021年3月26日

摘要: 1.修改文件vendor/overtrue/socialite/src/Providers/AbstractProvider.php 195行即可 throw new HttpResponseException(redirect($this->getAuthUrl($state), 301)); / 阅读全文
posted @ 2021-03-26 16:36 超灬超 阅读(527) 评论(0) 推荐(0) 编辑
 
摘要: select{ -webkit-appearance:none;appearance:none; } 阅读全文
posted @ 2021-03-26 15:30 超灬超 阅读(188) 评论(0) 推荐(0) 编辑

2021年3月19日

摘要: #301-START if ($host ~ '^huixx.cn'){ return 301 https://www.huixx.cn$request_uri; } #301-END #HTTP_TO_HTTPS_START if ($server_port !~ 443){ rewrite ^( 阅读全文
posted @ 2021-03-19 15:48 超灬超 阅读(344) 评论(0) 推荐(0) 编辑

2021年3月17日

摘要: mysql null 会排在 0后面 排序 阅读全文
posted @ 2021-03-17 11:19 超灬超 阅读(68) 评论(0) 推荐(0) 编辑
 
摘要: background-image:-webkit-linear-gradient(#FCB222,#FB6220); -webkit-background-clip:text; -webkit-text-fill-color:transparent; 阅读全文
posted @ 2021-03-17 10:53 超灬超 阅读(39) 评论(0) 推荐(0) 编辑

2021年3月16日

摘要: nativeShare影响原生微信配置的分享 阅读全文
posted @ 2021-03-16 13:50 超灬超 阅读(126) 评论(0) 推荐(0) 编辑

2021年3月15日

摘要: <script type="text/javascript" charset="utf-8"> var title = $("#share_title").val(); var desc = $("#share_desc").val(); wx.config(<?php echo$app->jssd 阅读全文
posted @ 2021-03-15 14:51 超灬超 阅读(248) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页