sys.databases显示所有数据库信息sys.tables显示当前数据库所有的表的信息Go向
SQL Server 实用工具发出一批 Transact-SQL 语句已结束的信号,Go本身不是T-SQL语句sq_addrole 等等SQL
Server系统存储过程以字符 sp_ 开头。EXEC或...
分类:
数据库 时间:
2014-05-10 01:36:26
阅读次数:
454
字符串(str)编码成字节码(bytes),字节码解码为字符串获取当前环境编码:sys.stdin.encodingurl编码urllib.parse.quote()url解码urllib.parse.unquote()列表去重:pages
= list(set(pages))创建文件夹(可多级创建...
分类:
编程语言 时间:
2014-05-10 01:30:27
阅读次数:
610
--=====================================-- system
sys,sysoper sysdba 的区别--===================================== Oracle
中sys,system帐户以及登陆时的normal,sysope...
分类:
数据库 时间:
2014-05-09 17:54:09
阅读次数:
425
#coding:utf8import sys,osdef process(path): for f
in os.listdir(path): fin = open(path+"/"+f,"r") print...
分类:
编程语言 时间:
2014-05-09 12:41:07
阅读次数:
362
雁字掠过愁转浓,
身不由己漂泊客,
相知相惜难相逢......
分类:
其他好文 时间:
2014-05-07 08:16:45
阅读次数:
194
这篇对应的是习题16,读写文件
# -*- coding: utf-8 -*-
#对文件更多操作复制A文件的内容到B文件
#from sys import argv
from os.path import exists
prompt = "> "
from_file = raw_input("please input the filename where you want to copy...
分类:
编程语言 时间:
2014-05-05 12:54:02
阅读次数:
402
1.关闭数据库SYS@PROD>shutdownimmediateDatabaseclosed.Databasedismounted.ORACLEinstanceshutdown.2.退出SYS@PROD>exitDisconnectedfromOracleDatabase11gEnterpriseEditionRelease11.2.0.4.0-64bitProductionWiththePartitioning,OLAP,DataMiningandRealApplicationT..
分类:
数据库 时间:
2014-05-04 17:09:02
阅读次数:
460
在执行该命令时出现下列错误SYS@PROD>altersystemsetUTL_FILE_DIR=‘/home/oracle‘,‘/home/oracle/temp‘,‘/home/oracle/scripts‘scope=spfile;altersystemsetUTL_FILE_DIR=‘/home/oracle‘,‘/home/oracle/temp‘,‘/home/oracle/scripts‘scope=spfile*ERRORatline1:ORA-32001:wr..
分类:
其他好文 时间:
2014-05-04 17:08:06
阅读次数:
386
1、echo 3 > /proc/sys/vm/drop_caches
-------清理缓存2、free -------查看内存情况3、exit -------退出4、cd / -------到根目录5、cd ~
-------到本...
分类:
系统相关 时间:
2014-05-04 11:41:55
阅读次数:
379
1.[root@rusky ~]# id #显示当前用户的主组和备用组uid=0(root)
gid=0(root)
groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel)[root@rusky ~]#
groups #显...
分类:
其他好文 时间:
2014-05-03 23:23:18
阅读次数:
647