w_complete': // 重置密码 $pre .= $default_pre .= 'user_resetpw_complete.htm'; break; case 'user_comment': // 我的首页评论 $pre .= $default_pre .= 'user_comment.htm'; break; case 'single_page': // 单页 $pre .= $default_pre .= 'single_page.htm'; break; case 'search': // 搜索 $pre .= $default_pre .= 'search.htm'; break; case 'operate_sticky': // 置顶 $pre .= $default_pre .= 'operate_sticky.htm'; break; case 'operate_close': // 关闭 $pre .= $default_pre .= 'operate_close.htm'; break; case 'operate_delete': // 删除 $pre .= $default_pre .= 'operate_delete.htm'; break; case 'operate_move': // 移动 $pre .= $default_pre .= 'operate_move.htm'; break; case '404': $pre .= $default_pre .= '404.htm'; break; case 'read_404': $pre .= $default_pre .= 'read_404.htm'; break; case 'list_404': $pre .= $default_pre .= 'list_404.htm'; break; default: // 首页 $pre .= $default_pre .= theme_mode_pre(); break; } if ($config['theme']) { $conffile = APP_PATH . 'view/template/' . $config['theme'] . '/conf.json'; $json = is_file($conffile) ? xn_json_decode(file_get_contents($conffile)) : array(); } // 加载绑定ID安装风格 !empty($json['installed']) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . ($id ? $id . '_' : '') . $pre; // 加载安装风格 (empty($path_file) || !is_file($path_file)) and $path_file = APP_PATH . 'view/template/' . $config['theme'] . '/htm/' . $pre; // 主风格下可安装多个子风格 if (!empty($config['theme_child']) && is_array($config['theme_child'])) { foreach ($config['theme_child'] as $theme) { if (empty($theme) || is_array($theme)) continue; // 加载绑定ID安装风格 $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . ($id ? $id . '_' : '') . $pre; // 加载安装风格 !is_file($path_file) and $path_file = APP_PATH . 'view/template/' . $theme . '/htm/' . $pre; } } // 风格不存在加载适配端 !is_file($path_file) and $path_file = APP_PATH . ($dir ? 'plugin/' . $dir . '/view/htm/' : 'view/htm/') . $default_pre; return $path_file; } // 依据模式返回适配文件 function theme_mode_pre($type = 0) { global $config; // 网站模式 $mode = $config['setting']['website_mode']; $pre = ''; // 首页文件前缀 if (1 == $mode) { // 门户模式 $pre .= 2 == $type ? 'portal_category.htm' : 'portal.htm'; } elseif (2 == $mode) { // 扁平模式 $pre .= 2 == $type ? 'flat_category.htm' : 'flat.htm'; } else { // 自定义模式 $pre .= 2 == $type ? 'index_category.htm' : 'index.htm'; } return $pre; } ?>windows7 embedded 初步了解|江阴雨辰互联

windows7 embedded 初步了解

windows XP有一个嵌入式版本叫windows XP embedded(XPE),是在XP出来N年之后出现的。现在windows7 刚一出现,它的嵌入式版本就已经同步推

 

    windows XP有一个嵌入式版本叫windows XP embedded(XPE),是在XP出来N年之后出现的。现在windows7 刚一出现,它的嵌入式版本就已经同步推出了,这也反映了微软对嵌入式应用的重视程度超过以往。

    不过windows7的嵌入式版本名字比较怪,叫做 Windows Embedded Standard 2011,“俗名”叫Quebec。网站地址是:https://connect.microsoft/directory/ 。这个页面上列出了一堆微软的产品。可以在其中找到Windows Embedded Standard。

    要访问Windows Embedded Standard,你首先需要有一个Live ID,也就是原来的MSN账号啦。先在上面这个页面的右上角选择注册,把你的账号注册一下,注册时需要提供e-mail账号(貌似Live ID就是一个e-mail账号?无语),还需要等着接收注册邮件,点击邮件中的链接激活账号。这些都做完后就可以登录了,登录成功后,在Windows Embedded Standard旁边会多出一个链接“立即申请”。点进去,就可以找到下载文档和试用版的地方了。

    大概看了一下,Windows Embedded Standard分为32位版本和64位版本。试用版文件有2个多G,改天下下来试一下。

 

发布者:admin,转转请注明出处:http://www.yc00.com/web/1733745685a3707927.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信