2021年5月20日

线程

摘要: 阅读全文

posted @ 2021-05-20 02:19 Glor 阅读(32) 评论(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 阅读(122) 评论(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 阅读(128) 评论(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 阅读(0) 评论(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 阅读(0) 评论(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 阅读(367) 评论(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 阅读(0) 评论(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 阅读(1) 评论(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 阅读(0) 评论(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 阅读(0) 评论(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 阅读(2) 评论(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 阅读(3) 评论(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 阅读(0) 评论(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 阅读(0) 评论(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 阅读(0) 评论(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 阅读(1) 评论(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 阅读(1) 评论(0) 推荐(0) 编辑

导航