摘要:
1,打开cmd安装PyQt5 2,PyQt5不再提供Qt Designer等工具,所以需要再安装pyqt5-tools 3,打开Pycharm,进入设置,添加外部工具 4,实现QtDesigner快捷使用,点击加号,编辑该工具 Program: C:\Program Files\Python36\L 阅读全文
摘要:
系统及软件版本 Windows Server 2012 Standard IIS 8.0 Anaconda3 4.0.0 64位 (搭载python3.5.1) Django 1.10.1 1. 可运行的django网站 首先确保自己的django网站在服务器上可以通过命令行 runserver 正 阅读全文
摘要:
string tempImagePath = Application.StartupPath; string temp = tempImagePath + "\\CurrentScreenImage"; Directory.CreateDirectory(@temp); Image i = new Bitmap(this.Width, this.Height); Graphics g = Graphics.FromImage(i); g.CopyFromScreen(new Point... 阅读全文
摘要:
c#与api类型对照表BOOL=System.Int32BOOLEAN=System.Int32BYTE=System.UInt16CHAR=System.Int16COLORREF=System.UInt32DWORD=System.UInt32DWORD32=System.UInt32DWORD64=System.UInt64FLOAT=System.FloatHACCEL=System.IntPtrHANDLE=System.IntPtrHBITMAP=System.IntPtrHBRUSH=System.IntPtrHCONV=System.IntPtrHCONVLIST=System 阅读全文