wanghaiqing2015

Results 11 issues of wanghaiqing2015

Version: harbor-offline-installer-v1.4.0.tgz Api: GET /repositories/{repo_name}/tags # Get /repositories/tags def get_repository_tags(self, repo_name): result = None path = '%s://%s/api/repositories/tags?repo_name=%s' % ( self.protocol, self.host, repo_name)

not support windows?

sem_open failed and recreation attempts failed: No such file or directory this is error infomation [root@license-server ~]# export LD_PRELOAD="/root/libfaketime/src/libfaketime.so.1" [root@license-server ~]# export FAKETIME="2021-12-23 11:16:00" [root@license-server ~]# [root@license-server ~]# [root@license-server ~]#...

from flask_wtf import CsrfProtect CsrfProtect(app) from flask_jsonrpc import JSONRPC jsonrpc = JSONRPC(app, '/JOB/script/call/jsonrpc2') @jsonrpc.method('create_script_interface') def get( ): pass the result is : 400 Bad Request Bad Request The CSRF token...

thirdparty

For example, I want to share a session between xxx.com and blog.xxx.com.

[root@JgGLNy174584 etcd-browser]# go run cmd/etcd_browser.go go: finding github.com/golang/protobuf v0.0.0-20181128192352-1d3f30b51784 go: finding github.com/gogo/protobuf v0.0.0-20181010092945-fd322a3c4963 go: finding go.etcd.io/etcd v0.0.0-20181228175106-cc8d446a6ec3 go: golang.org/x/[email protected]: unrecognized import path "golang.org/x/net" (https fetch: Get https://golang.org/x/net?go-get=1: dial tcp 216.239.37.1:443:...

依赖的镜像太多了,能否优化一下呢

对asp不熟悉,不知道如何从何开始部署

cobbler server change port to 10080,use below command fail to get URL for profile.Should add http_port to URL path. command: koan --server=192.168.10.112 --port 10080 --virt --virt-name=main5 --virt-bridge=br0 --profile=centos7.4-x86_64 error message:...

bug

Port missing -> http://%s/cblr/svc/op/ks/profile if not self.system: profile_data["autoinst"] = "http://%s/cblr/svc/op/ks/profile/%s" % ( profile_data['http_server'], profile_data['name']) else: profile_data["autoinst"] = "http://%s/cblr/svc/op/ks/system/%s" % ( profile_data['http_server'], profile_data['name'])