码迷,mamicode.com
首页 >  
搜索关键字:do it    ( 12356个结果
Construct Binary Tree from Inorder and Postorder Traversal
Given inorder and postorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree. 1 class Solut...
分类:其他好文   时间:2014-08-17 01:03:21    阅读次数:199
Construct Binary Tree from Preorder and Inorder Traversal
Given preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.分析:通过一个二叉树的先序遍历...
分类:其他好文   时间:2014-08-16 23:48:31    阅读次数:333
bnu 34988 Happy Reversal
Happy Reversal Elfness is studying in an operation "NOT". For a binary number A, if we do operation "NOT A", after that, all digits of A will be reversed. (e.g. A=1001101, after operation "NOT A...
分类:移动开发   时间:2014-08-16 21:10:31    阅读次数:321
Build Simple HTTP server
1. The server just support POST&PUT method2. It is a Python server, and save upload files in special folder3. How to do it, it is apple example code, ...
分类:其他好文   时间:2014-08-16 18:17:40    阅读次数:207
Codeforces Round #261 (Div. 2) E (DP)
E. Pashmak and GraphPashmak's homework is a problem about graphs. Although he always tries to do his homework completely, he can't solve this problem....
分类:其他好文   时间:2014-08-16 12:27:20    阅读次数:211
Leetcode--Remove Duplicates from Sorted Array
Problem Description:Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not alloca...
分类:其他好文   时间:2014-08-16 12:20:20    阅读次数:129
Mysql--error:no query specified
Mysql--error:noqueryspecifiedmysql下抛出Noqueryspecified错误: mysql>showmasterstatus\G; ***************************1.row*************************** File:mysql-bin.000003 Position:215 Binlog_Do_DB: Binlog_Ignore_DB: 1rowinset(0.00sec) ERROR: Noquer..
分类:数据库   时间:2014-08-16 09:49:31    阅读次数:302
POS管理系统之供应商新增
My JSP 'LoginServlet.jsp' starting page /mfrEdit1.do" method="post"> 厂商代码 厂商名称 代理商 厂商地址 代理商地址 厂商邮编 代理商邮编 厂商联系电话 代理商联系电...
分类:其他好文   时间:2014-08-16 09:42:50    阅读次数:241
POS管理系统之供应商查询
My JSP 'LoginServlet.jsp' starting page /mfrEdit1.do" method="post"> 厂商代码 package servlet;import java.io.IOException; import java....
分类:其他好文   时间:2014-08-16 09:41:50    阅读次数:265
POS管理系统之新增设备入库
设备新增入库 /equipAdd.do" method="post"> 设备厂商 经办人 日期 设备编号 设备种类 出场编号 设备类型 设备型号 备注 操作 删除 添加 定义实体类:package entity;...
分类:其他好文   时间:2014-08-16 09:38:50    阅读次数:206
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!