发文章
发文工具
撰写
网文摘手
文档
视频
思维导图
随笔
相册
原创同步助手
其他工具
图片转文字
文件清理
AI助手
留言交流
来自: 昵称10504424 > 《Asp.Net》
0条评论
发表
请遵守用户 评论公约
Delphi写的验证身份证号有效性函数
Delphi写的验证身份证号有效性函数function ValidatePID(const APID: string): string;{内部函数,取身份证号校验位,最后一位,对18位有效}function GetVerifyBit(sIdentityNum: string): Char;var.iCent...
Python实例讲解 获取本地时间日期(日期计算)
Python代码 #! /usr/bin/env python #coding=utf-8 import time import datetime d1 = datetime.datetime(2011, 2, 8) d2 = datetime.datetime(2010, 12, 31) print (d1 - d2).days...
js 对表格进行各种操作
//删除列function deleteCell(obj){ if(currCell>=1&&currCell<obj.rows[0].cells.length-1){ for(var i=0;i<obj.rows.length;i++){ obj.rows[i].deleteCell(currC...
使用VBA实现发邮件功能
Sub MailSend(mail As String, subject As String, body As String, attachmentpath As String )Dim cfg As MailCfg.Item(stUl &...
.NET中生成二维表格的代码
asp中把数据库内容导出到excel
WorkSheets(1).cells(1,1).value ="部门表" ExcelBook.WorkSheets(1).cells(2,1).value = "部门编号" ExcelBook.WorkSheets(1).cells(2,2).value = "部门名称" ExcelBo...
STM32的RTC实现日历功能程序
STM32的RTC实现日历功能程序STM32的RTC实现日历功能程序发布时间:2011-09-30 14:53:05.1、可以不使用RTC的秒中断,因为在STM32掉电时,只有电池供电,这时RTC在计数,但是STM32的内核中断应该是不能使...
GridView鼠标停留变色,行单击事件处理
【摘要】在使用C#写CRM时遇到一个问题,GridView绑定了了数据后,我想在鼠标停留到GridView数据行时,行变色突出显示该行,并且鼠标点击该行时,将该条目的数据显示在GridView下面的控件自动将该行对应...
ASP导出EXCEL通用
微信扫码,在手机上查看选中内容