<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_zss1100</title><subtitle type="text">爱就要负责</subtitle><id>http://feed.cnblogs.com/blog/u/24899/rss</id><updated>2007-06-18T14:33:09Z</updated><author><name>打你鸟鸟头</name><uri>http://www.cnblogs.com/zss1100/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zss1100/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/24899/rss"/><entry><id>http://www.cnblogs.com/zss1100/archive/2007/06/18/788084.html</id><title type="text">实战FCKeditor，添加自定义工具栏---插入代码（二）</title><summary type="text">今天，我们开始修改JS代码了，可惜我的正则不好，不能有很大改动，只好一点点来了。废话不说，开工：=====================以下为双鱼编辑器中Code.js文件的代码修改=================1、双鱼编辑器本身对代码的空格支持不够好，因此我在&amp;#8220;str = "&amp;lt;div style=\""+CodeDivStyle+"\"&amp;gt;" + str + "&amp;lt...</summary><published>2007-06-18T10:49:00Z</published><updated>2007-06-18T10:49:00Z</updated><author><name>打你鸟鸟头</name><uri>http://www.cnblogs.com/zss1100/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zss1100/archive/2007/06/18/788084.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zss1100/archive/2007/06/18/788084.html"/></entry><entry><id>http://www.cnblogs.com/zss1100/archive/2007/06/17/786773.html</id><title type="text">实战FCKeditor，添加自定义工具栏---插入代码（一）</title><summary type="text">在此文开始之前，本人用了一天时间研究了在FCKeditor中添加自定义工具栏（咋感觉自己比较笨呢？）。之前，网上有很多人也在找这样的资料，但是都没有详细说明。终于，偶然情况下，发现了两位高人的BLOG中有提及怎样添加自定义工具栏，但是没有插入代码这功能的代码。不过，站在巨人肩膀上就是爽啊，慢慢改。</summary><published>2007-06-17T14:31:00Z</published><updated>2007-06-17T14:31:00Z</updated><author><name>打你鸟鸟头</name><uri>http://www.cnblogs.com/zss1100/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zss1100/archive/2007/06/17/786773.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zss1100/archive/2007/06/17/786773.html"/></entry><entry><id>http://www.cnblogs.com/zss1100/archive/2007/03/04/663423.html</id><title type="text">SQL语句参数化（2）DATAGRID数据源绑定 </title><summary type="text">在 SQL语句参数化（1）插入数据 中，介绍了一般的参数化方法，同理可以应用一些到修改，查询，删除等操作中下面介绍在DATAGRID等的绑定数据源时的参数化WebForm1.aspx.vbImports System.TextPublic Class WebForm1 Inherits System.Web.UI.Page#Region " Web 窗体设计器生成的代码 " '该调用是 Web 窗...</summary><published>2007-03-04T07:46:00Z</published><updated>2007-03-04T07:46:00Z</updated><author><name>打你鸟鸟头</name><uri>http://www.cnblogs.com/zss1100/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663423.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663423.html"/></entry><entry><id>http://www.cnblogs.com/zss1100/archive/2007/03/04/663422.html</id><title type="text">SQL语句参数化（1）插入数据 </title><summary type="text">WebForm1.aspx.vbImports System.TextPublic Class WebForm1 Inherits System.Web.UI.Page#Region " Web 窗体设计器生成的代码 " '该调用是 Web 窗体设计器所必需的。 &amp;lt;System.Diagnostics.DebuggerStepThrough()&amp;gt; Private Sub Initial...</summary><published>2007-03-04T07:45:00Z</published><updated>2007-03-04T07:45:00Z</updated><author><name>打你鸟鸟头</name><uri>http://www.cnblogs.com/zss1100/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663422.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663422.html"/></entry><entry><id>http://www.cnblogs.com/zss1100/archive/2007/03/04/663420.html</id><title type="text">改写c#支付宝接口程序为vb.net </title><summary type="text">曾经为没有vb.net版支付宝接口程序郁闷过很长一段时间，终于忍不住修改了一下其主要的3个文件修改为vb.net很容易，直接给出：alipay.rar下面是接口代码的参数说明：Private Sub ImageButton1_Click(ByVal sender As System.Object, ByVal e As System.Web.UI.ImageClickEventArgs) Hand...</summary><published>2007-03-04T07:45:00Z</published><updated>2007-03-04T07:45:00Z</updated><author><name>打你鸟鸟头</name><uri>http://www.cnblogs.com/zss1100/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663420.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663420.html"/></entry><entry><id>http://www.cnblogs.com/zss1100/archive/2007/03/04/663419.html</id><title type="text">几个提高代码重用性的函数 </title><summary type="text">Public Class getdata Public Shared myconn As SqlClient.SqlConnection Public Shared Function getdatareader(ByVal sql As String) As SqlClient.SqlDataReader Dim myCmd As SqlClient.SqlCommand myCmd = New ...</summary><published>2007-03-04T07:42:00Z</published><updated>2007-03-04T07:42:00Z</updated><author><name>打你鸟鸟头</name><uri>http://www.cnblogs.com/zss1100/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663419.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663419.html"/></entry><entry><id>http://www.cnblogs.com/zss1100/archive/2007/03/04/663417.html</id><title type="text">javascript的一些时间的运算 </title><summary type="text">在用到时间验证时，后台验证会浪费服务器资源，用户也会有等待，因此想到用自定义验证控件，下面放入了一些经常用的时间运算由于客户端验证控件不允许前台修改错误信息，所以用个td来代替。为了防止空格和无内容时也会抖动，td在无错误时加入文字同时，此例中的送花日期TextBox6用到了梅花雪的日历控件。因为日期型数据默认读取的日期为yyyy-M-d型，梅花雪控件日期形式为yyyy-MM-dd型，所以都需要转...</summary><published>2007-03-04T07:41:00Z</published><updated>2007-03-04T07:41:00Z</updated><author><name>打你鸟鸟头</name><uri>http://www.cnblogs.com/zss1100/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663417.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663417.html"/></entry><entry><id>http://www.cnblogs.com/zss1100/archive/2007/03/04/663416.html</id><title type="text">控制回车提交的按钮 </title><summary type="text">在编程过程中，经常遇到一个页面有许多按钮在文本框中输入内容后习惯性按回车，总是提交第一个按钮，有了下面这函数就好办了&amp;lt;SCRIPT language="JavaScript"&amp;gt;  &amp;lt;!--  function EnterKey(ButtonId) {  if(event.keyCode==13)  {  document.all(ButtonId).focus();  }  } ...</summary><published>2007-03-04T07:39:00Z</published><updated>2007-03-04T07:39:00Z</updated><author><name>打你鸟鸟头</name><uri>http://www.cnblogs.com/zss1100/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663416.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663416.html"/></entry><entry><id>http://www.cnblogs.com/zss1100/archive/2007/03/04/663411.html</id><title type="text">checkbox全选 </title><summary type="text">function CheckAll(){ var AllCKBox = document.getElementsByTagName("input"); var CKBox1 = document.getElementById("CheckBox1"); if(CKBox1.checked==true){ for (var i=0; i&amp;lt;AllCKBox.length; i++) if (Al...</summary><published>2007-03-04T07:31:00Z</published><updated>2007-03-04T07:31:00Z</updated><author><name>打你鸟鸟头</name><uri>http://www.cnblogs.com/zss1100/</uri></author><link rel="alternate" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663411.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/zss1100/archive/2007/03/04/663411.html"/></entry></feed>
