码迷,mamicode.com
首页 >  
搜索关键字:online    ( 3118个结果
windowns 8.1 缺少.net3.5解决方案
将Windows8.1光盘镜像中的文件夹sources中的sxs文件夹拷贝到C:\选择“命令提示符(管理员)”,然后复制下面命令,在黑窗口中按右键,选择“粘贴”,Dism.exe/online/enable-feature/featurename:NetFX3/Source:c:\sxs/LimitAccess出现“操作成功完成。”就行了。
分类:Windows程序   时间:2014-12-31 06:26:51    阅读次数:347
NVIDIA CUDA Library Documentation
http://developer.download.nvidia.com/compute/cuda/4_1/rel/toolkit/docs/online/index.html英伟达CUDA库说明文档。在线查找便捷入口!
分类:其他好文   时间:2014-12-30 22:04:04    阅读次数:162
hdu 5046 Airport
链接:http://acm.hdu.edu.cn/showproblem.php?pid=50462014 ACM/ICPC Asia Regional Shanghai Online的题,DLX重复覆盖。。 虽然不放在DLX专题我都看不出来。。二分距离,判断条件就是K个城市能不能满足条件。#inc...
分类:其他好文   时间:2014-12-29 19:52:52    阅读次数:191
online judge
浙江大学 acm在线测试http://acm.zju.edu.cn/onlinejudge/北京大学 acm在线测试http://acm.pku.edu.cn/JudgeOnline/http://www.spoj.pl/
分类:其他好文   时间:2014-12-28 00:19:26    阅读次数:170
MySQL online ddl
前言:5.1和5.5innodbplugin支持Fastindexcreate:Fastindexcreate如何实现的?只是对于secondaryindex,不需要copytabledata。执行过程:1.判断当前表是否有未结束的transaction(commitorrollback)2.对原表加sharedlock2.把secondaryindex用的column排序放到memory或tempfile..
分类:数据库   时间:2014-12-26 14:55:21    阅读次数:198
如何利用DBMS_LOGMNR包挖掘在线日志
今天实验内容是日志挖掘工具LOGMNR的使用,我的测试版本是10.2.0.1默认就自带了,无需另外安装。 如果未安装过提示无法使用这个dbms包,则可以用SYSDBA登陆,然后依次执行: @$ORACLE_HOME\rdbms\admin\dbmslm.sql; @$ORACLE_HOME\rdbms\admin\dbmslmd.sql; 第一个脚本用来创建DBMS_LOG...
分类:数据库   时间:2014-12-26 13:09:04    阅读次数:344
使用C++11安全的在线程中控制UI
本篇文章由:http://www.sollyu.com/using-the-c11-secure-online-process-control-ui/说明首先这里使用的是 Visual Studio 2015, 主要是它支持的C++11更好,其它的我就没有去研究了,想必 Visual Stuido ...
分类:编程语言   时间:2014-12-26 12:45:06    阅读次数:181
【oracle】oracledba26 RMAN recovers up to log sequence 230, but not including 230.
our database operates in ARCHIVELOGmode. The redo log files are  not multiplexed and one of the online redo logs is missing. The missi ng redo log sequence, 230, is not archived and it contained inf...
分类:数据库   时间:2014-12-26 09:41:12    阅读次数:236
Office 365系列之四:添加自定义域
在实际的公司企业环境中,为了简化Office365登陆地址、Exchange邮箱地址和Lync地址等就需要将自定义域添加到Office365中,并在Office365中管理该域。1.前提条件最多可以将900个域添加到您的Office365订阅中。但是,无法将域添加到您已在另一个Microsoft云服务中使用的Office365..
分类:其他好文   时间:2014-12-26 06:21:57    阅读次数:280
Ubuntu OS 上的Online Accounts 研讨(英文视频)
在这个视频里介绍了Ubuntu OS上的online account探讨。online account可以应用于Web,QML及Scope的开发。更多介绍请参阅developer.ubuntu.com。...
分类:系统相关   时间:2014-12-25 10:01:47    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!