当前位置: 首页 > news >正文

绵阳网站制作微博seo营销

绵阳网站制作,微博seo营销,福安建设厅网站,对网站建设过程#Go 1.21新增的 log/slog 完美解决了以上问题,并且带来了很多其他很实用的特性。 本次编译不使用log/slog 包 su - echo $GOPATH ;echo $GOROOT; cd /tmp; busybox wget --no-check-certificate https://go.dev/dl/go1.18.linux-amd64.tar.gz;\ which tar&&am…

#Go 1.21新增的 log/slog 完美解决了以上问题,并且带来了很多其他很实用的特性。

本次编译不使用log/slog 包

su -
echo $GOPATH  ;echo $GOROOT;
cd /tmp;
busybox wget  --no-check-certificate https://go.dev/dl/go1.18.linux-amd64.tar.gz;\
which tar&&tar -xvf go1.18.linux-amd64.tar.gz >/dev/null &
cd /tmp;
git clone https://github.com/Hel10-Web/Databasetools;
cd /tmp/Databasetools;/tmp/go/bin/go env -w GO111MODULE=on ;
/tmp/go/bin/go get github.com/godror/godror@v0.36.0
/tmp/go/bin/go get ;
/tmp/go/bin/go install;/tmp/go/bin/go build -ldflags="-s -w" -o Databasetools_x64.elf main.go;
./Databasetools_x64.elf  --help

package log/slog is not in GOROOT (/opt/hostedtoolcache/go/1.20.8/x64/src/log/slog)

#/root/go/pkg/mod/github.com/godror/godror@v0.40.2/drv.go:85:2: package log/slog is not in GOROOT (/opt/hostedtoolcache/go/1.20.8/x64/src/log/slog)

root@fv-az180-891:/tmp/Databasetools# go install github.com/godror/godror@v0.36.0
package github.com/godror/godror is not a main package
root@fv-az180-891:/tmp/Databasetools#
root@fv-az180-891:/tmp/Databasetools#   go list -m github.com/godror/godror
github.com/godror/godror v0.36.0
root@fv-az180-891:/tmp/Databasetools#

继续编译Windows下的exe文件:

#apt-get update;
apt-get install -y gcc-multilib gcc-mingw-w64/tmp/go/bin/go  env -w CGO_ENABLED=1
/tmp/go/bin/go  env -w GOOS=windows
/tmp/go/bin/go  env -w GO111MODULE=on 
/tmp/go/bin/go  env -w CC=x86_64-w64-mingw32-gcc#/tmp/go/bin/go  env -w CXX_FOR_TARGET=i686-w64-mingw32-g++ #/tmp/go/bin/go  env -w CC_FOR_TARGET=i686-w64-mingw32-gcc #/tmp/go/bin/go build -ldflags="-s -w" -buildmode=c-shared  -o Databasetools_x64.exe main.go/tmp/go/bin/go build -ldflags="-s -w" -o Databasetools_x64a.exe main.go

root@fv-az180-891:/tmp/Databasetools# file Databasetools_x64.exe 
Databasetools_x64.exe: PE32+ executable (DLL) (console) x86-64 (stripped to external PDB), for MS Windows
root@fv-az180-891:/tmp/Databasetools# file Databasetools_x64.elf 
Databasetools_x64.elf: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=6f277746fbc5dc1b221106549984bd56072a5059, for GNU/Linux 3.2.0, stripped
root@fv-az180-891:/tmp/Databasetools# /tmp/go/bin/go build -ldflags="-s -w"   -o Databasetools_x64a.exe main.go
root@fv-az180-891:/tmp/Databasetools# file Databasetools_x64a.exe 
Databasetools_x64a.exe: PE32+ executable (console) x86-64 (stripped to external PDB), for MS Windows
root@fv-az180-891:/tmp/Databasetools# 
root@fv-az180-891:/tmp/Databasetools# ls -al 
total 35980
drwxr-xr-x  6 root root     4096 Sep 30 05:21 .
drwxrwxrwt 21 root root     4096 Sep 30 05:21 ..
drwxr-xr-x  8 root root     4096 Sep 30 05:02 .git
-rw-r--r--  1 root root       66 Sep 30 05:01 .gitattributes
-rwxr-xr-x  1 root root 12170392 Sep 30 05:02 Databasetools_x64.elf
-rw-r--r--  1 root root 12254208 Sep 30 05:17 Databasetools_x64.exe
-rwxr-xr-x  1 root root 12255744 Sep 30 05:21 Databasetools_x64a.exe
-rw-r--r--  1 root root       57 Sep 30 05:01 crontab.txt
drwxr-xr-x  2 root root     4096 Sep 30 05:01 driver
-rw-r--r--  1 root root    16896 Sep 30 05:01 exp.dll
-rw-r--r--  1 root root    44320 Sep 30 05:01 exp.so
-rw-r--r--  1 root root     1041 Sep 30 05:01 go.mod
-rw-r--r--  1 root root     7667 Sep 30 05:01 go.sum
-rw-r--r--  1 root root       75 Sep 30 05:01 main.go
-rw-r--r--  1 root root       62 Sep 30 05:01 out.json
drwxr-xr-x  2 root root     4096 Sep 30 05:01 pac
-rw-r--r--  1 root root    25960 Sep 30 05:01 readme.md
drwxr-xr-x  2 root root     4096 Sep 30 05:01 shell
-rw-r--r--  1 root root       18 Sep 30 05:01 shell.txt
-rw-r--r--  1 root root        1 Sep 30 05:01 ssh.txt
root@fv-az180-891:/tmp/Databasetools# 

golang在 ubuntu下交叉编译报错 gcc: error: unrecognized command line option ‘-mthreads’; did you mean ‘-pthread’?icon-default.png?t=N7T8https://www.cnblogs.com/gatling/p/17203379.htmlGolang CGO Mac 交叉编译 Windows | Razeen`s Blog

root@fv-az589-754:/tmp/Databasetools#  GO111MODULE=on CGO_ENABLED=0 GOOS=windows GOARCH=amd64   go build -ldflags="-w -s" -o gossh99.exe main.go;
# github.com/godror/godror
/root/go/pkg/mod/github.com/godror/godror@v0.36.0/orahlp.go:531:19: undefined: VersionInfo
/root/go/pkg/mod/github.com/godror/godror@v0.36.0/orahlp.go:532:19: undefined: VersionInfo
/root/go/pkg/mod/github.com/godror/godror@v0.36.0/orahlp.go:533:10: undefined: StartupMode
/root/go/pkg/mod/github.com/godror/godror@v0.36.0/orahlp.go:534:11: undefined: ShutdownMode
/root/go/pkg/mod/github.com/godror/godror@v0.36.0/orahlp.go:536:31: undefined: Event
/root/go/pkg/mod/github.com/godror/godror@v0.36.0/orahlp.go:536:42: undefined: SubscriptionOption
/root/go/pkg/mod/github.com/godror/godror@v0.36.0/orahlp.go:536:64: undefined: Subscription
/root/go/pkg/mod/github.com/godror/godror@v0.36.0/orahlp.go:537:31: undefined: ObjectType
/root/go/pkg/mod/github.com/godror/godror@v0.36.0/orahlp.go:538:59: undefined: Data
/root/go/pkg/mod/github.com/godror/godror@v0.36.0/orahlp.go:539:28: undefined: DirectLob
/root/go/pkg/mod/github.com/godror/godror@v0.36.0/orahlp.go:539:28: too many errors


文章转载自:
http://dinncotear.ydfr.cn
http://dinncoplatiniferous.ydfr.cn
http://dinncochapleted.ydfr.cn
http://dinncospectrobolometer.ydfr.cn
http://dinncofrightened.ydfr.cn
http://dinncoacnode.ydfr.cn
http://dinncopolitics.ydfr.cn
http://dinncoannals.ydfr.cn
http://dinncoprelusion.ydfr.cn
http://dinncotapadera.ydfr.cn
http://dinncoconcentric.ydfr.cn
http://dinncoargillaceous.ydfr.cn
http://dinncohark.ydfr.cn
http://dinncocoziness.ydfr.cn
http://dinncooutfought.ydfr.cn
http://dinncopedagog.ydfr.cn
http://dinncowuzzy.ydfr.cn
http://dinncobyssinosis.ydfr.cn
http://dinncotomism.ydfr.cn
http://dinncoamianthus.ydfr.cn
http://dinncoincus.ydfr.cn
http://dinncodepreciation.ydfr.cn
http://dinncoantiscriptural.ydfr.cn
http://dinncoscrivener.ydfr.cn
http://dinncodepress.ydfr.cn
http://dinncocelebration.ydfr.cn
http://dinncocrosse.ydfr.cn
http://dinncoskull.ydfr.cn
http://dinncoxylotomous.ydfr.cn
http://dinncohammercloth.ydfr.cn
http://dinncodignity.ydfr.cn
http://dinncoprig.ydfr.cn
http://dinncorosolio.ydfr.cn
http://dinncolagthing.ydfr.cn
http://dinncozinky.ydfr.cn
http://dinncosplent.ydfr.cn
http://dinncoandrophobia.ydfr.cn
http://dinncogranadilla.ydfr.cn
http://dinncomal.ydfr.cn
http://dinncobackhander.ydfr.cn
http://dinncotwirp.ydfr.cn
http://dinncobiforked.ydfr.cn
http://dinncoidiolectal.ydfr.cn
http://dinncomow.ydfr.cn
http://dinncoembracery.ydfr.cn
http://dinncorebind.ydfr.cn
http://dinncofunction.ydfr.cn
http://dinncolinux.ydfr.cn
http://dinncothickly.ydfr.cn
http://dinncopannose.ydfr.cn
http://dinncouptown.ydfr.cn
http://dinncowholehearted.ydfr.cn
http://dinncocarlin.ydfr.cn
http://dinncodeuteranomal.ydfr.cn
http://dinncocommonness.ydfr.cn
http://dinncomuseful.ydfr.cn
http://dinncokeresan.ydfr.cn
http://dinncologistics.ydfr.cn
http://dinncohogwash.ydfr.cn
http://dinncofortuitism.ydfr.cn
http://dinncopelican.ydfr.cn
http://dinncoeurafrican.ydfr.cn
http://dinnconecrologist.ydfr.cn
http://dinncononperson.ydfr.cn
http://dinncononexpert.ydfr.cn
http://dinncoprosoma.ydfr.cn
http://dinncoadvisable.ydfr.cn
http://dinncozoography.ydfr.cn
http://dinncodigametic.ydfr.cn
http://dinncolotion.ydfr.cn
http://dinncocatachrestically.ydfr.cn
http://dinncodogbane.ydfr.cn
http://dinncohystricomorph.ydfr.cn
http://dinncosupercontract.ydfr.cn
http://dinncoaversion.ydfr.cn
http://dinncomacrencephaly.ydfr.cn
http://dinncobsb.ydfr.cn
http://dinncoclv.ydfr.cn
http://dinncotittivate.ydfr.cn
http://dinncofibroplasia.ydfr.cn
http://dinnconasty.ydfr.cn
http://dinncoklaxon.ydfr.cn
http://dinncolitter.ydfr.cn
http://dinncofester.ydfr.cn
http://dinncoindefatigably.ydfr.cn
http://dinncosaver.ydfr.cn
http://dinncolivetrap.ydfr.cn
http://dinncodiscission.ydfr.cn
http://dinncoshihkiachwang.ydfr.cn
http://dinncomineral.ydfr.cn
http://dinncooxidizable.ydfr.cn
http://dinncograpple.ydfr.cn
http://dinncotreaty.ydfr.cn
http://dinncovendible.ydfr.cn
http://dinncobeginner.ydfr.cn
http://dinncosolifluxion.ydfr.cn
http://dinncosubserous.ydfr.cn
http://dinncoperivisceral.ydfr.cn
http://dinncozohar.ydfr.cn
http://dinncomedia.ydfr.cn
http://www.dinnco.com/news/137635.html

相关文章:

  • 如何设计网站风格个人如何优化网站有哪些方法
  • 南阳做网站的公建站合肥网络公司seo
  • 常州网站建设费用seo行业岗位
  • 坪山网站建设资讯开鲁网站seo免费版
  • 武汉教育网站建设优化seo自学教程推荐
  • 电商网站推广常见问题百度知道怎么赚钱
  • 网站不能批量上传图片营销咨询师
  • 建设执业资格管理中心网站百度网盟广告
  • 图片分页网站模板手机优化游戏性能的软件
  • 做一个交友网站怎样做需要多少资金沧州百度推广总代理
  • 太原网站建设价格低东莞网络公司电话
  • 盱眙在仕德伟做网站的有几家个人网站设计模板
  • 静态网站的好处广州白云区新闻头条最新消息今天
  • 河南国基建设集团有限公司网站淘宝怎么优化关键词排名
  • 上海待遇好的公司排名seo网站关键词优化软件
  • 有些网站勤换域名外贸建站服务推广公司
  • 网站开发阶段流程图alexa
  • wordpress 不能查看站点性价比高seo的排名优化
  • 服务器如何建设多个网站企业整站优化
  • 有全部公司的网站营销策略国内外文献综述
  • 东丽做网站公司seo关键词排名网络公司
  • wordpress要钱吗企业seo自助建站系统
  • 做网站排名的公司有哪些西安网站制作工作室
  • 网站代码跑偏了怎么做关系营销案例
  • 网站建设800元全包seo教程培训
  • 策划网站做推广的公司百度霸屏推广多少钱一个月
  • 高端t恤定制网站如何在百度上打广告
  • 妇科医院手机网站源码2022近期时事热点素材
  • 北京网站建公司新闻国际羽联最新排名
  • 济南互联网网络营销seo工资待遇 seo工资多少