码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
时间格式化工具类
package com.sec.util;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;public class DateTimeUtil { /** * string....
分类:其他好文   时间:2014-11-28 22:42:27    阅读次数:224
Sublime Text 2 使用心得
一、 前言作为一个前端,有一款好的开发利器是必不可少的,editplus、notepad++都是不错的工具,体积轻巧,启动迅速(dw太浮肿了)。最近,又有一款新的编辑器诞生,席卷前端界,惹得无数喜爱,不少前端er纷纷抛弃用了数年的“伙伴”,投入了她的怀抱——Sublime Text2。Sublime...
分类:其他好文   时间:2014-11-28 22:39:09    阅读次数:343
菜单下拉效果demo记录
无标题文档li[ id="menu_item_0$" class="menu_item" onmouseover="showItem($,true);" onmouseout="showItem($,false);"]*8>span[class="menu_item_text"]{menu_0$}+...
分类:其他好文   时间:2014-11-28 22:36:55    阅读次数:234
IOS--UILabel的使用方法详细
IOS--UILabel的使用方法详细//UILabel的使用UILabel*oneLabel = [[UILabelalloc]init];//最经常使用的oneLabel.frame=CGRectMake(0,0,320,200);//设置oneLabel的位置和大小oneLabel.text=...
分类:移动开发   时间:2014-11-28 21:26:12    阅读次数:292
[转]MarDowm语法
概述宗旨Markdown 的目标是实现「易读易写」。可读性,无论如何,都是最重要的。一份使用 Markdown 格式撰写的文件应该可以直接以纯文本发布,并且看起来不会像是由许多标签或是格式指令所构成。Markdown 语法受到一些既有 text-to-HTML 格式的影响,包括Setext、atx、...
分类:其他好文   时间:2014-11-28 21:17:08    阅读次数:345
参数数组params
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace nange_1{ class A { public void listint(params...
分类:编程语言   时间:2014-11-28 20:09:08    阅读次数:263
c#对象初始化
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace nange_1{ class A { public int a=1;//这里和c++不一样...
分类:Windows程序   时间:2014-11-28 20:06:43    阅读次数:271
虚方法和覆写方法
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace nange_1{ class A { public void f() { C...
分类:其他好文   时间:2014-11-28 20:04:03    阅读次数:175
Android 中dp和px
dp是虚拟像素,在不同的像素密度的设备上会自动适配,比如:在320x480分辨率,像素密度为160,1dp=1px在480x800分辨率,像素密度为240,1dp=1.5px计算公式:1dp*像素密度/160 = 实际像素数float density = context.getResources()...
分类:移动开发   时间:2014-11-28 18:00:50    阅读次数:170
C# Http文件下载公共类(支持断点续传)
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.IO; 6 using System.Net; 7 8 namespace X.....
分类:Windows程序   时间:2014-11-28 17:51:55    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!