主要是phonearena对于魅蓝手机的报道,有兴趣的朋友可以看看外媒是怎么看我们的手机产品。...
分类:
其他好文 时间:
2014-12-25 11:21:13
阅读次数:
136
2014-12-25 Created By 鲍新建一、摘要Note: 396181.1 - Oracle Web Applications Desktop Integrator Documentation Resources, Release 12 https://metalink.oracle.c...
分类:
数据库 时间:
2014-12-25 09:57:39
阅读次数:
165
1.从标准输入进行输入2.从钻石操作符进行输入3.参数调用@ARGV4.向标准输出进行输出5.用printf进行格式化输出1.while() { print "I saw $_"; }while(defined($_ = )){ print "I saw $_"; }NOTE:行输入操作符和Perl...
分类:
其他好文 时间:
2014-12-25 09:56:48
阅读次数:
205
【题目】
Follow up for problem "Populating Next Right Pointers in Each Node".
What if the given tree could be any binary tree? Would your previous solution still work?
Note:
You may only use...
分类:
其他好文 时间:
2014-12-24 20:13:31
阅读次数:
151
描述:Given an array of integers, every element appears twice except for one. Find that single one. Note:Your algorithm should have a linear runtime comp...
分类:
其他好文 时间:
2014-12-23 21:07:58
阅读次数:
141
/**
?*?@brief?uva?11520
?*?@file?11520.cpp
?*?@author?mianma
?*?@created?2014/12/23?16:35
?*?@edited??2014/12/23?16:35
?*?@type?
?*?@note
?*/
#include?<string>
#include?...
分类:
其他好文 时间:
2014-12-23 17:47:20
阅读次数:
137
ucosii原来的禁止中断以及恢复中断的代码是最简的,但是使用之前,必须声明一个固定名为OS_CPU_SR cpu_sr 的变量,吊在那里感觉很怪。;*************************************************; Note(s) : These func...
分类:
其他好文 时间:
2014-12-23 15:25:04
阅读次数:
211
题目:
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.
Note: You can only move either down or r...
分类:
编程语言 时间:
2014-12-23 14:01:48
阅读次数:
218
第一步 :修改系统grub vi /boot/grub/grub.conf 增加一个 biosdevname=0 的启动参数,我修改的结果如下: [root@xingfujie ~]# cat /boot/grub/grub.conf? # grub.conf generated by anaconda # # Note that yo...
分类:
其他好文 时间:
2014-12-23 12:36:00
阅读次数:
165
【题目】
Given two numbers represented as strings, return multiplication of the numbers as a string.
Note: The numbers can be arbitrarily large and are non-negative.
【解析】
题意:两个字符串表示的非负整数相乘,用字符串的...
分类:
其他好文 时间:
2014-12-23 12:32:31
阅读次数:
174