原创 本博客不再更新,文章基本全部刪除掉了,廣告太多了,移步博客園

本博客不再更新,文章基本全部刪除掉了,廣告太多了,移步博客園

原创 Winform之MVP模式

引用WinFormsMvp.dll項目結構TestModel.csusing System; using System.Collections.Generic; using System.Linq; using System.Text;

原创 ABP框架頁面權限驗證

.netcore using System.Globalization; using Abp.Application.Features; using Abp.Authorization; using Abp.Configuration;

原创 asp.net mvc文件下載

string filePath = UploadDomain + "/" + file.FliePath; var fileDownloadName = file.Fli

原创 IIS配置跨域請求

1.通過IIS配置    2.通過Web.config配置 <system.webServer> <!--跨域請求,允許前端調試--> <httpProtocol> <customHeaders>

原创 C#計算文件大小

/// <summary> /// 計算文件大小函數(保留兩位小數),Size爲字節大小 /// </summary> /// <param name="Size">初始文

原创 bootstrap-notify.js

調用 Notify.info('Hello 銀龍')  var showMessage = function(type, message, duration) { var $exist = $('.bootstrap-noti

原创 IP庫查詢IP地址

1.純真IP庫 下載地址:http://www.cz88.net/fox/ IP數據庫:qqwry.dat 代碼,引用了第三方庫QQWry.1.0.20 QQWryIpSearch qQWryIpSearch =

原创 ASP.NET MVC5在阿里雲服務器iis7.5版本發佈

首先web.config添加 <configuration> <system.webServer> <modules runAllManagedModulesForAllRequests="true" /> </sys

原创 ASP.NET MVC備忘

身份驗證 方式一 using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace ZSZ.AdminWe

原创 ASP.NET Core MVC 2.x 全面教程 筆記

ASP.NET Core MVC 01. 創建項目 +項目結構和配置簡介   ASP.NET Core MVC 02. Web Host 的默認配置   ASP.NET Core MVC 03. 服務註冊和管道 服務註冊 

原创 SpringBoot入門,使用IDEA搭建SSM框架,數據庫SqlServer2017配置JDBC

 開發工具 Idea2018.3.1 破解版地址:https://blog.csdn.net/xiaocy66/article/details/83902477 先創建一個項目,File - New - Project 選擇Spring

原创 eclipse漢化,用了鏡像

1.eclipse安裝 eclipse下載地址:https://wiki.eclipse.org/Older_Versions_Of_Eclipse 我下載的是https://mirrors.tuna.tsinghua.edu.cn/

原创 BaseController

Base [HandlerLogin] public abstract class BaseController : Controller { public Log FileLog

原创 .NET開發框架集合(長期更新)

                                                             排名不分先後 ASP.NET快速開發框架 1.OSharpNS 簡介:輕量級.net core快速開發框架發佈