代码搜索:ssh
找到约 2,065 项符合「ssh」的源代码
代码结果 2,065
www.eeworm.com/read/150781/12263095
h sftp.h
/*
* sftp.h: definitions for SFTP and the sftp.c routines.
*/
#include "int64.h"
#define SSH_FXP_INIT 1 /* 0x1 */
#define SSH_FXP_VERSION
www.eeworm.com/read/250756/12385915
h sftp.h
/*
* sftp.h: definitions for SFTP and the sftp.c routines.
*/
#include "int64.h"
#define SSH_FXP_INIT 1 /* 0x1 */
#define SSH_FXP_VERSION
www.eeworm.com/read/119269/14835686
h sftp.h
/*
* sftp.h: definitions for SFTP and the sftp.c routines.
*/
#include "int64.h"
#define SSH_FXP_INIT 1 /* 0x1 */
#define SSH_FXP_VERSION
www.eeworm.com/read/486051/1254048
java registerform.java
package com.shunshi.ssh.form;
import org.apache.struts.action.ActionForm;
import com.shunshi.ssh.entity.*;
public class RegisterForm extends ActionForm {
private User user=new User();
// pri
www.eeworm.com/read/486051/1254126
java usergroupdao.java
package com.shunshi.ssh.dao;
import java.util.*;
import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
import com.shunshi.ssh.entity.*;
public class UserGroupDAO extends Hiber
www.eeworm.com/read/486051/1254144
java ipermissiondao.java
package com.shunshi.ssh.dao;
import java.util.Collection;
import java.util.List;
import com.shunshi.ssh.entity.*;
public interface IPermissionDAO {
public void save(Permission permission);