pagefile
JVM Page Faults should be Zero, right? How High is OK?
OK folks, this is another \"I think is a stupid question\", but for clarity\'s sake warrants appearing foolish.[详细]
2023-01-31 04:12 分类:问答On Windows XP, programmatically set Pagefile to "No Paging File" on single c: drive
I\'m trying to write a C#/.NET application that optimizes the hard drives for our XP workstations Set pagefile to \"No paging file\"[详细]
2022-12-30 09:37 分类:问答How can I get read-ahead bytes?
Operating systems read from disk more than what a program actually requests, because a program is likely to need nearby information in the future.In my application, when I fetch an item from disk, I w[详细]
2022-12-29 01:13 分类:问答What is compiler flagging for numbers in C#?
What is c开发者_C百科ompiler flagging for numbers in C#? What is the advantage of this work? I can\'t understand this concept.There is a compiler flag /checked. It deals with numeric over and under fl[详细]
2022-12-21 13:39 分类:问答Basic Game DrawEngine question
i want to create a basic game Draw engine class for my 2D game. i\'m not quite sure whether to share main window handle with class or keep it private as it is in the main class. The oth开发者_C百科er[详细]
2022-12-17 20:31 分类:问答