腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(49)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
map
struct
多模块使用?
打包
、
maven
、
网络安全
我在A模块使用map
struct
,并且生成的对象属性转换源文件也就A,然后我在B模块引入A,在注入对象属性转换器mapper,这时生成的源文件在A模块,B模块注入后启动肯定报错找不到Bean,我把A编译生成的
浏览 349
修改于2022-01-14
0
回答
redisson延时队列异常,无法使用 '
struct
'?
云数据库 Redis®
、
access
123f42e8b1ae89f7c826c32644ddb9cb57fd2a9f): @enable_strict_lua:15: user_script:1: Script attempted to access unexisting global variable '
struct
这个怎么破,腾讯云是禁用
struct
了吗
浏览 536
提问于2020-07-03
0
回答
kernel中
struct
qstr的name成员为何是一些“UDP”或者“UNIX”字符串?
linux
、
unix
、
编程算法
、
udp
、
kernel
我需要在内核中循环从dentry结构体中拿到文件路径,但是大多数情况是Ok的,有些情况下dentry结构体的
struct
qstr成员存放的是“UDP”或者“UNIX”这种字符串,并不是正确的文件路径的某一级名字
浏览 171
提问于2022-11-02
2
回答
可以在C++中使用structs吗?
c++
在C++中,
struct
和class之间的区别很小,基本上只有
struct
成员是每个默认的公共成员,而类成员是每个默认的私有成员。但是,每当需要纯数据结构时,我仍然使用structs,例如:
struct
Rectangle { int height;r.width = 20; r.height = 10; 可以把
struct
这个概念引进来么?
浏览 269
提问于2018-01-29
2
回答
可以在C++中使用structs吗?
c++
在C++中,
struct
和class之间的区别很小,基本上只有
struct
成员是每个默认的公共成员,而类成员是每个默认的私有成员。但是,每当需要纯数据结构时,我仍然使用structs,例如:
struct
Rectangle { int height;r.width = 20; r.height = 10; 可以把
struct
这个概念引进来么?
浏览 305
提问于2018-01-28
0
回答
指针异常如何解决?
c 语言
、
c++
、
c#
CRT_SECURE_NO_WARNINGS#include<string.h>//结构体设计 //老师姓名 char **Studets; void allocateSpace(
struct
TeaCher***teacherArr
浏览 184
提问于2022-10-12
1
回答
如何实现结构填充与压缩?
压缩
考虑:
struct
mystruct_A char a; char c;{ char
浏览 325
提问于2018-03-23
2
回答
候选模板被忽略,因为无法推断模板参数的问题?
#include <iostream>
struct
A {
struct
Y { K q; }; };
浏览 1167
提问于2018-01-30
1
回答
独立模式 windows C++接口 生成签名 编译问题?
c++
error LNK2019: 无法解析的外部符号 "int __cdecl tls_gen_signature_ex2(unsigned int,class std::basic_string<char,
struct
std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,
struct
std::char_traits<char>,class std::allocato
浏览 324
提问于2016-03-23
1
回答
用libclang查找匿名枚举?
c++
、
python
) if n.kind == CursorKind.
STRUCT
_DECL(n) print 'INCORRECT', nodeinfo(n) 在sample.cpp上运行时 enum VAL = 1{ union int
浏览 579
提问于2018-02-02
回答已采纳
0
回答
ebpf程序加载失败,提示invalid mem access?
access
、
kernel
、
file
、
linux-kernel
、
程序
SEC("kprobe/vfs_write"){
struct
file *file = (
struct
file *)PT_REGS_PARM1(ctx); bpf_probe_read_kernel_str(filename, sizeof(filename
浏览 138
提问于2024-09-29
0
回答
2022-11-13:以下go语言代码中,如何获取结构体列表以及结构体内的指针方法列表?以下代码应?
func
、
package
、
struct
、
指针
package mainfunc (this *S1) M1() {}func (this S1) M3() {}type S2
struct
{}func (this *S3) M1() {}func (this *S3) M3()
浏览 161
提问于2022-11-13
1
回答
如何理解兼容类型与严格的别名规则?
c 语言
像GLib这样的库依靠这个实现面向对象的继承,基本上:
struct
Base int x;}; { int
浏览 273
提问于2018-03-16
回答已采纳
1
回答
Go 语言的 ORM 框架是否支持动态表结构操作?
go
、
数据库
、
云数据库 SQL Server
、
sql
但是呢,以 gorm 为例,给出的例子都需要给定一个
struct
,然后根据这个
struct
的结构和类型定义,存取 DB。如: Id int `orm:"auto"` User *User
浏览 1165
提问于2019-01-22
回答已采纳
0
回答
SWIFTUI 中@Binding数组后无法在FOREACH当中使用?
binding
、
foreach
、
swiftui
、
swiftui-list
、
接口
AccountItem是一个
struct
,实现了Identifiable接口
浏览 114
提问于2024-02-25
0
回答
error: no member named ‘server_cpulist’?
开发者实验室
请描述您的问题[附加信息]
浏览 336
提问于2020-06-08
0
回答
C++新手问题?
c++
、
mapreduce
Activity 14Create a
struct
to hold a fraction.The
struct
should have an integer numerator and an integer denominator member.
浏览 233
提问于2020-11-30
1
回答
nginx 添加lua-module报错?
lua
、
nginx
ngx_http_lua_module.c:11: /usr/local/src/openssl-1.1.0g/.openssl/include/openssl/ssl.h:639:6: note: expected ‘
struct
SSL_SESSION * (*)(
struct
ssl_st *, const unsigned char *, int, int *)’ but argument is of type ‘
struct
SSL_SESSION *
浏览 1887
提问于2017-11-22
0
回答
学生管理系统平台(代码有瑕疵,未成品)其中scanf未执行?
汇编语言
#include <stdio.h>#define N 1000
struct
Student20];//班级 float average[N];//学生五门课程的平均成绩
struct
Student *ne
浏览 183
提问于2022-12-05
0
回答
gin框架搭建网站api出现问题?
go
、
网站
使用 } } func
浏览 236
提问于2022-04-07
第 2 页
第 3 页
点击加载更多
领券