码迷,mamicode.com
首页 >  
搜索关键字:c++ primer plus    ( 4591个结果
CMDB, 配置管理数据库, ITIL - ManageEngine ServiceDesk Plus
Download Bitnami Review Board Stackclick hereCMDB, 配置管理数据库, ITIL - ManageEngine ServiceDesk Plus
分类:数据库   时间:2015-11-30 18:00:25    阅读次数:132
如何在oracle 12c中创建普通用户
-------如何在oracle 12c中创建普通用户------- [oracle@oracle ~]$ sqlplus / as sysdba SQL*Plus: Release 12.1.0.2.0 Production on Sun Nov 29 21:43:50 2015 Copyrig....
分类:数据库   时间:2015-11-30 00:32:33    阅读次数:497
Sublime Text开发Quick-Cocos2d-x环境搭建(Mac)
本文转载于:http://blog.csdn.net/wxhqforever/article/details/44812003准备工作:1、首先下载quick-cocos2dx-2.2.5-plus-release版本的:https://github.com/chukong/quick-cocos2...
分类:系统相关   时间:2015-11-29 00:36:57    阅读次数:271
c++ primer 9 顺序容器
c++ primer 9 顺序容器
分类:编程语言   时间:2015-11-28 18:26:29    阅读次数:214
C primer plus 读书笔记第四章
本章的标题是字符串的格式化输入/输出,重点介绍输入和输出。本章的第一段示例代码和上一张示例代码很相近,代码就不贴了,新出现的特性是使用了一个数组来存放字符串,C预处理命令和strlen()函数。下面具体介绍这些概念。1.字符串 C语言没有为字符串定义专门的变量类型,而是存储在char数组中。 注.....
分类:其他好文   时间:2015-11-28 18:08:07    阅读次数:155
mui禁止滚动条和禁止滚动
mui.plusReady(function () { plus.webview.currentWebview().setStyle({ scrollIndicator: 'none' }); }); document.addEventListener('touchsta...
分类:其他好文   时间:2015-11-28 13:26:34    阅读次数:808
SQL*Plus环境下创建PLUSTRACE角色
普通用户在SQL*Plus中开启AUTOTRACE报告时,遇到SP2-0618: Cannot find the Session Identifier. Check PLUSTRACE role is enabled错误。如下所示: SQL> SQL> set autotrace on; SP2-0...
分类:数据库   时间:2015-11-28 12:06:39    阅读次数:231
Plus One
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:其他好文   时间:2015-11-27 23:35:14    阅读次数:174
c++ primer 3 数组和指针
c++ primer 3 数组和指针
分类:编程语言   时间:2015-11-27 17:44:35    阅读次数:196
Escape Sequences
(这篇随笔是 C++ Primer 5th ed. pp.39-40的摘录)Some characters, such as backspace or control characters, have no visible image. Such characters are non printab...
分类:其他好文   时间:2015-11-27 00:57:02    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!