搜索结果
找到约 959 项符合
user-Agent 的查询结果
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.
通讯/手机编程 Combined DHCP/DNS Server. DHCP Server allots addresses and DNS Server first try resolving from DHCP
Combined DHCP/DNS Server. DHCP Server allots addresses and DNS Server first try resolving from DHCP allotted names then from Cache then forwarding to External DNS. Relay Agent, PXEBOOT and BOOTP, Zone Replication, Auto Config and auto Dynamic DNS update.
其他书籍 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 ...
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.
通讯/手机编程 design LP,HP,B S digital Butterworth and Chebyshev filter. All array has been specified internally
design LP,HP,B S digital Butterworth and Chebyshev
filter. All array has been specified internally,so user only need to
input f1,f2,f3,f4,fs(in hz), alpha1,alpha2(in db) and iband (to specify
the type of to design). This program output hk(z)=bk(z)/ak(z),k=1,2,...,
ksection and the freq.
压缩解压 利用VB开发通信程序主要的方法有两种
利用VB开发通信程序主要的方法有两种,一是利用VB本身提供的控件(CONTRALS),另一种方法是利用WINDOWS API应用程序接口,WINDOWS API 主要提供了三个动态连接库KERNEL.EXE、USER.EXE、GDI.EXE供开发人员调用