I have a C# program that takes a screenshot every 15 seconds that works great. But now I seem to get an occasional "a generic error occurred in GDI+". I am th
So Im using notepad++ and i have a really simple xml file for demonstrating the problem. <?xml version="1.0" standalone="no"?> <?xml-stylesheet type="
I'm trying to store a tweet in my database with twitter api, but I get this kind of strage chars which seems to be "naturals" bold chars NORMAL CHARS: azertyu
So here is my problem : I put NoActionBar on my themes and when i run my app in an emulated device no action bar are shown (so everthing is fine) BUT when I ins
How can I add a background image for my heading(site name) ? ps: I am only using html and css.
I've set up an apache2 server and have located my library at http://example.com/lib/deno/[email protected]/ and then created a 301 redirect from http://example.com/lib
I am trying to plot two ´geom_vline()´ in a graph. The code below works fine for one vertical line: x=1:7 y=1:7 df1 = data.frame(x=x,y=y) vertica
I am using the following forkJoin to make preview call only for attachment that can be previewable. canPreview flag shows that. But as soon as I add the filter,
I updated an EC2 Windows 2019 server instance from t3.medium to t2.medium. The machine had a D drive for storage which is an EBS volume. Now that volume says i
I'm trying to use EXCHANGE PARTITION on following example schema: CREATE TABLE TEMP_TABLE_00( CONTACT_ID NUMBER, SECONDARY_CONTACT_FLAG NUMBER, SO