码迷,mamicode.com
首页 >  
搜索关键字:swiss coordinate sys    ( 21294个结果
Python解决中文乱码问题
在Python中内部所有编码都是Unicode,Unicode属于中转码,一般来说,是先把乱码转化为中转码,再转化为我 们需要的编码,转换过程为decode -> unicode -> encode。   #coding:utf-8 #-*- coding:utf-8 -*- import sys print sys.getdefaultencoding() print '中国' f =...
分类:编程语言   时间:2014-07-22 23:03:34    阅读次数:368
sys用户,密码文件 dba权限的关系
oracle@ywdb ~]$ sqlplus "/as sysdba" SQL*Plus: Release 11.1.0.7.0 - Production on Tue Apr 29 15:40:38 2014 Copyright (c) 1982, 2008, Oracle. All rights reserved. Connected to: Oracle Data...
分类:数据库   时间:2014-07-22 23:01:54    阅读次数:435
获取IOS 设备基本信息
原地址:http://www.cnblogs.com/U-tansuo/p/ios_basis_info.html1、获取设备类型 (Iphone/ipad 几?)#import "sys/utsname.h"-(NSString*)getDeviceVersion{ struct utsname ...
分类:移动开发   时间:2014-05-12 17:44:02    阅读次数:546
SQL Server 记录(更新中...)
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
笨方法学python(5)加分题
这篇对应的是习题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
oracle 11g下冷备数据库
1.关闭数据库SYS@PROD>shutdownimmediateDatabaseclosed.Databasedismounted.ORACLEinstanceshutdown.2.退出SYS@PROD>exitDisconnectedfromOracleDatabase11gEnterpriseEditionRelease11.2.0.4.0-64bitProductionWiththePartitioning,OLAP,DataMiningandRealApplicationT..
分类:数据库   时间:2014-05-04 17:09:02    阅读次数:460
ORA-32001:write to SPFILE requested but no SPFILE is in use问题的解决
在执行该命令时出现下列错误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
MyLinuxStudy
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
MyEclipse 10.0破解,及建立Myeclipse中建立JFrame 和Swing插件的使用
一、MyEclipse 注册码生成 免积分下载 http://download.csdn.net/detail/u014112584/7270453 具体使用过程: myeclipse 9.1、10 破解 激活,java编写,适用于装有java环境的各种操作系统,win,linux,maxos 第一步:输入任意用户名 第二步:点击Systemid... 按钮,自动生成本机器的sys...
分类:Windows程序   时间:2014-04-30 22:38:38    阅读次数:555
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!