代码搜索:StudentManager
找到约 481 项符合「StudentManager」的源代码
代码结果 481
www.eeworm.com/read/458552/7294555
cs iteacher.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using StudentManager.Model;
namespace StudentManager.IDAL
{
public interface ITeacher
{
www.eeworm.com/read/451531/7462547
txt 源代码说明.txt
文件夹 SSOAuth 、StudentManager、Vote分别是身份认证系统、学生信息管理系统、校园投票系统的
工程源代码,直接导入myeclipse 6.0就行了。
将slapd.conf文件拷到openldap的安装目录下,替换原来的slapd.conf,配置ldap的rootdn,
将init.ldif和user.ldif文件文件导入,分别建立用户目录和用户节点。
ldap
www.eeworm.com/read/485140/6566085
java client.java
//学生注册登记客户端程序Client.java
import java.awt.*;
import javax.swing.*;
import java.rmi.*;
import java.awt.event.*;
public class Client extends JFrame
{
JPanel query,insert,delete,modify; //定义查询、插入
www.eeworm.com/read/485140/6566097
java delete.java
/*删除学生信息程序Delete.java*/
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
import java.sql.*;
public class Delete implements ActionListener
{
StudentManager server;
JTextFi
www.eeworm.com/read/262911/11384791
txt 2.txt
题目:学生信息管理系统
1.设计数据库的结构。
2.设计相关的数据表和字段,并输入数据。
3.设计Access与数据源连接。
4.设计学生管理界面。
5.录入。
6.修改。
7.删除。
8.查询。
9.浏览
学生信息管理系统功能模块功能说明如下
(1) 完成对学生档案的管理,包括学生基本资料,信息的录入,查询、统计、浏览等功能。
...
www.eeworm.com/read/400017/11585801
java test.java
package com.apptech.hewenli;
public class Test {
/**
* @param args
*/
public static void main(String[] args) {
StudentManager mana = new StudentManager();
/**
* 显示菜单
*/
www.eeworm.com/read/346318/11754747
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("StudentMana
www.eeworm.com/read/346318/11754765
cs connection.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace StudentManager.DataLevel
{
class Connection
{
public static string ConnString
{
www.eeworm.com/read/346318/11754793
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace StudentManager
{
static class Program
{
///
/// 应用程序的主入口点。
/
www.eeworm.com/read/121441/14756731
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// STUDENTMANAGER.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "s