215
Points
Questions
41
Answers
38
-
- 323 views
- 0 answers
- 0 votes
-
I’m trying to return javax.ws.rs.core.Response from javax.ws.rs.ext.ExceptionMapper<Exception>.toResponse() in my Spring app: return Response.status(Response.Status.BAD_REQUEST) .entity(makeEntity()) .type(MediaType.TEXT_XML) .build(); But I get this …
- 308 views
- 0 answers
- 0 votes
-
I am working on a laravel application which needs a receipt printign through POS (thermal printer).i am using This Jquery …
- 351 views
- 0 answers
- 0 votes
-
I wrote a web service in python flask. In my code I have flask session object and it looks good. …
- 316 views
- 1 answers
- 0 votes
-
I have the following object that is an OrderedDict that I would like to export to csv. OrderedDict([(‘AGG’, 0.09888), (‘BWX’, …
- 294 views
- 3 answers
- 0 votes
-
I’m a novice programmer and I tried to write code for a challenge in my book with a loop that …
- 276 views
- 3 answers
- 0 votes
-
- 277 views
- 2 answers
- 0 votes
-
Is there a list that makes it clear that a request must or is not possible to have a body? …
- 290 views
- 1 answers
- 0 votes
-
This question already has answers here: Regular expression to stop at first match (9 answers) Closed 4 days ago. I …
- 285 views
- 1 answers
- 0 votes
-
Background I made a simple login page to test a SQL injection on but the execution doesn’t seem to work. …
- 316 views
- 0 answers
- 0 votes