摘要: 第1个/的位置=SEARCHB("/",F10,1)第2个/的位置=SEARCHB("/",F10,SEARCHB("/",F10,1)+1)month=LEFT(F10,SEARCHB("/",F10,1)-1)date=mid(f10,SEARCHB("/",F10,1)+1,SEARCHB("/",F10,SEARCHB("/",F10,1)+1)-SEARCHB("/",F10,1)-1)year=right(f10,len(f 阅读全文
posted @ 2012-12-14 11:40 狗年月 阅读(182) 评论(0) 推荐(0)
摘要: 一系列优秀的Android开发源码http://www.cnblogs.com/xucan/archive/2012/08/21/2649257.htmlAndroid应用开发阶段性资料整理http://www.cnblogs.com/wt0731/archive/2012/08/30/2663028.html 阅读全文
posted @ 2012-09-26 09:48 狗年月 阅读(124) 评论(0) 推荐(0)
摘要: 1 如何实现不通过标题栏,拖动一个Windows 窗口?2 ListView 有什么类似数据源绑定的,显示数据的方法? 阅读全文
posted @ 2012-06-11 23:50 狗年月 阅读(102) 评论(0) 推荐(0)
摘要: SQL Server Query Execution Plan AnalysisBy :Brad McGeheeApr 04, 2006Source:http://www.sql-server-performance.com/tips/query_execution_plan_analysis_p1.aspx欢迎转载。转载请保留原作者姓名以及原文地址,并请注明译文出处:http://blog.csdn.net/xiao_hn当需要分析某个查询的效能时,最好的方式之一查看这个查询的执行计划。执行计划描述SQL Server查询优化器如何实际运行(或者将会如何运行)一个特定的查询。查看查询的执行计 阅读全文
posted @ 2011-05-09 23:02 狗年月 阅读(331) 评论(0) 推荐(1)
该文被密码保护。 阅读全文
posted @ 2010-02-09 00:45 狗年月 阅读(52) 评论(9) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Mail;namespace mail{ class Program { static void Main(string[] args) { MailAddress MessageFrom = new ... 阅读全文
posted @ 2010-02-05 23:24 狗年月 阅读(232) 评论(0) 推荐(0)