唐兀 发表于 2024-7-26 08:01:38

好久搞H5呢

老鼠哥 发表于 2024-7-26 13:38:41

封装一个wordExcelppt,图片转码,比如把一个图片转换成excel表格。

CPUCN 发表于 2024-7-26 20:13:10

archive/tar
archive/zip
bufio
builtin
bytes
compress/bzip2
compress/flate
compress/gzip
compress/lzw
compress/zlib
container/heap
container/list
container/ring
context
crypto
crypto/aes
crypto/cipher
crypto/des
crypto/dsa
crypto/ecdsa
crypto/elliptic
crypto/hmac
crypto/md5
crypto/rand
crypto/rc4
crypto/rsa
crypto/sha1
crypto/sha256
crypto/sha512
crypto/subtle
crypto/tls
crypto/x509
crypto/x509/pkix
database/sql
database/sql/driver
debug/dwarf
debug/elf
debug/gosym
debug/macho
debug/pe
debug/plan9obj
encoding
encoding/ascii85
encoding/asn1
encoding/base32
encoding/base64
encoding/binary
encoding/csv
encoding/gob
encoding/hex
encoding/json
encoding/pem
encoding/xml
errors
expvar
flag
fmt
go/ast
go/build
go/constant
go/doc
go/format
go/importer
go/parser
go/printer
go/scanner
go/token
go/types
hash
hash/adler32
hash/crc32
hash/crc64
hash/fnv
html
html/template
image
image/color
image/color/palette
image/draw
image/gif
image/jpeg
image/png
index/suffixarray
io
io/ioutil
log
log/syslog
math
math/big
math/cmplx
math/rand
mime
mime/multipart
mime/quotedprintable
net
net/http
net/http/cgi
net/http/cookiejar
net/http/fcgi
net/http/httptest
net/http/httptrace
net/http/httputil
net/http/pprof
net/mail
net/rpc
net/rpc/jsonrpc
net/smtp
net/textproto
net/url
os
os/exec
os/signal
os/user
path
path/filepath
plugin
reflect
regexp
regexp/syntax
runtime
runtime/cgo
runtime/debug
runtime/pprof
runtime/race
runtime/trace
sort
strconv
strings
sync
sync/atomic
syscall
testing
testing/iotest
testing/quick
text/scanner
text/tabwriter
text/template
text/template/parse
time
unicode
unicode/utf16
unicode/utf8
unsafe

CPUCN 发表于 2024-7-26 20:15:29

beego

飞扬工作室 发表于 2024-7-26 20:25:17

CPUCN 发表于 2024-7-26 20:13
archive/tar
archive/zip
bufio


标准库列出来干嘛? 这些全部封装好了

创世魂 发表于 2024-7-26 21:47:53

老鼠哥 发表于 2024-7-26 13:38
封装一个wordExcelppt,图片转码,比如把一个图片转换成excel表格。

图片转换成excel表格,这种都不现实,这种都需要 ai 大模型运算的。不然你以为为啥这些功能都是收费的。

529827 发表于 2024-7-26 23:03:18

出界面库,支持的下面+1

创世魂 发表于 2024-7-27 00:23:41

1601682737 发表于 2024-7-25 15:20
不是的,也是免费开源的

这就是一个便捷的功能框架库,目前来说和现有的库都重复。
要封装库,肯定优先考虑现在没有的库,这个库后面肯定也会考虑封,不过这种库都比较大,完整封完需要不少时间。

老鼠哥 发表于 2024-7-27 06:07:29

有部分封装的库是英文名字,如果能改成中文就好了知道做什么用途。

老鼠哥 发表于 2024-7-27 06:32:51

现在市面上有很多ai大模型开源,封装一个:D
页: 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15
查看完整版本: 关于服务器子平台类库封装建议