在线HTML编辑器 Redactor

码农软件 · 软件分类 · 可视化HTML编辑器 · 2019-04-07 09:42:59

软件介绍

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>

本文地址:https://www.codercto.com/soft/d/3043.html

深入浅出MFC (第二版)

深入浅出MFC (第二版)

侯俊杰 / 华中科技大学出版社 / 2001-1 / 80.00元

《深入浅出MFC》分为四大篇。第一篇提出学习MFC程序设计之前的必要基础,包括Widnows程序的基本观念以及C++的高阶议题。“学前基础”是相当主观的认定,但作者是甚于自己的学习经验以及教学经验,其挑选应该颇具说服力。第二篇介绍Visual C++整合环境开发工具。此篇只是提纲挈领,并不企图取代Visual C++使用手册;然而对于软件使用的老手,此篇或已足以帮助掌握Visual C++整合环境......一起来看看 《深入浅出MFC (第二版)》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具