VsCode中常用的一些正则表达式操作方法

转自:https://www.jb51.net/program/320964ozx.htm  更新时间:2024年05月11日 11:19:23    正则真的好用,平时工作用正则最多的地方就是在编辑器里做查找替换...

小程序绑定到微信开放平台

清明快到了

马上清明了, 由于现实的条件,我没法回老家祭祖,(写到这里,我不禁问自己,如果真的有条件,我会不会又找其他的借口不回去呢?) 既然不回安徽,那就去杭州吧,杭州比较近。 ...

OBS studio

https://github.com/obsproject/obs-studio https://obsproject.com/  

RTSP Client Unauthorized 401

2024/03/30 10:53:21 RTSP Client Unauthorized 401  

RTSP转WebSocket实现H5实时播放

服务端使用C++/CLR包装EasyRTSPClient实现RTSP播放。播放不产生画面,而是转换成JPEG图像通过WEBSOCKET发送到浏览器端。 服务端(C++ & C#): 浏览器端(实时性不...

git restore --staged web/src/view/dashboar...

git已经add ,未commit的文件,可以通过restore命令来撤回

ownCloud Documentation Overview

  Table of Contents What is Infinite Scale Spaces ownCloud Web Collaborative Editing Links Cloud Native Deployments Infinite Sc...

git重要的三个命令stash, checkout, reset的一...

  最近学习了git的一些重要命令的使用,总结出来跟大家分享: 使用git的几种常见情形: (1)正常的情形,修改工作区的文件然后add,commit,我使用git一般的流程是: ...

git 合并版本

  1、切换到要合并到master的分支dev(例子)  git checkout dev 2、 拉dev的最新的代码 git pull 3、切换到master git checkout master 4、把dev的代码合并到marster主...

git - 配置局部用户名密码

git 新建分支以及第一次在新分支内提交代码

git checkout -b xxx git add . git commit -m "xxxxxxxx" git push  出现如下错误: fatal: The current branch xxx has no upstream branch. ...

rebase和merge区别

2023-10-20 15:02:42.515 [info] > git pull --tags origin dev/wyq [990ms] 2023-10-20 15:02:42.515 [info] From https://e.coding.net/xxxxxx/xxxxxx/base-project-front...

go stack

https://pkg.go.dev/github.com/TheAlgorithms/Go/structure/stack  

在线工具:

区位码转换18进制:https://www.23bei.com/tool/54.html#

git 查看远程url

git remote -v origin https://github.com/username/repo.git (fetch) origin https://github.com/username/repo.git (push)

推荐
All right reserved - Copyright © 2021 杭州九堡网版权所有