在命令行里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
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:
其他好文 时间:
2014-11-06 16:58:34
阅读次数:
138
应大家多次要求,把Adblock Plus创始人Wladimir Palant这篇私人的博文翻译成中文。希望能解决一些困扰了大家很久的疑问。感谢大家一直以来对Adblock Plus的支持,我们会按照初衷把更好更完善更安全的Adblock Plu...
分类:
数据库 时间:
2014-11-06 00:52:34
阅读次数:
147
今天遇到了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
1.直接打开SQL Plus登录,需要用户名和密码 开始-》程序-》Oracle-》应用程序开发-》sqlplus 我的电脑是“开始”-》“Oracle - OraDb11g_home1”-》“应用程序开发”-》“SQL Plus” 数据库安装完成后,有两个系统级的用户: system ...
分类:
数据库 时间:
2014-11-05 12:27:14
阅读次数:
173
1.首先进入sql plus窗口(参见上一篇文章)2.进入后:输入select username,account_status from dba_users where username='SYSTEM';3.查询system用户的状态和用户名,这里能查询出密码,但是查出来的密码是密文,所以不能直接...
分类:
数据库 时间:
2014-11-05 12:26:27
阅读次数:
191
分辨率和像素经新xcode6模拟器验证(分辨率为pt,像素为真实pixel):1.iPhone5分辨率320x568,像素640x1136,@2x2.iPhone6分辨率375x667,像素750x1334,@2x3.iPhone6 Plus分辨率414x736,像素1242x2208,@3x,(注...
分类:
移动开发 时间:
2014-11-04 17:07:59
阅读次数:
235
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:
其他好文 时间:
2014-11-04 14:28:59
阅读次数:
179
### 比例 > 2x = @2x > Retina 4 = 568h@2x > Retina HD 4.7 = @2x > Retina HD 5.5 = @3x ### iOS图标 iPhone 6 Plus @3x 180 x 180 iPhone 6 && 5 @2x 120 x 120 iPhone 4s @2x 120 x 120 iPad && mini2+ @2x 1...
分类:
移动开发 时间:
2014-11-03 01:38:32
阅读次数:
263
最近学习《C Primer Plus》位操作部分,结合书上的编程实例来巩固这部分知识点。 1 //使用位运算显示二进制数 2 #include 3 char *itobs( int, char*); //integer to binary string 4 vo...
分类:
其他好文 时间:
2014-11-02 22:32:34
阅读次数:
453