码迷,mamicode.com
首页 >  
搜索关键字:git github    ( 62390个结果
CS 面试题目总结(问题+答案)
开源了一个新的github仓库,主要总结一些CS大厂常见的面试问题,所有的问题与答案参考了网络上的许多博客和github仓库。 ...
分类:其他好文   时间:2021-06-17 17:09:31    阅读次数:0
C# 检查硬盘分区是ssd还是hdd
C# detect driver ssd/hdd 来自github的代码,略做了一丢丢修改。 using Microsoft.Win32.SafeHandles; using System; using System.Collections.Generic; using System.Compone ...
分类:Windows程序   时间:2021-06-17 17:07:02    阅读次数:0
vue-element-admin登录流程修改(亲测有用)
废话不多说,直接开始上步骤. 一、去官网下载https://panjiachen.github.io/vue-element-admin-site/zh/guide/,我下载的是基础模板. 二、修改vue.config.js文件 1.找到module.exports下的before: require ...
分类:其他好文   时间:2021-06-17 16:49:59    阅读次数:0
git的cherry-pick操作
将一个分支的需求合并到另一个分支,或者在多个分支上改同一bug时,cherry-pick是比较方便的。 cherry-pick后改变的是本地的代码,需要git push -u origin master或者git review -R -v推送到远程仓库。 原文链接:http://www.ruanyi ...
分类:其他好文   时间:2021-06-17 16:44:22    阅读次数:0
订阅发布机制
订阅发布机制 github地址: https://github.com/mroderick/PubSubJS import PubSub from 'pubsub-js' // or when using CommonJS const PubSub = require('pubsub-js'); / ...
分类:其他好文   时间:2021-06-17 16:36:50    阅读次数:0
关于tinymce复制word里的图片
首先下载powerpaste-4.0.1-317(分版本5.x用这个)- 4.x用powerpaste-3.3.3-308 下载地址:https://github.com/9kg/tinymce_powerpaste 把你下载的依赖包放在public里 在init里配置 convert_urls: ...
分类:其他好文   时间:2021-06-17 16:25:15    阅读次数:0
Note about fast-forwards (无法push远程仓库)
问题出现场景: 1,码云新建一个仓库,选择了LIENCE,(以前都没选择过,所以都没有出现该问题) 2,本地代码完成后,依次执行命令git init ==> git add . ==> git commit -m "xxx" ==> git remote add :https://gitee.com ...
分类:其他好文   时间:2021-06-16 18:35:36    阅读次数:0
WinForm 打开指定网页,类似浏览器
需求:一般用于考试,窗口打开默认最大化,禁用最小化,最大化,鼠标右键,双击窗口最小化等 读取指定地址跳转,指定标题等 技术:采用CefSharp CefSharp简单来说就是一款.Net编写的浏览器包,方便你在Winform和WPF中内嵌的Chrome浏览器组件。 https://github.co ...
分类:Windows程序   时间:2021-06-16 18:13:49    阅读次数:0
error: manifest missing or unreadable -- please run init
error: manifest missing or unreadable -- please run init due to i made a mistake by deleting .git of kernel , i need recover it . so i found solution ...
分类:其他好文   时间:2021-06-16 18:11:46    阅读次数:0
github clone太慢解决办法
1.公开仓库可以采取替换网址: https://www.zhihu.com/question/27159393 将原本的网站中的http://github.com 进行替换为github.com.cnpmjs.org 2.通过gitee进行导入 参考:https://www.hangge.com/b ...
分类:其他好文   时间:2021-06-16 18:08:14    阅读次数:0
62390条   上一页 1 ... 13 14 15 16 17 ... 6239 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!