<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[剑霞情缘--南昌网站建设、网络营销、搜索引擎营销专家]]></title> 
    <link>http://work.edufans.com/</link> 
    <description><![CDATA[记下江西南昌网站建设、网络营销、搜索引擎营销的每一点----6S服务理念]]></description> 
    <language>zh-cn</language> 
    <copyright><![CDATA[Copyright 2010, 剑霞情缘--南昌网站建设、网络营销、搜索引擎营销专家]]></copyright> 
    <webMaster><![CDATA[yiefeixia@163.com (剑霞情缘)]]></webMaster> 
    <generator>LBS v2.0.304</generator> 
    <pubDate>Fri, 10 Sep 2010 02:03:18 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[去掉tppabs冗余代码]]></title> 
      <link><![CDATA[http://work.edufans.com/article.asp?id=113]]></link> 
      <category><![CDATA[WEB开发]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Fri, 26 Jun 2009 07:50:45 +0800</pubDate> 
      <description><![CDATA[<b>去掉tppabs冗余代码</b> 刚用teleport pro拉了一个整站到本地所有的超链都被强行加了一句tppabs=&quot;...&quot;新装的系统和dreamweaver 8就玩了一把dw的替换功能查找范围：整个当前本地站点搜索：源代码查找：\btppabs=&quot;h[^&quot;]*&quot;替换：（为空）勾选：使用正则表达式点替换全部按钮OK~~搞定～～  另：附dw正则表达式表 字符<br /> 匹配<br /> 示例<br /> <br />^<br /> 输入或行的起始部分。<br /> ^T 匹配“This good earth”中的“T”，但不匹配“Uncle Tom&#39;s Cabin”中的“T”。<br /> <br />$<br /> 输入或行的结尾部分。<br /> h$ 匹配“teach”中的“h”，但是不匹配“teacher”中的“h”<br /> <br />*<br /> 0 个或多个前置字符。<br /> um* 匹配“rum”中的“um”、“yummy”中的“umm”以及“huge”中的“u”<br />]]></description>
      <wfw:commentRss><![CDATA[http://work.edufans.com/feed.asp?q=comment&id=113]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[ASP 读取*.CVS文件]]></title> 
      <link><![CDATA[http://work.edufans.com/article.asp?id=111]]></link> 
      <category><![CDATA[WEB开发]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Thu, 18 Jun 2009 22:42:00 +0800</pubDate> 
      <description><![CDATA[&lt;%<br />SET Conn = Server.CreateObject(&quot;ADODB.Connection&quot;)<br />Conn.Open &quot;Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=&quot;&amp;Server.mappath(&quot;./&quot;)&amp;&quot;;Extensions=csv;Persist Security Info=False&quot; <br /><br />SET rs = server.CreateObject(&quot;ADODB.RecordSet&quot;)<br />rs.Open &quot;Select * From 2004direction.csv&quot;, Conn<br /><br />Do While Not(rs.Eof)<br /> If (INSTR(rs(1), &quot;上海&quot;) &gt; 0 ) Then<br />  Response.Write(rs(1) &amp; &quot;&lt;br&gt;&quot;)<br /> End If<br /> rs.MoveNext<br />Loop<br /><br />rs.Close<br />%&gt;]]></description>
      <wfw:commentRss><![CDATA[http://work.edufans.com/feed.asp?q=comment&id=111]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[MSSQL数据库导入导出大全(SQL语句)]]></title> 
      <link><![CDATA[http://work.edufans.com/article.asp?id=109]]></link> 
      <category><![CDATA[WEB开发]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Wed, 20 May 2009 19:18:05 +0800</pubDate> 
      <description><![CDATA[/********************导整个数据库*********************************************/<br /><br />用bcp实现的存储过程<br /><br />/*<br />        实现数据导入/导出的存储过程 邹健<br />         根据不同的参数,可以实现导入/导出整个数据库/单个表<br />        调用示例:<br />--导出调用示例<br />----导出单个表<br />exec file2table &#39;zj&#39;,&#39;&#39;,&#39;&#39;,&#39;xzkh_sa..地区资料&#39;,&#39;c:\zj.txt&#39;,1<br />----导出整个数据库<br />exec file2table &#39;zj&#39;,&#39;&#39;,&#39;&#39;,&#39;xzkh_sa&#39;,&#39;C:\docman&#39;,1<br /><br />--导入调用示例<br />----导入单个表<br />exec file2table &#39;zj&#39;,&#39;&#39;,&#39;&#39;,&#39;xzkh_sa..地区资料&#39;,&#39;c:\zj.txt&#39;,0<br />----导入整个数据库<br />]]></description>
      <wfw:commentRss><![CDATA[http://work.edufans.com/feed.asp?q=comment&id=109]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[动易自定义循环列表如何显示标题颜色、加粗等属性？]]></title> 
      <link><![CDATA[http://work.edufans.com/article.asp?id=107]]></link> 
      <category><![CDATA[WEB开发]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Wed, 06 May 2009 17:43:30 +0800</pubDate> 
      <description><![CDATA[问题：自定义循环列表如何显示标题颜色、加粗等属性？<br /><br />解决：<br /><br />默认自定义列表是不能显示标题字体颜色等属性的。可以通过修改源代码来实现。<br /><br />在include文件夹的Powereasy.Common.Front.asp这个文件里面有这样一个函数<br /><br />Function GetInfoList_GetStrTitle(Title, TitleLen, TitleFontType, TitleFontColor)<br /><br />这个函数就是获取到对应文章的标题颜色,字体等属性,然后返回相应的html代码。<br /><br />我们可以在自定义循环列表的代码里面调用一下这个函数来实现我们的目的：<br /><br />打开include文件夹的Powereasy.Article.asp,找到2352行左右的Private Function GetCustomFromLabel(strTemp, strList)函数<br /><br />找到下面的代码<br />]]></description>
      <wfw:commentRss><![CDATA[http://work.edufans.com/feed.asp?q=comment&id=107]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[SQL与ACCESS的清零比对]]></title> 
      <link><![CDATA[http://work.edufans.com/article.asp?id=105]]></link> 
      <category><![CDATA[WEB开发]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 07 Apr 2009 11:33:15 +0800</pubDate> 
      <description><![CDATA[SQL：&nbsp;&nbsp;sql6=&quot;ALTER TABLE &quot;&amp;table5&amp;&quot; DROP COLUMN id&quot;<br />&nbsp;&nbsp;&nbsp;&nbsp;conn.execute sql6<br />&nbsp;&nbsp;&nbsp;&nbsp;sql6=&quot;Alter Table &quot;&amp;table5&amp;&quot; Add id Int IDENTITY(1,1)&quot;<br />&nbsp;&nbsp;&nbsp;&nbsp;conn.execute sql6<br /><br />&nbsp;&nbsp;ACCES:  sql6=&quot;alter table &quot;&amp;table5&amp;&quot; alter id counter(1,1)&quot;<br />&nbsp;&nbsp;&nbsp;&nbsp;conn.execute sql6]]></description>
      <wfw:commentRss><![CDATA[http://work.edufans.com/feed.asp?q=comment&id=105]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[SQL数据库经验二]]></title> 
      <link><![CDATA[http://work.edufans.com/article.asp?id=104]]></link> 
      <category><![CDATA[WEB开发]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 07 Apr 2009 09:36:44 +0800</pubDate> 
      <description><![CDATA[<a href="http://zhidao.baidu.com/question/75052006.html" title="http://zhidao.baidu.com/question/75052006.html" target="_blank">http://zhidao.baidu.com/question/75052006.html</a>]]></description>
      <wfw:commentRss><![CDATA[http://work.edufans.com/feed.asp?q=comment&id=104]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[SQL数据库经验一]]></title> 
      <link><![CDATA[http://work.edufans.com/article.asp?id=103]]></link> 
      <category><![CDATA[WEB开发]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Tue, 07 Apr 2009 09:35:57 +0800</pubDate> 
      <description><![CDATA[1、说明：创建数据库 <br />CREATE DATABASE database-name <br />2、说明：删除数据库 <br />drop database dbname <br />3、说明：备份sql server <br />--- 创建 备份数据的 device <br />USE master <br />EXEC sp_addumpdevice &#39;disk&#39;, &#39;testBack&#39;, &#39;c:\mssql7backup\MyNwind_1.dat&#39; <br />--- 开始 备份 <br />BACKUP DATABASE pubs TO testBack <br />4、说明：创建新表 <br />create table tabname(col1 type1 [not null] [primary key],col2 type2 [not null],..) <br />根据已有的表创建新表： <br />A：create table tab_new like tab_old (使用旧表创建新表) <br />]]></description>
      <wfw:commentRss><![CDATA[http://work.edufans.com/feed.asp?q=comment&id=103]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[ACCESS转换SQL需要注意的几个地方]]></title> 
      <link><![CDATA[http://work.edufans.com/article.asp?id=102]]></link> 
      <category><![CDATA[WEB开发]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Sat, 14 Mar 2009 17:35:37 +0800</pubDate> 
      <description><![CDATA[您正在看的SQLserver教程是:ACCESS转换SQL需要注意的几个地方。 <br /><br />看到别人有时问这个方面的问题。。于是在各网站总结前前辈高人的几点想法，拿来共享：<br /><br />数据库导入以后，自动增加字段需要重写，所有的数字类型需要增加长度，最好用decimal。<br /><br />所有的默认值都丢失了。主要是数字类型和日期类型。<br /><br />所有now()，time()，date()要改成getdate()。<br /><br />所有datediff(&#39;&#39;&#39;&#39;d&#39;&#39;&#39;&#39;, time1, time2)要改成datediff(day, time1, time2)<br /><br />有可能一些true/false类型不能使用，要变为1/0。<br /><br />备注类型要通过cast(column as varchar)来使用。<br /><br />CursorType要改成1,也就是打开数据库时要给出第一个数字参数为1，否则记录可能显示不完整。<br /><br />isnull(rowname)要改成rowname = null<br />]]></description>
      <wfw:commentRss><![CDATA[http://work.edufans.com/feed.asp?q=comment&id=102]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[拒绝了对对象 &#39;Dentists&#39;（数据库 &#39;dentists&#39;，所有者 &#39;dbo&#39;）的 SELECT 权限。]]></title> 
      <link><![CDATA[http://work.edufans.com/article.asp?id=100]]></link> 
      <category><![CDATA[WEB开发]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Fri, 06 Mar 2009 15:54:17 +0800</pubDate> 
      <description><![CDATA[错误：<br /><br />System.Data.SqlClient.SqlException: 拒绝了对对象 &#39;Dentists&#39;（数据库 &#39;dentists&#39;，所有者 &#39;dbo&#39;）的 SELECT 权限。<br />    at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)<br />    at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)<br />    at System.Data.SqlClient.SqlCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior）<br />]]></description>
      <wfw:commentRss><![CDATA[http://work.edufans.com/feed.asp?q=comment&id=100]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[域名过期续费和删除规则]]></title> 
      <link><![CDATA[http://work.edufans.com/article.asp?id=98]]></link> 
      <category><![CDATA[WEB开发]]></category> 
      <author><![CDATA[Admin <null@null.com>]]></author> 
      <pubDate>Fri, 20 Feb 2009 08:26:40 +0800</pubDate> 
      <description><![CDATA[<b>国际域名过期续费和删除规则（中英文通用）： </b>A、域名过期13天内：域名可正常使用，并可通过域名管理界面自动续费。 <br />B、域名过期14－39天：域名被hold，解析停止、可以管理，可以自动续费，可通过域名管理界面自动续费，价格与注册域名价格相同。 <br />C、域名过期40－70天：域名处于赎回期（Redemption），在此期间域名需要手工续费。 <br />D、赎回期过后5天：域名被彻底删除，可以重新注册了。  <br /><br /><b>国内域名过期续费和删除规则（中英文通用）： </b><br />到期即已经暂停解析. 该域名解析下的网站和邮箱服务已经无法正常使用.若域名过期13天后将不能自动在线续费，过期15天后仍未续费会被正式删除，如果您仍然需使用该域名, 需要重新注册。 <br /><br /><b>MIT域名过期续费和删除规则（中英文通用）： </b>A、域名过期0-13天内：域名可正常使用，并可通过域名管理界面自动续费。 <br />]]></description>
      <wfw:commentRss><![CDATA[http://work.edufans.com/feed.asp?q=comment&id=98]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
