会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Chuck Lu
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
346
347
348
349
350
351
352
353
354
···
399
下一页
2015年10月21日
如何将一个Form中的代码拆分到多个文件中
摘要: https://social.msdn.microsoft.com/Forums/en-US/64c77755-b0c1-4447-8ac9-b5a63a681b78/partial-class-for-a-form-problem?forum=csharpide 首先,新建一个windows窗体应
阅读全文
posted @ 2015-10-21 09:58 ChuckLu
阅读(1657)
评论(0)
推荐(0)
2015年10月19日
github上如何合并别人的pull request
摘要: https://github.com/Epix37/Hearthstone-Deck-Tracker/issues/1391I fetch the code from your repository,loop the following stepsstep1: create a branch on ...
阅读全文
posted @ 2015-10-19 22:56 ChuckLu
阅读(3640)
评论(0)
推荐(0)
2015年10月18日
git源码中的Makefile
摘要: https://github.com/chucklu/GitStudy 这链接里面的第一次提交[chucklu@localhost GitStudy]$ cat Makefile CFLAGS=-gCC=gccPROG=update-cache show-diff init-db write-tre...
阅读全文
posted @ 2015-10-18 23:02 ChuckLu
阅读(1297)
评论(0)
推荐(0)
git clone 出错SSL certificate problem, verify that the CA cert is OK.
摘要: 先调用这个 export GIT_SSL_NO_VERIFY=true 之后再执行git clone
阅读全文
posted @ 2015-10-18 22:43 ChuckLu
阅读(485)
评论(0)
推荐(0)
linux切换用户
摘要: 当前使用root账户[root@localhost chucklu]# cd[root@localhost ~]# pwd/root切换到普通账户[root@localhost ~]# su chucklu[chucklu@localhost root]$ pwd/root[chucklu@loca...
阅读全文
posted @ 2015-10-18 22:35 ChuckLu
阅读(324)
评论(0)
推荐(0)
linux系统中删除文件夹
摘要: rm -rf 文件夹的名称rm-r 文件名称
阅读全文
posted @ 2015-10-18 22:25 ChuckLu
阅读(393)
评论(0)
推荐(0)
linux根目录下的文件夹
摘要: http://wenku.baidu.com/link?url=PDpw0nuLm71kihyYWdGY2niJhQEsJXfu8NVbjy9RxLa-Zur3aoG4NkCFpD-GQKM_sQWNB7Xi3SOiCi8ukRC0beIVClqGtkuoCCwYfmXwnwC[root@local...
阅读全文
posted @ 2015-10-18 22:23 ChuckLu
阅读(760)
评论(0)
推荐(0)
CentOS升级git
摘要: 1.首先查看下当前的版本[root@localhost ~]# git --versiongit version 1.8.2.12.尝试进行升级[root@localhost ~]# yum update gitLoaded plugins: fastestmirrorLoading mirror ...
阅读全文
posted @ 2015-10-18 21:00 ChuckLu
阅读(2742)
评论(0)
推荐(0)
CentOS5.5上安装git
摘要: 1.尝试用yum安装git失败[root@localhost usr]# yum install gitLoaded plugins: fastestmirrorLoading mirror speeds from cached hostfile* addons: mirrors.aliyun.co...
阅读全文
posted @ 2015-10-18 20:39 ChuckLu
阅读(643)
评论(0)
推荐(0)
查看Linux系统的版本以及位数
摘要: 1.查看版本http://jingyan.baidu.com/article/215817f7e360bd1edb142362.html[root@localhost usr]# lsb_release -aLSB Version: :core-3.1-amd64:core-3.1-ia32:...
阅读全文
posted @ 2015-10-18 20:38 ChuckLu
阅读(318)
评论(0)
推荐(0)
上一页
1
···
346
347
348
349
350
351
352
353
354
···
399
下一页
公告