上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 53 下一页
摘要: 官网文档:https://jwt-auth.readthedocs.io/en/docs/ 教程 : https://blog.csdn.net/ben_cxy/article/details/106658851 备注: 对于 Laravel 版本 低于 5.5 的应用,您还要在 config/ap 阅读全文
posted @ 2020-08-09 13:47 夏秋初 阅读(1697) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-07-17 22:49 夏秋初 阅读(883) 评论(0) 推荐(2)
摘要: 正文 如果是新手安装,首次运行测试app出现 No target device found ,有可能是没有开启虚拟机的问题,或者说没有插上真机。 安装虚拟机: https://jingyan.baidu.com/article/3aed632edf252e701080911f.html 汉化:htt 阅读全文
posted @ 2020-06-11 16:15 夏秋初 阅读(2639) 评论(0) 推荐(0)
摘要: 原文章内容 先看下虚拟机是不是可以ping通主机,ping不通就需要百度了,虚拟机ping通主机,主机pin不同虚拟机可以重启下主机上的 VMnet8网卡。 追加 2022/06/26 解决步骤 先测试是否能够相互ping通,如果ping不通,移步 【转载】vmware 两台虚拟机(windows) 阅读全文
posted @ 2020-06-11 12:16 夏秋初 阅读(1032) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/weixin_44207333/article/details/103860630 如果之前安装过swiper,请先删除 yarn remove swiper 使用 yarn add @types/swiper // 引入 import Swiper 阅读全文
posted @ 2020-04-21 02:02 夏秋初 阅读(1312) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/LiuWeiLong/p/6058059.html 今天发现 win10电脑可能存在缩放的情况,出现 切图 120px,css设置120px,但是网页展示 显示为 120*1.25 px 的问题。 /** * 动态更改全局页面缩放,防止切图与显示 阅读全文
posted @ 2020-04-21 01:15 夏秋初 阅读(466) 评论(0) 推荐(0)
摘要: 看了一位大佬的成长经历,感觉好强啊~ 2020/09/08 我已经忘了当时看的是哪位大佬了 2020/12/08 在很久之前想起来了。 也发现了身边的大佬们。另外我的博客园两岁了,好快。 2021/01/07 嗯.. 2021/01/25 过去了好久了 阅读全文
posted @ 2020-04-03 23:57 夏秋初 阅读(155) 评论(0) 推荐(1)
摘要: 前言 心好累,找了好多的教程资料,按照教程一步步的走下去,可是还是不能够正常使用,经过不断摸索终于成功。。。 需要安装的软件及扩展 php扩展:php_imagick.dll https://pecl.php.net/package/imagick // php调用 imagemagick Imag 阅读全文
posted @ 2020-03-22 11:55 夏秋初 阅读(2607) 评论(0) 推荐(1)
摘要: github: 仓库地址: https://github.com/kohsuke/winsw 下载地址: https://github.com/kohsuke/wi... 步骤: 1先到 https://github.com/kohsuke/winsw/releases 下载对应文件,如果没有特殊要 阅读全文
posted @ 2020-03-20 21:48 夏秋初 阅读(2049) 评论(0) 推荐(0)
摘要: 找了好久都没有找到最新版的中文文档 v5.1.2。。。 入口文件 src/index.js import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; import AppRoute from 阅读全文
posted @ 2020-03-11 14:24 夏秋初 阅读(4701) 评论(0) 推荐(4)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 53 下一页