<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_从0到1</title><subtitle type="text"/><id>http://feed.cnblogs.com/blog/u/57842/rss</id><updated>2009-08-26T03:32:41Z</updated><author><name>从0到1</name><uri>http://www.cnblogs.com/from021/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/from021/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/57842/rss"/><entry><id>http://www.cnblogs.com/from021/archive/2009/08/26/1554223.html</id><title type="text">实现“A~Z,AA～AZ, BA~BZ,......”字母编号算法</title><summary type="text">最近做的项目中有客户需求 要把资料进行A~Z,AA~AZ,BA~BZ。。。。的自动归档。算法思路：26位进制class Program { private static char[] arr = { 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', ...</summary><published>2009-08-26T03:31:00Z</published><updated>2009-08-26T03:31:00Z</updated><author><name>从0到1</name><uri>http://www.cnblogs.com/from021/</uri></author><link rel="alternate" href="http://www.cnblogs.com/from021/archive/2009/08/26/1554223.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/from021/archive/2009/08/26/1554223.html"/><content type="text">最近做的项目中有客户需求 要把资料进行A~Z,AA~AZ,BA~BZ。。。。的自动归档。算法思路：26位进制class Program { private static char[] arr = { 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', ...</content></entry><entry><id>http://www.cnblogs.com/from021/archive/2009/08/26/1554200.html</id><title type="text">【模态对话框中无法执行 __dopostback事件】 已解决</title><summary type="text">add &lt;base target="_self"/&gt;in the &lt;head&gt;</summary><published>2009-08-26T03:15:00Z</published><updated>2009-08-26T03:15:00Z</updated><author><name>从0到1</name><uri>http://www.cnblogs.com/from021/</uri></author><link rel="alternate" href="http://www.cnblogs.com/from021/archive/2009/08/26/1554200.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/from021/archive/2009/08/26/1554200.html"/><content type="text">add &lt;base target="_self"/&gt;in the &lt;head&gt;</content></entry><entry><id>http://www.cnblogs.com/from021/archive/2009/07/24/1530066.html</id><title type="text">解决www.1188.com把IE首页篡改问题 以及一些感触</title><summary type="text">今天打开IE发现自动打开了网站www.1188.com， 进入IE的选项修改默认首页， 发现默认首页还是about:blank, 没有被篡改； 然后进入regedit， 查看IE的相关设置是否有被修改成www.1188.com的值， 也没发现， 很是奇怪， 对1188进行全注册表扫描， 竟然也没发现。 猜测是否中毒了，或中了木马。 进入google搜索有关www.1188.com的恶意修改信息， ...</summary><published>2009-07-24T04:12:00Z</published><updated>2009-07-24T04:12:00Z</updated><author><name>从0到1</name><uri>http://www.cnblogs.com/from021/</uri></author><link rel="alternate" href="http://www.cnblogs.com/from021/archive/2009/07/24/1530066.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/from021/archive/2009/07/24/1530066.html"/><content type="text">今天打开IE发现自动打开了网站www.1188.com， 进入IE的选项修改默认首页， 发现默认首页还是about:blank, 没有被篡改； 然后进入regedit， 查看IE的相关设置是否有被修改成www.1188.com的值， 也没发现， 很是奇怪， 对1188进行全注册表扫描， 竟然也没发现。 猜测是否中毒了，或中了木马。 进入google搜索有关www.1188.com的恶意修改信息， ...</content></entry><entry><id>http://www.cnblogs.com/from021/archive/2009/06/25/1511034.html</id><title type="text">SharePoint开发人员必备的工具</title><summary type="text">STSDEVhttp://www.codeplex.com/stsdevCodePlex上有视频使用介绍，在某些方面比微软的VS Extensions好用的多……快速生成各种SharePoint解决方案项目，比如Feature啊，WebPart啊。生成的VS工程是包含着WSP的，而且支持各种build选项。</summary><published>2009-06-25T07:46:00Z</published><updated>2009-06-25T07:46:00Z</updated><author><name>从0到1</name><uri>http://www.cnblogs.com/from021/</uri></author><link rel="alternate" href="http://www.cnblogs.com/from021/archive/2009/06/25/1511034.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/from021/archive/2009/06/25/1511034.html"/><content type="text">STSDEVhttp://www.codeplex.com/stsdevCodePlex上有视频使用介绍，在某些方面比微软的VS Extensions好用的多……快速生成各种SharePoint解决方案项目，比如Feature啊，WebPart啊。生成的VS工程是包含着WSP的，而且支持各种build选项。</content></entry><entry><id>http://www.cnblogs.com/from021/archive/2009/06/25/1510718.html</id><title type="text">【转载】 ASP.NET数据格式DataFormatString详解</title><summary type="text">【经常在使用的时候需要去查找， 转摘记录一下作为备忘录。】 我们在呈现数据的时候，不要将未经修饰过的数据呈现给使用者。例如金额一万元，如果我们直接显示「10000」，可能会导致使用者看成一千或十万，造成使用者阅读数据上的困扰。若我们将一万元润饰后输出为「NT$10,000」，不但让使比较好阅读，也会让使用者减少犯错的机会。下列画面为润饰过的结果：上述数据除了将DataGrid Web 控件以颜色来...</summary><published>2009-06-25T02:08:00Z</published><updated>2009-06-25T02:08:00Z</updated><author><name>从0到1</name><uri>http://www.cnblogs.com/from021/</uri></author><link rel="alternate" href="http://www.cnblogs.com/from021/archive/2009/06/25/1510718.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/from021/archive/2009/06/25/1510718.html"/><content type="text">【经常在使用的时候需要去查找， 转摘记录一下作为备忘录。】 我们在呈现数据的时候，不要将未经修饰过的数据呈现给使用者。例如金额一万元，如果我们直接显示「10000」，可能会导致使用者看成一千或十万，造成使用者阅读数据上的困扰。若我们将一万元润饰后输出为「NT$10,000」，不但让使比较好阅读，也会让使用者减少犯错的机会。下列画面为润饰过的结果：上述数据除了将DataGrid Web 控件以颜色来...</content></entry></feed>
