Skip to content

Instantly share code, notes, and snippets.

View deneschen's full-sized avatar
🎯
Focusing

SomeOne deneschen

🎯
Focusing
View GitHub Profile
__declspec(dllexport) int test(int len)
{
return len;
}
//注意设置项目属性,编译win32的DLL
//注意也使用32位的Python安装包
import ctypes
#dll = ctypes.windll.LoadLibrary('ConsoleApplication1')
vi ~/.bashrc
修改.bashrc添加下面两行
alias tmux='tmux -2'
export TERM="screen-256color"
source一下~/.bashrc