代码搜索结果
找到约 10,000 项符合
Storage 的代码
preupgrade
#!/bin/sh
if [ -d /usr/local/openfire ]; then
# stop openfire
/bin/launchctl unload /Library/LaunchDaemons/org.jivesoftware.openfire.plist
# remove existing tmp storage
/bin/rm -rf /tmp/openfir
ps3disk.c
/*
* PS3 Disk Storage Driver
*
* Copyright (C) 2007 Sony Computer Entertainment Inc.
* Copyright 2007 Sony Corp.
*
* This program is free software; you can redistribute it and/or modify it
* un
ps3flash.c
/*
* PS3 FLASH ROM Storage Driver
*
* Copyright (C) 2007 Sony Computer Entertainment Inc.
* Copyright 2007 Sony Corp.
*
* This program is free software; you can redistribute it and/or modify it
chio.h
/*
* ioctl interface for the scsi media changer driver
*/
/* changer element types */
#define CHET_MT 0 /* media transport element (robot) */
#define CHET_ST 1 /* storage element (media slots)
baction.java
/**
*
*/
package com.felyxiu.www.storage.bll;
import java.util.Iterator;
import java.util.List;
import org.hibernate.Transaction;
/**
* @author Administrator
*
*/
public class B
bshipvin.java
/**
*
*/
package com.felyxiu.www.storage.bll;
import java.util.Iterator;
import java.util.List;
import org.hibernate.Transaction;
/**
* @author Administrator
*
*/
public class B
bcurrency.java
/**
*
*/
package com.felyxiu.www.storage.bll;
import java.util.Iterator;
import java.util.List;
import org.hibernate.Transaction;
/**
* @author Administrator
*
*/
public class B
bummaster.java
/**
*
*/
package com.felyxiu.www.storage.bll;
import java.util.Iterator;
import java.util.List;
import org.hibernate.Transaction;
/**
* @author Administrator
*
*/
public class B
bclasscode.java
/**
*
*/
package com.felyxiu.www.storage.bll;
import java.util.Iterator;
import java.util.List;
import org.hibernate.Transaction;
/**
* @author Administrator
*
*/
public class B
b_vender.java
/**
*
*/
package com.felyxiu.www.storage.bll;
import java.util.*;
import org.hibernate.Transaction;
import HibernateDao.*;
/**
* @author fely
*
*/
public class B_vender {
Hi