码迷,mamicode.com
首页 >  
搜索关键字:about    ( 4393个结果
2018OCP最新题库052新加考题及答案整理-27
27、Examine these facts about a database: 1. USERS is the database default tablespace. 2. USER1, USER2, AND USER3 have the CREATE SESSION privilege. 3. ...
分类:其他好文   时间:2018-07-30 15:35:31    阅读次数:284
django restframework 初识
简介 从后台开发的角度来说,不借助restframework框架一样可以用django来写接口。但是有了restframework之后,我们用restframework会更加方便,因为这个框架帮我们做了很多事,使用这个框架来开发接口会更加便捷。restframework里面大致实现了以下功能: 权限 ...
分类:其他好文   时间:2018-07-29 16:29:37    阅读次数:214
Spring之 Aspect Oriented Programming with Spring
1. Concepts 1. Concepts 1. Concepts Aspect-Oriented Programming (AOP) complements OOP by providing another way of thinking about program structure. Wh ...
分类:编程语言   时间:2018-07-29 13:10:09    阅读次数:141
Node.js IO处理输入和回显,以及当今web应用程序的发展史
1.关于Node.js IO处理输入和回显 在Windows终端或者CD中输入 echo 'I must learn about Node.js' 结果将刚刚输入的 echo 'I must learn about Node.js' 内容回显输出到CD上 终端同理也是输入相对于的 echo 'I m ...
分类:Web程序   时间:2018-07-29 00:09:07    阅读次数:165
The number of divisors(约数) about Humble Numbers
#include<iostream>#include<stdio.h>#include<algorithm>#include<string.h>using namespace std;#define maxn 1000005typedef long long ll; int p[4]={2,3,5, ...
分类:其他好文   时间:2018-07-26 23:31:49    阅读次数:192
Odoo 菜单美化的扩展模块
详见: http://www.oejia.net/blog/2018/07/07/oejia_menu_about.html Odoo 菜单美化主题,odoo默认的菜单算是简洁好用的,如果您觉得还少了点什么,或许可以试试oejia_menu 经过扩展美化后体验和国内流行的菜单风格类似 特性 模块安装 ...
分类:其他好文   时间:2018-07-26 13:17:42    阅读次数:119
ionic常用命令
ionic安装 npm install -g cnpm –registry=https://registry.npm.taobao.org(npm镜像源指向淘宝) cnpm install -g cordova ionic(安装cordova ionic) cnpm update -g cordov ...
分类:其他好文   时间:2018-07-26 10:50:29    阅读次数:3852
OCP 052考试新题库收集整理-第20题
20、 Which is true about the SYSTEM and SYSAUX tablespaces? A) The SYSAUX tablespace can be made read-only but the SYSTEM tablespace cannot. B) Both tablespaces can be used for temporary storage if no temporary tablespace is defined.
分类:其他好文   时间:2018-07-25 12:44:21    阅读次数:173
2018 杭电多校1 - Distinct Values
题目: Problem Description Chiaki has an array of n positive integers. You are told some facts about the array: for every two elements $$$a_i$$$ and $$$a ...
分类:其他好文   时间:2018-07-24 15:59:25    阅读次数:213
PackedSyncPtr
folly/PackedSyncPtr.h A highly specialized data structure consisting of a pointer, a 1-bit spin lock, and a 15-bit integral packed into sizeof(void*). ...
分类:其他好文   时间:2018-07-24 14:04:42    阅读次数:203
4393条   上一页 1 ... 85 86 87 88 89 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!