求一个在线编辑控件、可以上传本地图片的、高分献上

cuidehuashow 2010-06-12 04:40:30
需要1个在线文本编辑器、可以上传本地图片的、FreeTextBox 没有上传的功能、本人用不好、如果提供完全步骤更好、谢谢、
在线等、
...全文
315 25 打赏 收藏 转发到动态 举报
写回复
用AI写文章
25 条回复
切换为时间正序
请发表友善的回复…
发表回复
lilin8905 2010-06-13
  • 打赏
  • 举报
回复
FckEditor
Jcomet 2010-06-13
  • 打赏
  • 举报
回复
fckeditor 还有jquery 的插件 ,
ddjiang1115 2010-06-13
  • 打赏
  • 举报
回复
CKeditor
mengxj85 2010-06-13
  • 打赏
  • 举报
回复
kindeditor
网上的新闻可以直接复制添加上去
hunzib 2010-06-13
  • 打赏
  • 举报
回复
FckEditor很好用 用在后台管理上很不错
nextuntil 2010-06-13
  • 打赏
  • 举报
回复
jquery的xheditor也行

http://code.google.com/p/xheditor/
leejelen 2010-06-13
  • 打赏
  • 举报
回复
CKeditor
Aquarius娜吖 2010-06-13
  • 打赏
  • 举报
回复
FckEditor
顶!
yifanwu 2010-06-12
  • 打赏
  • 举报
回复
[Quote=引用 15 楼 wxr0323 的回复:]
FckEditor就行

使用说明
[/Quote]

就是这个
子夜__ 2010-06-12
  • 打赏
  • 举报
回复
FckEditor就行

使用说明
mngzilin 2010-06-12
  • 打赏
  • 举报
回复
FckEditor
wuyq11 2010-06-12
  • 打赏
  • 举报
回复
freetextbox可以上传FTB:ImageGallery
ckeditor
段传涛 2010-06-12
  • 打赏
  • 举报
回复
freetextbox 挺好用的啊 网上代码也多。
我的资源里有全套代码 你可以参考一下。
dated3 2010-06-12
  • 打赏
  • 举报
回复
ckeditor 和ckfinder上传插件
yypf2540017 2010-06-12
  • 打赏
  • 举报
回复
FckEditor 是蛮不错的 注意版本 因为上传图片有版本有bug 具体哪个忘记了
wosizy 2010-06-12
  • 打赏
  • 举报
回复
DotNetTextBox 网页在线编辑器控件(C#) For ASP.NET

控件默认显示最常见的应用实例,其中后台代码详细说明了控件通过Page_Load绑定默认内容及提交控件内容时的事件响应代码。内含详细使用说明。
下载....
http://www.codefans.net/soft/2378.shtml
zhubo006 2010-06-12
  • 打赏
  • 举报
回复
FCKeditor
sunrui12345678 2010-06-12
  • 打赏
  • 举报
回复
<%@ Page Language="C#" ValidateRequest="false" Trace="false" %>

<%@ Register TagPrefix="FTB" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>

<script runat="server">
protected void Page_Load(Object Src, EventArgs E)
{

// *** remove this return statement to use the following code ***
return;

string currentFolder = ImageGallery1.CurrentImagesFolder;

// modify the directories allowed
if (currentFolder == "~/images")
{

// these are the default directories FTB:ImageGallery will find
string[] defaultDirectories = System.IO.Directory.GetDirectories(Server.MapPath(currentFolder), "*");

// user defined custom directories
string[] customDirectories = new string[] { "folder1", "folder2" };

// the gallery will use these images in this instance
ImageGallery1.CurrentDirectories = customDirectories;
}


// modify the images allowed
if (currentFolder == "~/images")
{

System.IO.DirectoryInfo directoryInfo = new System.IO.DirectoryInfo(Server.MapPath(currentFolder));

// these are the default images FTB:ImageGallery will find
System.IO.FileInfo[] defaultImages = directoryInfo.GetFiles("*");

// user defined custom images (here, we're just allowing the first two)
System.IO.FileInfo[] customImages = new System.IO.FileInfo[2] { defaultImages[0], defaultImages[1] };

// the gallery will use these images in this instance
ImageGallery1.CurrentImages = customImages;
}

}



</script>

<html>
<head>
<title>Image Gallery</title>
</head>
<body>
<form id="Form1" runat="server" enctype="multipart/form-data">
<FTB:ImageGallery ID="ImageGallery1" JavaScriptLocation="InternalResource" UtilityImagesLocation="InternalResource"
SupportFolder="~/FreeTextBox/" AllowImageDelete="true" AllowImageUpload="true"
AllowDirectoryCreate="false" AllowDirectoryDelete="false" runat="Server" />
</form>
</body>
</html>
做成自定义窗体,然后调用一下
njlywy 2010-06-12
  • 打赏
  • 举报
回复
FckEditor
sunrui12345678 2010-06-12
  • 打赏
  • 举报
回复
FreeTextBox 也有上传功能。
加载更多回复(4)
内容概要:本文围绕“分布式电源接入配电网承载力评估方法”的研究展开,重点复现了一项基于双层鲸鱼优化算法解的核心学术论文,结合Matlab编程实现,对IEEE 33节点配电网系统进行建模与仿真分析。研究旨在科学评估在大规模分布式电源接入背景下配电网的承载能力,构建了综合考虑系统运行安全性、电能质量、网络损耗及电压稳定性等多重约束条件的优化评估模型,并采用高效的智能优化算法进行解,有效提升了评估精度与计算效率,为新能源并网规划、电网扩容改造及运行决策提供了可靠的理论依据和技术支撑。该资源不仅提供完整的代码实现,还深入解析算法设计逻辑与模型构建流程,具有较强的科研复现价值和工程参考意义。; 适合人群:具备电力系统分析基础理论知识和Matlab编程能力,从事新能源并网、智能配电网规划、电力系统优化、分布式能源管理等方向的研究生、科研人员及电力行业工程技术人员。; 使用场景及目标:① 学习并掌握分布式电源接入对配电网影响的量化评估方法;② 深入理解双层优化架构与智能算法(如鲸鱼优化算法)在复杂电力系统问题中的应用机制;③ 获取可运行、可调试的Matlab代码资源,用于科研论文复现、课题研究仿真、课程设计或工程项目前期论证。; 阅读建议:此资源以核心论文的技术路线为基础,强调理论与实践相结合。建议读者在阅读过程中结合电力系统潮流计算、约束优化等基础知识,逐步理解模型构建思路,并动手运行与调试所提供的Matlab代码,通过参数调整与结果分析深化对算法性能与工程适用性的认知,从而真正实现从“看懂”到“掌握”的转化。

62,269

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧