上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
摘要: GIT项目提交之前,在跟目录创建.gitignore文件,然后填写以下内容。 ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons 阅读全文
posted @ 2022-04-06 11:18 PrintY 阅读(660) 评论(0) 推荐(0) 编辑
摘要: # 导出所有应用程序池 %windir%\system32\inetsrv\appcmd list apppool /config /xml > c:\apppools.xml # 导入所有应用程序池 %windir%\system32\inetsrv\appcmd add apppool /in 阅读全文
posted @ 2022-04-06 09:45 PrintY 阅读(128) 评论(0) 推荐(0) 编辑
摘要: redis 版本:Redis-x64-5.0.14.1 winserver服务器上,部署了redis,但是怎么都访问不了,在redis所在服务器上通过127.0.0.1是可以访问,在其他机器上访问一堆问题.... 处理方式如下图: 改完以后测试下: redis-server.exe redis.wi 阅读全文
posted @ 2022-03-30 17:44 PrintY 阅读(686) 评论(0) 推荐(0) 编辑
摘要: 1、右击“链接服务器”,选择“新建链接服务器” 然后如图所示:第一个框,填写链接名称,随便写就行。第二个框填写服务器IP地址,当然也可以写域名。 2、填写目标数据库服务器帐号密码 3、加上LINK使用 SELECT * FROM LINK01.[PRINTYDB].[dbo].[User] 阅读全文
posted @ 2022-03-30 11:02 PrintY 阅读(744) 评论(0) 推荐(0) 编辑
摘要: 受人之托,写个鸡肋博客~,for 二黑 ,PS:黑不是你的错,又黑又胖就是你不对了~ 1、创建SqlHelper类 查看代码 /// <summary> /// ado.net方式执行sql语句 /// Print.Y /// </summary> public class SqlHelper { 阅读全文
posted @ 2022-03-29 09:27 PrintY 阅读(521) 评论(0) 推荐(0) 编辑
摘要: 使用管理员身份运行cmd 应用程序池: # 导出所有应用程序池 %windir%\system32\inetsrv\appcmd list apppool /config /xml > c:\apppools.xml # 导入所有应用程序池 %windir%\system32\inetsrv\app 阅读全文
posted @ 2022-03-24 10:30 PrintY 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 1、Docker支持 创建项目,勾选“Docker支持”,如果未勾选则如下图所示操作下。 2、Dockerfile 选择“始终复制” 然后修改下Dockerfile文件,注释掉多余内容,如果不注释在打包成镜像的时候会提示找不到文件。这个文件最好是按照我这个来,亲测可用。 3、发布项目 和正常发布一样 阅读全文
posted @ 2022-03-23 18:16 PrintY 阅读(2387) 评论(2) 推荐(1) 编辑
摘要: 本地已有项目,远程服务器上也创建好git路径,现在需要将本地项目上传至git。 #右键项目文件夹,选择“git create repository here”,创建git本地仓储 #进入项目文件夹,初始化一个Git仓库 git init #加入当前目录下所有文件放入临时状态/暂存区(Staging) 阅读全文
posted @ 2022-03-23 10:16 PrintY 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 虚拟机CentOS7 键入命令行 ip addr 不显示IP地址 1、修改网卡配置 vi /etc/sysconfig/network-scripts/ifcfg-ens32 如果文件内容空,则改成 ifcfg-ens33 2、修改文件 改成yes 3、重启网络服务 systemctl restar 阅读全文
posted @ 2022-03-22 15:48 PrintY 阅读(640) 评论(0) 推荐(1) 编辑
摘要: 系统环境:阿里云服务器 CentOS Linux release 7.9.2009 (Core) 1、Docker安装 1.1 查看系统版本+系统内核版本 cat /etc/centos-releaseuname -a 1.2 安装yum sudo yum install -y yum-utils 阅读全文
posted @ 2022-03-18 18:48 PrintY 阅读(169) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页