码迷,mamicode.com
首页 >  
搜索关键字:tin    ( 13708个结果
Android开发, 如何看logcat
有如下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
https请求工具类
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
http请求工具类
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
[LeetCode] Minimum Moves to Equal Array Elements 最少移动次数使数组元素相等
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
mysql 数据库知识
order by 字段 将查到的list集合按指定字段升序排序 order by 字段 DESC 将查到的list集合按指定字段降序排序 GROUP BY 语句用于结合合计函数,根据一个或多个列对结果集进行分组。 关键词 DISTINCT 用于返回唯一不同的值。 ...
分类:数据库   时间:2016-11-11 11:58:02    阅读次数:206
sqlite相关工具使用
sqlite3可视化工具 ...
分类:数据库   时间:2016-11-11 11:45:43    阅读次数:208
正则表达式实例:
本篇文章介绍了正则表达式里面的几个实用性例子: 一、trim的封装: ...
分类:其他好文   时间:2016-11-11 00:13:50    阅读次数:187
简单animate方法的封装
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
【hdu4366】dfs序线段树
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
angular中的ng-disabled
<!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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!