select typeid,typename from producttype where typeid=#typeid#
select proid,proname,prodesc,price,img,protime,size,typeid from product...
分类:
其他好文 时间:
2014-08-27 22:03:28
阅读次数:
283
LeetCode: Maximum Depth of Binary TreeGiven a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from...
分类:
其他好文 时间:
2014-08-27 21:54:58
阅读次数:
234
笔者采用的是华为EC122无线上网卡 一:编辑/etc/modules.d/60-usb-serial usbserial vendor=0x12d1 product=0x1505 二:编辑/etc/config/network, 添加新的3g网卡设备 三:编辑/etc/chatscripts/3g...
分类:
移动开发 时间:
2014-08-27 20:17:38
阅读次数:
240
Given an array of non-negative integers, you are initially positioned at the first index of the array.
Each element in the array represents your maximum jump length at that position.
Your goal i...
分类:
其他好文 时间:
2014-08-27 18:45:28
阅读次数:
228
iOS极光推送文档一、创建工程 Product Name:baixin Company Identifier:com.bluewave Bundle Identifier:com.bluewave.baixin二、申请证书 1.创建应用程序ID a.登陆 iOS Dev Center选择进入iOS ...
分类:
移动开发 时间:
2014-08-27 18:30:38
阅读次数:
294
第一步先做一个备份#!/bin/shexport ORACLE_BASE=/home/oracle/appexport ORACLE_HOME=$ORACLE_BASE/oracle/product/11.2.0/dbhome_1export ORACLE_SID=orclexport LD_LIB...
分类:
数据库 时间:
2014-08-27 17:52:59
阅读次数:
201
习惯了用户URL传递参数的方便和快捷,然而大多数人并没有了解通过GET方式请求页面并传递一个过长的参数的话,IE浏览器会自动的截取超出最大长度的字符的!微软的权威解释,IE的url最大长度是2083个字节,可以用于GET传递数据的长度是2048个字节。Maximum URL length is 2,...
分类:
其他好文 时间:
2014-08-27 14:35:57
阅读次数:
218
思想: 后序遍历。注意路径的连通: 结点不为空时要返回 max( max(leftV, rightV)+rootV, rootV);
分类:
其他好文 时间:
2014-08-27 14:21:47
阅读次数:
148
环境:
OS:OEL5.6
RAC:10.2.0.1.0
相关环境变量:
CRS_HOME /u01/app/oracle/product/10.2.0/db_1
ORACLE_HOME /u01/app/oracle/product/10.2.0/db_2
crs_stop -all关闭所有资源
[oracle@rac1 ~]$ crs_stat -t
Name ...
分类:
数据库 时间:
2014-08-27 12:58:57
阅读次数:
527
第一个:禁止用户手动调整缩放。width-viewport的宽度height-viewport的高度initial-scale-初始的缩放比例minimum-scale-允许用户缩放到的最小比例maximum-scale-允许用户缩放到的最大比例user-scalable-用户是否可以手动缩放第二个...
分类:
移动开发 时间:
2014-08-27 10:35:47
阅读次数:
226