jQuery表格排序组件-tablesorter
一、引入文件
<link href="css/style.css" rel="stylesheet" type="text/cs...
分类:
Web程序 时间:
2014-05-26 05:37:28
阅读次数:
362
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...
分类:
其他好文 时间:
2014-05-24 22:26:32
阅读次数:
243
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
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
唉! 有用的拿去吧。 直接可以用。 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
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
首先,必须一点是 table一定要固定width,一定要有style:
table-layout:fixed;其次,td的样式: white-space:nowrap; overflow:hidden;
(溢出部分隐藏)如果溢出部分需要显示... 可以用text-overflow:ellipsisB...
分类:
其他好文 时间:
2014-05-24 11:20:28
阅读次数:
248