Golang编程语言知识介绍


  • 首页

  • 随想录

  • 生活

  • OS

  • lua

  • redis

  • Golang

  • C

  • OpenVPN

  • web

  • OpenWRT

  • 运维

  • Git

  • 鸟哥的私房菜

  • IT杂谈

  • About Me

  • 友情链接

  • 搜索
close

Git 清除历史记录

时间: 2022-10-24   |   分类: git     |   阅读: 166 字 ~1分钟
Git 清除所有历史记录 1. 进入仓库,拉一个分支比如名为 latest_branch git checkout --orphan latest_branch –orphan 创建一个无任何历史记录的孤儿分支 2. 添加所有文件到上述分支并提交一次 git
阅读全文 »

How to fix ‘fatal: refusing to merge unrelated histories’ Git error

时间: 2022-10-24   |   分类: git     |   阅读: 967 字 ~2分钟
What is the ‘fatal: refusing to merge unrelated histories’ error? The fatal: refusing to merge histories error is a fairly common Git error. It appears when a developer tries to merge two unrelated projects into a single branch. This error appears when the branch has its commit histories and tags incompatible with the pull request
阅读全文 »

OpenWrt Luci流程分析

时间: 2022-10-21   |   分类: OpenWrt     |   阅读: 2545 字 ~6分钟
页面请求: 代码结构 在openwrt文件系统中,lua语言的代码不要编译,类似一种脚本语言被执行,还有一些uhttpd服务器的主目录,它们是:
阅读全文 »

Openwrt 编译x86镜像

时间: 2022-10-21   |   分类: OpenWrt     |   阅读: 444 字 ~1分钟
有些同学可能想学习openwrt系统,但手头又没有嵌入式板子,是编译和运行系统,然后再增加自己的功能。下面介绍如何编译openwrt系统后再
阅读全文 »

Openwrt LuCI UCI(三)

时间: 2022-10-21   |   分类: OpenWrt     |   阅读: 4277 字 ~9分钟
UCI简介 UCI是Unified Configuration Interface的缩写,翻译成中文就是统一配置接口,用途就是为OpenWrt提供一个集中控制的接口。 配置
阅读全文 »

Openwrt LuCI CBI(二)

时间: 2022-10-21   |   分类: OpenWrt     |   阅读: 4392 字 ~9分钟
一、CBI控件类型汇总 CBI模型是描述UCI配置文件结构的Lua文件,并且CBI解析器将lua文件转为HTML呈现给用户 。 所有 CBI 模型文件必须
阅读全文 »

Pushing a branch to Bitbucket fails with the error, "refspec matches more than one".

时间: 2022-10-21   |   分类: git     |   阅读: 414 字 ~2分钟
Summary The error “refspec matches more than one” is shown while pushing a branch to Bitbucket. This occurs because there is more than one Git ref that matches the ref name specified in the push command. Example Suppose a repo has a branch and a tag with the same name, “dev”. When an attempt is made to push the “dev” branch to the remote, the error “refspec matches more than one” will be shown and the push fails.
阅读全文 »

Openwrt LuCI 入门(一)

时间: 2022-10-20   |   分类: OpenWrt     |   阅读: 3872 字 ~8分钟
LuCI基本概念 UCI 是 Openwrt 中为实现所有系统配置的一个统一接口,英文名 Unified Configuration Interface,即统一配置接口。轻量级 LUA 语言的官方版本只包括一个精简
阅读全文 »
1 2 3 4 5 6 7 8
shankusu2017@gmail.com

shankusu2017@gmail.com

501 日志
34 分类
39 标签
RSS 订阅
GitHub
© 2009 - 2023
粤ICP备2021068940号-1 粤公网安备44011302003059
0%