搜索结果
找到约 1,112 项符合
Multi-User 的查询结果
MySQL数据库 使用说明:请您先正确设置数据库及JDBC驱动。 参考: http://blog.raofeng.com/love/kiss/archives/2006/16.html http://blog.r
使用说明:请您先正确设置数据库及JDBC驱动。
参考:
http://blog.raofeng.com/love/kiss/archives/2006/16.html
http://blog.raofeng.com/love/kiss/archives/2006/13.html
http://dev.mysql.com/downloads/connector/j/3.1.html下载JDBC驱动
先新建一数据库(默认名为jspmo)建立数据库及表格的命令都在sql.txt内,可以直 ...
Internet/网络编程 功能介绍: (1)使用三层架构,代码优化
功能介绍:
(1)使用三层架构,代码优化,便于修改,可以自由选择皮肤。
(2)界面友好,操作简便 性能进行了优化,速度快
(3)user.aspx进行用户管理,可以进行用户注册,密码修改,用户登录
(4)从页面左边可以直接进入词条,也可通过搜索进入词条,还会直接显示最新的10个词条。
(5)词条按tag(标签)分类聚合, ...
其他 管理员用户登陆: 用户名 admin 密码123 (密码可打开access数据库hangkong.mdb
管理员用户登陆:
用户名 admin 密码123 (密码可打开access数据库hangkong.mdb,在user表中直接修改)asp文件:login.asp
Java编程 连接oracle数据库的操作方法 tatic String driverName="oracle.jdbc.driver.OracleDriver" static String dbUrl="
连接oracle数据库的操作方法
tatic String driverName="oracle.jdbc.driver.OracleDriver"
static String dbUrl="jdbc:oracle:thin:@10.1.1.44:1521:DBAWEB"
static String user="DBA_WEB"
static String password="DBA_WEB"
Java编程 java登陆,帐号以及密码的操作 <strong>UserBean</strong> will hold all of the information * regardi
java登陆,帐号以及密码的操作
<strong>UserBean</strong> will hold all of the information
* regarding a specific user of the AddressBook application.
Java编程 1、锁定某个主题抓取; 2、能够产生日志文本文件
1、锁定某个主题抓取;
2、能够产生日志文本文件,格式为:时间戳(timestamp)、URL;
3、抓取某一URL时最多允许建立2个连接(注意:本地作网页解析的线程数则不限)
4、遵守文明蜘蛛规则:必须分析robots.txt文件和meta tag有无限制;一个线程抓完一个网页后要sleep 2秒钟;
5、能对HTML网页进行解析,提取出链接URL,能判 ...
其他书籍 This practical, roll-up-your-sleeves guide distills years of ingenious XML hacking into a complete s
This practical, roll-up-your-sleeves guide distills years of ingenious XML hacking into a complete set of tips, tricks, and tools for web developers, system administrators, and programmers who want to leverage the untapped power of XML. If you want more than the average XML user--to explore and expe ...
数值算法/人工智能 主要特点 * Flexible finite element space construction based template element library 基于模板单元库灵活的构造有限
主要特点
* Flexible finite element space construction based template element library
基于模板单元库灵活的构造有限元空间
* Convenient facilities to implement mesh adaption
很方便的进行网格加密和稀疏化
* Multi-mesh operation supported
支持多套网格操作
需要有一定的有限元基础和C++语言基础,最好 ...
VC书籍 自从微软推出16位的Windows操作系统起
自从微软推出16位的Windows操作系统起,此后每种版本的Windows操作系统都非常依赖于动态链接库(DLL)中的函数和数据,实际上Windows操作系统中几乎所有的内容都由DLL以一种或另外一种形式代表着,例如显示的字体和图标存储在GDI DLL中、显示Windows桌面和处理用户的输入所需要的代码被存储在一个User DLL中、Windows编程所需 ...
Java编程 A translator that converts Qt Designer UI files into SWT java classes. Use the power of Qt Designer
A translator that converts Qt Designer UI files into SWT java classes. Use the power of Qt Designer to generate your user interface and then automatically generate SWT java source code.