Android 自定义流式布局
先上效果具体实现请参考如下:import android.content.Context;import android.os.Build;import android.support.annotation.RequiresApi;import android.util.AttributeSet;import android.view.View;import android.view.ViewGroup;import java.util.ArrayList;import java
CodeForces - 144A Arrival of the General (简单搜索)
A Ministry for Defense sent a general to inspect the Super Secret Military Squad under the command of the Colonel SuperDuper. Having learned the news, the colonel ordered to all n squad soldiers to li...
报错: java.util.ConcurrentModificationException: null
原因: 遍历的时候执行了修改集合内容的操作,如用到了remove()方法去掉的集合的某一元素解决办法:在删除掉某一元素的时候,停止循环break;
笔记本无线上网篇 802.11a/b/g/n详解
笔记本的无线网卡,经常都标有802 11a b g、或者802 11a g n,可
checkbox全选/取消全选以及checkbox遍历jQuery实现代码
复制代码 代码如下: <html> <head> <script src="jquery-1 3 2 min js" type="text javascript">< script>