码迷,mamicode.com
首页 >  
搜索关键字:HERE    ( 6715个结果
转:intent简介
转自:here一 Android系统用于Activity的标准Intent1 根据联系人ID显示联系人信息[java]view plaincopyIntentintent=newIntent();intent.setAction(Intent.ACTION_VIEW);//显示联系人信息intent...
分类:其他好文   时间:2014-12-03 12:07:05    阅读次数:287
转:屏幕适配
转自:here众所周知,Android机型尺寸各种各样,于是屏幕适配就成了Android开发中很重要的一环。Android屏幕适配可能一些开发者都会遇到这样的问题,今天就来分享下屏幕适配,你会发现其实Android屏幕适配也可以很简单。基本概念Android屏幕适配必须要理解的一些概念,这部分可能比...
分类:其他好文   时间:2014-12-03 12:01:29    阅读次数:139
ruby初步学习中遇到的错误
print <<off This is the second way of creating here document ie. multiple line string; off报错: 原因: off前面有一个空格
分类:其他好文   时间:2014-12-02 22:17:00    阅读次数:150
再别康桥-----双语版
Very quietly I take my leave轻轻的我走了,As quietly as I came here;正如我轻轻的来;Quietly I wave good-bye我轻轻的招手,To the rosy clouds in the western sky.作别西天的云彩。The g...
分类:其他好文   时间:2014-12-02 15:11:04    阅读次数:161
一个简单且完善的表单验证(毕老师的)
Insert title here 用户名称: 输入密码: 确认密码: 电子邮件: 选择性别: 男 女 选择国家:
分类:其他好文   时间:2014-12-02 00:00:33    阅读次数:747
[leetcode]Sort Colors
Givenanarraywithnobjectscoloredred,whiteorblue,sortthemsothatobjectsofthesamecolorareadjacent,withthecolorsintheorderred,whiteandblue.Here,wewillusetheintegers0,1,and2torepresentthecolorred,white,andbluerespectively.Note:Youarenotsupposetousethelibrary‘ssor..
分类:其他好文   时间:2014-11-30 17:10:10    阅读次数:148
Shell 显示带颜色字体
shell脚本中echo显示内容带颜色显示,echo显示带颜色,需要使用参数-e 格式如下: echo -e "\033[字背景颜色;文字颜色m字符串\033[0m" 例如: echo -e "\033[41;36m something here \033[0m" 其中41的位置代表底色,...
分类:系统相关   时间:2014-11-29 21:28:26    阅读次数:333
C语言中创建自己函数库文件流程
1.新建一个.h,写声明语句(包括宏定义、变量声明、函数原型声明),如:fun.h#define __fun__#ifndef __fun__int fun(int x);//continue code here....#endif2.新建.c或.m文件,实现函数体,如:fun.cint fun (...
分类:编程语言   时间:2014-11-28 15:42:54    阅读次数:238
resignFirstResponder
What is this resignFirstResponder business? Here is the short version:Some view objects are also controls. A control is a view that the user can inter...
分类:其他好文   时间:2014-11-27 20:06:09    阅读次数:129
How to handle csv file using python
As i need to read something from a csv file using python. I got something and put it here.Module: csvimport csvFILE_FULL_PATH = 'D:\\Work\\script\\My ...
分类:编程语言   时间:2014-11-27 12:39:12    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!