码迷,mamicode.com
首页 >  
搜索关键字:kernel mode user mod    ( 70883个结果
ORA-01940:无法删除当前已链接的用户
(1)查看用户的连接状况select username,sid,serial# from v$session------------------------------------------如下结果:username sid serial#-----------------------------...
分类:其他好文   时间:2014-05-16 23:44:56    阅读次数:367
my first go
/** * Created with IntelliJ IDEA. * User: li_zhe * Date: 14/05/06 * Time: 12:34 * To change this template use File | Settings | File Templates. */pack...
分类:其他好文   时间:2014-05-16 22:09:34    阅读次数:431
用存储过程 给表增加序列与触发器
存储过程如下:create or replace procedure p_createseq(tablename in varchar2,key in varchar2)Authid Current_User --使用角色权限,否则无法创建序列或表isstrsql varchar2(500);t_k...
分类:其他好文   时间:2014-05-16 21:32:08    阅读次数:211
python mysql 查询返回字典结构
cur = self.conn.cursor(MySQLdb.cursors.DictCursor)加上MySQLdb.cursors.DictCursor可以返回字典结构{列名:值}class MYSQL(): def __init__(self,host,user,pwd,db): ...
分类:数据库   时间:2014-05-16 19:18:34    阅读次数:419
WebStorm 8.0.1 注册码
username:24718-12042010key:00001h6wzKLpfo3gmjJ8xoTPw5mQvY YA8vwka9tH!vibaUKS4FIDIkUfy!!f 3C"rQCIRbShpSlDcFT1xmJi5h0yQS6试过,可用。
分类:Web程序   时间:2014-05-16 07:39:35    阅读次数:277
lnmp启动脚本
#!/bin/bashPATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/binexport PATH# Check if user is rootif [ $(id -u) != "0" ]; then pr...
分类:其他好文   时间:2014-05-16 07:15:11    阅读次数:310
Oracle死锁处理
SELECT s.username,l.OBJECT_ID,l.SESSION_ID,s.SERIAL#, l.ORACLE_USERNAME,l.OS_USER_NAME,l.PROCESS,b.OBJECT_NAME,p.spid FROM V$LOCKED_OBJECT l,V$SESSIO....
分类:数据库   时间:2014-05-16 06:31:59    阅读次数:301
在APACHE服务器上的访问方式上去除index.php
在APACHE服务器上的访问方式上去除index.php下面我说下apache下,如何去掉URL里面的index.php例如:你原来的路径是:localhost/index.php/index改变后的路径是:localhost/index1.httpd.conf配置文件中加载了mod_rewrite...
分类:Web程序   时间:2014-05-16 05:12:22    阅读次数:351
spring-note-01
所需jar包:bean: 1 package com.myspring.bean; 2 3 public class User { 4 private String id; 5 private String name; 6 7 public String getId() ...
分类:编程语言   时间:2014-05-14 08:55:20    阅读次数:364
手动释放linux内存和缓存
/proc/sys/vm/drop_caches(since Linux 2.6.16)Writing to this file causes the kernel to drop clean caches,dentries and inodes from memory, causing that ...
分类:系统相关   时间:2014-05-14 08:54:16    阅读次数:331
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!