第一部分: 安装 1.下载地址:https://www.git-scm.com/download/win 2.点击安装,下一步直到以下界面. 建议: 按照上面所示方式选中复选框 3.点击下一步,直到出现以下界面 建议: 这个页面是选择git使用的命令行, 建议使用第一个git自带的; 4.点击下一步, 直到出现下面这个页面 建议: 这个是选择行结束符, ...
第一部分: 安装 1.下载地址:https://www.git-scm.com/download/win 2.点击安装,下一步直到以下界面. 建议: 按照上面所示方式选中复选框 3.点击下一步,直到出现以下界面 建议: 这个页面是选择git使用的命令行, 建议使用第一个git自带的; 4.点击下一步, 直到出现下面这个页面 建议: 这个是选择行结束符, ...
在https://www.apachelounge.com/download/下载httpd-2.4.51-win64-VS16.zip,解压缩其至D:\httpd-2.4.51-win64-VS16。然后修改配置文件D:\httpd-2.4.51-win64-VS16\Apache24\conf\httpd.conf,改动如下(参考https://git-scm.com/book/en/v2/Git-on-the-Server-Smart-HTTP): (1)修改 Define SRVROOT...
一、 安装IBM Installation Manager 安装过程略 二、 使用IBM Installation Manager安装IBM HTTP server 解压IHS包 将WAS_V8.5.5_SUPPL_1_OF_3.zip、WAS_V8.5.5_SUPPL_2_OF_3.zip、WAS_V8.5.5_SUPPL__OF_3.zip 解压 打开IBM Installation Manage工具 添加repository.config文件 repository.config在上一步解压...
win32/slaveinfo/slaveinfo.c diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a5eb313 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "SOEM"] + path = SOEM + url = https://github.com/OpenEtherCATsociety/SOEM.git diff --git a/READ...
('https://www.google.com')\n", "dfs[0]" ] }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 19, "metadata": {}, "outputs": [ { @@ -706,7 +771,7 @@ "3 Fishing 6" ] }, - "execution_count": 32, + "execution_count": 19, "metadata": ...
git-config(1) Manual Page http://www.kernel.org/pub/software/scm/git/docs/git-config.html Git-vim http://github.com/motemen/git-vim/tree/master Git 中文教程_1 http://blog.sina.com.cn/s/blog_4ef8be9f0100f0gi.html Git 中文教程_2 ...
参考地址: http://nginx.org/en/docs/howto_build_on_win32.html https://www.cnblogs.com/iamyuxing/p/10883626.html 我在git上传了已经编译好的带有:http_gzip_static_module模块的
可以git clone下来cfgi2第三方库 git clonehttps://github.com/FastCGI-Archives/fcgi2.git 进入D:\workspace\KagulaFCGI\fcgi2\Win32 找到fcgi2的项目文件, 使用Visual Studio打开后进行编译, 如果一切顺利会生成 D:\workspace\KagulaFCGI\fcgi2\libfcgi\Debug\libfcgi.dll ...
git config --global user.name userName git config --global user.email userEmail 使用HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作 Username for 'https://gitee.com': userName Password for 'https://userName@gitee.com...