-
Notifications
You must be signed in to change notification settings - Fork 0
/
superlib_personal_system_requirement.php
42 lines (39 loc) · 1.61 KB
/
superlib_personal_system_requirement.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
$title = "软件介绍 超级图库管理软件单机版 蓝码动力";
$keywords = "软件介绍,超级图库管理软件,SuperLib,单机版,蓝码动力";
$description = "超级图库管理软件单机版介绍:功能介绍,运行环境,演示录像,常见问题解答,成功案例,解决方案,软件下载,软件购买";
include ('meta.php');?>
</head>
<body>
<?php
require ('header.php');
?>
<div class="subbanner"><div class="banner_pro"></div></div>
<div class="main">
<div class="content">
<div class="here"><a href="index.php">首页</a> >> <a href="products.php">产品</a> >> <a href="superlib_personal.php">单机版</a> >> 运行环境</div>
<div class="con_m">
<?php $active="index"; include 'superlib_personal_left.php'; ?>
<div class="con_r">
<div class="text2" style="padding-top:0;padding-bottom:0;">
<div class="content" style="width:850px;padding-top:0;padding-bottom:0;">
<p>超级图库管理软件单机版运行条件:</p>
<div style="padding-left:20px;">
<li>操作系统:Windows XP/Vista/2003/2008</li>
<li>CPU:奔腾3以上,主频0.8GHz以上。</li>
<li>内存:256M以上。</li>
<li>硬盘:1G以上。</li>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<?php include 'footer.php'; ?>
</body>
</html>