Do not use. This tag has been used for generated code, generated keys, generated-anything. Too broad.
Questions tagged [generated]
212 questions
2
votes
2 answers
Random number using Date() in Expression Builder
I want to generate random number using Date() to format it like for example: ddmmyyyyHhNnSs
How do I achieve that? Is that even possible?
I was kinda hoping I can do it easy way by the expression builder but I seem to fail on each approach ;)
This…

Eska
- 203
- 4
- 13
2
votes
1 answer
How to display html page from string
I generate some html content dynamically like:
var content = "testtitle testbody";
Then I get myself a new tab with about:blank, and now I want to display my generated html in this tab. If the tab's…

peter
- 429
- 2
- 7
- 16
2
votes
1 answer
Change from Number to Generated in PLSQL
I am trying to alter a table where the original datatype of this column is Number to a generated column, but I get an error of "ORA-00905 Missing Keyword"
Alter Table MyTable
Modify Column FlagColumn NUMERIC (38,0) GENERATED ALWAYS AS (CASE WHEN…

Raj More
- 47,048
- 33
- 131
- 198
2
votes
1 answer
Maven create many jars from one module
I have a maven (multi-module) project that contains something like an IAction. In this project I have implemented about 50 implementation of different actions. Each Action consists of a MyAction.java and a MyAction.properties file.
I use Java's SPI…

Rob Audenaerde
- 19,195
- 10
- 76
- 121
2
votes
1 answer
Excluding XML comments in generated interfaces
I have a generated interface from a service reference. The interface is missing XML comments so I get warnings (that are handled as Errors in my VS configuration).
How can I exclude this interface from the warnings?

Simon Pawlowski
- 45
- 6
2
votes
2 answers
Generate sequence of numbers prefix with an alphabet
I would like to generate a sequence of numbers as "A0000"(ie.. an alphabet followed by 4numbers not randomly generated numbers).
I have gone through this article which is done with Sql Server similarly how can I achieve it in VB.Net.
Here is the…

coder
- 13,002
- 31
- 112
- 214
1
vote
2 answers
how can a php generated image have a .png extension?
I am the owner of a minecraft server and got fed up with sites that generate png banners with live contents (getting that content by plugins i must install).
So I tried to make mine :)
all fine and well the image is generated and displayed fine and…

John Kapsis
- 105
- 1
- 1
- 5
1
vote
1 answer
DB2 GENERATED IDENTITY HIBERNATE
I am using DB2 GENERATED IDENTITY to auto-increment value for a column. The column is not a primary key column. I am not sure how to configure the field in the hibernate mapping class.
Please help.

l a s
- 3,836
- 10
- 42
- 61
1
vote
3 answers
ASP.NET ListBox - Condense generated html
I have an ASP.NET page that has multiple (11) ListBox controls on. Some of these ListBoxes can have many options (100 or more).
The issue I have is that the response size of the page is 106kb which is down to the html generated from all of the…

Brett Postin
- 11,215
- 10
- 60
- 95
1
vote
1 answer
Adding custom header to generated SOAP proxy
I have generated a proxy class from a wsdl file (C# VS 2008)
The webservice expects an element within the soap header.
When I try to add this element using proxy.RequestSoapContext.Envelope.Header I receive a null error. The envelope is null.
How…

user1180360
- 33
- 1
- 4
1
vote
1 answer
How to Create Model from Scratch
I am working to generate terrain for our project, something that will be contained in the Model class that I can draw, but I new class would be alright since I may need to look inside for specific data often, and then I would just need the basic…

Pysis
- 1,452
- 2
- 17
- 31
1
vote
2 answers
Include generated files automatically on hg archive
I have a huge Mercurial Repository with a gerated file called ".version". This file is automatically generated with a hook each time a commit is made or an update is done.
However this file is generated and NOT versioned (this always resulted in…

glasflügel
- 325
- 2
- 11
1
vote
0 answers
How to configure correct the swagger OpenAPI (wrong url generated)?
I made a small spring boot application (2.2.5.RELEASE)
and I want to have swagger and I use springdoc-openapi-ui version 1.6.8.
I have in my application.properties my setting "swagger-ui.hostname" which is an empty string by default.
Other settings…

alin
- 27
- 3
1
vote
1 answer
Can anyone explain the Android ViewBinding's bind() function optimized Java code?
I was looking at the auto-generated ViewBinding code in app/build/generated/data_binding_base_class_source_code and saw the bind() functions code and i cannot understand it.
@NonNull
public static LayoutBindingBinding bind(@NonNull View rootView) {
…

Alraj
- 170
- 9
1
vote
0 answers
i have been getting this error Module 'agora_rtc_engine' not found in flutter
I have tried every solution but does not work .after i have add firebase_messaging dependency then this error has been come before that agora functionality have working fine .Please help how can i solve this error.enter image description here

Damini Bharat Jadhav
- 31
- 2