1、连接数据库
# su - oracle
$ conn / as sysdba
2、创建表空间
SQL> create tablespace doiido datafile '/main/oracle/oradata/doiido.dbf' size 1024M autoextend on next 1024M maxsize 10240M extent management...
分类:
数据库 时间:
2015-02-13 14:48:52
阅读次数:
167
2015年2月12日,vivoX5Max(行货)在京东热卖,目前最新报价为2998元。该机的标配为:电池(内置)、充电器、数据线、耳机、说明书、保修卡等。vivoX5Max是一款极薄八核4G音乐智能手机。金色vivoX5Max上市热卖图为vivoX5MaxvivoX5Max正面采用一块5.5英寸Su...
分类:
其他好文 时间:
2015-02-12 21:20:54
阅读次数:
285
我们可以通过重写onTouchEvent方法来处理诸如down move up的消息:
[java] view
plaincopyprint?
public class TestButton extends Button {
public TestButton(Context context) {
su...
分类:
移动开发 时间:
2015-02-12 18:29:29
阅读次数:
198
今天客户打电话说在使用su命令切换用户时无法切换,报“无效密码”的错误信息,然后让用户收集相关日志信息,在messages中发现有如下字样:Feb1212:25:21cqbx1telnetd[27433]:ttloop:peerdied:EOFFeb1212:25:21cqbx1login[26996]:FAILEDLOGIN1FROM10.252.106.119FORcpai,Authen..
分类:
其他好文 时间:
2015-02-12 16:30:41
阅读次数:
142
转载于:http://urchin.blog.51cto.com/4356076/1153322问题描述:userA首先登录系统,使用screen开启了一个session,然后detach这个窗口。userB然后登录系统,通过su - userA变成userA,然后使用screen -r恢复之前de...
分类:
其他好文 时间:
2015-02-12 13:44:57
阅读次数:
192
公司项目数据库访问采用的dapper,以前没有用过。今天简单的测试下了,dapper和dbentry 查询效率情况。 public ActionResult Test() { Sys_UserFacade su = new Sys_UserFacade(); ...
分类:
移动开发 时间:
2015-02-11 18:03:11
阅读次数:
178
Problem 1:If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.Find the su...
分类:
其他好文 时间:
2015-02-11 16:19:01
阅读次数:
204
sublime3配置安装Package Control配置Quick-x API提示配置Lua自动语法错误提示sublime3 安装 Package ControlView->Show Consoleimport urllib.request,os; pf = 'Package Control.su...
分类:
其他好文 时间:
2015-02-11 16:16:21
阅读次数:
183
题目描述:Given an arraySofnintegers, are there elementsa,b,c, anddinSsuch thata+b+c+d= target? Find all unique quadruplets in the array which gives the su...
分类:
其他好文 时间:
2015-02-11 10:44:59
阅读次数:
129
最近一个月使用Postgresql的时候,经常遇到ltree的数据,感觉有些别扭,可是有绕不过去。今天决心整理一下,以后使用方便一些。一、简介 ltree是Postgresql的一个扩展类型,由两位国外PostgreSQL贡献者共同开发。网址如下:http://www.sai.msu.su/~me....
分类:
数据库 时间:
2015-02-10 14:39:53
阅读次数:
186