SQL table: CREATE TABLE Application ( App_ID number(5), Child_Name varchar2(15) CONSTRAINT pk_Application_App_ID PRIMARY KEY, Child_Weigh
Cannot create multiple containers in storage account due to permission issue. Please help me to solve it. Thank you
I have one data frame with multiple columns as mentioned below. df1 a b c d e f dr1 a1 de1 dr2 a2 de2 dr3 a3 de3 dr4 a4
I am following Pixabay API documentation to retrieve/download images. I don't have a lot of understanding of URI/REST/HTTP workings but I was able to follow som
I hava a UDFGenerator class and a UDFtest class,in UDFGenerator I created a static variable based on ExcelDnaUtil.Application, and use it in a static function,
So I am tring to schedule alarm at a particular time on current day using AlarmManager. To do that I am using ZoneDateTime to get current time and then updating
Guys I'm new with Unity and I'm getting this error and I can't fix it. Why is the code line not signed?? NullReferenceException: Object reference not set to an
I am currently working on an engineering project and have to use complex numbers. I want to take the complex numbers, plot the real and imaginary parts of them,
I would like to write a program that will handle commands like add: And asks for your first name, surname, age list: List the people in a directory remove: remo
I have a custom interface like this: interface Pointer<T> { id: string } id is a pointer to other data structures, but the id field doesn't contain inf
itk::ImageFileReaderException (00000042331DF250) Location: "unknown" File: E:\ITK\ITK\include\ITK-5.2\itkImageFileReader.hxx Line: 133 Description: Could not c
I'm on Mac OS 12 and trying to build an IOS app, but for some reason the error: Invariant Violation: requireNativeComponent: "RNSScreenStackHeaderConfig" was no
I have tables like this: table 1: FNAME ID1 FID BREAD XYZ 18BREAD FISH ABC 45FISH BREAD_OLD BNQ 18BREAD_OLD BACON TBG 77BACON EGGS CGS 99EGGS BANANA BHG BANANA
I am importing a Google Sheets document into Google Colab for data analysis using python. I would like to get formatting information from the Google Sheets docu
I created a simple demo to test my Django project. when i invoke unittest, everything passed and i set logger.info to record log into debug.log. There should be
I am trying to send a PDF that will be created in memory from one API to another API which will then render it in an HTML page. Info about my technologies: Spri
I have a dateTime offset value that gets passed from the UI which looks like startDate:2022-04-25 21:08:02.2973333 +00:00 but the date i entered is actually the
I am using the firebase auth now I want to show a different message in UI for every error message
We launch our Electron-based app like so: test.beforeAll(async() => { electronApp = await _electron.launch({ args: [ path.join(__dirname
I need create a ecommerce api using Java and Spring. But how create a background process, for example: After place order, i need send confirmation e-mail, wait
i have a small notifications problem, when i insert a element the position of first element is changing so i wanna make it when the element is inserted the firs
plz help me to solve one issue. I have a Multilingual site on Django with standart internationalization framework. Settings.py MIDDLEWARE = [ ... 'djang
I am using this table and data where all children of a parent node are uniquely named. CREATE TABLE [dbo].[Resources]( [Node] [hierarchyid] NOT NULL, [N
I'm having an issue with a recurring error in a multinomial model I'm trying to create. Specifically, the error occurs when trying to predict test data with the
I want to evaluate the accuracy of my mask rcnn model more over i want to analyse my evaluation by seeing the accuracy and loss graph. So please help me to find
I have a table like below. Table A |id |value1| -- ------ |123| 89| |123| 8| |123| 90| |123| 6 | |123| 100| |123| 45| |12
In a YAML release pipeline, I need to do a simple replacement in the js files contained in the artifact coming from another pipeline. These files have a certain
I want a single object from the collection that counts and calculates average. The collection looks like this: [{ "_id" : ObjectId("617822b1d128026ff4c76a76
I'm facing a really hard problem. I want to create a wrapper class that can do something like "override" the state of the child without affecting the child's st