05 2020 档案

iis搭建的ftp服务器在windows下无法访问备忘
摘要:原文:https://blog.csdn.net/china_skag/article/details/7278923 当您使用FTP上传数据的时候,经常会遇到“打开FTP”无权限的提示,这是由于您的浏览器设置了防火墙的缘故,下面是正确的设置流程:1. 首先打开一个IE浏览器(如果打开了多个浏览器, 阅读全文

posted @ 2020-05-29 13:51 空明流光 阅读(1108) 评论(0) 推荐(0) 编辑

查询并验证 TransactionScope 隔离级别
摘要:void Main() { this.ExecuteQuery<string>(@"SELECT CASE transaction_isolation_level WHEN 0 THEN 'Unspecified' WHEN 1 THEN 'ReadUncommitted' WHEN 2 THEN 阅读全文

posted @ 2020-05-26 11:56 空明流光 阅读(271) 评论(0) 推荐(0) 编辑

c#生成base64编码的图片验证码
摘要:using System; using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using System.IO; u 阅读全文

posted @ 2020-05-25 11:46 空明流光 阅读(785) 评论(0) 推荐(0) 编辑

.net 让编译成AnyCPU的程序在64位操作系统下以32位运行的方法
摘要:如果是iis,可以动态调整一个应用程序池选项就可以。但如果是winform就比较麻烦了,那就是使用CorFlags.exe,动态更改程序集的运行头,更改启动程序集就可以了。可能得借助bat,可实现让用户使用时无感。 使用方法如下(摘录微软官方的文档): The CorFlags Conversion 阅读全文

posted @ 2020-05-22 17:17 空明流光 阅读(877) 评论(0) 推荐(0) 编辑

Cent OS vsftp 配置
摘要:安装步骤: 1.Install vsftpdyum install vsftpd ftp -y 2.Configure vsftpdEdit vsftpd configuration file /etc/vsftpd/vsftpd.confFind the following lines and m 阅读全文

posted @ 2020-05-06 16:47 空明流光 阅读(235) 评论(0) 推荐(0) 编辑

导航