码迷,mamicode.com
首页 >  
搜索关键字:tiger    ( 436个结果
hdu 4815 Little Tiger vs. Deep Monkey(01背包)
http://acm.hdu.edu.cn/showproblem.php?pid=4815DescriptionA crowd of little animals is visiting a mysterious laboratory ? The Deep Lab of SYSU.“Are you...
分类:其他好文   时间:2015-10-10 16:56:58    阅读次数:143
Linux内核中的哈希表
Author:tiger-johnTime:2012-12-20mail:jibo.tiger@gmail.comBlog:http://blog.csdn.net/tigerjb/article/details/8450995转载请注明出处。前言:1.基本概念:散列表(Hash table,也叫哈...
分类:系统相关   时间:2015-09-21 23:51:28    阅读次数:346
Oracle学习笔记1: 表与约束
1. 登录SQL Plus: 系统用户有哪些: 1. sys,system权限比较高的用户; 2. sysman操作企业管理器使用的。 1.2 的密码是安装oracle是设置的。 3. scott用户;该用户的密码是默认的tiger。 (1),使用system系统管理用户登录orac...
分类:数据库   时间:2015-09-20 16:19:13    阅读次数:316
Apache 80 端口被占用无法重启解决办法
原文出处Apache 80 端口被占用无法重启解决办法www.111cn.net 编辑:tiger 来源:转载使用WEB服务器的朋友都知道80端口是一个用来对外让用户访问的一个端口了,像apache,iis有时迅雷都会珍80端口了,下面我来给大家介绍在windiws,linux服务器apache 8...
分类:Web程序   时间:2015-09-18 18:14:45    阅读次数:162
Oracle之SQL基础
用户:登录SQL Plus系统用户:sys,system(sys>system) sysman scott(默认密码tiger)使用system用户登录SQL Plus[username/password][@server][as sysdba|sysoper]system/123...
分类:数据库   时间:2015-09-18 00:51:37    阅读次数:246
重置Oracle密码
在系统运行中输入:sqlplus /nolog在命令窗口分别执行:conn /as sysdbaalter user scott identified by tiger;alter user scott account unlock;这样就把“scott”用户密码修改为“tiger”了,用户可根据自...
分类:数据库   时间:2015-09-14 15:20:59    阅读次数:172
BZOJ 题目1588: [HNOI2002]营业额统计(Splay Tree 求前驱后继)
1588: [HNOI2002]营业额统计 Time Limit: 5 Sec  Memory Limit: 162 MB Submit: 10828  Solved: 3771 [Submit][Status][Discuss] Description 营业额统计 Tiger最近被公司升任为营业部经理,他上任后接受公司交给的第一项任务便是统计并分析公司成立以来的营业情况。 Tige...
分类:其他好文   时间:2015-08-30 01:07:46    阅读次数:197
MySQL程序员篇-python
连接数据库案例: import mysql.connector cnx = mysql.connector.connect(user=‘scott‘, password=‘tiger‘, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? host=‘127.0.0.1‘, ? ? ? ? ? ? ? ? ? ? ?...
分类:数据库   时间:2015-08-29 17:21:18    阅读次数:472
In me the tiger sniffs the rose.
In me the tiger sniffs the rose.In me the tiger sniffs the rose. 2011-05-10 09:15:31 In Me, Past, Present, Future Meet 于我,过去,现在以及未来 by Siegfried Sasso...
分类:其他好文   时间:2015-08-28 17:05:21    阅读次数:163
HDU4815
Little Tiger vs. Deep MonkeyTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65535/65535 K (Java/Others)Total Submission(s): 1587Accepted Submissio...
分类:其他好文   时间:2015-08-19 11:02:26    阅读次数:141
436条   上一页 1 ... 24 25 26 27 28 ... 44 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!