码迷,mamicode.com
首页 >  
搜索关键字:available    ( 2488个结果
[daily][dpdk] 内核模块(网卡驱动)无法卸载
由于程序的异常退出, 内核的引用计数没有被清除(我猜的). 所以驱动不能被卸载掉, 强制也不行. 如下: 因为 -f 参数实际上是没有起作用的. 可以修改内存参数使其其作用, 这样就能强制卸载了. 这个参数的名字是: 不过需要重新编译内核才行. ...
分类:其他好文   时间:2017-09-28 12:57:56    阅读次数:503
mongodb的ACID特性与mysql,redis简单比较
The readConcern option is available for the following operations: find command aggregate command and the db.collection.aggregate() method distinct com ...
分类:数据库   时间:2017-09-28 11:41:08    阅读次数:240
ORA-01034: ORACLE not available解决
问题现象: alter user scott account unlock; ERROR at line 1:ORA-01034: ORACLE not availableProcess ID: 0Session ID: 0 Serial number: 0 问题解决: 确认当前实例对不 expor ...
分类:数据库   时间:2017-09-28 09:58:19    阅读次数:183
dynamics 365 AI 解决方案 —— 微软布局
核心提示:微软在 Office365、Azure 云、Dynamics365 上进行人工智能技术的部署,野心不小。 微软在2016年9月宣布组建自己的 AI 研究小组。该小组汇集了超过 5000 名计算机科学家和工程师,加上微软内部研究部门,将共同挖掘 AI 技术。 与此同时,亚马逊,Faceboo ...
分类:其他好文   时间:2017-09-27 10:17:59    阅读次数:251
Unity Shader 内置函数
Intrinsic Functions (DirectX HLSL) The following table lists the intrinsic functions available in HLSL. Each function has a brief description, and a l ...
分类:编程语言   时间:2017-09-26 17:49:27    阅读次数:339
对std::string和std::wstring区别的解释,807个赞同,有例子
807down vote string? wstring? std::string is a basic_string templated on a char, and std::wstring on a wchar_t. char vs. wchar_t char is supposed to h ...
分类:其他好文   时间:2017-09-25 17:29:44    阅读次数:287
Sublime Text3使用Package Control 报错There Are No Packages Available For Installation
转 http://blog.csdn.net/feilong_csdn/article/details/67638660 在使用sublime时,有时候我们希望将代码复制出来后仍然是高亮显示,这样我们便需要安装SublimeHighLight插件,在安装SublimeHighLight插件之前,我们 ...
分类:其他好文   时间:2017-09-25 13:16:17    阅读次数:120
开源sip server & sip client 和开发库 一览
en source means all source code is available!! Do not post any "free but not open" software here! SIP Proxies Mini-SIP-Proxy A very tiny perl POE base ...
分类:其他好文   时间:2017-09-24 18:18:41    阅读次数:438
Linux RedHat无法安装软件问题(No package gcc available. Nothing to do)
RedHat 6.2 Linux修改yum源免费使用CentOS源 在一个新的RedHat Linux服务器上安装nginx的时候,命令都不能解析,缺少gcc编辑器,安装gcc的命令也出错。 [root@localhost ~]# yum -y install gccLoaded plugins: ...
分类:系统相关   时间:2017-09-23 21:26:59    阅读次数:420
linux之 LVM扩容
1、 查看本机现在磁盘的情况[root@oralce10g ~]# df Filesystem 1K-blocks Used Available Use% Mounted on/dev/mapper/vg_oralce10g-LogVol03 9591312 4765404 4338692 53% ...
分类:系统相关   时间:2017-09-22 14:12:46    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!