https://github.com/csg2008/swa
数据通天下 - 快捷报关数据传输助手
https://github.com/csg2008/swa
walk windows wingui
Last synced: about 1 year ago
JSON representation
数据通天下 - 快捷报关数据传输助手
- Host: GitHub
- URL: https://github.com/csg2008/swa
- Owner: csg2008
- Created: 2018-04-25T14:42:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T09:16:50.000Z (about 8 years ago)
- Last Synced: 2025-03-30T08:11:06.320Z (about 1 year ago)
- Topics: walk, windows, wingui
- Language: Go
- Size: 103 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 说明
基于 walk(github.com/lxn/walk) 的 Windows 图形界面客户端工具,实现从网站端下载单一窗口报文到单一窗口导入客户端文件夹并把回执上传到服务器端。
# 程序编译
~~~ shell
# 编译资源文件
windres -o swa.syso ./res/swa.rc
# 编译当前系统对应的构架版本
go build -ldflags="-H windowsgui -linkmode internal -w"
# 编译 32 位版
GOARCH=386 go build -ldflags="-H windowsgui -linkmode internal -w"
~~~