<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/css" href="css/atom.css"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title type="html"><![CDATA[数数指甲  ]]></title><subtitle type="html"><![CDATA[小数的博客  Decimal'S Blog]]></subtitle><id>http://www.ly705.cn/Blog/</id><link rel="alternate" type="text/html" href="http://www.ly705.cn/Blog/"/><link rel="self" type="application/atom+xml" href="http://www.ly705.cn/Blog/atom.xml"/><generator uri="" version="">decimal</generator><updated>2010-04-26T23:42:03+08:00</updated><entry><title type="html"><![CDATA[精简包装情况-统计代码]]></title><author><name>decimal</name><email>2000com@163.com</email></author><category term="" scheme="http://www.ly705.cn/Blog/archives/manage.html" label="系统备忘"/><updated>2010-04-26T23:02:31+08:00</updated><published>2010-04-26T23:02:31+08:00</published><summary type="html"><![CDATA[今晚突然有个想法，发现原来的装箱情况。代码有点多，判断输出太多。现在精简为如下2010年4月26日。<br/><br/><font size="4"><font color="Red">旧代码→执行部分</font></font><br/><p class="code">'重新生成&nbsp;装箱信息&nbsp;&nbsp;Beging&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;接受数据过来<br/>ordersum&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=&nbsp;Split(Request("order_sl"),",")<br/>orderproduction&nbsp;&nbsp;=&nbsp;Split(Replace(Re...<br/></p>]]></summary><link rel="alternate" type="text/html" href="http://www.ly705.cn/Blog/archives/20100426/119.html"/><id>http://www.ly705.cn/Blog/archives/20100426/119.html</id></entry><entry><title type="html"><![CDATA[xp设置启动时用户列表中不显示某个用户]]></title><author><name>decimal</name><email>2000com@163.com</email></author><category term="" scheme="http://www.ly705.cn/Blog/archives/web.html" label="Web技巧"/><updated>2010-02-26T22:32:23+08:00</updated><published>2010-02-26T22:32:23+08:00</published><summary type="html"><![CDATA[有时系统有多个用户，但是在启动时不想显示其中的某些用户，可以用以下方法设置。<br/>　　<br/>　　 方法一：<br/>　　 运行gpedit.msc<br/>　　 依次打开 计算机配置->windows设置->安全设置->本地策略->用户权利指派->拒绝本地登录。点击‘添加用户和组’，输入不想显示的用户，依次确定确定即可。<br/>　　 <br/>　　 方法二：<br/>　　 运行regedit<br/>　　 依次打开 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVe...]]></summary><link rel="alternate" type="text/html" href="http://www.ly705.cn/Blog/archives/20100226/118.html"/><id>http://www.ly705.cn/Blog/archives/20100226/118.html</id></entry><entry><title type="html"><![CDATA[结婚典礼]]></title><author><name>decimal</name><email>2000com@163.com</email></author><category term="" scheme="http://www.ly705.cn/Blog/archives/log.html" label="记录生活"/><updated>2010-01-05T13:59:06+08:00</updated><published>2010-01-05T13:59:06+08:00</published><summary type="html"><![CDATA[结婚<br/><br/>.........]]></summary><link rel="alternate" type="text/html" href="http://www.ly705.cn/Blog/archives/20100105/117.html"/><id>http://www.ly705.cn/Blog/archives/20100105/117.html</id></entry><entry><title type="html"><![CDATA[SQL 查询不重复字段]]></title><author><name>decimal</name><email>2000com@163.com</email></author><category term="" scheme="http://www.ly705.cn/Blog/archives/web.html" label="Web技巧"/><updated>2009-12-26T08:47:42+08:00</updated><published>2009-12-26T08:47:42+08:00</published><summary type="html"><![CDATA[第一种：显示某个表中一个不重复的字段<br/><br/>        <p class="code">Select&nbsp;distinct&nbsp;字段名&nbsp;FROM&nbsp;表名&nbsp;</p><br/><br/>第二种：显示某个表中二个字段组合不重复的<br/><br/>        <p class="code">Select&nbsp;min(主键),字段一,字段二&nbsp;FROM&nbsp;表名&nbsp;group&nbsp;by&nbsp;字段一,字段二</p><br/><br/><br/>...]]></summary><link rel="alternate" type="text/html" href="http://www.ly705.cn/Blog/archives/20091226/116.html"/><id>http://www.ly705.cn/Blog/archives/20091226/116.html</id></entry><entry><title type="html"><![CDATA[无限极分类]]></title><author><name>decimal</name><email>2000com@163.com</email></author><category term="" scheme="http://www.ly705.cn/Blog/archives/web.html" label="Web技巧"/><updated>2009-12-07T16:10:06+08:00</updated><published>2009-12-07T16:10:06+08:00</published><summary type="html"><![CDATA[表结构<br/><a href="http://www.ly705.cn/Blog/uphuhu/fl1.jpg" rel="gb_imageset[nice_pics]" title="title"><img src="http://www.ly705.cn/Blog/uphuhu/fl1.jpg" alt="title" title="title" width="400" height="300"/></a><br/><br/><a href="http://www.ly705.cn/Blog/uphuhu/fl2.jpg" rel="gb_imageset[nice_pics]" title="title"><img src="http://www.ly705.cn/Blog/uphuhu/fl2.jpg" alt="title" title="title" width="400" height="300"/></a><br/><br/>代码如下<br/>]]></summary><link rel="alternate" type="text/html" href="http://www.ly705.cn/Blog/archives/20091207/115.html"/><id>http://www.ly705.cn/Blog/archives/20091207/115.html</id></entry><entry><title type="html"><![CDATA[ie浏览器下的js脚本调试工具 Microsoft Script Debugger收藏]]></title><author><name>decimal</name><email>2000com@163.com</email></author><category term="" scheme="http://www.ly705.cn/Blog/archives/web.html" label="Web技巧"/><updated>2009-05-09T23:01:47+08:00</updated><published>2009-05-09T23:01:47+08:00</published><summary type="html"><![CDATA[    脚本调试工具 Microsoft Script Debugger ，配合IE在调Ajax脚本代码时用得到，用 debugger; 安装后，安装包下载地址：http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=E606E71F-BA7F-471E-A57D-F2216D81EC3D<br/><br/>    经常可以在 IE 左下角看到警告图示吧，为了让网页浏览更顺利，IE7 已将指令侦错停用，JavaSc...]]></summary><link rel="alternate" type="text/html" href="http://www.ly705.cn/Blog/archives/20090509/114.html"/><id>http://www.ly705.cn/Blog/archives/20090509/114.html</id></entry><entry><title type="html"><![CDATA[合同错误]]></title><author><name>decimal</name><email>2000com@163.com</email></author><category term="" scheme="http://www.ly705.cn/Blog/archives/manage.html" label="系统备忘"/><updated>2009-05-05T19:13:35+08:00</updated><published>2009-05-05T19:13:35+08:00</published><summary type="html"><![CDATA[   今天在改 送货记录的时候，发现 合同 编辑中在修改过合同编号后。TAB菜单变形，修改提示未知错误。此块需要修改。。。...]]></summary><link rel="alternate" type="text/html" href="http://www.ly705.cn/Blog/archives/20090505/113.html"/><id>http://www.ly705.cn/Blog/archives/20090505/113.html</id></entry><entry><title type="html"><![CDATA[js replace 使用]]></title><author><name>decimal</name><email>2000com@163.com</email></author><category term="" scheme="http://www.ly705.cn/Blog/archives/web.html" label="Web技巧"/><updated>2009-04-27T16:31:50+08:00</updated><published>2009-04-27T16:31:50+08:00</published><summary type="html"><![CDATA[<textarea class="codeubb" cols="60" rows="6" onscroll="this.rows++;">1)replace()最简单的算是能力就是简单的字符替换
例:
&lt;script&nbsp;language="javascript"&gt;
var&nbsp;strM&nbsp;=&nbsp;"javascript&nbsp;is&nbsp;a&nbsp;good&nbsp;script&nbsp;language";
//在此我想将字母a替换成字母A
alert(strM.replace("a","A"));
&lt;/script&gt;
作用:只替换一个.

2)replace()支持正则表达式
例1:
&lt;script&nbsp;language="javascript"&gt;
va...</textarea>]]></summary><link rel="alternate" type="text/html" href="http://www.ly705.cn/Blog/archives/20090427/112.html"/><id>http://www.ly705.cn/Blog/archives/20090427/112.html</id></entry><entry><title type="html"><![CDATA[在线编辑保存Word、Excel的控件]]></title><author><name>decimal</name><email>2000com@163.com</email></author><category term="" scheme="http://www.ly705.cn/Blog/archives/web.html" label="Web技巧"/><updated>2009-04-25T14:07:28+08:00</updated><published>2009-04-25T14:07:28+08:00</published><summary type="html"><![CDATA[发现好东西，能够在浏览器窗口中直接编辑Word、Excel、PowerPoint、Viso、WPS等办公文档并保存到Web服务器上。具体怎么用，麻烦下载附件后看里面的实例。<br/><br/>...]]></summary><link rel="alternate" type="text/html" href="http://www.ly705.cn/Blog/archives/20090425/111.html"/><id>http://www.ly705.cn/Blog/archives/20090425/111.html</id></entry><entry><title type="html"><![CDATA[js 获取 option 显示内容]]></title><author><name>decimal</name><email>2000com@163.com</email></author><category term="" scheme="http://www.ly705.cn/Blog/archives/web.html" label="Web技巧"/><updated>2008-11-28T11:03:32+08:00</updated><published>2008-11-28T11:03:32+08:00</published><summary type="html"><![CDATA[<p class="code">&lt;script&gt;<br/>&lt;!--<br/>function&nbsp;Foo()<br/>{<br/>&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;form1&nbsp;=&nbsp;document.getElementById("form1");<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;aaa&nbsp;=&nbsp;document.getElementById("aaa");<br/>&nbsp;&nbsp;&nbsp;&nbsp;alert(aaa.options[aaa.selectedIndex].text);//得到option显示的值<br/>&nbsp;&nbsp;&nbsp;&nbsp;alert(form1.aaa.value);//得到option的val...</p>]]></summary><link rel="alternate" type="text/html" href="http://www.ly705.cn/Blog/archives/20081128/110.html"/><id>http://www.ly705.cn/Blog/archives/20081128/110.html</id></entry></feed>

