摘要:                    
private Bitmap ZoomImage(Bitmap bitmap, int destHeight, int destWidth) { try { System.Drawing.Image sourImage = bitmap; int width = 0, height = 0; //按                阅读全文
            
        随笔档案-2018年04月
C# ,asp.net 获取当前,相对,绝对路径
2018-04-28 15:41 by newbirth, 7412 阅读, 收藏,
摘要:                    
一、C#获取当前路径的方法: 1. System.Diagnostics.Process.GetCurrentProcess().MainModule.FileName -获取模块的完整路径。 2. System.Environment.CurrentDirectory -获取和设置当前目录(该进程                阅读全文
            
        
                    
                
浙公网安备 33010602011771号