一、条件判断if ..else>>> user='yaobin'>>> passwd='yaobin123'>>> user_input=raw_input("you name")you nameyaobin>>> passwd_input=raw_input("you password")you ...
分类:
其他好文 时间:
2015-12-28 16:56:57
阅读次数:
108
1.先安装包管理器参考:Installation – Package Control用其最新代码(经过去除多余的空格后):import urllib2,os,hashlib;h = 'eb2297e1a458f27d836c04bb0cbaf282' + 'd0e7a3098092775ccb37c...
分类:
编程语言 时间:
2015-12-28 16:57:36
阅读次数:
214
首先遵循UIGestureRecognizerDelegate协议 self.navigationController.interactivePopGestureRecognizer.enabled = YES; self.navigationController.interactivePopG.....
分类:
移动开发 时间:
2015-12-28 16:55:40
阅读次数:
122
Eclipse版本:Eclipse Java EE IDE for Web Developers.Version: Kepler Service Release 2上述版本的Eclipse中已经包含了基本的maven插件,如果你使用的eclipse中没有,可以通过下面的地址在Eclipse Help...
分类:
编程语言 时间:
2015-12-28 16:57:14
阅读次数:
153
相关文档:https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulatingthebrowser_history实现目标页面的跳转(前进后退,点击等)不重新请求页面页面URL与页面展现内容一致(符合人们对传统网页的认识)在不...
分类:
其他好文 时间:
2015-12-28 16:56:53
阅读次数:
129
1 读取操作系统和CLR的版本OperatingSystem os = System.Environment.OSVersion;Console.WriteLine(“Platform: {0}”, os.Platform);Console.WriteLine(“Service Pack: {0.....
function countDown(){ var self = this; var doWork = function(){ console.log(this);//window console.log(self);//span }; doWor...
分类:
其他好文 时间:
2015-12-28 16:56:38
阅读次数:
104
$(function(){$("input[name='sub']").on("click",function(){if(!isEmail($("input[name='email']").val())){$("span[name='email']").html("邮箱格式错误");returnfa...
分类:
移动开发 时间:
2015-12-28 16:57:00
阅读次数:
156
【序言】在大家怀疑的眼光下,我做了一个中午和半个下午、调了一个晚上的题目总算A了!【原题】消棋子是一个有趣的游戏。游戏在一个r * c的棋盘上进行。棋盘的每一个格子。要么是空,要么是一种颜色的棋子。同一种颜色的棋子恰好有两个。每一轮,玩家能够选择一个空格子(x, y),并选择上下左右四个方向中的两个...
分类:
其他好文 时间:
2015-12-28 16:54:31
阅读次数:
247
演示网址http://www.htmleaf.com/Demo/201503251573.html点击下载
分类:
Web程序 时间:
2015-12-28 16:57:11
阅读次数:
128
1、while语句:如果条件成立,就继续循环,直到条件不成立为止。格式如下: while (条件) { 循环体(语句或语句块) } 2、do…while语句:如果条件成立,就继续循环,直到条件不成立为止。它与while的最大区别在于,do…while循环中的语句...
分类:
其他好文 时间:
2015-12-28 16:56:10
阅读次数:
162
题目来源https://leetcode.com/problems/spiral-matrix/Given a matrix ofmxnelements (mrows,ncolumns), return all elements of the matrix in spiral order.题意分析I...
分类:
编程语言 时间:
2015-12-28 16:54:00
阅读次数:
154
1,环境:mysql+tomcat+linux2,发现问题:连接池断开连接No operations allowed after connection closed连接池断开了,再进行连接就报错了添加: ...
分类:
系统相关 时间:
2015-12-28 16:54:13
阅读次数:
201
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace FuncDemo{ class Program { static void Main(st...
my.ini参数修改了下Java代码table_cache=512bulk_insert_buffer_size=100Minnodb_additional_mem_pool_size=30Minnodb_flush_log_at_trx_commit=0innodb_buffer_pool_siz...
分类:
数据库 时间:
2015-12-28 16:53:15
阅读次数:
252
现在.m文件中定义UIImageView *navBarHairlineImageView;在- (void)viewWillAppear:(BOOL)animated方法中navBarHairlineImageView.hidden = YES;然后自定义方法//实现找出底部横线的函数- (UII...
分类:
其他好文 时间:
2015-12-28 16:54:00
阅读次数:
153
说明:本优化适合apache,nginx,squid多种等web应用,特殊的业务也可能需要略作调整。[root@c64 ~]# vi /etc/sysctl.conf#by sun in 20131001net.ipv4.tcp_fin_timeout = 2net.ipv4.tcp_tw_reus...
分类:
系统相关 时间:
2015-12-28 16:55:11
阅读次数:
290