DocHub icon indicating copy to clipboard operation
DocHub copied to clipboard

参考百度文库,使用Beego(Golang)开发的开源文库系统

Results 61 DocHub issues
Sort by recently updated
recently updated
newest added

平台: OSX 10.15.2 GO: go1.12.5 darwin/amd64 代码分支: master 步骤: 1. git clone代码到本地; 2. 代码根目录创建go.mod文件,里面添加一行内容"module github.com/TruthHun/DocHub" 3. 执行go build 报错信息如下: > $ go build > go: finding golang.org/x/time/rate latest > go:...

如题所说,试了下2.3版本是可以通过浏览器打印出整个页面的,百度文库打印整个页面会显示空白页,不知道能否增加这个功能,谢谢

请问支持并发访问么?单机不考虑带宽和配置的话,大概的并发量多少呢?

1. 启用go mod 2. 登陆方式支持LDAP接入

通过 docker 部署 dochub,在 dochub 的容器中已经通过 mysql 客户端确认可以通过填写的 IP、用户名、密码正常登录 mysql 服务器。 填写所有信息后提交时系统报错 “数据库连接失败:this authentication plugin is not supported” 。

您好,我需要能够检索文件的内容,但是我查了了代码之后发现只有将Title,Keywords,Description等存入ES中,但是我在演示Demo上看到是可以使用内容进行搜索的,我使用的代码是最新的master, commit hash dd28a31bcdb3927fc734e29dc3ec4e5154dd4e1c ` es = append(es, ElasticSearchData{ Id: helper.Interface2Int(param["Id"]), Title: param["Title"].(string), Keywords: param["Keywords"].(string), Description: param["Description"].(string), Vcnt: helper.Interface2Int(param["Vcnt"]), Ccnt: helper.Interface2Int(param["Ccnt"]), Dcnt: helper.Interface2Int(param["Dcnt"]), Score: helper.Interface2Int(param["Score"]), Size: helper.Interface2Int(param["Size"]), Page: helper.Interface2Int(param["Page"]), DocType:...

通过go get .安装依赖包,报如上的错误,请问是缺少什么依赖 附:使用go mod安装依赖包

发现用户可以通过上传文档来获取收益,那么就需要注意作者权利。 希望不要引起法律纠纷。

2018/09/28 07:16:52.293 [E] [Install.go:123] 初始化友链数据失败:Error 1146: Table 'dochub.hc_friend' doesn't exist 2018/09/28 07:16:52.301 [E] [ConfigModel.go:69] 查询全局配置失败,config表中全局配置信息为空