摘要:
Setup FTP Server on CentOS 7 Install vsftpd vsftpd (Very Secure File Transport Protocol Daemon) is a secure, fast FTP server for Unix/Linux systems. # 阅读全文
随笔档案-2017年03月
CentOS配置apache多站点设置
2017-03-14 21:37 by Wizardlsw, 462 阅读, 收藏, 编辑
摘要:
配置文件目录: /etc/httpd/conf.d /etc/httpd/conf/httpd.conf 错误日志文件在哪里? 网站文件目录: /var/www/html (Ubuntu/Centos)apache多站点配置 http://www.jb51.net/article/98100.htm 阅读全文
.NET CORE 使用Dapper连接MSSQL,MYSQL
2017-03-10 17:39 by Wizardlsw, 2918 阅读, 收藏, 编辑
摘要:
Project file: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>netcoreapp1.1</TargetFramework> </Proper 阅读全文
MSSQL
2017-03-08 22:13 by Wizardlsw, 181 阅读, 收藏, 编辑
摘要:
http://sqlhints.com/2014/04/13/how-to-check-if-a-table-exists-in-sql-server/ 阅读全文
Dapper
2017-03-07 23:06 by Wizardlsw, 113 阅读, 收藏, 编辑
摘要:
https://github.com/StackExchange/Dapper 阅读全文