1.前期绑定 工具 引用 Microsoft Word14.0 Object Library dim wdapp as Word.Application dim wdoc as document set wdapp=new word.application set wdoc=wdapp.docume ...
分类:
其他好文 时间:
2020-03-28 21:49:30
阅读次数:
60
本文主要介绍C++ STL(Standard Template Library, 标准模板库)常用的容器。 包括但不限于vector、stack、queue、deque、list、priority_queue、map、set。 使用方法均以string类型为例,也可以是自定义元素。 1、 vecto ...
分类:
编程语言 时间:
2020-03-28 21:47:49
阅读次数:
77
可以在xls文件打开的情况下直接操作,并在Excel或Wps中直接更新。需要引用ADO Library。 Private Sub Command1_Click() On Error Resume Next Dim adoConn As New ADODB.Connection Dim adoReco ...
分类:
其他好文 时间:
2020-03-28 01:18:03
阅读次数:
103
//useLibrary 'org.apache.http.legacy' in android-sdk-windows\platforms\android-26\optional dependencies { implementation fileTree(include: ['*.jar'], ...
分类:
Web程序 时间:
2020-03-28 00:46:51
阅读次数:
92
Using Dependency Injection without any DI Library 回答1 I think that it would be much better to start with Pure DI instead of using ASP.NET vNext's buil ...
分类:
其他好文 时间:
2020-03-27 19:58:00
阅读次数:
90
1.终端版本 $ python3 2.删除框架 $ ls /Library/Frameworks/Python.framework/Versions/ 强制删除 $ sudo rm rf /Library/Frameworks/Python.framework/Versions/3.7 3.删除目录 ...
分类:
编程语言 时间:
2020-03-27 12:30:24
阅读次数:
361
先引用 use app\common\library\Email; public function send_email($params)//&$params { //$params['title'] = '随便定义'; // $params['email'] = '496631085@qq.com ...
分类:
其他好文 时间:
2020-03-27 10:35:05
阅读次数:
295
https://www.programcreek.com/python/example/59427/urllib.request.Request https://docs.python.org/3.5/library/urllib.request.html#urllib.request.Reques ...
分类:
Web程序 时间:
2020-03-25 10:44:06
阅读次数:
71
String url = "xxx"; Map map = new HashMap(); URL u = ClassLoader.getSystemResource(url); map.put("ClassLoader.getSystemResource",u); u = WebUtil.class ...
分类:
编程语言 时间:
2020-03-24 01:12:28
阅读次数:
82