代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/276451/10736806
ppt 00-opengl-2.7-windows.ppt
www.eeworm.com/read/276360/10744087
exe turbo_c_for_windows_3.0.exe
www.eeworm.com/read/420991/10762433
mht 16.4. 访问 windows 分区.mht
From:
Subject: =?gb2312?B?t8POyiBXaW5kb3dzILfWx/g=?=
Date: Sun, 1 Mar 2009 23:44:35 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html";
www.eeworm.com/read/275831/10793704
rb 01 - creating a windows service.rb
# rubysrvc.rb
require 'rubygems'
require 'win32/service'
include Win32
SERVICE_NAME = "RubySvc"
SERVICE_DISPLAYNAME = "A Ruby Service"
if ARGV[0] == "register"
# Start the service.
svc = Service
www.eeworm.com/read/275831/10794086
rb 01 - managing windows services.rb
require 'rubygems'
require 'win32/service'
include Win32
puts 'Currently Running Services:'
Service.services do |svc|
if svc.current_state == 'running'
puts "#{svc.service_name}\t-\t#{svc.displ
www.eeworm.com/read/275496/10815278
chm windows游戏编程大师技巧.chm
www.eeworm.com/read/349234/10839883
txt windows网络编程技术.txt
www.eeworm.com/read/419349/10872857
chm windows游戏编程大师技巧.chm
www.eeworm.com/read/418731/10931796
txt tip for shutdown windows - virus.txt
Try to open:
Run -> cmb -> shutdown -a
This prevent the shutdown.
create a new shortcut.. then write;
shutdown -s -t 0 = this is for shut down in 0 seconds (t = time s=shutdown)
shutdown