总共分为4个部分:string值,Layout布局设计,MainActivity代码编写,给项目添加使用授权。1. string值
Phone-->res-->values-->strings.xml,代码如下: 手机拨号器 Hello world! Settings
请输...
分类:
移动开发 时间:
2014-05-24 00:49:54
阅读次数:
508
第0篇 开始学习Qt 与Qt Creator 第1篇 基础(一)Qt开发环境的搭建和hello
world 第2篇 基础(二)编写Qt多窗口程序 第3篇 基础(三)Qt登录对话框 第4篇 基础(四)添加菜单图标——使用Qt资源文件 第5篇
基础(五)Qt布局管理器 第6篇 基础(六)实现Qt文本编辑...
分类:
其他好文 时间:
2014-05-23 23:08:10
阅读次数:
272
题目:Two elements of a binary search tree (BST) are
swapped by mistake.Recover the tree without changing its structure.Note:A
solution using O(n) space ...
分类:
其他好文 时间:
2014-05-23 11:31:51
阅读次数:
299
1.1程序被其他程序翻译成不同的格式 1.hello.c#include int main(){
printf("hello world\n"); } 2.编译过程 3.编译系统 预处理器、编译器、汇编器和链接器一起构成了编译系统
预处理阶段。预处理器(cp...
分类:
其他好文 时间:
2014-05-23 10:30:50
阅读次数:
297
一次过,空间复杂度为O(m+n), 下一次做的时候寻找constant space
solution。用boolean array也可以,用bit vector可能会更节省 1 import java.util.*; 2 3 public
class Solution { 4 public...
分类:
其他好文 时间:
2014-05-23 08:30:28
阅读次数:
278
第0章 开始学习C++
1、每次学习一个新的语言,大家都是从Hello, world!开始
// lesson0_1.cpp : 定义控制台应用程序的入口点。
//功能:编译并运行Hello,world
//时间:2014.5.7
#include "stdafx.h"
#include "iostream"
using namespace std;
int _tmain(in...
分类:
编程语言 时间:
2014-05-22 06:24:33
阅读次数:
287
今天写了一个4线程并发发送10W条数据,但是在发送1W2左右时,突然开始报java.net.SocketException:Nobufferspaceavailable异常,经过相关资料的查询,发现是WindowsServer2008R2或Windows7的多处理器计算机上都存在的问题,具体可以参照window官方的解释;地址为:http://suppor..
分类:
编程语言 时间:
2014-05-20 23:19:34
阅读次数:
436
assumecs:code,ds:datadatasegment msgdb"helloworld"dataendscodesegment start: movax,data movds,ax movbx,0b800h moves,bx movcx,11 movsi,0 movbx,0 movah,01000010bs:moval,ds:[si]moves:[bx],almoves:[bx+1],ahincsiaddbx,2loopsmovax,4c00hint21hcodeendsendstart运..
分类:
编程语言 时间:
2014-05-20 20:36:44
阅读次数:
375
Hello World众所周知,行内式最高级的,
如果我们要想使用导入式的来取代这个行内式的最高级,该如何写呢,用!important 如:.block span{ font-weight: normal
!important; color: #000 !important;}这样这个c...
分类:
Web程序 时间:
2014-05-20 08:38:20
阅读次数:
353
当记性不好的时候,最好选择把它记录下来。去年七月到现在也快一年了。原本以为什么都可以慢慢来,技术什么的总会学好的;可现在看来,只是越来越生疏;现在还是做测试,努力吧,年底前把测试平台搭建起来,争取早点做开放。不管工作,还是生活,不能拖拖拉拉的。关于生活,总感觉老天喜欢调戏人,原以为成为平行线的两个人...
分类:
其他好文 时间:
2014-05-20 08:15:23
阅读次数:
210