more >>我们学校老师使用笔记本电脑在学校上网,一般使用WIFI网络。每次打开浏览器,都要弹出锐捷认证页面,输入账号密码,再点击登录。个人感觉比较麻烦,就想有没有办法,电脑开机,连上学校WIFI,就自动认证。
越热爱,越幸运!
总文章数:62
more >>import cv2
File “/xx/.venv/lib/python3.7/site-packages/cv2/init.py”
from .cv2 import *
ImportError: libcblas.so.3: cannot open shared object file: No such file or directory
Visual studio code 扩展 ssh 连接失败:The “path” argument must be of type string. Received type undefined
SSH 连接远程终端失败,提示:could not establish connection to XXX, the path argument must be of type string, received type undefined。
原因:找不到 ssh 可执行程序。
解决方法:进入用户设置,添加 ssh 可执行文件绝对路径。
按 F1,输入 Remote-SSH: Settings,找到 Remote.SSH: Path,注意,不是 Remote.SSH: Config File。使用 Git 包内的 ssh 程序:C:\Program Files\Git\usr\bin\ssh.exe
重新连接,成功,问题解决。
From:https://www.it610.com/article/1281824251350892544.htm
更改nginx网站根目录后,会出现403 Forbidden,stat() failed (13: permission denied),nginx no input file specified
Ensure you have +x on all of the directories in the path leading to the site’s root.
For example, if the site root is /home/username/siteroot:
1 | chmod +x /home/ |
1 | $dbhost='';//服务器域名或IP |
1.网页请求URL:https://api.5uks.net/feiying_web_counter/web_counter.php?jsonpCallback=*
2.网站域名和网页URL:由上述网页请求中header的referer获取
1 | $referer=$_SERVER['HTTP_REFERER']; |
3.客户IP由上述网页请求获取
1 | <?php |
4.数据库使用非关系型数据库,json格式
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
more >>tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true