摘要:
在SQLite官网下载原始预编译包。 Precompiled Binaries for the .NET Standard 2.1 创建一个ASP.NET Core项目 项目添加预编译包解压缩后的引用 System.Data.SQLite.dll 随意代码 Con = new SQLiteConne 阅读全文
摘要:
可能原因:SELinux限制了Apache的端口设置 # semanage port -l | grep http -bash: semanage: command not found 如果出现semanage: command not found信息,则需要安装semanage yum -y in 阅读全文
摘要:
using (System.IO.MemoryStream ms = new System.IO.MemoryStream()) { using (System.IO.StreamWriter writer = new System.IO.StreamWriter(ms, Encoding.GetE 阅读全文