有如下log: android.view.InflateException: Binary XML file line #2: Error inflating class com.hankkin.SelectMutiImgDemo.view.SquareLayout at com.king.phot ...
分类:
移动开发 时间:
2016-11-11 20:13:02
阅读次数:
278
import java.io.IOException;import java.io.UnsupportedEncodingException;import java.lang.reflect.Field;import java.security.KeyManagementException;impo ...
分类:
Web程序 时间:
2016-11-11 17:19:54
阅读次数:
246
import org.apache.log4j.Logger;import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.io.OutputStream;i ...
分类:
Web程序 时间:
2016-11-11 17:18:37
阅读次数:
201
Given a non-empty integer array of size n, find the minimum number of moves required to make all array elements equal, where a move is incrementing n ...
分类:
移动开发 时间:
2016-11-11 14:02:01
阅读次数:
266
order by 字段 将查到的list集合按指定字段升序排序 order by 字段 DESC 将查到的list集合按指定字段降序排序 GROUP BY 语句用于结合合计函数,根据一个或多个列对结果集进行分组。 关键词 DISTINCT 用于返回唯一不同的值。 ...
分类:
数据库 时间:
2016-11-11 11:58:02
阅读次数:
206
本篇文章介绍了正则表达式里面的几个实用性例子: 一、trim的封装: ...
分类:
其他好文 时间:
2016-11-11 00:13:50
阅读次数:
187
function animate(ele,json,fn){ clearInterval(ele.timer); ele.timer = setInterval(function () { var bool = true; console.log(1); for(var k in json){ if ...
分类:
其他好文 时间:
2016-11-11 00:05:39
阅读次数:
639
1 #include <bits/stdc++.h> 2 #define ll long long 3 #define lson l, m, rt<<1 4 #define rson m+1, r, rt<<1|1 5 using namespace std; 6 const int N = 5e4 ...
分类:
其他好文 时间:
2016-11-10 23:48:34
阅读次数:
284
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <script src="angular-1.5.8.js"></script></head><body ng-app="mainApp" ng- ...
分类:
其他好文 时间:
2016-11-10 19:15:26
阅读次数:
213