cgo:cc1.exe: sorry, unimplemented: 64-bit mode not compiled in


1.背景

在安装github.com/mattn/go-sqlite3时,执行命令:

go get -v -x github.com/mattn/go-sqlite3

输出如下:

$ go get -v -x github.com/mattn/go-sqlite3
# get https://goproxy.io/github.com/@v/list
# get https://goproxy.io/github.com/mattn/go-sqlite3/@v/list
# get https://goproxy.io/github.com/mattn/@v/list
# get https://goproxy.io/github.com/mattn/go-sqlite3/@v/list: 200 OK (0.235s)
# get https://goproxy.io/github.com/@v/list: 404 Not Found (0.236s)
# get https://goproxy.io/github.com/mattn/@v/list: 404 Not Found (0.236s)
go: downloading github.com/mattn/go-sqlite3 v1.14.7
# get https://goproxy.io/github.com/mattn/go-sqlite3/@v/v1.14.7.zip
# get https://goproxy.io/github.com/mattn/go-sqlite3/@v/v1.14.7.zip: 200 OK (0.093s)
WORK=C:\Users\EB\AppData\Local\Temp\go-build1410891463
github.com/mattn/go-sqlite3
mkdir -p $WORK\b001\
cd C:\Users\EB\Desktop\gopath\pkg\mod\github.com\mattn\go-sqlite3@v1.14.7
TERM='dumb' CGO_LDFLAGS='"-g" "-O2" "-lmingwex" "-lmingw32"' "C:\\Program Files\\Go\\pkg\\tool\\windows_amd64\\cgo.exe" -objdir
"$WORK\\b001\\" -importpath github.com/mattn/go-sqlite3 -- -I "$WORK\\b001\\" -g -O2 -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_T
HREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEP
RECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations "-IC:\\Users\\EB\\De
sktop\\gopath\\pkg\\mod\\github.com\\mattn\\go-sqlite3@v1.14.7" -fno-stack-check -fno-stack-protector -mno-stack-arg-probe "C:\\
Users\\EB\\Desktop\\gopath\\pkg\\mod\\github.com\\mattn\\go-sqlite3@v1.14.7\\backup.go" "C:\\Users\\EB\\Desktop\\gopath\\pkg\\mo
d\\github.com\\mattn\\go-sqlite3@v1.14.7\\callback.go" "C:\\Users\\EB\\Desktop\\gopath\\pkg\\mod\\github.com\\mattn\\go-sqlite3@
v1.14.7\\error.go" "C:\\Users\\EB\\Desktop\\gopath\\pkg\\mod\\github.com\\mattn\\go-sqlite3@v1.14.7\\sqlite3.go" "C:\\Users\\EB\
\Desktop\\gopath\\pkg\\mod\\github.com\\mattn\\go-sqlite3@v1.14.7\\sqlite3_context.go" "C:\\Users\\EB\\Desktop\\gopath\\pkg\\mod
\\github.com\\mattn\\go-sqlite3@v1.14.7\\sqlite3_load_extension.go" "C:\\Users\\EB\\Desktop\\gopath\\pkg\\mod\\github.com\\mattn
\\go-sqlite3@v1.14.7\\sqlite3_opt_userauth_omit.go" "C:\\Users\\EB\\Desktop\\gopath\\pkg\\mod\\github.com\\mattn\\go-sqlite3@v1.
14.7\\sqlite3_type.go" "C:\\Users\\EB\\Desktop\\gopath\\pkg\\mod\\github.com\\mattn\\go-sqlite3@v1.14.7\\sqlite3_usleep_windows.
go" "C:\\Users\\EB\\Desktop\\gopath\\pkg\\mod\\github.com\\mattn\\go-sqlite3@v1.14.7\\sqlite3_windows.go"
# github.com/mattn/go-sqlite3
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

错误:cc1.exe: sorry, unimplemented: 64-bit mode not compiled in


2.环境

gcc、g++相关:

EB@DESKTOP-K45IA6V MINGW64 ~/Desktop/test1280
$ gcc --version
gcc.exe (MinGW.org GCC-6.3.0-1) 6.3.0
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.EB@DESKTOP-K45IA6V MINGW64 ~/Desktop/test1280
$ g++ --version
g++.exe (MinGW.org GCC-6.3.0-1) 6.3.0
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.EB@DESKTOP-K45IA6V MINGW64 ~/Desktop/test1280
$ gcc -v
Using built-in specs.
COLLECT_GCC=D:\app\MinGW\bin\gcc.exe
COLLECT_LTO_WRAPPER=d:/app/mingw/bin/../libexec/gcc/mingw32/6.3.0/lto-wrapper.exe
Target: mingw32
Configured with: ../src/gcc-6.3.0/configure --build=x86_64-pc-linux-gnu --host=mingw32 --target=mingw32 --with-gmp=/mingw --with
-mpfr --with-mpc=/mingw --with-isl=/mingw --prefix=/mingw --disable-win32-registry --with-arch=i586 --with-tune=generic --enable
-languages=c,c++,objc,obj-c++,fortran,ada --with-pkgversion='MinGW.org GCC-6.3.0-1' --enable-static --enable-shared --enable-thr
eads --with-dwarf2 --disable-sjlj-exceptions --enable-version-specific-runtime-libs --with-libiconv-prefix=/mingw --with-libintl
-prefix=/mingw --enable-libstdcxx-debug --enable-libgomp --disable-libvtv --enable-nls
Thread model: win32
gcc version 6.3.0 (MinGW.org GCC-6.3.0-1)EB@DESKTOP-K45IA6V MINGW64 ~/Desktop/test1280
$ g++ -v
Using built-in specs.
COLLECT_GCC=D:\app\MinGW\bin\g++.exe
COLLECT_LTO_WRAPPER=d:/app/mingw/bin/../libexec/gcc/mingw32/6.3.0/lto-wrapper.exe
Target: mingw32
Configured with: ../src/gcc-6.3.0/configure --build=x86_64-pc-linux-gnu --host=mingw32 --with-gmp=/mingw --with-mpfr=/mingw --wi
th-mpc=/mingw --with-isl=/mingw --prefix=/mingw --disable-win32-registry --target=mingw32 --with-arch=i586 --enable-languages=c,
c++,objc,obj-c++,fortran,ada --with-pkgversion='MinGW.org GCC-6.3.0-1' --enable-static --enable-shared --enable-threads --with-d
warf2 --disable-sjlj-exceptions --enable-version-specific-runtime-libs --with-libiconv-prefix=/mingw --with-libintl-prefix=/ming
w --enable-libstdcxx-debug --with-tune=generic --enable-libgomp --disable-libvtv --enable-nls
Thread model: win32
gcc version 6.3.0 (MinGW.org GCC-6.3.0-1)

注意:

此处gcc、g++的Target均为:mingw32。

这代表此处的gcc、g++可执行文件都是32bit,因为基于MinGW编译的程序都是32bit的。

Although programs produced under MinGW are 32-bit executables, they can be used both in 32 and 64-bit versions of Windows.
https://en.wikipedia.org/wiki/MinGW

Go相关:

EB@DESKTOP-K45IA6V MINGW64 ~/Desktop/test1280
$ go env
set GO111MODULE=on
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\EB\AppData\Local\go-build
set GOENV=C:\Users\EB\AppData\Roaming\go\env
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMODCACHE=C:\Users\EB\Desktop\gopath\pkg\mod
set GONOPROXY=<gitlab,马赛克>
set GONOSUMDB=<gitlab,马赛克>
set GOOS=windows
set GOPATH=C:\Users\EB\Desktop\gopath;D:\workspace\gopath
set GOPRIVATE=<gitlab,马赛克>
set GOPROXY=https://goproxy.io
set GOROOT=C:\Program Files\Go
set GOSUMDB=off
set GOTMPDIR=
set GOTOOLDIR=C:\Program Files\Go\pkg\tool\windows_amd64
set GOVCS=
set GOVERSION=go1.16.4
set GCCGO=gccgo
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=C:\Users\EB\Desktop\test1280\go.mod
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\EB\AppData\Local\Temp\go-build2764431276=/tmp/go-bu
ild -gno-record-gcc-switches

3.解决

3.1.安装mingw-w64

下载mingw-w64,安装64bit的gcc、g++(工具集)。

https://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/

可选安装方式:

3.1.1.使用Online Installer安装:

此种安装方式最常见,通常下一步即可。


如果通过Online Installer安装仍有问题,请确认:
When running mingw-64-install.exe, you have to choose the x86_64 architecture on the settings screen. With this architecture, 64-bit is also the default target.
参考:
https://stackoverflow.com/questions/38589886/sorry-unimplemented-64-bit-mode-not-compiled-in

3.1.2.使用源码安装:

这种安装方式是通过源码编译生成mingw-w64,我没有尝试过。

3.1.3.使用可执行文件包安装:

这种安装方式,是在特定平台,预编译源码生成二进制文件,已经包含可执行文件。

下载链接:

https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-posix/seh/x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z

我们选择第三种,直接下载已经预编译好的安装包,进行安装mingw-w64。

下载文件成功后,得到文件:x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z。

将其解压缩到:D:\app\mingw64。

3.1.4.查看

查看已安装的可执行文件:

EB@DESKTOP-K45IA6V MINGW64 /d/app/mingw64/bin
$ ll c++.exe cpp.exe g++.exe gcc.exe gdb.exe ld.exe nm.exe objdump.exe
-rwxr-xr-x 1 EB 197609 1958400 May 12  2018 c++.exe*
-rwxr-xr-x 1 EB 197609 1956352 May 12  2018 cpp.exe*
-rwxr-xr-x 1 EB 197609 1958400 May 12  2018 g++.exe*
-rwxr-xr-x 1 EB 197609 1955328 May 12  2018 gcc.exe*
-rwxr-xr-x 1 EB 197609   59605 May 12  2018 gdb.exe*
-rwxr-xr-x 1 EB 197609 1489408 May 12  2018 ld.exe*
-rwxr-xr-x 1 EB 197609 1067008 May 12  2018 nm.exe*
-rwxr-xr-x 1 EB 197609 2285056 May 12  2018 objdump.exe*

3.2.修改环境变量

修改环境变量PATH,新增D:\app\mingw64\bin搜索路径并提升至最高优先级。

查看:

在PATH中的多个目录中找到gcc、g++,但是D:\app\mingw64\bin\gcc.exe(64bit)优先级最高。

Microsoft Windows [版本 10.0.17763.107]
(c) 2018 Microsoft Corporation。保留所有权利。C:\Users\EB>where gcc
D:\app\mingw64\bin\gcc.exe
D:\app\MinGW\bin\gcc.exe

版本:

C:\Users\EB>gcc --version
gcc (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.C:\Users\EB>g++ --version
g++ (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.C:\Users\EB>gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=D:/app/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '
Thread model: posix
gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)C:\Users\EB>g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=D:/app/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '
Thread model: posix
gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)

非全路径默认执行gcc、g++,按搜索优先级,执行的是D:\app\mingw64\bin\中的可执行文件:

Target均变成了x86_64-w64-mingw32(x86_64,即64bit)。

3.3.关闭终端重试

如果是在终端,如bash、sh、cmd.exe中,则关闭终端,重试。

如果是在idea-GoLand中打开终端,重启idea-GoLand,打开终端,重试。

执行成功:


思考:

重启终端、重启idea-GoLand,本质都是重启进程。

修改了环境变量,只是改了一个文件,只有重新fork进程时,环境变量才可以更新生效。

类似Unix中的.profile/.bash_profile。


4.原因

cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

4.1.分析

1.gcc、g++工具有被安装,否则将会报错找不到cc1.exe命令;
2.gcc、g++工具是32bit的,而使用的Go是64bit的;

4.2.原因

不能用64bit的Go调用32bit的cc1.exe:

You use 64-bit Go, so you have to install 64-bit (mingw-w64) for cgo.

https://stackoverflow.com/questions/39615419/go-get-error-cc1-exe-sorry-unimplemented-64-bit-mode-not-compiled-in

我的gcc、g++工具都是基于MinGW安装,其为32bit的,而我的go是64bit的。

PS:

基于MinGW生成的可执行程序都是32bit的。

一般情况下,32bit可执行文件是可以在32bit或64bit的操作系统中执行。

4.3.解决方法

安装64bit的gcc、g++工具。例如,可以通过MinGW-w64安装。

MinGW-w64:MinGW-w64 - for 32 and 64 bit Windows

The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems.

https://sourceforge.net/projects/mingw-w64/

MinGW-w64是类似MinGW的工具集,区别:

32bit 64bit
MinGW 支持
MinGW-w64 支持 支持

更多参考:
https://github.com/FrankHB/pl-docs/blob/master/zh-CN/mingw-vs-mingw-v64.md
https://blog.csdn.net/lqz790192593/article/details/102857719


5.参考

1.https://stackoverflow.com/questions/39863157/cgo-sorry-unimplemented-64-bit-mode-not-compiled-in
2.https://www.cnblogs.com/ghj1976/p/3540257.html
3.https://blog.csdn.net/test1280/article/details/118106818

cgo:cc1.exe: sorry, unimplemented: 64-bit mode not compiled in相关推荐

  1. 解决:cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

    在win下用Go语言的cgo时(比如下面场景)我们会用到的GCC编译器,Win下我们一般用MinGW. Golang连接Oracle数据库:win下 golang 跨平台编译 MinGW全称Minim ...

  2. 利用文本编辑器判断dll/exe是否为64位

    利用各种工具(比如dumpbin.exe.Reflector.)判断dll/exe是否为64位,网上已经有了很多文章.但是如果手上没有这些不常用的工具,该怎 么办呢? 文本编辑器是比较常用的工具,我们 ...

  3. google earth pro 64位_七彩虹秀精准刀工!iGame RTX 3060 Ti Advanced OC评测:烤机3小时64度...

    一.前言:精准控制散热 七彩虹展现神奇刀法 这次没有让大家等太久,在RTX 3080上市仅仅2个月之后,RTX 3060 Ti也终于来到了大家面前.这也是安培构架第一款售价在3000元以下的甜点产品. ...

  4. 阿里上市,四大洲8个国家的十位代表敲锣;全球首款支持5G双卡双待的芯片发布;撕裂者3990X:桌面史上第一次64核128线程……...

    关注并标星星CSDN云计算 速递.最新.绝对有料.这里有企业新动.这里有业界要闻,打起十二分精神,紧跟fashion你可以的! 每周两次,打卡即read   更快.更全了解泛云圈精彩news   go ...

  5. 为什么计算机打不开系统盘了,为什么我从装了系统之后进入‘我的电脑’发现F/E盘都打不开了。系统提示:ses.exe找不到!...

    为什么我从装了系统之后进入'我的电脑'发现F/E盘都打不开了.系统提示:ses.exe找不到! 來源:互聯網  2009-05-12 13:16:52  評論 分類: 電腦/網絡 >> 操 ...

  6. VMware虚拟磁盘管理器用法帮助 用法:vmware-vdiskmanager.exe

    VMware虚拟磁盘管理器 - 构建2771112. 用法:vmware-vdiskmanager.exe OPTIONS <disk-name> | <挂载点> 脱机磁盘操作 ...

  7. VS编译错误:mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file

    警告较为简单,主要是使用了原来RTL中字符串处理函数如strcpy等现在被认为不安全的函数造成的. 而错误就让人纳闷了,该错误为: mt.exe : general error c101008d: F ...

  8. visual studio2017 调试时出现:“Project1.exe”(Win32): 已加载“D:\workplace\Project1\Debug\Project1.exe”。已加载符号。

    visual studio2017 调试时提示以下问题: 参考链接:  http://blog.csdn.net/win_turn/article/details/50468115 具体步骤如下: 1 ...

  9. 解决方案:“Project1.exe”(Win32): 已加载“C:\Windows\SysWOW64\KernelBase.dll”。无法查找或打开 PDB 文件。

    解决方案:"Project1.exe"(Win32): 已加载"C:\Windows\SysWOW64\KernelBase.dll".无法查找或打开 PDB ...

最新文章

  1. 理解GRUB2工作原理及配置选项与方法
  2. SQLite FTS5使用小技巧
  3. SharePoint Conference 2008 - Day 1
  4. OpenCV系列(三):Mat详解
  5. 又见GCD (已知最大公约数和其中一个数求另一个数)
  6. “晶振”拍了拍你,“你知道我是如何工作的吗?”
  7. Socket通信 客户端加密数据,传递数据密文到服务端,服务端解密密文 输出明文
  8. java 项目拆分_java – 多模块项目什么时候应该拆分成单独的存储库树?
  9. 用python画图代码-Python科学画图代码分享
  10. Android8.0前后Camera架构对比(二十三)
  11. canvas.clipPath canvas.clipRect() 无效的原因
  12. Xilinx:词汇表
  13. 液晶电子手写板,达威尔儿童涂鸦画板手写板,写字板手绘板绘画板
  14. 英语听力自动断句程序
  15. 「首席架构师推荐」一系列很棒的的浏览器端JavaScript库资源
  16. IE8经常无故卡死终极解决办法分享
  17. day40 ORM sqlalchemy
  18. HTML+CSS第十课:常见的3种网页布局方式:表格布局、DIV+CSS布局、框架布局
  19. Outlook2007备份邮件规则、联系人以及账号及在Outlook 2007中删除自动记忆的收件人...
  20. 敬語使用方法 第三章 他社を訪問する・来客対応(3.7~3.12)

热门文章

  1. 什么是数据恢复顾问DRA
  2. Better Scroll+Vue、div的@click无效解决方法
  3. HOOK准备--PC版微信初试
  4. 华为鸿蒙抢先版,华为鸿蒙OS 2.0手机版功能抢先曝光:体验前所未有
  5. Guru of the Week 条款08:GotW挑战篇——异常处理的安全性 (转)
  6. 《提灯与地下城》制作人盛姚:当Roguelike遇上RPG,如何做出差异性和商业化?
  7. VLC视频第三方框架的音量调节
  8. Halcon尺寸测量之二维计量模型(create_metrology_model)
  9. 使用media实现响应式布局
  10. 零基础如何系统地自学Python编程?这是我看到过回答最好的文章