摘要:
The UpdateWindow function updates the client area of the specified window by sending a WM_PAINT message to the window if the window's update region is 阅读全文
摘要:
“Debug” and “Release” are actually just two labels for a whole slew of settings that can affect your build and debugging. In “Debug” mode you ... 阅读全文
摘要:
Add src as a source content root: Then make sure to add add sources to your PYTHONPATH: Now imports will be resolved: Add src as a source content root 阅读全文
摘要:
#coding = utf-8 ''' Created on 2015年5月28日 二进制、八进制、十进制、十六进制之间进行相互转换 ''' class nsc(): hex_num={0:'0',1:'1',2:'2',3:'3',4:'4',5:'5',6:'6',7:'7',8:'8',9:' 阅读全文