码迷,mamicode.com
首页 >  
搜索关键字:standard    ( 4798个结果
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clan
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1 解决方法: 将Apple LLVM compiler 4.1 - Language ->c++ Standard Library 修改为 libstdc++ (GNU C++ standard library)...
分类:移动开发   时间:2014-10-29 17:16:25    阅读次数:173
冷更新
Cold Update All changes other than the Hot update changes require a Cold Update. Note: A prerequisite for performing a cold update is that all documents are removed from the index. The standard...
分类:其他好文   时间:2014-10-29 17:12:50    阅读次数:173
python-Json模块
1,Json模块介绍JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language, Standard ECMA-262 3rd Edition - Dec...
分类:编程语言   时间:2014-10-29 12:31:22    阅读次数:199
Solving SharePoint Server 2010 - 503. The service is unavailable, After installation
Installed: SharePoint Server 2010 for Internet Enterprise Beta (x64) On: Windows Server 2008 Standard (x64) on 64 bit hardwareAttempts to access the C...
分类:其他好文   时间:2014-10-29 00:08:39    阅读次数:186
jni
c知识stdlib 头文件即standard library标准库头文件 常用系统函数,跟系统调用相关的,比如内存申请malloc和释放freestdio是标准io函数,比如printf和scanf函数windows和linux文件区别windows .exe .dll .batlinux...
分类:其他好文   时间:2014-10-28 23:31:11    阅读次数:294
SSL工作原理
关键词:SSL,PKI,MAC摘 要:SSL利用数据加密、身份验证和消息完整性验证机制,为基于TCP等可靠连接的应用层协议提供安全性保证。本文介绍了SSL的产生背景、安全机制、工作过程及典型组网应用。缩略语:缩略语英文全名中文解释AESAdvanced Encryption Standard高级加密...
分类:其他好文   时间:2014-10-28 19:48:51    阅读次数:353
uva 11178 Morley's Theorem(计算几何-点和直线)
Problem DMorley’s TheoremInput:Standard InputOutput:Standard OutputMorley’s theorem states that that the lines trisecting the angles of an arbitrary p...
分类:其他好文   时间:2014-10-27 14:08:31    阅读次数:237
C++ 资源大全
关于 C++ 框架、库和资源的一些汇总列表,由 fffaraz 发起和维护。内容包括:标准库、Web应用框架、人工智能、数据库、图片处理、机器学习、日志、代码分析等。标准库C++标准库,包括了STL容器,算法和函数等。C++ Standard Library:是一系列类和函数的集合,使用核心语言编写...
分类:编程语言   时间:2014-10-27 12:37:23    阅读次数:438
[RK_2014_1026][C++_03]POSIX Threads
1.POSIX Threads, usually referred to as Pthreads, is a POSIX standard for threads. The standard, POSIX.1c, Threads extensions (IEEE Std 1003.1c-1995),...
分类:编程语言   时间:2014-10-26 21:02:56    阅读次数:149
【C/C++】STL,ATL,WTL之间的联系和区别
STL即 Standard Template Library (标准模板库) STL是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就...
分类:编程语言   时间:2014-10-26 13:03:18    阅读次数:302
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!