作者:liaoyi更新时间:2014-6-2****************基本操作*****************关机 shutdown -h now
root用户 init 0 root用户halt root+一般用户poweroff重启shutdown -r now root用户init.....
分类:
系统相关 时间:
2014-06-04 18:09:28
阅读次数:
712
开Eclipse出现错误“parseSdkContent
failed”,Android的模拟器启动不了。尝试了不少方法,终于搞定。1.删除文件夹 C:\Documents and
Settings\covics\.android 网上一般就只有这一步,为的是删除AVD的镜像文件,我找到:C:\Us...
分类:
其他好文 时间:
2014-06-02 11:05:51
阅读次数:
228
// OpenGL.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
#include
#include
using namespace std;
void init(void)
{
glClearColor(1.0,1.0,1.0,1.0);
glClear(GL_COLOR_BUFFER_BIT);
glShadeMod...
分类:
其他好文 时间:
2014-06-02 11:02:18
阅读次数:
282
/etc/inittab 1) 字符界面标识: id:3:initdefault: 2)
图形界面标识: id:5:initdefault: [root@ora9i ~]# vi /etc/inittab # # inittab This file
describes how the INIT pr...
分类:
系统相关 时间:
2014-06-02 06:42:41
阅读次数:
400
3.1源码结构:
(function( window, undefined ) {
var jQuery = (function() {
// 构建jQuery对象
var jQuery = function( selector, context ) {
return new jQuery.fn.init( selector, c...
分类:
Web程序 时间:
2014-06-02 04:54:11
阅读次数:
292
今天一个网友发求助信息,说某社会治安综合治理系统的连接的某个oracle用户频繁被锁,使用alteruserXXaccountunlock解锁后一会还是又被锁定,使用PLSQL登录时提示ORA-28000
让他执行了一下这条SQLselect*fromdba_profileswhereresource_namelike‘FAILED_LOGIN_ATTEMPTS%‘;
他说l..
分类:
数据库 时间:
2014-06-02 04:36:39
阅读次数:
274
连接数据库报错
[oracle@tips~]$sqlplus/assysdba
SQL*Plus:Release11.2.0.3.0ProductiononFriJun2918:44:032012
Copyright(c)1982,2011,Oracle.Allrightsreserved.
ERROR:
ORA-09817:Writetoauditfilefailed.
Linux-x86_64Error:28:Nospaceleftondevice
Additionalinforma..
分类:
系统相关 时间:
2014-06-02 04:12:14
阅读次数:
915
1.执行opatchapply报错OPatchfailedwitherrorcode73
[oracle@ora_11g14275605]$/opt/oracle/product/db_1/OPatch/opatchapply./
OracleInterimPatchInstallerversion11.2.0.3.0
Copyright(c)2012,OracleCorporation.Allrightsreserved.
OracleHome:/opt/oracle/product/db_1..
分类:
移动开发 时间:
2014-06-02 04:08:19
阅读次数:
357
一:Flask应用的布局好的一个webapplication需要有一个优良的项目结构用来组织代码,这里给大家推荐一个项目文件结构。结构如下:manage.pyrequirements.txtapplicatipn/app.pyconfig.pyfilters.pyforms.py__init__.pymodels.pystatic/templates/__init__.py是一个空文件,目的是..
分类:
其他好文 时间:
2014-06-02 03:57:57
阅读次数:
256
asm初始化创建ASM磁盘组失败
[root@dga01~]#oracleasmcreatediskOCR/dev/sde1
Writingdiskheader:done
Instantiatingdisk:failed
Clearingdiskheader:done
开始以为是asm配置错误,于是重新初始化ASM
[root@dga01~]#/etc/init.d/oracleasmconfigure-i
ConfiguringtheOracl..
分类:
系统相关 时间:
2014-06-02 03:22:50
阅读次数:
1462