代码搜索:Windows API
找到约 10,000 项符合「Windows API」的源代码
代码结果 10,000
www.eeworm.com/read/365228/2898272
java appassociationreaderfactory_windows.java
/*
* Copyright (C) 2004 Sun Microsystems, Inc. All rights reserved. Use is
* subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under th
www.eeworm.com/read/365228/2898275
java servicemanagerstub_windows.java
/*
* Copyright (C) 2004 Sun Microsystems, Inc. All rights reserved. Use is
* subject to license terms.
*
* This program is free software; you can redistribute it and/or modify
* it under th
www.eeworm.com/read/358243/2990210
java windows_sv.java
package com.sun.java.swing.plaf.windows.resources;
import java.util.ListResourceBundle;
public final class windows_sv extends ListResourceBundle {
protected final Object[][] getContents() {
www.eeworm.com/read/358243/2990212
java windows_ja.java
package com.sun.java.swing.plaf.windows.resources;
import java.util.ListResourceBundle;
public final class windows_ja extends ListResourceBundle {
protected final Object[][] getContents() {
www.eeworm.com/read/358243/2990214
java windows_es.java
package com.sun.java.swing.plaf.windows.resources;
import java.util.ListResourceBundle;
public final class windows_es extends ListResourceBundle {
protected final Object[][] getContents() {
www.eeworm.com/read/358243/2990216
java windows_ko.java
package com.sun.java.swing.plaf.windows.resources;
import java.util.ListResourceBundle;
public final class windows_ko extends ListResourceBundle {
protected final Object[][] getContents() {
www.eeworm.com/read/358243/2990218
java windows_de.java
package com.sun.java.swing.plaf.windows.resources;
import java.util.ListResourceBundle;
public final class windows_de extends ListResourceBundle {
protected final Object[][] getContents() {
www.eeworm.com/read/358243/2990219
java windows_fr.java
package com.sun.java.swing.plaf.windows.resources;
import java.util.ListResourceBundle;
public final class windows_fr extends ListResourceBundle {
protected final Object[][] getContents() {
www.eeworm.com/read/358128/3003759
result create_not_windows.result
drop table if exists `about:text`;
create table `about:text` (
_id int not null auto_increment,
`about:text` varchar(255) not null default '',
primary key (_id)
);
show create table `about:text`;
Tab