码迷,mamicode.com
首页 >  
搜索关键字:shared library    ( 12117个结果
php icu4c 降级
cd $(brew --prefix)/Homebrew/Library/Taps/homebrew/homebrew-core/Formula git log --follow icu4c.rb git checkout -b icu4c-63.1 bc0c97952453ff6afc146aa3 ...
分类:Web程序   时间:2020-03-30 19:23:59    阅读次数:211
How I Wrote a Modern C++ Library in Rust
https://hsivonen.fi/modern-cpp-in-rust/ Since version 56, Firefox has had a new character encoding conversion library called encoding_rs. It is writte ...
分类:编程语言   时间:2020-03-29 21:26:15    阅读次数:81
Mysql:Changes in MySQL 5.6.30 (2016-04-11, General Availability):--ssl-mode:
Changes in MySQL 5.6.30 (2016-04-11, General Availability) Security Notes The linked OpenSSL library for the MySQL Commercial Server has been updated ...
分类:数据库   时间:2020-03-29 10:57:48    阅读次数:103
ICC2 Library Manager
...
分类:其他好文   时间:2020-03-28 23:33:34    阅读次数:89
如何将excel与word连通
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的使用
本文主要介绍C++ STL(Standard Template Library, 标准模板库)常用的容器。 包括但不限于vector、stack、queue、deque、list、priority_queue、map、set。 使用方法均以string类型为例,也可以是自定义元素。 1、 vecto ...
分类:编程语言   时间:2020-03-28 21:47:49    阅读次数:77
MEF(Managed Extensibility FrameWork) API
作用:创建可扩展的轻量级应用程序的库。可以让扩展在程序内重复使用,还可以跨程序重复使用。 导出Export:把部件放到容器中,供其它部件使用。 导入Import:把部件从容器中拿出来使用。 导入和导出必须具有相同的约定:协定类型参数 && 协定名称参数 隐式协定:协定类型参数和协定名称参数将从修饰的 ...
分类:Windows程序   时间:2020-03-28 16:30:22    阅读次数:103
Linux 下使用Google Test
最近一直在搭建 CI 框架,必不可少的就是需要有 Unit Test 的工具。 我们的代码90%都是C和C++,同时需要支持 Red Hat, SUSE, Windows和 Solaris 平台(好在Solaris 客户少了,对该版本的支持即将结束)。我们最终选定 Google Test 来做 UT ...
分类:系统相关   时间:2020-03-28 13:24:59    阅读次数:179
无Excel、WPS环境下生成、修改xls文件
可以在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
anroid import org.apache.http.Header error
//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
12117条   上一页 1 ... 55 56 57 58 59 ... 1212 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!