"data" 搜索结果,为您找到约 2179 条结果
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">data</b> Sends <b class="text-danger">data</b> and files. It can receive only <b class="text-danger">data</b> but cannot receive files
form-<b class="text-danger">data</b> Sends <b class="text-danger">data</b> and files. It can receive only <b class="text-danger">data</b> but cannot receive files
form-<b class="text-danger">data</b> Sends <b class="text-danger">data</b> and files. It can receive only <b class="text-danger">data</b> 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, ...
adminadmin Ask a question 2022-11-07 09:02

Question 关于#python#的问题:pandas datafarm python

关于#python#的问题:pandas <b class="text-danger">data</b>farm python
关于#python#的问题:pandas <b class="text-danger">data</b>farm python
在星级评分这一列中有的评分数中有文字和字母,怎么把分和Star去掉,只剩下数字进行统计,避免人为穷举的方式,尽量使用自动化手段
cs88655555cs88655555 Ask a question 2022-11-07 16:07

Question Picture network training times wrong, no nodeule

Picture network training times wrong, no nodeule
Picture network training times wrong, no nodeule
Symptom and background: Error message when running train.py to start training data set: Traceback (most recent call last): File "D:/FPN_TensorflowDNA/tools/train.py", line 17, in fro m data.io.read_tfrecord import next_batch ModuleNotFoundError: No module named 'data.io' and prompt 17 lines of partial code as follows: from libs.configs import cfgs # from libs.net works import build_whole_network2 from libs.networks import build_whole_network from data.io.read_tfrecord import next_batch from libs.box_utils import show_box_in_tensor from help_utils import tools ...
crane_huicrane_hui Ask a question 2022-11-07 16:12

Question 微信小程序添加数组到云数据库失败

微信小程序添加数组到云数据库失败
微信小程序添加数组到云数据库失败
微信小程序添加数组到云数据库失败
问题遇到的现象和发生背景 这里想把这个数组打印出来,但确是空的 data下的fileID确实有两个数组 这个空的数组也能展开但是就是传不到数据库里,值是空的 用代码块功能插入代码,请勿粘贴截图 post(){ console.log(this.data) let user = wx.getStorageSync('user') consol e.log('user',user) let id =user._id let userName = user.userName if (user&&user.userName){ //console.log(1) if(user.identity=='房东'){ this.setdata({ _id:id, userName:userName }) console.log(this.data) let imgs =this.data.imgs cons...
huaiqiuqiuhuaiqiuqiu Ask a question 2022-11-07 16:15

Question 怎么开始学习数据通信的认证课程

想要学习datacom的相关知识,应该怎么开始呢,要怎么样才能快速掌握知识
dsqsj1dsqsj1 Ask a question 2022-11-07 16:21

Question 微信小程序page中的data改动失效

微信小程序page中的<b class="text-danger">data</b>改动失效
代码: checkMusic: function () { let nowMusicId = this.data.musicList[this.data.songIndex].id console.log(nowMusicId) wx.request({ url: 'http://localhost:3000/check/music?id=' + n owMusicId, dataType: 'json', success: (res) => { if (res.data.message === "ok") { this.setdata({ musicStatus: res.data.message }) //在此处修改数据 console.log("刚 开始的状态:"+this.data.musicStatus) } else { wx.showModal({ title: '该歌曲无法播放', // content:'请前往app播放', confirmText: "我知道了", sho...
crazyfanruicrazyfanrui Ask a question 2022-11-07 16:50

Question About the python crawler stop in the middle of the problem, please answer

time from tenacity import retry, wait_fixed, stop_after_attempt def main(): baseurl = "http://12345.chengdu.gov.cn/moreTelByClass?TelType=" # 1.爬取网页 datalist = getdata(baseurl) # 2.数 据解析 savepath = "D://Pycharm//MyProject//exp_data_2020083021.xls" # 3.保存数据 savedata(datalist, savepath) # 爬取网页 def getdata(baseurl): print("开始爬取...") Typelist = ['1101', '1104', '1107', '1122', '1137'] datalist = [] x = '' for h in range(1, 280): for k in Typelist: newurl = baseurl + st...
cxl6712cxl6712 Ask a question 2022-11-07 17:04

Question Why does the register delay input signal fail?

Why does the register delay input signal fail?
Why does the register delay input signal fail?
Why does the register delay input signal fail?
I recently do a small task tutor, in the use of FPGA development encountered a problem, would like to ask you to help look at it. I have a register signal reg data_en_buff in my circuit, and I want this register to delay the input signal data_en by one clock cycle. When I had the data_en jump back and forth between 0 and 1, as shown in the figure below, the data_en_buff was able to succes sfully delay the data_en one clock cycle.(I use modelsim for simulation) But when I make the data_en jump to high after a certain point and keep it high, as shown below, the data_en_buff...
bljd13bljd13 Ask a question 2022-11-07 17:14

Question Ask for errors when trying to connect to a php native environment after it has been built

Ask for errors when trying to connect to a php native environment after it has been built
Ask for errors when trying to connect to a php native environment after it has been built
oks like it) The following rpaymerchantget.php array key content, error messages indicate that this file information cannot be read? < ? php $data = array( 'statusC ode' => , 'merchantInfo' => array( 'merchantCode' => '', 'merchantName' => '', 'email' => '&# x27;, 'postalCode' => '', 'address' => '', 'phone' => '', 'openTime' => '', ...
dwc891104dwc891104 Ask a question 2022-11-07 17:31

Question An error occurred when installing qiime2 with conda Collecting package metadata(repodata.json): /Kil led...

Error in installing qiime2 with conda lantu@lantu:~$ conda env create -n qiime2-2022.8 --file qiime2-2022.8-py38-linux-conda.yml Collecting package metadata (repodata.json): /Killed How to s olve this problem? My.yml file is installed in the user name directory. All installation cases show kiiled . ...
df891202df891202 Ask a question 2022-11-07 21:05

Question 参与运算的变量,有的在CPU上,有的在GPU上

参与运算的变量,有的在CPU上,有的在GPU上
参与运算的变量,有的在CPU上,有的在GPU上
问题遇到的现象和发生背景 为什么只有target在GPU上面,data不行呢? 用代码块功能插入代码,请勿粘贴截图 data = {key:data[key].cuda() for key in data} target = {key:target[key].cuda() for key in target} eviden ces, evidence_a, loss = model(data, target, epoch) 运行结果及报错内容 运行结果: 报的错是:参与运算的两个或多个变量,有的在CPU上,有的在GPU上 我的解答思路和尝试过的方法 我已经给data转到GPU上面去了,target也转了 展开全部 ...
a20084242a20084242 Ask a question 2022-11-08 01:01

Question vue2项目引入axios后,报错 Cannot read property 'Formdata' of undefined,如何解决?

vue2项目引入axios后,小程序报错 TypeError: Cannot read property 'Formdata' of undefined 尝试过的方法 :在main.js中已经写了 import axios from 'axios'Vue.prototype.$ajax = axios 展开全部 ...
david1202david1202 Ask a question 2022-11-08 11:36

Question 关于#Python#计算NDVI的问题

关于#Python#计算NDVI的问题
utNDVI\\d9.tif' dataset = gdal.Open(ReadName) cols = dataset.RasterXSize # 列数 rows = dataset.RasterYSize # 行数 空间坐标 可以理解为行列号 # 计算 NDVI=(NIR-RED)/(NIR+RED) # 提取红波段 band_red = dataset.GetRasterB and(3) data_red = band_red.ReadAsArray(0, 0, cols, rows).astype(np.float64) # 根据位置获取像素值 # 提取近红外波段 band_nir = dataset.GetRasterBand(4) data_nir = band_nir.ReadAsArray(0, 0, cols, rows).astype(np.floa t64) ndvi = ((data_nir - data_red) * 0.1) / (((data_nir + data_red)+ 1E-6) * 0.1) # 警示错误的运算 gdal_array.numpy.seterr(all="warn") # 创建栅格数据集 driver = gdal.GetDriverByName('GTiff') # 将GTiff图纸实...
darkblue10darkblue10 Ask a question 2022-11-08 17:11

Question wikidata文件提取

wiki<b class="text-danger">data</b>文件提取
问题:我需要把下面wikidata的某些数据提取出来,最后提取结果保存为json,xlsx等文件。 1.文件太大,就不上传了,文件内容来自wikidata。2.具体来说,提取某个人的father,mother,sibling,spouse,child,relative,sex or gender, country of citizenship这些。 展开全部 ...
adminadmin Ask a question 2022-11-08 17:11

Question wikidata文件抽取

wiki<b class="text-danger">data</b>文件抽取
问题碰到的现象 :我须要把wikidata这个压缩包里面的某些数据抽取出,最后抽取结果可以就是json,csv等格式,有偿

热门搜索