这里也有我哦
Mylhei's .NET HOME
mylhei-学习笔记
博客园
社区
首页
新随笔
联系
管理
订阅
随笔- 28 文章- 0 评论- 42
04 2010 档案
用js调用WebService简单实现
摘要: 首先,我们应该先在项目上添加一个WEB服务(WebService.asmx),在代码文件(WebService.cs)中书写代码如下: WebService.csusing System;using System.Collections;using System.Web;using System.Web.Services;using System....
阅读全文
posted @
2010-04-28 18:34
mylhei 阅读(331) |
评论 (8)
编辑
[转载]sql server中的convert日期格式化大全
摘要: CONVERT 将某种数据类型的表达式显式转换为另一种数据类型。由于某些需求经常用到取日期格式的不同.现以下可在 SQL Server中 将日期格式化. SQL Server 支持使用科威特算法的阿拉伯样式中的数据格式。 在表中,左侧的两列表示将 datetime 或 smalldatetime 转换为字符数据的 style 值。给 style 值加 100,可获得包括世纪数位的四位年份 (yyy...
阅读全文
posted @
2010-04-21 23:38
mylhei 阅读(81) |
评论 (0)
编辑
asp.net实现页面的局部打印功能实现
摘要: 今天在做一个公司的合同的会签表,他们的需求需要打印,于是本人在网上一顿狂搜 搜到了一个页面局部打印的代码,开始的时候没有细看,直接上手代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><scripttype="text/javascript"&...
阅读全文
posted @
2010-04-20 00:45
mylhei 阅读(717) |
评论 (12)
编辑
公告