管理员用户登录oracle数据库 [oracle@DBORACLE ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Tue Jan 1 14:59:27 2019 Copyright (c) 1982, 2013, ...
分类:
数据库 时间:
2019-01-01 16:13:58
阅读次数:
275
/** * Lock by Leetcode * 369. Plus One Linked List * https://www.lintcode.com/problem/plus-one-linked-list/description * * Given a non-negative intege ...
分类:
其他好文 时间:
2019-01-01 12:27:05
阅读次数:
240
使用 Verilog设计一个较为复杂的流水线CPU,支持持MIPS-C3指令集。 ...
分类:
其他好文 时间:
2018-12-31 21:10:21
阅读次数:
221
/* Formatted on 2008/11/04 15:44 (Formatter Plus v4.8.0) *//* 创建表空间脚本,该脚本将创建以下表空间: 1.数据表空间 2.索引表空间 3.临时表空间 创建之前需要定义下列变量(只考虑一个表空间对应一个数据文件情形,如对应多个数据文件请用 ...
分类:
数据库 时间:
2018-12-31 11:22:59
阅读次数:
287
HTML5+plus, Hbuilder HTML5+plus介绍 HTML5 Plus移动App,简称5+App,是一种基于HTML、JS、CSS编写的运行于手机端的App,这种App可以通过扩展的JS API任意调用手机的原生能力,实现与原生App同样强大的功能和性能。 Hbuilder介绍 H ...
分类:
移动开发 时间:
2018-12-30 20:28:08
阅读次数:
268
织梦有很多出现评论后头像是个X,刷新后才显示的,现在告诉大家解决办法:在plus/feedback_ajax.php找到 ...
分类:
其他好文 时间:
2018-12-30 12:49:54
阅读次数:
162
一、查看Linux内核版本命令(两种方法): 1、cat /proc/version [root@localhost ~]# cat /proc/versionLinux version 2.6.18-194.8.1.el5.centos.plus (mockbuild@builder17.cent ...
分类:
系统相关 时间:
2018-12-28 16:05:35
阅读次数:
227
一.os 模块 1. os os.makedirs 创建多级目录 os.mkdir 只能创建一层 如果是多层,上层文件夹必须存在 os.removedirs 删除目录集中所有空文件夹 os.rmdir 删除指定文件夹,必须是空文件夹 os.getcwd 当前程序运行的文件夹 os.chdir 更换工 ...
分类:
其他好文 时间:
2018-12-28 00:08:10
阅读次数:
290
[oracle@db ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Wed Dec 26 13:04:11 2018 Copyright (c) 1982, 2013, Oracle. All rights re ...
分类:
其他好文 时间:
2018-12-27 20:18:15
阅读次数:
190
6个控制位】 control bits zx zero x 为真 x为0?? nx 非 x 为真 !x zy zero y 为真 y 0 ny 为真 !y f 为真 out=>x+y plus operation 加法 反之 out=>x&y and运算 和运算 no 非out n是negative ...
分类:
其他好文 时间:
2018-12-27 03:15:47
阅读次数:
163