225
Points
Questions
43
Answers
37
-
- 429 views
- 1 answers
- 0 votes
-
I have the following xml <?xml version="1.0" encoding="UTF-8"?> <metadata xml:lang="en"> <gmd:GEMINI_Metadata xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml" xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <itemName …
- 352 views
- 1 answers
- 0 votes
-
I have to netstandard2.0 projects: projectA/src/client/client.csproj projectB/src/lib/lib.csproj project A client reference project b lib like: … <ItemGroup> <ProjectReference Include="..\..\..\projectB\src\lib.csproj"> <ReferenceOutputAssembly>true</ReferenceOutputAssembly> …
- 503 views
- 0 answers
- 0 votes
-
Table: emp ——————————— EID | NAME | TITLE 1 | Dee | Director 2 | Mac | Analyst 3 | …
- 337 views
- 1 answers
- 0 votes
-
i have a table example user_skill table user can choose the minimum level of a skill. For example Maths => …
- 368 views
- 1 answers
- 0 votes
-
Anyone could explain me which query is more performant and which is the difference behind the scene? SELECT PRODUCT.id, SUM(PRODUCTION.quantity) …
- 378 views
- 2 answers
- 0 votes
-
I create query as below. It is working perfectly fine: $get_products = "SELECT P.*, C.`category_name`, GROUP_CONCAT(`category_name` SEPARATOR ‘, ‘) AS …
- 329 views
- 1 answers
- 0 votes
-
I am working on an LSTM model to predict time series data (stock prices) and I would like an opinion …
- 345 views
- 0 answers
- 0 votes
-
- 350 views
- 0 answers
- 0 votes