Q:IamworkingwithOracledatabase8.1.7andIhavewrittenaJAVAcodetoupdatethetablewhichcontainsoneBLOBfield.IamusingupdateBinaryStreammethodofresultsettoupdatetheBLOBfieldbutitisfailingaftergivingfollowingexceptionjava.sql.SQLException:InternalError:UnabletoconstructaDatumfromthespecifiedinputCananyonehelp...
http://www.jb51.net//article/15887.htm
今天去一老外站看到了这他站上的十分平滑但却没有js,好奇,原来。。巧妙啊,分享下,相对而言比较节省资源。但效果好,使用方便,兼顾w3c。哈哈[code]<!--compliancepatchformicrosoftbrowsers--><!--[ifltIE7]><linkrel="stylesheet"href="ie-stuff.css"type="text/css"media="screen"/><![endif]-->[/code]ie-stuff.css[code]#footer{position:absolute;bottom:aut...
http://www.jb51.net//article/15854.htm
(http://www.fckeditor.net,JavaEye的编辑器也是采用的FCKEditor,XX所见略同?呵呵),它OpenSource(免费啊,可以直接改源代码啊,呵呵),功能强大(几乎就是一个officeword的web版),提供了对各种服务器端的支持(虽然它完全是一个纯客户端的东东,但是目前提供了与.NET,PHP,Java,Coldfusion,Perl,Lasso,Python各种服务器端脚本的紧密集成),支持国际化(汉化做的非常棒),可更换皮肤(office2000的风格简直可以乱真),内嵌文件上传(Java版本支持这个),保持一定的更新状态(目前版本为2.3.2),如...
http://www.jb51.net//article/15813.htm
一.下载官方下载首页:http://www.fckeditor.net/download/,使用的是FCKeditor_2.6.3.zip和FCKeditor-2.3版本二.部署本例以WebRoot作为应用根路径,部署后的目录结构如下图所示:1、FCKeditor_2.5.1.zip解压,将fckeditor文件夹复制到/WebRoot/下2、FCKeditor-2.3.zip解压,将commons-fileupload.jar和FCKeditor-2.3.jar复制到/WebRoot/WEB-INF/lib/下3、修改/WebRoot/WEB-INF/web.xml文件,增加以下内容:[co...
http://www.jb51.net//article/15792.htm
<inputname="country"id="country"size=12value="disabled提交时得不到该值"disabled="disabled">放在form表单中提交后得不到该值。将disabled="disabled"改为readonly="readonly"即可按照W3C的规范:http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.12设置为disabled的input将会有下面的限制:不能接收焦点使用tab键时将被跳过可能不是successful的设置为readonly的input将会有下面的限...
http://www.jb51.net//article/15790.htm
[field:pubdaterunphp='yes']$a="<fontcolor='#ff0000'>";$d="<fontcolor='#858585'>";$b="</font>";$c=strftime("%m月%d日","@me");$ntime=time();$oneday=3600*24;if(($ntime-@me)<$oneday)@me=$a.$c.$b;else@me=$d.$c.$b;[/field:pubdate]...
http://www.jb51.net//article/15634.htm
protectedoverridevoidRender(HtmlTextWriterwriter){//把最终要输出的html压缩后再输出StringWriterhtml=newStringWriter();HtmlTextWritertw=newHtmlTextWriter(html);base.Render(tw);stringouthtml=html.ToString();outhtml=Regex.Replace(outhtml,"\\s+","");outhtml=Regex.Replace(outhtml,">\\s+<","><");outhtml=out...
http://www.jb51.net//article/15497.htm
所以就为FCKeditor写了个InsertCode的插件。整个插件的制作过程非常简单:FCKeditor插件开发请参考FCKeditor官网的文档:http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Customization/Plug-ins首先,我们在FCKeditor/editor/plugins目录下新建一个insertcode目录,并在insertcode目录下新建一个fckplugin.js文件。在新建的fckplugin.js文件中插入下面的代码://插入代码[code]FCKCommands.RegisterCom...
http://www.jb51.net//article/15492.htm
集成FCKEditorv2.6(当前为最新版本)的基本步骤如下:1.下载FCKeditor2.6基本文件(MainCode)。将解压缩的文件复制到项目的editors/FCKEditorV2目录下。 2.下载FCKeditor.Net/ASP.NET控件,复制FredCK.FCKeditorV2.dll文件到项目的bin目录。这样就基本可以FCKEditorv2.6超强的编辑器了,当然还需要在HostSettings中设置默认的编辑器。关于FCKEditor的一些基本配置信息,请参考如下的文章:如需要使用文件上传功能,还需要修改代码FCKEditorV2/editor/fileman...
http://www.jb51.net//article/15491.htm
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Security.Cryptography; using&nb...
http://www.jb51.net//article/15376.htm
朋友发的,界面不错。收藏......打包下载http://sh.jb51.net/yuanma/bianjiqi/QzoneEditor.rar...
http://www.jb51.net//article/15360.htm
