首页
Dart
Flutter
Python
FastApi
PHP
Laravel
Thinkphp
JavaScript
Vue
TypeScript
autojs
Android
java
C/C++
Kotlin
SQL
Mysql
Linux
Kali Linux
Docker
Shell
其他
本站功能使用教程
常用网站收录
提问的智慧
Google翻译镜像站
本站同款主题
写文章
登录
首页
Dart
Flutter
Python
FastApi
PHP
Laravel
Thinkphp
JavaScript
Vue
TypeScript
autojs
Android
java
C/C++
Kotlin
SQL
Mysql
Linux
Kali Linux
Docker
Shell
其他
本站功能使用教程
常用网站收录
提问的智慧
Google翻译镜像站
本站同款主题
登录
找回密码
最新发布
第8页
排序
更新
发布
浏览
点赞
评论
收藏
售价
积分
销量
随机
更新
浏览
点赞
git 删除远程仓库里的某个文件/文件夹
步骤命令描述1git clone 仓库地址克隆远程仓库到本地2git add .将所有修改添加到暂存区3git rm 文件删除本地文件(工作目录和暂存区)4git rm -r 文件夹删除本地文件夹(工作目录和暂存区)5git...
其他
# GitHub
# git
趙哥
3年前
588
0
git 工作区,暂存区
工作区(Working Directory)和暂存区(Staging Area)是 Git 中常用的两个概念,用于管理代码版本和提交更改。它们的区别如下:工作区(Working Directory):工作区是你当前正在进行编辑和修...
其他
# GitHub
# git
趙哥
3年前
295
0
Git 忽略文件
什么是 .gitignore 文件?.gitignore 文件是用来做什么的? 在任何当前工作的 Git 仓库中,每个文件都是这样的: 追踪的(tracked)- 这些是 Git 所知道的所有文件或目录。这些是新添加(用&nbs...
其他
# git
趙哥
3年前
411
0
Flutter 编译 web 命令
全局选项: 选项说明-h, --help打印使用信息-v, --verbose显示详细日志,包括执行的所有Shell命令。 如果与'--help'一起使用,则显示隐藏选项。如果与'flutter doctor'一起使用,则显示额...
Flutter
# flutter
# Flutterweb
趙哥
3年前
277
0
Flutter Chewie库 ChewieController属性
属性名类型描述videoPlayerControllerVideoPlayerController必需的属性,用于提供视频播放器的控制器。optionsTranslationMap<String, String>一个可选的Map,用于提供选项的本地化翻译。...
Flutter
# Chewie库
# ChewieController属性
趙哥
3年前
634
0
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
趙哥
3年前
263
0
最新版谷歌浏览器chrome (crx)插件安装方法教程
最新版谷歌浏览器安装以前的插件提示:程序包无效:'CRX-INVALID-HEAD'解决方法:把crx文件转为zip.在线转换地址:https://www.ezyzip.com/%E8%BD%AC%E6%8D%A2crx%E5%88%B0zip.html把转换后的zi...
其他
# chrome
趙哥
3年前
228
0
markdown 转 html [markdown库]
Piphttps://pypi.org/project/Markdown/安装:pip install markdown使用:from markdown import markdown print(dir(markdown)) file = open('help.md','r',encoding='utf-8').read() html = ma...
Python
# python
# Markdown
趙哥
3年前
231
0
html转换为markdown [html2text库]
Piphttps://pypi.org/project/html2text/安装:pip install html2text使用:import html2text md_text = open('ret.html', 'r', encoding='utf-8').read() markdown = html2text.html2text(md_t...
Python
# python
# html2text
趙哥
3年前
262
0
Pycharm开发python必装插件
Pydantic: https://plugins.jetbrains.com/plugin/12861-pydantic 在 PyCharm 中,Pydantic 插件可以根据 Pydantic 模型自动推断数据类型,并提供自动补全和类型检查功能,帮助开发者编写更加健...
Python
# python
# pycharm
趙哥
3年前
270
0
加载更多
在手机上浏览此页面
登录
手机号或邮箱
验证码
发送验证码
记住登录
账号密码登录
登录
用户名/手机号/邮箱
登录密码
记住登录
找回密码
|
免密登录
登录