首页
Dart
Flutter
Kotlin
java
Android
JavaScript
Vue
TypeScript
autojs
Python
FastApi
PHP
Laravel
Thinkphp
SQL
Mysql
Linux
Kali Linux
Docker
Shell
其他
本站功能使用教程
常用网站收录
提问的智慧
Google翻译镜像站
本站同款主题
写文章
登录
首页
Dart
Flutter
Kotlin
java
Android
JavaScript
Vue
TypeScript
autojs
Python
FastApi
PHP
Laravel
Thinkphp
SQL
Mysql
Linux
Kali Linux
Docker
Shell
其他
本站功能使用教程
常用网站收录
提问的智慧
Google翻译镜像站
本站同款主题
登录
找回密码
最新发布
排序
更新
发布
浏览
点赞
评论
收藏
售价
积分
销量
随机
更新
浏览
点赞
常用Shell脚本收集
置顶
三网回程路由测试: curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh 综合工具箱: wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SK...
Linux
Shell
# Linux
# Shell
趙哥
29天前
0
50
0
GitHub 常用的 Actions
置顶
Checkout 检出你的仓库代码 https://github.com/marketplace/actions/checkout actions/setup-node:设置 Node.js 环境。 https://github.com/marketplace/actions/setup-node-js-environment a...
其他
# GitHub
# Actions
趙哥
9个月前
0
281
1
IDEA Translation插件 谷歌翻译配置
置顶
配置: 第一种方法: 1.在host文件内加入以下的配置即可。 host文件的路径可以查看这篇文章:https://zywi.cn/1148.html 220.181.174.34 translate.googleapis.com 2.Google 翻译 IP 在线实时更...
其他
# idea
# 谷歌翻译
# Translation
趙哥
3年前
1
2040
11
GitHub 配置host 直接裸连
置顶
实时更新的github hosts地址 https://cdn.jsdelivr.net/gh/521xueweihan/GitHub520@main/hosts 文件 https://raw.hellogithub.com/hosts 文本类型直接访问查看 各个平台配置方法 修改 hosts 文...
其他
# GitHub
趙哥
3年前
0
4267
17
Flutter 报错解决方法汇总:
置顶
VIVO(Android 13)手机调试Flutter应用卡在启动页面 黑屏 白屏问题 解决方法: 因为vivo用****包裹隐藏了一些私人信息日志。尝试调用*#*#112#*#* 点击更多---一键授权。需要将Uimei1发送给vivo进...
Flutter
# flutter
# BUG
趙哥
3年前
0
4665
6
在idea使用GitHub账号、Copilot异常
置顶
在idea使用GitHub账号、Copilot异常登录GitHub显示Invalid authentication data.Connection refused: connect 或者副驾驶显示Failed to initiate the GitHub login process. Please try again. ...
其他
# GitHub
趙哥
3年前
2
7998
6
Js代码解密 packer 加密
密文:eval(function (p, a, c, k, e, d) { e = function (c) { return (c < a ? '' : e(parseInt(c / a))) + ((c = c % a) > 35 ? String.fromCharCode(c + 29) : c.toString(36)) }; if...
JavaScript
# js
# packer
趙哥
2年前
0
150
0
JS模块化工具 requirejs
为什么使用 RequireJS: 随着网站逐渐变成'互联网应用程序(WebApp)',嵌入网页的 JavaScript 代码也变得越来越复杂和臃肿,原有通过 script 标签来导入一个个的 js 文件这种方式已经不能满足...
JavaScript
# js
# requirejs
趙哥
5个月前
0
46
0
Python虚拟环境管理工具介绍:virtualenv,Virtualenvwrapper,conda,pipenv
Python虚拟环境管理工具介绍: Python虚拟环境管理工具可以帮助你在同一台计算机上创建和管理多个独立的Python环境。这些工具可以隔离不同项目之间的依赖关系,提供一个干净和隔离的开发环境。下...
Python
# python
# conda
# virtualenv
趙哥
2年前
0
196
0
Python 第三方库收录
PyAutoGUI 用于自动化鼠标和键盘操作,常用于 GUI 自动化和测试。 EasyOCR 轻量级的光学字符识别(OCR)工具,支持多种语言,适用于图像中的文字提取。 pynput 用于控制和监视鼠标和键盘输入,...
Python
# python
趙哥
3个月前
0
30
0
Flutter 获取WiFi信息 [network_info_plus 库使用]
用到的库: network_info_plus: 用于发现网络信息(例如 WiFi 详细信息)的 Flutter 插件。 permission_handler: Flutter 的权限插件。此插件提供跨平台(iOS、Android)API 来请求和检...
Flutter
# flutter
# pub
趙哥
2年前
0
2192
0
FastAdmin 命令行刷新配置缓存(刷新site.php文件)
创建命令:application/admin/command/ConfigRefresh.php<?php namespace app\admin\command; use app\common\model\Config; use think\console\Command; use think\console\Input; use thin...
PHP
# PHP
# Fastadmin
# site
趙哥
8个月前
0
82
0
Flutter Chewie库 ChewieController属性
属性名类型描述videoPlayerControllerVideoPlayerController必需的属性,用于提供视频播放器的控制器。optionsTranslationMap<String, String>一个可选的Map,用于提供选项的本地化翻译。...
Flutter
# Chewie库
# ChewieController属性
趙哥
2年前
0
464
0
Fastadmin 引入Vue
Vue2: 下载 https://v2.cn.vuejs.org/v2/guide/installation.html#%E7%9B%B4%E6%8E%A5%E7%94%A8-lt-script-gt-%E5%BC%95%E5%85%A5 在public/assets/libs 目录下创建一个vue文件夹,把下载的js...
JavaScript
# js
# Fastadmin
# requirejs
趙哥
5个月前
0
44
0
用Python生成图片的第三方库
一、Python图片生成Python是一种高级编程语言,具有简单易学、代码可读性高、应用广泛等优点。在Python中,可以使用各种库来生成图片,如Pillow、Matplotlib、OpenCV等。 Pillow库Pillow是Pytho...
Python
# Pillow
# Matplotlib
# OpenCV
趙哥
1年前
0
76
0
占位图生成工具 (dummyimage,placehold…)
dummyimage.com 模版:(支持 png、jpg、jpeg 和 gif 格式) http://dummyimage.com/宽度x高度/背景色/前景色.图像格式&text=显示文本 示例 https://dummyimage.com/320x600/ffffff/000000....
其他
趙哥
3个月前
0
24
0
加载更多
在手机上浏览此页面
登录
手机号或邮箱
验证码
发送验证码
记住登录
账号密码登录
登录
用户名/手机号/邮箱
登录密码
记住登录
找回密码
|
免密登录
登录