打赏

相关文章

怎么去掉netfirms免费空间头部的广告

netfirms免费空间头部都有一个广告条&#xff0c;把下面代码放入body里面即可实现隐藏广告条。 <script> <!-- 转载请注明来自萍客小居www.piikee.net --> var table1 document.getElementsByTagName(table)[0]; var table2 document.getElementsByTagName(table…

domino中实现将本地文件放入数据库中的LS代码

domino中实现将本地文件放入数据库中的LS代码 Sub InitializeDim session As New NotesSessionDim db As NotesDatabaseDim doc As NotesDocumentDim rtitem As NotesRichTextItemDim object As NotesEmbeddedObjectSet db session.CurrentDatabaseSet doc New NotesDocument…

正则表达式简介及学习教程下载

正则表达式&#xff08;regular expression&#xff09;就是用一个“字符串”来描述一个特征&#xff0c;然后去验证另一个“字符串”是否符合这个特征。比如 表达式“ab” 描述的特征是“一个 a 和 任意个 b ”&#xff0c;那么 ab, abb, abbbbbbbbbb 都符合这个特征。 正则…

JS函数封装三个例子

直接上代码&#xff1a;ttp://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml"> JS封装 <!-- 封装方法一 --&gt <!--封装方法一结束--&gt…

domino中上传控件文件拆离的LS代码

domino中上传控件文件拆离的LS代码 Dim inputAttachment As NotesEmbeddedObject Dim v_files As Variant v_files Evaluate(|Trim(Replace(AttachmentNames;TANGER_OCX_filename;""))|,doc) For i 0 To Ubound(v_files) Set inputAttachment doc.GetAtt…

IIS7.5只能上传2M文件的解决办法

问题&#xff1a;IIS7.5只能上传2M的数据&#xff0c;超过2M&#xff0c;程序会出现错误。 网上一般解决方案&#xff1a; IIS修改方案&#xff1a; 1. 修改IIS的applicationhost.config 打开 %windir%\system32\inetsrv\config\applicationhost.config 找到&#xff1a; <…

为FCK编辑器(FCKEditor)添加新按钮和功能

最近项目需要对已有的FCKeditor添加新的功能&#xff0c;以前的做法只是在外壳处再次封装&#xff0c;这次无法满足需求只能进行内部修改了。 需要修改的文件&#xff1a; fckconfig.js zh-cn.js en.js fckeditorcode_gecko.js || fckeditorcode_ie.js&#xff08;针对IE以外…

手机版浏览

扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部