發(fā)文章
發(fā)文工具
撰寫
網(wǎng)文摘手
文檔
視頻
思維導(dǎo)圖
隨筆
相冊(cè)
原創(chuàng)同步助手
其他工具
圖片轉(zhuǎn)文字
文件清理
AI助手
留言交流
來自: 昵稱10504424 > 《Asp.Net》
0條評(píng)論
發(fā)表
請(qǐng)遵守用戶 評(píng)論公約
Delphi寫的驗(yàn)證身份證號(hào)有效性函數(shù)
Delphi寫的驗(yàn)證身份證號(hào)有效性函數(shù)function ValidatePID(const APID: string): string;{內(nèi)部函數(shù),取身份證號(hào)校驗(yàn)位,最后一位,對(duì)18位有效}function GetVerifyBit(sIdentityNum: string): Char;var.iCent...
Python實(shí)例講解 獲取本地時(shí)間日期(日期計(jì)算)
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 對(duì)表格進(jìn)行各種操作
//刪除列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實(shí)現(xiàn)發(fā)郵件功能
Sub MailSend(mail As String, subject As String, body As String, attachmentpath As String )Dim cfg As MailCfg.Item(stUl &...
.NET中生成二維表格的代碼
asp中把數(shù)據(jù)庫內(nèi)容導(dǎo)出到excel
WorkSheets(1).cells(1,1).value ="部門表" ExcelBook.WorkSheets(1).cells(2,1).value = "部門編號(hào)" ExcelBook.WorkSheets(1).cells(2,2).value = "部門名稱" ExcelBo...
STM32的RTC實(shí)現(xiàn)日歷功能程序
STM32的RTC實(shí)現(xiàn)日歷功能程序STM32的RTC實(shí)現(xiàn)日歷功能程序發(fā)布時(shí)間:2011-09-30 14:53:05.1、可以不使用RTC的秒中斷,因?yàn)樵赟TM32掉電時(shí),只有電池供電,這時(shí)RTC在計(jì)數(shù),但是STM32的內(nèi)核中斷應(yīng)該是不能使...
GridView鼠標(biāo)停留變色,行單擊事件處理
【摘要】在使用C#寫CRM時(shí)遇到一個(gè)問題,GridView綁定了了數(shù)據(jù)后,我想在鼠標(biāo)停留到GridView數(shù)據(jù)行時(shí),行變色突出顯示該行,并且鼠標(biāo)點(diǎn)擊該行時(shí),將該條目的數(shù)據(jù)顯示在GridView下面的控件自動(dòng)將該行對(duì)應(yīng)...
ASP導(dǎo)出EXCEL通用
微信掃碼,在手機(jī)上查看選中內(nèi)容