
php
文章平均质量分 83
EricSanchez
people don't change because they want to change,people change because they have to change.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
fastadmin+vue nginx部署
# 疫情管控server { listen 80; #server_name ; index index.php index.html index.htm default.php default.htm default.html; root /var/www/html/yiqingguankong_server/public; location /fe{...原创 2020-02-19 15:08:08 · 1830 阅读 · 0 评论 -
laravel 【mews/captcha】图片验证码 api接口形式获取、验证,不通过session
[mews/captcha]首先给出扩展GitHub地址:https://github.com/mewebstudio/captcha前期准备在laravel 中使用此扩展,正常的用法是通过session来保存与验证用户输入的验证码是否正确,但我目前的项目是前后台彻底分离的。前台使用vue框架来搭建,后台用laravel来做api后台的接口。前后台通过jwt来标识用户。所以没法使用sessi...原创 2018-10-22 16:28:19 · 8996 阅读 · 9 评论 -
自动领取起点网页版的经验值
说明最近看小说想支持一下正版,所以注册了起点的账号。发现经验有点重要,关系到了评论功能、每天推荐票的张数。在网页的个人中心处发现了可以在线领取经验值,每天100点,但是这100点,可不容易得。每天都在电脑上定时领取,非常麻烦,于是有一天,实在受不了,决定写个程序每天自动领取。于是便研究了起来。通过半个月的试用 测试,决定将成果与大家分享,先抛出自动领取网址。本网站程序的功能是:通过用户填写的c...原创 2019-01-07 14:45:10 · 3262 阅读 · 9 评论