E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
EFS
C语言--结构体变量
先定义后初始化1.3用户输入方式初始化*/struct_student{charname[20];intage;}stu={"陈有乐",21};/*错误写法因为有typedef所以stu是别名而不是变量typed
efs
truct_student
一只小菜gou
·
2024-02-05 15:39
重新开始C语言
c语言
C语言-结构体指针变量的使用
结构体使用以及定义结构体指针变量的问题不是很清楚,现在对关于结构体指针变量的使用做下记录结构体指针变量的定义方式:方式一:最基本方式:struct结构体类型名称*指针变量名;#include#include//定义一个结构体typed
efs
tructreader
bi_ji_xiao_sheng
·
2024-02-05 15:09
C语言
c语言
数据结构
数据结构_找环,破环题-2.5
代码typed
efs
tructListNodeNode
雨是叶落下来的
·
2024-02-05 15:54
数据结构
学习
c语言
开发语言
前端输入框简单实现检测@成员输入
$r
efs
.
无敌喜之郎
·
2024-02-05 15:21
前端
vue
动态颗粒背景,适合VUE、HTML前端显示
$r
efs
.starstarArr.forEach(item=>{letsp
心灵的制造商
·
2024-02-05 14:40
前端
vue.js
html
2.4作业
程序代码:#include#include#includetypedefchardatatype;//定义双向链表结构体typed
efs
tructNode{datatypedata;//数据域:存储数据元素
Demonlxl
·
2024-02-05 14:25
数据结构
2.5作业
程序代码:#include#include#include#includetypedefintdatatype;//定义节点结构体typed
efs
tructNode{//数据域datatypedata;
Demonlxl
·
2024-02-05 14:25
哈希算法
散列表
数据结构
2.3作业
作业要求:程序代码:#include#include#includetyped
efs
tructnode//定义链表节点结构体:数据域、指针域{intdata;structnode*next;}*linklist
Demonlxl
·
2024-02-05 14:54
算法
复试第三章栈
1.栈1.1栈的存储类型,进栈出栈,栈满条件#defineMaxSize50typed
efs
truct{Elemtypedata[MaxSize];inttop;//栈顶指针}SqStack;栈顶指针:
Fairy要carry
·
2024-02-05 14:53
开发语言
Python中对于开发项目的个人感想杂谈
中的对象,分析有哪些属性,写到__init__方法中,需要打印某些对象的信息的时候,可以写在__str__,某些不依赖于具体实例的方法,如查看新建了多少个实例,可以写为如下:classBaseModel:d
efs
ave
软件测试老痞
·
2024-02-05 12:25
Python
个人学习笔记
2024-2-4-复习作业
源代码:#include#includetypedefintdatatype;typed
efs
tructNode{datatypedata;structNode*next;structNode*prev
Phosphophyllite609
·
2024-02-05 11:36
linux
c语言
开发语言
数据结构
算法
【Django-ninja】在django ninja中处理异常
[email protected]
("/some/resource")d
efs
ome_operation(request):ifTrue:raiseHttpError
babybin
·
2024-02-05 11:21
django
python
后端
ElementUi Carousel 走马灯轮播图,el-carousel左右箭头位置调整
$r
efs
.cardShow.next()}else{this.$r
efs
.cardShow.prev()}},},};.excellentCa
飞歌Fly
·
2024-02-05 11:11
vue
[rejected]main -> main (fetch first) error: failed to push some r
efs
to ‘https://github.com/x
报错讯息在gitpush的时候报错,对比git版本控制在github看到一条已经push过的版本,而idea看不到这个版本。解决方法gitfetchoriginmaingitpulloriginmaingitadd.gitcommit-m'在gitbash里fetch、pull、add后commit'gitpush-uoriginmain看到有人这样:–force没试过先记录一下,gitpusho
Janice幾時開個唱
·
2024-02-05 09:39
github
git
gitee
vscode
intellij-idea
idea
intellij
idea
【Web】CVE-2021-22448 Log4j RCE漏洞学习
目录复现流程漏洞原理复现流程启动HTTP->启动LDAP->执行Log4jvps起个http服务,放好Exploit.class这个恶意字节码LDAPR
efS
erver作为恶意LDAP服务器importjava.net.InetAddress
Z3r4y
·
2024-02-05 09:44
java
log4j
CVE
CVE-2021-22448
RCE
网络安全
2.链表
一、链表和链表节点的实现每个链表节点使用一个adlist.h/listNode结构表示:typrd
efs
tructlistNode{//前置节点strcutlistNode*prev;//后置节点structlistNode
JarvisTH
·
2024-02-05 08:10
05.整数集合
每个insert.h/insert结构表示一个整数集合:typed
efs
蜗牛ICU
·
2024-02-05 05:25
Python 字符串追加
d
efs
tr_append(s,n):output=''i=0whilei
张无忌打怪兽
·
2024-02-05 04:28
Python
python
http
服务器
数据结构-查找
个关键字的表,其平均查找长度如下:其中是查找第i个关键字的概率,可知(个人理解给定值出现在位置i上的概率)是在i位置查找到目标值时,已经比较过的关键字的个数.静态查找表静态查找表的顺序存储结构typed
efs
truct
nottky
·
2024-02-05 04:12
栈--数据结构
代码#include#defineMaxSize50typedefintElemType;typed
efs
truct{ElemTypedata[MaxSize];//数组inttop;//始终指向栈顶的一个变量
疯狂小羊啊
·
2024-02-05 04:37
数据结构
数据结构
c语言
开发语言
2020-05-28(C语言)从串str中的pos位置起,求出与substr串匹配的子串的位置,如果str为空串,或者串中不含与substr匹配的子串,则返回-1做标记
位置起,求出与substr串匹配的子串的位置,如果str为空串,或者串中不含与substr匹配的子串,则返回-1做标记includeincludeincludedefineMAXSIZE100typed
efs
tructStr
璐璐_accf
·
2024-02-05 03:14
2020-02-06阿里云服务器与树莓派通过TCP协议互传数据
工具:花生壳内网穿透树莓派#coding:utf-8importsocketimporttimeimportsysd
efs
end(content):SERVER_IP=""#阿里云服务器公网的IP地址SERVER_PORT
智障猿
·
2024-02-05 02:18
数据结构 24/2/3 作业
1、单项循环链表的头插、头删、尾插、尾删#include#include#includeenum{FALSE=-1,SUCCESS};typedefintdatatype;typed
efs
tructNode
KKKKKanna
·
2024-02-05 01:02
数据结构
c语言
算法
数据结构 24/1/30 作业
1、二叉树递归创建,二叉树先中后序遍历,二叉树计算节点,二叉树计算深度#include#include#includetypedefchardatatype;typed
efs
tructNode{datatypedata
KKKKKanna
·
2024-02-05 01:01
数据结构
算法
随笔50-原生写某块区域下拉触底事件
$r
efs
.activity_scroll.clientHeight;//该容
是青水啊
·
2024-02-05 00:09
【问题收纳】! [remote rejected] master -> master (pre-receive hook declined)
[remoterejected]master->master(pre-receivehookdeclined)error:failedtopushsomer
efs
to'yourrepoaddress'这个是说明我们队
君的名字
·
2024-02-04 23:33
【收录集】
【问题收录】
git
github
vue3 图形验证码组件
/components/piccode.vue//vue3图形验证码import{reactive,onMounted,ref,toR
efs
,defineEmits}from"vue";exportdefault
路过的假面骑士dcd
·
2024-02-04 22:47
vue
javascript
前端
vue.js
链式二叉树(三种遍历)
)中序(左子树,根,右子树)后序(左子树,右子树,根)层序(一层一层访问)2.任何一个树都可以分为根,左子树和右子树,可以往下继续分,只有空树才不会被继续拆解#include#includetyped
efs
tructbinarytreenode
墨城举子--故人归
·
2024-02-04 22:38
数据结构
算法
堆操作综合
typed
efs
tructHeap{int*a;intsize;intcapcity;}HP;堆的结构,要有两个指针,一个头一个尾,数组情况下略显多余,但链表情况必不可少voidheapinit(HP*
墨城举子--故人归
·
2024-02-04 22:07
数据结构
算法
数据结构
数据结构(c语言实现)——单链表
单链表数据结构定义typed
efs
tructLNode{Peopledata;//结点的数据域structLNode*next;//结点的指针域}LNode,*LinkList;//LinkList为指向结构体
浅隐
·
2024-02-04 19:54
数据结构
数据结构
Python实现加密
一:哈希加密下面是一个使用Python内置的hashlib库实现SHA256哈希加密的例子:importhashlibd
efs
ha256_hash(input_string):sha_signature
攻城狮的梦
·
2024-02-04 19:23
python开发
python
数组表示线性表,并实现增删查操作
includeusingnamespacestd;#defineMAXSIZE100000///最大为五位数的地址typedefintElementType;typedefintPosition;typed
efs
tructLNode
Allen的光影天地
·
2024-02-04 18:45
vue3-setup语法糖 - 父子组件之间的传值
Child'import{ref}from'vue'constparentMsg=ref('父组件传递值是a')2、子组件接收方式和使用我是子组件拿到了父组件的值是{{info}}import{toR
efs
芒果芒果丶
·
2024-02-04 17:30
vue.js
javascript
前端
Leetcode—2879. 显示前三行【简单】
2024每日刷题(一零九)Leetcode—2879.显示前三行实现代码importpandasaspdd
efs
electFirstRows(employees:pd.DataFrame)->pd.DataFrame
源代码•宸
·
2024-02-04 16:52
leetcode
算法
职场和发展
经验分享
pandas
leetcode-汇总区间
classSolution:d
efs
ummaryRanges(self,nums:List[int])->List[str]:ifnotnums:return[]r
独孤--蝴蝶
·
2024-02-04 16:52
leetcode
2.2作业
#include#include#includetyped
efs
tructlist{intdata;structlist*next;}*Linklist;
Yukiii_Y
·
2024-02-04 15:21
算法
数据结构
2.4 作业
#includetyped
efs
tructt{chardata;structt*left;structt*right;}*tree;treetree_init();treetree_create();voidtree_frist_output
weixin_71279393
·
2024-02-04 14:30
c语言
Linux的内核同步
原子整数操作:atomic_t是32位,atomic64_t是64位typed
efs
truct{volatileintc
可爱的小小小狼
·
2024-02-04 13:33
Linux
linux
运维
服务器
vue 父组件给子组件传数组 打印无数据问题解决方法
$r
efs
.test.form.service_company_promo.push(item)})通过ref属性,父组件调用子组件的方法,把要传的数组作为参数
醉笙情丶浮生梦
·
2024-02-04 11:43
python 查找两列不同的值、相同的值(dataframe数据探索)
importpandasaspdimportnumpyasnpdata1=pd.DataFrame({'a':[1,2,3,4,5,6,7,8,9,9]})data2=pd.DataFrame({'a':[1,12,13,14,15,16,17,18,19,19]})d
efs
ame_element
蓝翔厨师长
·
2024-02-04 09:56
python
数据预处理
python
数据挖掘
树(数据结构期末复习8)
includeusingnamespacestd;#defineOK1#defineERROR-1#defineOVERFLOW-2typedefintStatus;typedefintBElemtype;typed
efs
tructBTNode
一只程序媛li
·
2024-02-04 09:34
数据结构复习
数据结构
uniapp新增一条数据增加一个折叠栏
$r
efs
.inventoryPopup.open()},addInventoryHandle(data){this.
Girasoless
·
2024-02-04 08:50
uni-app
前端
数据库
[数据结构]队列的实现
#include#include#defineMAXSIZE10typed
efs
tructQueue{intdata_queue[MAXSIZE];intfront;intrear;}Queue;voidInit_Queue
clear sky .
·
2024-02-04 08:43
数据结构
算法
有向图的深度遍历和广度遍历(关于邻接表的)
#include#include#include#definemax20intvisit[max];typed
efs
tructArcNode{intadjvex;structArcNode*nextarc
顺利毕业(研)
·
2024-02-04 08:56
数据结构
c语言
vue3组合式api(reactive, ref, toR
efs
, watch, watchEffect)
Vue3的一大特性函数----setup1、setup函数是处于生命周期函数beforeCreate和Created两个钩子函数之间的函数也就说在setup函数中是无法使用data和methods中的数据和方法的2、setup函数是CompositionAPI(组合API)的入口3、在setup函数中定义的变量和方法最后都是需要return出去的不然无法再模板中使用二、setup函数的注意点:1、
给我一瓶冰阔洛
·
2024-02-04 07:26
vue
vue3组合式api
考研/计算机二级数据结构刷题之顺序表
删除有序数组中的重复项题目链接:OJ链接第一题顺序表的初始化,销毁,头插,尾插,头删,尾删,指定位置插入,指定删除以及打印//SL.h#pragmaoncetypedefintSLDataType;typed
efs
tructSeqList
深中笃行
·
2024-02-04 06:22
考研数据结构
考研
数据结构
Python基础学习之路(七) ------ 类/继承/重写
换言之,self是所有实例的替身调用:在类方法中调用类属性注意前面要加self:classChinese:name='吴枫'#类属性named
efs
ay(sel
千喜Ya
·
2024-02-04 05:52
进程与线程 day2
思维导图三个线程实现文件拷贝#includesem_tsem;//定义用来传递数据的结构体typed
efs
truct{intsrc;intdst;intlen;}CopyInfo;/**function
睡不醒、、
·
2024-02-04 02:23
java
算法
linux
判断两个相交链表的交点
如图所示:结点定义如下:typed
efs
tructnode*ListNode;structnode{intval;ListNodenext;}Solution1:两个栈可以看到,虽然不相交的部分长度不同
zadarmo_
·
2024-02-04 01:28
leetcode
python基础学习 打卡2 2021/2/15
第八章类:ClassDog:def__init__(self,name,age):self.name=nameself.age=aged
efs
it(self):print(f"{self.name}isnowsitting
靓点迷人
·
2024-02-04 00:28
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他