码迷,mamicode.com
首页 >  
搜索关键字:release board    ( 13112个结果
创建Oracle的用户 create user scott identified by tiger;
在命令行里sqlplus以system身份登录,password是自己设的systemC:\Users\Administrator>sqlplusSQL*Plus: Release 10.2.0.1.0 - Production on 星期二 10月 14 21:29:23 2014Copyrigh...
分类:数据库   时间:2014-11-06 17:23:32    阅读次数:250
python 线程学习
线程锁#!/usr/bin/pythonimportthreadingimporttimeclassMyThread(threading.Thread):def__init__(self,threadname):threading.Thread.__init__(self,name=threadname)设定线程名称defrun(self):globalxlock.acquire()加锁foriinrange(3):x=x+1time.sleep(2)printxlock.release..
分类:编程语言   时间:2014-11-06 15:03:13    阅读次数:151
阿里云cenos 6.5 模板上安装 docker
本章将介绍在阿里云的 Centos6.5 模板上安装 Docker 以及在 Ubuntu 14.04 模板上安装 Docker 的过程Centos 6.5 模板上使用Docker首先,通过 ssh 登陆阿里云的服务器,查看系统版本号以及内核版本。Welcome to aliyun Elastic Compute Service! # lsb_release -a LSB Version: :...
分类:其他好文   时间:2014-11-05 23:17:50    阅读次数:215
[leetcode]Word Search
问题描述: Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those horizontally or ver...
分类:其他好文   时间:2014-11-05 23:16:53    阅读次数:262
Oracle 11g 递归+ exists执行计划的改变
有一个递归查询在10g上运行很快,但在11g上运行不出来。 SQL> select * from v$version; BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edition Release 1...
分类:数据库   时间:2014-11-05 17:25:37    阅读次数:277
浏览器应用开发常用知识
1浏览器生成默认UA Android浏览器的UA的生成实在android.webview.WebSettingsClassic.getCurrentUserAgent()中,会根据Build.VERSION.RELEASE,Build.MODEL等来生成系统版本和机型等信息来组装生成UA...
分类:其他好文   时间:2014-11-05 17:16:52    阅读次数:155
ora-01589
今天遇到了ORA-01589这个错误,下面把解决方案记录如下:SQL*Plus: Release 9.2.0.1.0 - Production on 星期四 4月 17 15:01:26 2008Copyright (c) 1982, 2002, Oracle Corporation.All rig...
分类:其他好文   时间:2014-11-05 16:51:58    阅读次数:146
Linux下查看nginx,apache,mysql,php的编译参数
查看apache版本/usr/sbin/apachectl-vhttpd-v安装目录,使用apachectl-v查看mysql版本mysql–help|grepDistribmysql-Vmysql/bin/mysql-uroot-p-e“selectversion()”/binmysqladminversion查看linux版本lsb_release-ahead-n1/etc/issuecat/etc/redhat-release(redhat)rpm-qre..
分类:数据库   时间:2014-11-05 15:01:54    阅读次数:175
【转】oracle之报错:ORA-00054: 资源正忙,要求指定 NOWAIT
问题如下:SQL> conn scott/tiger@vm_databaseConnected to Oracle Database 11g Enterprise Edition Release 11.1.0.6.0Connected as scott。。。。。。SQL> drop table st...
分类:数据库   时间:2014-11-05 14:20:54    阅读次数:289
查看linux版本信息
http://guoyaxu.iteye.com/blog/102694几种查看linux版本信息的方法:uname -acat /proc/versioncat /etc/issuelsb_release -a详解 lsb_release -a登录到服务器执行 lsb_release -a ,即可...
分类:系统相关   时间:2014-11-05 12:49:46    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!