"d" 搜索结果,为您找到约 64282 条结果
dying87dying87 Ask a question 2022-11-04 18:02

Question sql detects the null data problem

select * from audio_data a left join exec_data b on a.id= B.ail_audio where b.ail_audio ='5' Why do I find this data is null?
qznxcypqznxcyp Ask a question 2022-11-04 18:02

Question c language application basis and basic operations

None
Mr_Sun73Mr_Sun73 Ask a question 2022-11-04 18:03

Question int main(void)不是返回值类型函数吗?为什么又加个void

int main(void)代表什么意思?返回值类型可以用void
dutefeidutefei Ask a question 2022-11-04 18:03

Question java uses itext to convert word to powerpoint without showing Chinese

java converts word to ppt using itext and uses the main method to run the converted pdf without problems but using the interface mode The converted pdf does not show Chinese. What is the situation ? ...
koxingchenkoxingchen Ask a question 2022-11-04 18:03

Question No error is reported. Why does the run result show an underflow error

None
dandan1980dandan1980 Ask a question 2022-11-04 18:03

Question STM32 AdC sampling

dengzhengshadengzhengsha Ask a question 2022-11-04 18:03

Question PIP dNS python3.11

Ask, my python is installed in version 3.11, but no corresponding version is displayed when installing dns module, go to Tsinghua source, douban source is displayed in no version, Is my python ins tallation too far ahead of its time(I've tried everything with pip updates, it doesn't work) ERROR: Could not find a version that satisfies the requirement dns(from versions: none) ERROR: No matching distribution found for dns ...
zzbbenbenzzbbenben Ask a question 2022-11-05 11:31

Question tomcat access errors are suddenly fixed automatically

tomcat access errors are su<b class="text-danger">d</b><b class="text-danger">d</b>enly fixe<b class="text-danger">d</b> automatically
tomcat access to the database data console repeatedly printed error information, error information com.alibaba.druid.support.logging.Jakarta CommonsLoggingImpl. error create connection SQL Exception url: jdbc:mysql://localhost3306/ssm_cinema? server Timezone=UTC&useSSL=false, error Code 0, state 08S01 com.mysql.jdbc.exceptions.jdbc4. CommunicationsException: Communicati ons link failure com.alibaba.druid.support.logging.JakartaCommonsLoggingImpl.error create connection SQLException, url: jdbc:mysql://localhost3306/ssm_cinema? serverTimezone=UTC&useSSL=false, er...
dengwei99dengwei99 Ask a question 2022-11-05 11:32

Question The meaning and use of find, c language

int find=0; while(! Find) < br / > {< br / >... } loop content omitted,! What does "find" mean? When does it loop?
dunkyyandunkyyan Ask a question 2022-11-05 11:32

Question Key control 7 LEd digital display, simulation display out of order problem

Key control 7 LE<b class="text-danger">d</b> <b class="text-danger">d</b>igital <b class="text-danger">d</b>isplay, simulation <b class="text-danger">d</b>isplay out of or<b class="text-danger">d</b>er problem
Key control 7 LE<b class="text-danger">d</b> <b class="text-danger">d</b>igital <b class="text-danger">d</b>isplay, simulation <b class="text-danger">d</b>isplay out of or<b class="text-danger">d</b>er problem
Symptom and background of the problem Key control 7-segment LEd digital display, simulation display out of order The code is as follows #include < reg52.h> #define SEG P0 // Co nnect port P0 to 7 sections of nib tube char TAB[10] = {0xc0, 0f9, 0a4, 0b0, 099, 092, 083, 0f8, 080, 098}; // define common anode array 0 1 2 3 4 5 6 7 8 9 void debouncer(void); // Ant i-jitter function sbit PB1 = P2^0; //FB1 with P2.0 sbit PB2 = P2^1; //FB2 P2.1 main() { unsigned char i = 0; PB1 = PB2 = 1; / / set the input port to 1 < / span > <...
ddl301ddl301 Ask a question 2022-11-05 11:57

Question form-data Sends data and files. It can receive only data but cannot receive files

form-<b class="text-danger">d</b>ata Sen<b class="text-danger">d</b>s <b class="text-danger">d</b>ata an<b class="text-danger">d</b> files. It can receive only <b class="text-danger">d</b>ata but cannot receive files
form-<b class="text-danger">d</b>ata Sen<b class="text-danger">d</b>s <b class="text-danger">d</b>ata an<b class="text-danger">d</b> files. It can receive only <b class="text-danger">d</b>ata but cannot receive files
form-<b class="text-danger">d</b>ata Sen<b class="text-danger">d</b>s <b class="text-danger">d</b>ata an<b class="text-danger">d</b> files. It can receive only <b class="text-danger">d</b>ata but cannot receive files
Use form-data to send data + files to the back end. The back end can only receive data, but cannot receive files The project is springboot + vue Code received by the back end: Front-end sends code: Why, ...
cyok5656cyok5656 Ask a question 2022-11-05 11:58

Question anaconda failed to install pyecharts. Procedure

anacon<b class="text-danger">d</b>a faile<b class="text-danger">d</b> to install pyecharts. Proce<b class="text-danger">d</b>ure
How to install this library ah, always failed, tried many ways. Urgent need to install data analysis ah!
cy199025cy199025 Ask a question 2022-11-05 11:58

Question How does java understand rewriting the equals and HashCode methods

because we want to use the HashSet group to keep the title from repeating. Override the equals and HashCode methods < br / > here, please rewrite the equals and HashCode methods should be how to understand? public class Question { private String Title;//题干 private String Answer;//正确答案 public Question(String Title,String Answer) { //title是题干,answer是对应答案 this.Titl e=Title; this.Answer=Answer; } public String getTitle() { return Title; } public String getAnswer() { return Answer; } //为了使得HashSet组中的题干唯一,需重写equals方法...
dazhao2007dazhao2007 Ask a question 2022-11-05 11:58

Question Paddlepaddle created data set video memory burst

Symptom and background of the problem Video memory soared when I created my own data set with paddlepaddle in Baidu AI Studio environment Insert code with code block function, do not pas te screenshot import os from paddle.io import dataset import paddle.vision.transforms as transforms from paddle.io import dataLoader import paddle import cv2 change = transforms.ToTensor() class FlameSet(dataset): def __init__(self,img_path,row_label_path,col_label_path): img_list = [] label1_list = [] label2_list = [] img_dir = img_path col_label_d...
cwl6985839cwlcwl6985839cwl Ask a question 2022-11-05 11:58

Question How do I change the jdk17 of idea into jdk1.8

How to change the idea jdk17 to jdk1.8 The setup and the project structure, which was originally jdk17, changed to jdk1.8 but it still got an error

热门搜索