operating-system
What's the difference between io.open() and os.open() on Python?
I realised that the open() function I\'ve been using was an alias to io.open() and that importing * from os would overshadow that. 开发者_如何学JAVA[详细]
2023-04-01 10:16 分类:问答How to port android to run on a lg gt350 mobile that meets the android minimum device requirements
i have searched all over the net to find any ports of Android to lg gt350i, but i found none , so i decided to build it myself , is it possible to build android for lg gt350i? how should i flash it in[详细]
2023-04-01 06:57 分类:问答Dreaming of making my own OS- what should I use? (suggestions) [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-01 02:51 分类:问答How to get running process with Objective-C
I have to develop a Cocoa program that will monitor a specific process. If that process goes under 50% of CPU usage, I have to send an email to 开发者_开发技巧the administrator. Of course, this will b[详细]
2023-04-01 01:49 分类:问答Java 7 on Windows 2000
I have made a Java application with Java 1.7 my problem is that it is not running on windows 200开发者_运维问答0. It is saying me \"this is not a WIN-32 Application\".[详细]
2023-04-01 00:16 分类:问答Python's os.listdir behaviour on Windows
>>> import os >>> os.chdir(\'c:/python27\') >>> os.listdir(\'c:\') [\'Tools\', \'include\', \'python.exe\', \'libs\', \'DLLs\', \'Lib\', \'NEWS.txt\',[详细]
2023-03-31 20:27 分类:问答What happens if a write system call is called on same file by 2 different processes simultaneously
开发者_StackOverflow社区Does the OS handle it correctly? Or will I have to call flock()?Although the OS won\'t crash, and the filesystem won\'t be corrupted, calls to write() are NOT guarenteed to be[详细]
2023-03-31 19:47 分类:问答Static constructors in C++ on my own OS kernel
I am trying to write a kernel in c++ and I am a beginner in OS development. Now I am implementing cout to display on a monitor, but I am facing some problems. I know the question I am asking is foolis[详细]
2023-03-31 18:30 分类:问答Writing C/C++ Compiler to the MBR to execute source code before Booting up the OS [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-03-31 14:43 分类:问答How to enable IRQ8 in my OS kernel? [closed]
开发者_开发技巧 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.[详细]
2023-03-31 14:07 分类:问答