码迷,mamicode.com
首页 >  
搜索关键字:text gsv outline    ( 53354个结果
jQuery表格排序组件-tablesorter
jQuery表格排序组件-tablesorter 一、引入文件 <link href="css/style.css" rel="stylesheet" type="text/cs...
分类:Web程序   时间:2014-05-26 05:37:28    阅读次数:362
AFNetworking2.x 使用过程中遇到的问题
1.//下面写一下关于AFNetworking2.0的GET数据请求问题,刚开始的时候没有写下面标红的代码,所以导致有一个问题,错误显示如下: Error: Error Domain=AFNetworkingErrorDomain Code=-1016 "Request failed: unacceptable content-type: text/html" UserInfo=0x913a...
分类:Web程序   时间:2014-05-24 23:45:53    阅读次数:365
神器Sublime Text 2安装Package Control
神器Sublime Text 2安装Package Control...
分类:其他好文   时间:2014-05-24 22:26:32    阅读次数:243
趣味编程:静夜思(Java8版)
import java.util.stream.*; class KV{ String ch; int id; } public class Test { private static void print(String text, int offset) { IntStream.range(0, text.length()) .mapToObj(i -> new KV(){{c...
分类:编程语言   时间:2014-05-24 22:09:03    阅读次数:363
Sublime Text常用快捷命令整理
Sublime Text常用快捷命令整理...
分类:其他好文   时间:2014-05-24 14:24:35    阅读次数:247
NVelocity 类操作模板
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;using System.IO;using NVelocity.App;using NVelocity...
分类:其他好文   时间:2014-05-24 13:17:32    阅读次数:198
整理常用函数
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace WindowsAPI{class CSha...
分类:其他好文   时间:2014-05-24 12:59:58    阅读次数:366
各种String类型的时间转long型,long转String
唉! 有用的拿去吧。 直接可以用。 1 package com.tai.use; 2 3 import java.text.SimpleDateFormat; 4 5 public class DataUtil 6 { 7 /** 8 * 时间格式转换,将字...
分类:其他好文   时间:2014-05-24 12:47:52    阅读次数:439
long类型的时间转为n秒前n分钟前n小时前或者日期
1 package com.tai.use; 2 3 import java.text.DateFormat; 4 import java.text.SimpleDateFormat; 5 import java.util.Calendar; 6 import java.util.Date; 7.....
分类:其他好文   时间:2014-05-24 11:51:15    阅读次数:302
让td字符串不换行且不撑大td(多余部分隐藏)
首先,必须一点是 table一定要固定width,一定要有style: table-layout:fixed;其次,td的样式: white-space:nowrap; overflow:hidden; (溢出部分隐藏)如果溢出部分需要显示... 可以用text-overflow:ellipsisB...
分类:其他好文   时间:2014-05-24 11:20:28    阅读次数:248
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!