代码搜索:folder
找到约 10,000 项符合「folder」的源代码
代码结果 10,000
www.eeworm.com/read/474814/1389164
xpm folder.xpm
/* XPM */
static char * folder_foo_xpm[] = {
/* width height num_colors chars_per_pixel */
"16 12 3 1",
/* colors */
" s None c None",
". c black",
"X c #f0ff80",
/* pixels */
" .... ",
"
www.eeworm.com/read/474814/1389174
xbm folder.xbm
#define folder_width 16
#define folder_height 10
static unsigned char folder_bits[] = {
0xfc, 0x00, 0x02, 0x07, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08,
0x01, 0x08, 0x01, 0x08, 0x01, 0x08
www.eeworm.com/read/465785/1516738
js folder.js
function cursor(cur_sytle)
{
document.body.style.cursor=cur_sytle;
}
function cursorDefault()
{
document.body.style.cursor = 'default';
}
function changeId(obj,state)
{
ob
www.eeworm.com/read/465785/1516762
java folder.java
package huitong.util;
import java.io.*;
public class Folder
{
private String folderPath = FinalVar.rootPath;
private String path = null;
public Folder()
{}
public Folder(Strin
www.eeworm.com/read/453955/1634416
cs folder.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.
www.eeworm.com/read/453872/1636707
java folder.java
package com.oa.struts.perOffice.modle;
import com.oa.util.*;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
public class Folder {
private Connection conn=null;