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
STC单片机开发
寒假作业——2/12
作业1编写strcat函数#include#includechar*my_strcat(char*dest,con
stc
har*src){char*p=dest;while(*p!
AHahhhh_
·
2024-02-13 13:44
算法
寒假作业——2/5
='\0'){len++;s++;}returnlen;}intmain(intargc,con
stc
har*argv[]){chararr[30]="";gets(arr);intlen=my_streln
AHahhhh_
·
2024-02-13 13:14
算法
数据结构
寒假作业——2/7
作业1置位#include#includeintmain(intargc,con
stc
har*argv[]){intdata=0;printf("请输入一个数>>");scanf("%d",&data)
AHahhhh_
·
2024-02-13 13:14
c语言
开发语言
寒假作业——2/4
作业11—100以内质数#include#includeintmain(intargc,con
stc
har*argv[]){inti=0,j=0;for(i=3;i<=100;i++){for(j=2;
AHahhhh_
·
2024-02-13 13:13
java
算法
数据结构
Day5作业
1.求和#include#includeintmain(intargc,con
stc
har*argv[]){intarr[]={3,5,6,8,3,1,2,4,5};inti=0;intlength=0
AHahhhh_
·
2024-02-13 12:43
linux
Day8作业
1.封装strcmp,strcpy,strcat函数1.1strcmp#include#includeintmain(intargc,con
stc
har*argv[]){chararr[30]="";charbrr
AHahhhh_
·
2024-02-13 12:43
linux
算法
运维
寒假作业——2/3
作业1打印字母图形#include#includeintmain(intargc,con
stc
har*argv[]){introw=0;printf("请输入行数>>");scanf("%d",&row
AHahhhh_
·
2024-02-13 12:43
算法
CharLength - C++ Builder
Builder参考手册➙System::Sysutils➙CharLength字符串里面从某个编码单元开始的字符的字节数头文件:#include命名空间:System::Sysutils函数原型:int__fa
stc
allCharLength
玄坴
·
2024-02-13 12:23
linux系统下vscode portable版本的python环境搭建003:venv
使用源码安装(有[构建工具](https://blog.csdn.net/ResumeProject/article/details/136095629)的情况下)方案二.使用系统包管理器虚拟环境安装TE
STC
G
FakeOccupational
·
2024-02-13 11:41
其他
linux
vscode
python
vue Antd的Table组件嵌套Table以及选择框联动
取消保存importscrollLoadfrom'@/components/ScrollLoad/index'con
stc
olumns=[{title:'序号',customRender:(text,record
这是一个无法打破的魔咒
·
2024-02-13 09:00
h5兼容性总结
在解决问题方面,尤其是在解决兼容性方面,兼容ios10以及Android5,做了些总结:CSS添加前缀,可以利用po
stc
ss-loader,新建po
stc
ss.config.js,添加‘autoprefixer
大超-无痕
·
2024-02-13 09:45
问题总结
javascript
css
typescript
前端
2024.2.8
#include#includeintmain(intargc,con
stc
har*argv[]){charstr[300];puts("pleaseinputstr:");gets(str);char
Yukiii_Y
·
2024-02-13 08:24
java
linux
算法
2024.2.11
#include#includeintmul(intn){if(n==0){return1;}inta=1;a=a*n;returna*mul(n-1);}intmain(intargc,con
stc
har
Yukiii_Y
·
2024-02-13 08:53
算法
寒假作业4
单向链表typedefintdata_type;typedefstructNode{data_typedata;structNode*next;}*Linklist;Linkli
stc
reate_node
weixin_51788918
·
2024-02-13 07:36
java
前端
服务器
常用字符串函数实现及使用
strncpy函数strcat函数strncat函数strcmp函数strncmp函数strstr函数strtok函数strerror函数strlen函数strlen函数计算字符串长度intstrlen(con
stc
har
Anesthesia508
·
2024-02-13 07:04
c语言
#Parkour随笔
我在等它变的灯红酒绿城市深处总有轻风细雨没人能抵挡朋友的相聚酒杯相撞你说你喘不上气霓虹灯不断闪着就像彩虹烟雾缭绕瘫在尸体周边口红满足每个人的兴奋度不用chantju
stc
hatwithdrug了无牵挂不接电话活的像花准备火化
Csar_NFBC
·
2024-02-13 07:03
LeetCode1143. Longest Common Subsequence——动态规划
文章目录一、题目二、题解一、题目Giventwostringstext1andtext2,returnthelengthoftheirlonge
stc
ommonsubsequence.Ifthereisnocommonsubsequence
叶卡捷琳堡
·
2024-02-13 05:39
动态规划
算法
数据结构
leetcode
c++
npm ERR! code ERR_SOCKET_TIMEOUT npm ERR! network Socket timeout 解决方法
networkInmo
stc
asesyouarebehindaproxyorhavebadnetworksettings.npmERR!networknpmER
thisIsSun
·
2024-02-13 05:01
npm
vue.js
前端
执行npm install -g @vue/cli时报错:This is a problem related to network connectivity
networkInmo
stc
asesyouarebehindaproxyorhavebadnetworkset
青云梦尘
·
2024-02-13 05:00
安装报错
npm
vue.js
前端
U
STC
Verilog OJ Solutions
科大OJ其对应的英文版:HDLBits刷题网站01输出1moduletop_module(outputone);assignone=1;endmodule02输出0moduletop_module(outputzero);//Modulebodystartsaftersemicolonassignzero=0;endmodule03wiremoduletop_module(inputin,outp
Daniel_187
·
2024-02-13 05:50
其他
fpga开发
Verilog
HDL
risc-v
arduino ide esp32 网页按钮异步请求
前两天刚学,不咋懂,原理可以搜别的博主的文章,这是一个示例#include#include#defineledpin2con
stc
har*ssid="Yourssid";//写你们家的WiFi名称con
stc
har
Jsjjsnmsk
·
2024-02-13 05:49
ide
使用Hybris Commerce API返回当前客户持有的所有优惠券
在HybriscommerceAPI的swagger说明网站上找到了这个Coupon读取API的技术说明:当前客户持有一个名叫JerryTe
stC
oupon的优惠券:在postman里发送请求:https
JerryWang_汪子熙
·
2024-02-13 05:27
2024.2.4作业
con
stc
har*p;const(char*)p;char*constp;con
stc
har*constp;charconst*p;(char*)constp;charconst*constp;3.附加题
sdjuw
·
2024-02-13 04:02
c语言
2024.2.4作业
includetypedefintdatatype;typedefstructnode{//数据域datatypedata;//指针域structnode*next;structnode*pre;}*Doublelist;Doubleli
stc
reate
黄蒜蒜
·
2024-02-13 04:31
算法
12.27 作业 C语言基础
1>使用C语言程序输出一首你喜欢的音乐歌词要求:必须手敲、片段即可至少50字#includeintmain(intargc,con
stc
har*argv[]){printf("\t窗外的麻雀在电线杠上多嘴
黄蒜蒜
·
2024-02-13 04:00
c语言
开发语言
12.28 作业
提示并输入一个小写字母数据,输出其对应的ascil值,以及该小写字母对应的大写字母3>提示并输入一个整数,输出该数据对应的八进制数据、十六进制数据1>#includeintmain(intargc,con
stc
har
黄蒜蒜
·
2024-02-13 04:00
c++
c语言
2024.2.3 作业
include#includetypedefintdatatype;typedefstructnode{//数据域intdata;//指针域structnode*next;}*Linklist;Linkli
stc
reate
黄蒜蒜
·
2024-02-13 04:30
c语言
算法
开发语言
通过平扫CT实现胰腺癌早筛(平扫CT+AI)
Large-scalepancreaticcancerdetectionvianon-contra
stC
Tanddeeplearning-PubMed(nih.gov)实验团队:海军军医大学第一附属医院
hx2024
·
2024-02-13 03:47
人工智能
年假作业6
doubleimag;//虚部public://有参构造函数Complex(doubler,doublei):real(r),imag(i){}//复数加法运算符重载Complexoperator+(con
stC
omplex
mmj12
·
2024-02-13 03:44
c++
开发语言
年假作业6
#include#includeintmain(intargc,con
stc
har*argv[]){intdata=0;inta,b;printf("请输入数据data\n");scanf("%d",&
2401_82602952
·
2024-02-13 03:43
数据结构
算法
mtr Naming Conventions for Database Objects
Itispossibletorunte
stc
asesagainstaproductionserver.在生产服务器上运行测试用例是可能的。
i_need_job
·
2024-02-13 01:28
npm ERR! code ECONNRESET npm ERR! network This is a problem related to network connectivity.(已解决)
networkInmo
stc
asesyouarebehindaproxyorhavebadnetworksettings.npmERR!netw
好民小张
·
2024-02-13 00:35
vue
node.js
处理报错: network This is a problem related to network connectivity.
networkInmo
stc
asesyouarebehindaproxyorhavebadnetworksettings.npmERR!networknpmERR!
m0_61886817
·
2024-02-13 00:05
vue.js
npm ERR! code ERR_SOCKET_TIMEOUTnpm ERR! network Socket timeoutnpm ERR! network This is a problem
networkInmo
stc
asesyouarebehindaproxyorhavebadnetwo
"I'm waiting"
·
2024-02-13 00:34
npm
前端
node.js
vue.js
vue
晓思的ScalersTalk第六轮《新概念》朗读持续力训练Day55—20210221
【练习材料】(喜马拉雅新概念英音第二册)☞原文Lesson55NotagoldmineDreamsoffindinglosttreasurealmo
stc
ametruerecently.Anewmachinecalled'TheRevealer'hasbeeninventedandithasbeenusedtodetectgoldwhichhasbeenburiedintheground.Them
XS_XS
·
2024-02-12 23:11
商务英语流利说 精华版 隐藏在外企邮件中的30个套路
Iamwritingtoletyouknowthatunfortunately,我此次写信要告诉您一件不幸的事情,Imu
stc
ance
Eule
·
2024-02-12 23:35
进程控制[三]
exec函数为什么#include`intexecl(con
stc
har*path,con
stc
har*arg,...);intexeclp(
huanqianhan
·
2024-02-12 22:56
Linux
linux
运维
服务器
左值右值->引用折叠->完美转发,究竟在解决什么问题?
右值可以绑定在常量引用上(constint&x=1)而不能绑定在普通引用(int&)const与volatile作用static静态变量和全局变量和con
stc
har*类型存储在只读代码区,不可修改修改将产生错误
qq_41111491
·
2024-02-12 22:52
C++深入
2024.1.16 作业
1.给定一个数组intarr[]={3,5,6,8,3,1,2,4,5},求数组中所有下标为奇数的元素和和下标为偶数的元素和代码:#include#includeintmain(intargc,con
stc
har
黑夜〆白天151
·
2024-02-12 21:37
算法
数据结构
c语言
2024.1.17 作业
1.封装strcpy代码:#include#includeintmain(intargc,con
stc
har*argv[]){charstr1[30]="",str2[30]="";inti=0,len1
黑夜〆白天151
·
2024-02-12 21:37
算法
linux
运维
2024.1.19 作业
1.用指针封装strcpystrcmpstrcatstrcpy:#include#includeintmain(intargc,con
stc
har*argv[]){chararr[30]="",brr[
黑夜〆白天151
·
2024-02-12 21:37
c语言
假期作业2
1.打印字母图形代码:#include#includeintmain(intargc,con
stc
har*argv[]){inti=0,j=0,k=0,n=0;for(i=0;i0;j--){printf
黑夜〆白天151
·
2024-02-12 21:37
算法
2024.1.15 作业
1.打印奇数金字塔代码:#include#includeintmain(intargc,con
stc
har*argv[]){inti=0,j=0,k=0;for(i=1;i#includeintmain
黑夜〆白天151
·
2024-02-12 21:07
c语言
假期作业 9
char*str2);char*mystrcat(char*str1,char*str2);char*mystrcpy(char*str1,char*str2);intmain(intargc,con
stc
黑夜〆白天151
·
2024-02-12 21:31
c语言
假期作业8
defineSPORT8888void*task(void*arg){printf("客户端连接\n");sleep(1);pthread_exit(NULL);}intmain(intargc,con
stc
har
chen_林凯
·
2024-02-12 19:30
c语言
【LeetCode】746. Min Cost Climbing Stairs(C++)
https://leetcode.com/problems/min-cost-climbing-stairs/题目:Onastaircase,thei-thstephassomenon-negativeco
stc
ost
Ethan95
·
2024-02-12 19:57
LeetCode
Golang Leetcode 746. Min Cost Climbing Stairs.go
思路dp解法状态方程:dp[i]=min(dp[i-2]+cost[i-2],dp[i-1]+cost[i-1])codefuncminCo
stC
limbingStairs(cost[]int)int{
anakinsun
·
2024-02-12 19:57
leetcode-golang
golang
leetcode
算法
LeetCode //C - 746. Min Cost Climbing Stairs
746.MinCo
stC
limbingStairsYouaregivenanintegerarraycostwherecost[i]isthecostofithi^{th}ithsteponastaircase.Onceyoupaythecost
Navigator_Z
·
2024-02-12 19:56
LeetCode
leetcode
c语言
算法
ITEM 54: 返回空集合/数组,而不是null
privatefinalLi
stc
heesesInStock=...;/***@returnali
stc
ontainingallofthecheesesintheshop,*or
rabbittttt
·
2024-02-12 18:19
聊聊PowerJob的ServerController
PowerJob的ServerControllerServerControllertech/powerjob/server/web/controller/ServerController.java@Re
stC
ontroller
·
2024-02-12 17:17
powerjob
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
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
其他