Fragment是相当常用的控件,下面我以本人对其生命周期的方法的理解进行分析。 也是本人对知识点的一个巩固及梳理,有理解不对的地方,欢迎指正。 首先附一张android官网为我们提供的生命周期图,以便分析! onAttach(): attach翻译成中文是依附,贴上。即当Fragment第一次被....
分类:
其他好文 时间:
2015-09-11 15:43:43
阅读次数:
131
开始使用makedown,可是问题也随之而来了在windwons电脑上一般就是使用makedownPad来编写md文件,可是md文件并不适合直接阅读html或者PDF是更好的选择,所以想的是有没有什么软件是可以批量的转换md为html或PDF文件的而且最好是只要修改了md文件,可以定时的或者立马把m...
分类:
其他好文 时间:
2015-09-11 15:41:39
阅读次数:
176
转自:http://www.barretlee.com/blog/2015/09/06/set-gitignore-after-add-file/使用 git 做代码管理工具时,设置 gitignore 是必不可少的流程,一些系统或者 IDE 会在目录下生成与项目不相关的文件,而这些文件我们不期望被...
分类:
其他好文 时间:
2015-09-11 15:41:07
阅读次数:
265
Number TrianglesConsider the number triangle shown below. Write a program that calculates the highest sum of numbers that can be passed on a route tha...
分类:
其他好文 时间:
2015-09-11 15:42:03
阅读次数:
188
ONBOOT=no #改为yes,BOOTPROTO=dbcp #改为static增加以下内容:IPADDR=192.168.12.232NETMASK=255.255.255.0GATEWAY=192.168.12.1DNS1=8.8.8.8重启网络服务:serv...
分类:
其他好文 时间:
2015-09-11 15:39:07
阅读次数:
172
委托方要遵守代理,就要继承代理,并且要实现代理/*1. 老板不定期的组织活动,每次都让小明统计参加活动的人数,小明每次将参加活动的人数上报给老板,老板很高兴。*///main/*1. 老板不定期的组织活动,每次都让小明统计参加活动的人数,小明每次将参加活动的人数上报给老板,老板很高兴。*/#impo...
分类:
其他好文 时间:
2015-09-11 15:38:56
阅读次数:
182
一、设置方法 1.1 打开CRT并依次单击: 选项->全局选项->常规->预设会话设置->编辑预设回话设置->终端->外观->记录文件 1.2 在日志文件名填日志文件位置,我的设置是: G:\CRT\logs\%H\%S\%Y%M%D-%h%m%s.log 1.3勾选连接上启动记录...
分类:
其他好文 时间:
2015-09-11 15:40:53
阅读次数:
132
1609: [Usaco2008 Feb]Eating Together麻烦的聚餐Time Limit: 10 SecMemory Limit: 64 MBSubmit: 1165Solved: 693[Submit][Status][Discuss]Description为了避免餐厅过分拥挤,FJ...
分类:
其他好文 时间:
2015-09-11 15:38:14
阅读次数:
137
1、nginx配置漏桶原理2、通过nginx查找恶意IP,加入黑名单3、防机器人下单程序4、黑名单程序,同一用户名、送货地址、手机号、email地址不能发货5、后台堆硬件
分类:
其他好文 时间:
2015-09-11 15:36:59
阅读次数:
132
Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array.For example,Given nums = [0, 1, 3...
分类:
其他好文 时间:
2015-09-11 15:39:49
阅读次数:
111
转自:http://blog.chinaunix.net/uid-22030783-id-366971.html在uboot中加入快捷操作菜单的方法非常简单,在论坛发布的uboot201003V1.1的源码包里已经包含了菜单的源码http://www.xcembed.com/bbs/viewthre...
分类:
其他好文 时间:
2015-09-11 15:38:55
阅读次数:
143
static void InsertBlock() { //获取要插入的块名 TCHAR str[40]; acedGetString(Adesk::kFalse, _T("\n请输入要插入的块名称:"), str); CString blockName ; blockName.Forma...
分类:
其他好文 时间:
2015-09-11 15:36:55
阅读次数:
206
新安装了redhat6.5.安装后,登录系统,使用yum update 更新系统。提示:This system is not registered to Red Hat Subscription Management. You can use subscription-manager to regi...
分类:
其他好文 时间:
2015-09-11 15:37:45
阅读次数:
185
Duilib is an open source windowless ui library base on viksoe‘s excellent directui code(http://www.viksoe.dk/code/windowless1.htm). Thanks to viksoe. Our website:https://github.com/duilib/duilib Du...
分类:
其他好文 时间:
2015-09-11 14:33:04
阅读次数:
137
十年一觉扬州梦 曾记起我坐车离开深圳以后,决定南下东莞去投靠老乡。 于是就有了我的东莞长安之行。那次是我第一次去东莞。 曾经在读书的时候,就听说院子里有很多的老乡在东莞的长安进厂。 记得...
分类:
其他好文 时间:
2015-09-11 14:32:53
阅读次数:
245
server using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.EnterpriseServices;
using?System.Runtime.InteropServices;
[assembly:?ApplicationName...
分类:
其他好文 时间:
2015-09-11 14:35:16
阅读次数:
197
elk+redis 搭建日志分析平台 这个是最新的elk+redis搭建日志分析平台,今年时间是2015年9月11日。 Elk分别为 elasticsearch,logstash, kibana 官网为:https://www.elastic.co/products Elasticsearch: http...
分类:
其他好文 时间:
2015-09-11 14:33:16
阅读次数:
276