码迷,mamicode.com
首页 >  
搜索关键字:the user must supply    ( 42198个结果
linux 下安装 jdk tomcat 并配置
1.1  安装TOMCAT与JDK 第1步:新建boss用户,用户名:boss,密码:bossnyl 第2步:将安装用户路径设置成/app/boss [root@localhost]# useradd-d /app/boss -m boss [root@localhost]# passwdboss Changing password for user boss. New passwor...
分类:系统相关   时间:2014-05-01 18:10:53    阅读次数:589
Ora-01536:超出了表空间users的空间限量
往数据里插值,结果报这个错,经过百度查证和自己试验,如下: 查看用户表空间的限额 select * from user_ts_quotas;   alter user ***(用户名) quota unlimited on ***(表空间); 这种方式是针对特定的表空间的. 可以分配自然也可以回收了: alter user *** quota 0 on *...
分类:其他好文   时间:2014-04-29 13:46:21    阅读次数:354
Leetcode:Reorder List 单链表重排序
Given a singly linked list L: L0→L1→…→Ln-1→Ln, reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→… You must do this in-place without altering the nodes' values. For example, Given {1,2,3,4}, reorder it to ...
分类:其他好文   时间:2014-04-29 13:42:21    阅读次数:427
产品待办列表的几个最佳实践
产品待办列表对应的英文是project backlog,也有翻译为“产品待办事项列表”,是指为开发完善产品而待办的事项列表。 在Scrum Guide中,产品待办列表是一个排序的列表,包含所有产品需要的东西,也是产品需求变动的唯一来源。产品负责人负责产品待办事项列表的内容、可用性和优先级。产品待办事项列表永远是不完全的,最初的版本只列出最初始的和众所周知的需求。产品待办事项列表根据产品和开发环境的变化而演进。待办事项列表是动态的,它经常发生变化以识别使产品合理、有竞争力和有用所必需的东西。只要产品存在,产品...
分类:其他好文   时间:2014-04-29 13:25:20    阅读次数:304
hadoop生态系统默认端口集合
1 HDFS服务中,默认端口集合:  1. HDFS 端口 Service Servers Default Ports Used Protocol Description Need End User Access? Configuration Parameters NameNode WebUI Master Nodes (NameNo...
分类:其他好文   时间:2014-04-29 13:24:21    阅读次数:492
poj 3069 Saruman's Army(贪心)
?? Saruman's Army Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 3446   Accepted: 1752 Description Saruman the White must lead his army along a straight pa...
分类:其他好文   时间:2014-04-29 13:22:23    阅读次数:264
leetcode day5 -- Reorder List && Linked List Cycle II
1、 ?? Reorder List  Given a singly linked list L: L0→L1→…→Ln-1→Ln, reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→… You must do this in-place without altering the nodes' values. For example, Given {1,2...
分类:其他好文   时间:2014-04-29 13:16:21    阅读次数:250
XMPP学习--建立管理类
参考了别人的demo之后发现建立一个管理类看起来舒服些,显得比较有条理…… 但在建立与服务器连接当中,发现 Connect Error: {     NSLocalizedDescription = "You must set myJID before calling connect."; } 这样的一个问题,知道是jid没有设置好,但是jid怎么设置呢?今天仍然没有弄清,如果有清楚...
分类:其他好文   时间:2014-04-29 13:13:20    阅读次数:352
odtk 6.3.0
2692407267@qq.com,更多内容请关注http://user.qzone.qq.com/2692407267 odtk 6.3.0...
分类:其他好文   时间:2014-04-29 13:11:23    阅读次数:212
Wind River Intelligent Device Platform XT 2.0.1
2692407267@qq.com,更多内容请关注http://user.qzone.qq.com/2692407267 Wind River Intelligent Device Platform XT 2.0.1,增加了对quark和galileo的支持...
分类:Windows程序   时间:2014-04-29 13:11:22    阅读次数:508
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!