摘要: http://www.cnblogs.com/rongnet/ 阅读全文
posted @ 2010-08-14 21:21 youka 阅读(165) 评论(0) 推荐(0)
摘要: //****************************************************************//*名  称:DataLength//*功能:计算数据的长度//*入口参数:fData:需要计算的数据//*出口参数:返回fData的长度(Unicode长度为2,非Unicode长度为1)//************************************... 阅读全文
posted @ 2010-08-14 16:02 youka 阅读(2375) 评论(0) 推荐(0)
摘要: http://www.cssk8.com/html/css_example/200911/02-1661.html 阅读全文
posted @ 2010-08-09 14:01 youka 阅读(105) 评论(0) 推荐(0)
摘要: <html><head><style>.btn {BORDER-RIGHT: #7b9ebd 1px solid; PADDING-RIGHT: 2px; BORDER-TOP:#7b9ebd 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER:progid:DXImageTransform.Microso... 阅读全文
posted @ 2010-08-09 13:57 youka 阅读(194) 评论(0) 推荐(0)
摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"><HTML xml:lang="zn" xmlns="http://www.w3.org/1999/xhtml"><HEAD... 阅读全文
posted @ 2010-08-09 13:46 youka 阅读(851) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta htt... 阅读全文
posted @ 2010-08-09 13:43 youka 阅读(126) 评论(0) 推荐(0)
摘要: SELECT [1] as 一月, [2] as 二月, [3] as 三月, [4] as 四月, [5] as 五月, [6] as 六月, [7] as 七月, [8] as 八月, [9] as 九月, [10] as 十月, [11] as 十一月, [12] as 十二月FROM(select datepart(m,operatetime) getmonth,productnum*pr... 阅读全文
posted @ 2010-08-06 10:17 youka 阅读(149) 评论(0) 推荐(0)
摘要: 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 in... 阅读全文
posted @ 2010-08-04 13:35 youka 阅读(5160) 评论(1) 推荐(0)
摘要: Excel单元格下拉两行两行递增 悬赏分:0 - 解决时间:2009-6-1 11:30 问题补充:提问者: swkang - 三级最佳答案 阅读全文
posted @ 2010-07-30 00:19 youka 阅读(176) 评论(0) 推荐(0)
摘要: select CONVERT(varchar, getdate(), 120 ) 2004-09-12 11:06:08 select CONVERT(varchar(10), getdate(), 120 )2004-09-12select replace(replace(replace(CONVERT(varchar, getdate(), 120 ),\'-\',\'\'),\' \',\'... 阅读全文
posted @ 2010-07-29 09:54 youka 阅读(1312) 评论(0) 推荐(0)