Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [save]

To store (data) in a computer or on a storage device.

-1 votes
0 answers
23 views

Problems Saving Two data's to database -python [closed]

They want to separate the data into GST and Non-GST categories. So, I wrote an if-else condition. If 'Non-GST' is selected, the data is saved to the 'nongst_invoice_data' table in the database. ...
Aadavan Naveen's user avatar
-2 votes
0 answers
23 views

Retorno do método save() do JPA Repository retorna as classes de composição como nulas [closed]

Criei a seguinte entidade e DTO: @Entity @AllArgsConstructor @NoArgsConstructor @Data public class Lancamento { @Id @GeneratedValue(strategy = GenerationType.AUTO) private long id; @NotBlank @...
brunomouro's user avatar
1 vote
0 answers
33 views

Problems with the update in CRUD PHP Codeigniter 4

I'm trying to do a CRUD with Codeigniter 4, it's my first time using this framework. I created the Database in Mysql and I have already done the register and login ( they work at the moment) So on the ...
Diseño ma's user avatar
0 votes
0 answers
19 views

How to obtain and save trigrams from text mining program TM - in text or csv format

I'm hoping to identify tigrams and phrases in a corpus using TM and save the output as a text or csv file. I haven't found a way to do this in Quanteda: How to save n-gram output This reproducible ...
bgreen's user avatar
  • 65
0 votes
1 answer
33 views

Saving data from an HTML form

I am trying to save data from an HTML form. I found this solution here on stackoverflow I want to use the CacheData function (shown below) but when I run my code, I keep getting an error that ...
Youssef Ismail's user avatar
0 votes
0 answers
15 views

Win32com failing to quit and save

I am using openpyxl in order to populate an excel sheet, but because it would contain formulas, I am trying to use win32com in order to refresh the sheet in order to get the calculated values from it. ...
Treyara's user avatar
  • 47
0 votes
0 answers
24 views

New to visual C++: Problem with saving a bmp from a frame after loading the bmp into it

So I've been using chatgpt to help (please don't start with the AI hate). But basically it can't find what is wrong. Please bear in mind that this app is my first attempt at building anything with ...
New_to_dotnet's user avatar
0 votes
1 answer
67 views

How to save n-gram output

A hopefully simple question. How can I save the ngram output from the following code? \\ library("quanteda") ## Package version: 2.1.2 data(data_corpus_inaugural) toks <- ...
bgreen's user avatar
  • 65
1 vote
1 answer
70 views

Microsoft Excel VBA Save As CSV Subroutine - File Cannot Be Accessed Error

For an end user on my team the following subroutine fails to save a CSV file with an error message that states "'OUTLOOK MERGE DATA.CSV' cannot be accessed. The file may be corrupted, located on ...
Paul S's user avatar
  • 11
1 vote
1 answer
35 views

Custom Field data entry not saved to Woocommerce database

I have the following code provided to me from a plugin developer, but they are not very responsive and don't seem to test properly using latest 8.x PHP I've been able to get things to work except when ...
StevieK's user avatar
  • 31
-1 votes
1 answer
54 views

After clearing the file, I cannot save more data

I have a code whose role is to save data to a text file. I also have a function defined to clear the file. Unfortunately, after clearing the file, no more data gets saved. I'm saving the output of ...
Charlixie's user avatar
0 votes
1 answer
28 views

How can I resolve the "System.Runtime.InteropServices.ExternalException: 'A generic error occurred in GDI+.'"error when saving an image in C# WinForm?

When saving the image in C# WinForm, I encountered the following error: System.Runtime.InteropServices.ExternalException: 'A generic error occurred in GDI+.' Here is the updated code with the ...
m. Aref's user avatar
-1 votes
0 answers
31 views

Revert to the previously saved versions

So I am working on this project and I went down the rabbit hole of editing it over and over and adding new methods and changing old ones, until the code became like a maze, and I can't even debug it. ...
user25248542's user avatar
0 votes
0 answers
31 views

_xsaveopt64 Usage in Kernel-Mode

I need to manage extended processor state using _xsaveopt64. My current approach with _fxsave64 and _fxrstor64 has been as follows: alignas(16) char fxStateBuffer[512]; // Saving state _fxsave64(...
eden sson's user avatar
0 votes
1 answer
25 views

Checkpoint does not load correctly in Godot 4

I am developing a 2D game in Godot 4, and I am trying to create a "save and load (checkpoint)" system. Each scene's name follows a pattern like "world_01", "world_02", ...
Neitan's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
669