Questions tagged [internals]

The internals tag denotes questions about how things work, as opposed to how to accomplish something specific. Of course, how something works underneath will have practical implications, but internals questions aren't about how to do something; rather, how to understand something.

If you understand how a database or parser or version control system actually works, you'll be better at using it. Internals questions seek this kind of inside knowledge.

660 questions
0
votes
0 answers

IP filter in Google Analytics is not working for internal site searches

we have an IP filter set up to exclude internal traffic affecting our data. We use the basic set up which is working fine - Filter Type: Predefined > Exclude > traffic from the IP addresses > that are equal to > our fixed IP address. However, all…
0
votes
1 answer

Open a file in ProjectedFS with GENERIC_ALL access (Projected File System)

I've create example application using Projected File System I've implement all necessary functions and it works well when I open a file from projected FS with GENERIC_READ or GENERIC_WRITE access, but when I'm trying to use GENERIC_ALL I'm getting…
J. Doe
  • 13
  • 3
0
votes
0 answers

scrapy docs author spider couldn't crawl internal link

I tried the AuthorSpider in scrapy docs, but it doesn't return the author page for me, it even doesn't go to parse_author() method, I want to crawl a website with several internal links, then follow the link to crawl the article, I tried all the…
rabbit
  • 1
  • 2
0
votes
0 answers

Is there a way to uniquely identify a column via jdbc? I do not mean via schema table column

I am trying to track changes made to a database (schema) using a java app. We are trying to track changes for each column/unique-constraint/index and table. Functionally I know table.column is unique. So, if the datatype of a column changes, we know…
0
votes
0 answers

Unable to get my xml and dtd to work together, a doctype not allowed in content

I'm unable to link XML and DTD, when I validate I keep getting a DOCTYPE error as said in question, also when I saved as an xml and click it into a browser, its just blank. I validated my XML earlier and it was fine (have done a few changes since…
Braden
  • 5
  • 2
0
votes
0 answers

CMake: How to build then link a library within configure step

I am attempting to use CMake to generate an OpenGL project template. My set up requires the GLFW static library https://github.com/glfw/glfw ; GLFW is also built using CMake. I would like to generate and link this library within the configure step…
Enigma22134
  • 532
  • 5
  • 12
0
votes
1 answer

How to replace sun.util.caldender.ZoneInfo with new API in java

I found this Api Sun.util.calendar.zoneInfo inside one of my Testcase and when I compile it I got the waring message it saying sun.util.calender.ZoneInfo is internal proprietary API and may be removed in a future release @Test @Ignore("This test…
James Bond
  • 51
  • 1
  • 8
0
votes
0 answers

Login form now ends in a 505

I could need some help figuring this one out. This code has worked perfectly fine before, but now all of a sudden it results in a 505 internal error. I belive there is something regarding a forced upgrade on the PHP version from the host. Does…
0
votes
0 answers

Reasonml map not pure?

I have a string map like this: let table = Belt.Map.String.fromArray([|("A", 1), ("B", 1), ("C", 3)|]); When I compile this single line, BuckleScript JS output says that table is not a pure module. From my understanding of the Map, when you do a…
PKK
  • 753
  • 2
  • 7
  • 18
0
votes
0 answers

Confused internal and external use case diagram

I just got an assignment one of the questions is asking me to create 2 use case diagrams for a retailer database one internal and external however I'm not sure what the different is between them and the different use cases that they will…
Rev LMP
  • 1
  • 1
0
votes
1 answer

how to create a docker internal registry

I don’t have permission to go out of my Organization network to pull images from internet/outside. I’m trying to create internal private registry but unfortunately for that also I need a docker image. I’m new to docker can anyone help me out how…
sudheer m
  • 1
  • 3
0
votes
1 answer

Crawl data from an internal room booking website

currently I have a small task about crawl data from an internal web, but I still don't know where to start. I have an internal website about lab-booking, you'll first need to enter username and password for access. Come to the booking page, let say…
0
votes
1 answer

thread local storage, and thread variables

i have few questions about TLS, and how it differes from local variables, global variables and local variables. thread local variables are accessible only for the owner thread, and local variables are accessible only for the function? where the…
Eran Nahshon
  • 29
  • 1
  • 6
0
votes
0 answers

Why am I getting access to internal storage even when I set my app for external storage?

I am confused, both parameters, "EXTERNAL_CONTENT_URI" and "INTERNAL_CONTENT_URI", access and display images from "Photos" and "Camera". Shouldn't only the second parameter access them? Furthermore, I did not ask for any permission to read image…
Blue Crystal
  • 21
  • 1
  • 5
0
votes
1 answer

HTTP Status 500 - Internal Server Error RapidClipse

I have a new Laptop and I want to work again on my RapidClipse project. So i installed RapidClipse, opened my project and got on the Designer an Internal Server Error. I googled it and can't find any solutions. Here is the Error Code: Type Exception…