05 2021 档案

线程
摘要: 阅读全文

posted @ 2021-05-20 02:19 Glor 阅读(38) 评论(0) 推荐(0)

调用百度地图API
摘要:var APP_ID = "xxx"; var API_KEY = "xxxxx"; var SECRET_KEY = "xxxxxxx"; var client = new Baidu.Aip.Nlp.Nlp(API_KEY, SECRET_KEY); client.Timeout = 60000 阅读全文

posted @ 2021-05-20 02:17 Glor 阅读(144) 评论(0) 推荐(0)

vsto笔记(old)
摘要://声明Excel对象 using Excel = Microsoft.Office.Interop.Excel; //获取当前活动工作簿 app = (Excel.Application)System.Runtime.InteropServices.Marshal.GetActiveObject( 阅读全文

posted @ 2021-05-20 02:15 Glor 阅读(137) 评论(0) 推荐(0)

python 移动文件
摘要:# -*- coding: utf-8 -*- ''' @author = Alvin 合并指定文件路径下所有文件 ''' import os import shutil path = 'D:\\一些资料\\xxx' filenames = os.listdir(path) # 列出指定路径下所有文 阅读全文

posted @ 2021-05-20 02:14 Glor 阅读(19) 评论(0) 推荐(0)

连接Oracle
摘要:<?xml version="1.0"?> <!-- 有关如何配置 ASP.NET 应用程序的详细信息,请访问 http://go.microsoft.com/fwlink/?LinkId=169433 --> <configuration> <connectionStrings> <add nam 阅读全文

posted @ 2021-05-20 02:07 Glor 阅读(17) 评论(0) 推荐(0)

36进制转换10进制
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-05-20 01:56 Glor 阅读(468) 评论(0) 推荐(0)

转拼音 首字母
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-05-20 01:53 Glor 阅读(11) 评论(0) 推荐(0)

姓名拆分转换
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-05-20 01:50 Glor 阅读(18) 评论(0) 推荐(0)

sqlite 提取
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-05-20 01:48 Glor 阅读(17) 评论(0) 推荐(0)

提取身份证信息
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-05-20 01:45 Glor 阅读(10) 评论(0) 推荐(0)

数据高级统计
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-05-20 01:39 Glor 阅读(25) 评论(0) 推荐(0)

发送邮件
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-05-20 01:34 Glor 阅读(26) 评论(0) 推荐(0)

生成资金发放条
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-05-20 01:33 Glor 阅读(6) 评论(0) 推荐(0)

多条件查找
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-05-20 01:31 Glor 阅读(21) 评论(0) 推荐(0)

拆分工作簿至文件夹
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-05-20 01:28 Glor 阅读(15) 评论(0) 推荐(0)

拆分工作表
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-05-20 01:25 Glor 阅读(23) 评论(0) 推荐(0)

银行卡号校验
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文

posted @ 2021-05-20 01:23 Glor 阅读(29) 评论(0) 推荐(0)

导航