在线HTML编辑器 Redactor
- 授权协议: MIT/GPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://redactorjs.com/
- 软件文档: http://redactorjs.com/docs/
软件介绍
Redactor 是一个 jQuery 的插件,实现在线所见即所得的 HTML 编辑器。界面简洁,加载速度快。不过不支持 IE6 浏览器,如果你不需要考虑 IE6 不妨试试。
使用很简单:
<!DOCTYPE html>
<html>
<head>
<title>Redactor</title>
<meta charset="utf-8">
<script src="/js/jquery-1.7.min.js"></script>
<link rel="stylesheet" target="_blank" rel="nofollow" href="/js/redactor/css/redactor.css" />
<script src="/js/redactor/redactor.js"></script>
<script type="text/javascript">
$(document).ready(
function()
{
$('#redactor_content').redactor();
}
);
</script>
</head>
<body>
<textarea id="redactor_content" name="content" style="height: 560px;"></textarea>
</body>
</html>
深入浅出MFC (第二版)
侯俊杰 / 华中科技大学出版社 / 2001-1 / 80.00元
《深入浅出MFC》分为四大篇。第一篇提出学习MFC程序设计之前的必要基础,包括Widnows程序的基本观念以及C++的高阶议题。“学前基础”是相当主观的认定,但作者是甚于自己的学习经验以及教学经验,其挑选应该颇具说服力。第二篇介绍Visual C++整合环境开发工具。此篇只是提纲挈领,并不企图取代Visual C++使用手册;然而对于软件使用的老手,此篇或已足以帮助掌握Visual C++整合环境......一起来看看 《深入浅出MFC (第二版)》 这本书的介绍吧!
