git-for-windows

使用 fiddler 和PHP程序将快手App中喜欢的短视频保存在电脑上

允我心安 提交于 2020-08-06 10:56:55
前言 运行平台: windows 10家庭版 php代码地址: github: https://github.com/wakasann/gksvideo_in_pc gitee: https://gitee.com/mrshenyuan/gksvideo_in_pc b站视频: av88853974 项目开始原因: 因为烦使用快手App 自带的下载按钮下载到的视频,在视频的末尾会有快手官方的一小段视频(台词是:快手看见每一种生活) 必须: 电脑: 已安装 Fiddler 软件 WAMP(WIndows下安装Apache,PHP,Mysql软件,我为了省事,使用的是最新版的 phpstudy) git for windows 安卓手机连接的WLAN 的代理已配置好 Fiddler的连接信息 如未配置好Fiddler和安卓手机的代理,可参考我之前的博文 使用fiddler 软件监听手机app的http请求 ,这里跳过 介绍phpstudy的安装、Fiddler 配置、安卓手机设置WLAN代理。 构思: Fiddler和 php 项目之间的配合 通过Fiddler 查看一些http请求返回结果,在快手 App 首页的几个标签的内容或者个人主页,会请求一些 api,会返回短视频列表显示需要的封面图和作者,视频地址(在App 内看是无水印的视频) 快手App 刷新列表

Windows版Git中的文件名太长

耗尽温柔 提交于 2020-08-05 02:59:25
问题: I'm using Git-1.9.0-preview20140217 for Windows. 我正在Windows上使用 Git-1.9.0-preview20140217 。 As I know, this release should fix the issue with too long filenames. 据我所知,此版本应解决文件名过长的问题。 But not for me. 但是不适合我。 Surely I'm doing something wrong: I did git config core.longpaths true and git add . 当然,我做错了:我做了 git config core.longpaths true 和 git add . and then git commit . 然后 git commit 。 Everything went well. 一切顺利。 But when I now do a git status , I get a list of files with Filename too long , for example: 但是,当我现在执行 git status ,会得到文件 Filename too long 的文件列表,例如: node_modules/grunt-contrib-imagemin

laravel开发环境homestead搭建详解

 ̄綄美尐妖づ 提交于 2020-07-25 09:14:10
laravel开发环境homestead搭建详解 常见的几种开发环境 Laravel的开发环境其实很多,因为它本身就是PHP,所以只要满足版本的情况下,任何pHP环境他都能跑起来,比如说常见的wamp/mamp/phpstudy等集成化环境都是可以的,但是,为了更好的减少错误,更多的兼容,以后的上线环境,官方推荐了两种开发环境,一种是homestead,另一种是Valet。第1种呢,Windows系统和mac系统,都可以支持,第2种的专门就是为mac系统的用户所提供的,总体感觉两种环境都非常非常好用,今天我们就着重说一下第1种环境的搭建。 homestead环境for windows Laravel 致力于让整个 PHP 开发体验变的更愉快,包括你的本地开发环境。 Vagrant 提供了一种简单、优雅的方式来管理和配置虚拟主机。 Laravel Homestead 是一个官方预封装的 Vagrant box ,它为你提供了一个完美的开发环境,你不需要在本地机器安装 PHP、web 服务器和其他的服务器软件。你再也不用担心会弄乱你的操作系统了!Vagrant boxes 是一次性的。 如果出现问题, 你可以在几分钟内销毁并重新创建 box ! Homestead 可以运行在任何 Windows、Mac、或 Linux 系统, 它包括了 Nginx web 服务器,PHP7.4、PHP

Git和Github简单教程

那年仲夏 提交于 2020-04-08 22:08:38
原文链接: Git和Github简单教程 网络上关于Git和GitHub的教程不少,但是这些教程有的命令太少不够用,有的命令太多,使得初期学习的时候需要额外花不少时间在一些当前用不到的命令上。 这篇文章主要的目标是用较少的时间学习Git和GitHub的基本使用。在足够一般使用的前提下,尽量减少命令。 如果需要其他命令,到时候再去其他地方了解就行了。 目录: 零、Git是什么 一、Git的主要功能:版本控制 二、概览 三、Git for Windows软件安装 四、本地Git的使用 五、Github与Git的关联 六、团队合作开发 七、Github的其他介绍 八、一些可能碰到的问题 零、Git是什么 我才不告诉你嘞 一、Git的主要功能:版本控制 版本: 想想你平时用的软件,在软件升级之后,你用的就是新版本的软件。你应该见过这样的版本号: v2.0 或者 1511 (表示发布时为15年11月),如下图: 那么如果你修改并保存了一个文件,从版本管理的角度来说,你得到的是这个文件的新版本。 可是很多情况下,这种修改是不可逆的。你修改完之后,无法回到你修改前的样子。为了避免这种情况,有的人会把新版本的内容保存到一个新的文件里面。 由于 Git 更多地用于代码管理,举个程序员的例子。比如以下是计算机专业学生的作业: 这样存储多个文件夹,可能会造成混乱。你可能想保存以前写的代码

vscode 远程调试

梦想的初衷 提交于 2020-02-25 20:59:45
1. SSH 安装兼容 OpenSSH 的 SSH 客户端Windows, 安装 Git for Windows 即可,https://git-scm.com/download/win win安装ssh服务端 freesshd https://blog.csdn.net/qq_36249516/article/details/77987144?utm_source=blogxgwz9 2.插件 Remote Development扩展,只用安装这个插件,其他的依赖包会自动下载。 打开命令行,并输入 ssh 字样,按照下图中第二步选择 Remote-SSH:Connet to Host... 输入连接到远程主机的用户名和 ip 连接成功后会另外再打开一个新的窗口 右下角 打开后,visual studio code会自动在远程PC上,安装配置 要root权限 二、保存经常连接的主机信息 Host root@192.168.1.100 #因为bug HOST必须这样写 User root HostName 192.168.1.100 # Port 自定义端口22 Host example-remote-linux-machine-with-identity-file User your-user-name-on-host HostName another-host-fqdn-or-ip

git blame on windows reports “fatal: no such path <path> in HEAD”

耗尽温柔 提交于 2020-01-01 08:17:20
问题 When I run git blame on a file in a folder e,g,: git blame Foo/FileA.txt it returns fatal: no such path 'Foo/FileA.txt' in HEAD I can clearly see that this file exists on the file system, and other files in the same folder can be successfully blamed - so what is going on? I'm posting this question and answer as it had me stumped for a while today, and I couldn't find a single answer that hit all of the solution. 回答1: This is due to renaming a parent folder on the file system with a new name

“Git error: could not lock config file C:/Users/old_profile/.gitconfig: No such file or directory” after profile migration

六月ゝ 毕业季﹏ 提交于 2019-12-29 05:28:30
问题 I have an interesting error that keeps coming up when using git for windows (version 2.12.0.windows.1). I recently migrated my windows profile directory from one location to another. For some git commands I get the error: error: could not lock config file C:/Users/<my old profile>/.influxdb/.gitconfig: No such file or directory error: could not lock config file C:/Users/<my old profile>/.influxdb/.gitconfig: No such file or directory Note: This error always comes up twice, for example if I

国内加速下载镜像地址

☆樱花仙子☆ 提交于 2019-12-22 22:39:42
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 国内直接从官网下载比较困难,需要一些技术手段。这里提供一个国内的镜像下载地址列表,方便网友下载。 Zabbix Yarn Selenium Redis RabbitMQ Python Phantomjs Phantomjs POI Openresty Openjdk Nodejs Nginx MySQL Memcached Leveldown Keepalived Helm HAProxy Grafana Git for MacOS GeckoDriver Filebeat Etcd Electron ChromeDriver Bazel Ansible Tortoisegit Logstash Kibana Elasticsearch Git for Windows 来源: oschina 链接: https://my.oschina.net/newbe36524/blog/3146008

Git stash on windows extremly slow compared to Libgit2

对着背影说爱祢 提交于 2019-12-22 06:29:21
问题 Recently I've been using git stash many times and I've been thinking that it is really slow, even on a new repository with a single file. I've read this question about git stash slowness and this other one and tried every answer to these questions but nothing actually works. For example I've done the following steps to reproduce it: git init touch file.txt vim file.txt (edit the file adding 2 lines) git add . git commit -m "Initial commit" vim file.txt (edit it again adding 1 line) time git

是否有快速的Git命令来查看文件的旧版本?

雨燕双飞 提交于 2019-12-10 16:50:52
Git中是否有命令可以查看(转储到stdout或 $PAGER 或 $EDITOR )特定文件的特定版本? #1楼 如果您喜欢GUI,则可以使用gitk: 用以下命令启动gitk: gitk /path/to/file 在屏幕顶部选择修订版本,例如按描述或日期。 默认情况下,屏幕的下部显示该版本的差异(对应于“补丁”单选按钮)。 要查看所选版本的文件: 单击“树”单选按钮。 这将显示该修订版中文件树的根。 深入到您的文件。 #2楼 按日期执行如下操作: git show HEAD@{2013-02-25}:./fileInCurrentDirectory.txt 请注意, HEAD@{2013-02-25} 表示此存储库中的“ HEAD位于2013-02-25上”(使用 reflog ),而不是“此历史记录中2013-02-25之前的最后一次提交”。 #3楼 除了 Jim Hunziker 的回答, 您可以将修订版中的文件导出为 git show HEAD@{2013-02-25}:./fileInCurrentDirectory.txt > old_fileInCurrentDirectory.txt 希望这可以帮助 :) #4楼 您可以将 git show 与来自存储库根目录的路径一起使用( ./ 或 ../ 用于相对路径): $ git show REVISION:path