码迷,mamicode.com
首页 >  
搜索关键字:keep    ( 2613个结果
Continuous Learning
Continuous LearningClint ShankWE LiVE iN iNTERESTiNG TiMES. As development gets distributed across the globe, you learn there are lots of people capable of doing your job. You need to keep learning to...
分类:其他好文   时间:2015-04-19 13:14:21    阅读次数:149
Basic knowledge of html (keep for myself)
1.通常标签 替换加粗标签 来使用, 替换 标签使用。2.在 元素中你可以插入脚本(scripts), 样式文件(CSS),及各种meta信息。 可以添加在头部区域的元素标签为: , , , , , , and . 标签描述了基本的链接地址/链接目标,该标签作为HTML文档中所有的链接标签...
分类:Web程序   时间:2015-04-18 23:25:23    阅读次数:148
Beauty Is in Simplicity
Beauty Is in SimplicityTHERE iS ONE qUOTE, from Plato, that I think is particularly good for all software developers to know and keep close to their hearts: Beauty of style and harmony and grace and g...
分类:其他好文   时间:2015-04-18 16:15:05    阅读次数:137
Junk Dimension
In data warehouse design, frequently we run into a situation where there are yes/no indicator fields in the source system. Through business analysis, we know it is necessary to keep such informatio...
分类:其他好文   时间:2015-04-16 10:36:55    阅读次数:228
1、第一季_第一集(1)
why does everyone keep fixating on that?/'f?kset/ vi. 注视;固定下来Sometimes I wish I was a lesbian(为什么不用am)I told Mom and Dad last night. They took it pret...
分类:其他好文   时间:2015-04-15 00:49:29    阅读次数:172
android线程(二)AsyncTask(一)
AsyncTask的基本用法这里就不在赘述了,基本是个安卓开发者就会。 1.android 3.0以前的 AsyncTask private static final int CORE_POOL_SIZE = 5; private static final int MAXIMUM_POOL_SIZE = 128; private static final int KEEP_AL...
分类:移动开发   时间:2015-04-14 19:47:39    阅读次数:172
Python之json模块
实际上JSON就是Python字典的字符串表示,但是字典作为一个复杂对象是无法直接传递,所以需要将其转换成字符串形式.转换的过程也是一种序列化过程.用json.dumps序列化为json字符串格式>>> import json >>> dic {'Connection': ['keep-alive'], 'Host': ['127.0.0.1:5000'], 'Cache-Control': ['m...
分类:编程语言   时间:2015-04-09 08:56:29    阅读次数:172
HAproxy结合keepalived实现httpd的高可用服务
实验前提:1、本次实验实验的是RHEL6.4(64bit)的系统2、确保每台服务器时间同步3、本次实验共有4台服务器,其相关的地址为:haproxy1:192.168.108.230haproxy2:192.168.108.231web1:192.168.108.199web2:192.168.108.201VIP:192.168.108.111实验拓扑结构为:一、编译安装keep..
分类:Web程序   时间:2015-04-07 19:55:54    阅读次数:392
Lintcode: Sort Letters by Case
Given a string which contains only letters. Sort it by lower case first and upper case second.NoteIt's not necessary to keep the original order of low...
分类:其他好文   时间:2015-04-06 10:04:22    阅读次数:225
AsyncTask使用注意事项
AsyncTask是android自带的一个异步处理线程  它带了很多参数 都很方便使用 但是有一些注意事项 1: 官网说明: AsyncTasks should ideally be used for short operations (a few seconds at the most.) If you need to keep threads running f...
分类:其他好文   时间:2015-04-04 06:52:53    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!