All Projects → timzzx → BlogSearch

timzzx / BlogSearch

Licence: GPL-3.0 license
博客查询查看器

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to BlogSearch

moonwalk
Walk the working directory towards the root recursively
Stars: ✭ 16 (-23.81%)
Mutual labels:  walk
glob
Pure Nim library for matching file paths against Unix style glob patterns.
Stars: ✭ 58 (+176.19%)
Mutual labels:  walk
faster-than-walk
Faster recursive directory walk on Python 3
Stars: ✭ 36 (+71.43%)
Mutual labels:  walk
pagser
Pagser is a simple, extensible, configurable parse and deserialize html page to struct based on goquery and struct tags for golang crawler
Stars: ✭ 82 (+290.48%)
Mutual labels:  goquery
Goquery
A little like that j-thing, only in Go.
Stars: ✭ 10,931 (+51952.38%)
Mutual labels:  goquery
readdir
Recursively read a directory, blazing fast. Use with picomatch or micromatch to match globs.
Stars: ✭ 37 (+76.19%)
Mutual labels:  walk
bem-sdk
BEM SDK packages
Stars: ✭ 83 (+295.24%)
Mutual labels:  walk
ConfigurationTools
基于go语言,GUI类库walk,实现windows 桌面版配置工具
Stars: ✭ 19 (-9.52%)
Mutual labels:  walk

BlogSearch

用golang walk写的一款博客搜索查看的windows下的GUI软件。

功能比较简单。

1.有五个博客网站可以查询 2.翻页功能 3.有收藏功能

-界面

输入图片说明

输入图片说明

上面是编译好的软件界面。

之前写过一个简书查询的软件过于简陋,有一些bug,使用起来不是很方便。 我就想到写个集合几个blog网站带收藏功能的软件,这就有了博客查询这个小软件。

题外话:写这个软件就是为了更好的学习golang,用之编写第一个GUI的应用,不做商业用途,只为学习golang,并且是写一个有 一点点 价值的软件。(以前一直写web /(ㄒoㄒ)/~~)

运行需要

golang版本需要1.8以上 go get github.com/lxn/walk go get github.com/akavel/rsrc

执行

go build -ldflags="-H windowsgui"

或者

go build

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].