you should go lay down // 躺下 got a fever // 发骚 I can't stand with her. she attacks me I'll protect you confessing you look cold what it is. you seem a ...
分类:
其他好文 时间:
2017-07-25 13:31:45
阅读次数:
162
数据库基础 数据库的简介 数据库 数据库(database,DB)是指长期存储在计算机内的,有组织,可共享的数据的集合。数据库中的数据按一定的数学模型组织、描述和存储,具有较小的冗余,较高的数据独立性和易扩展性,并可为各种用户共享。 数据库管理系统软件 数据库管理系统(Database Manage ...
分类:
数据库 时间:
2017-07-24 16:18:32
阅读次数:
238
Problem statement The set S originally contains numbers from 1 to n. But unfortunately, due to the data error, one of the numbers in the set got dupli ...
分类:
其他好文 时间:
2017-07-24 10:00:50
阅读次数:
195
#import getpass 1、猜年龄,可以让用户最多猜三次; age = 56n = 0while n < 3: guess_age = int(input ("pls input your guess_age(u get three times):")) n = n + 1 if guess ...
分类:
其他好文 时间:
2017-07-24 09:57:00
阅读次数:
155
The set S originally contains numbers from 1 to n. But unfortunately, due to the data error, one of the numbers in the set got duplicated to another n... ...
分类:
编程语言 时间:
2017-07-24 01:35:45
阅读次数:
303
The set S originally contains numbers from 1 to n. But unfortunately, due to the data error, one of the numbers in the set got duplicated to another n ...
分类:
其他好文 时间:
2017-07-23 19:39:08
阅读次数:
209
The set S originally contains numbers from 1 to n. But unfortunately, due to the data error, one of the numbers in the set got duplicated to another n ...
分类:
其他好文 时间:
2017-07-23 13:37:47
阅读次数:
174
第一步,约定传参编码格式 不管是使用httpclient,还是okhttp,都要设置传参的编码,为了统一,这里全部设置为utf-8 第二步,修改application.properties文件 增加如下配置: 此时拦截器中返回的中文已经不乱码了,但是controller中返回的数据依旧乱码。 第三步 ...
分类:
编程语言 时间:
2017-07-23 12:35:04
阅读次数:
822
1,本文是基于centos7系统的终端设置来讲解的,不过其他版本linux系统应该大同小异。 2,打开终端,‘Edit'-->'Profile Preference'-->'colos'-->去掉‘Use colors from system theme'前面的勾 3,编辑颜色: Text colo ...
分类:
系统相关 时间:
2017-07-22 22:31:06
阅读次数:
381
Smith Numbers Background While skimming his phone directory in 1982, Albert Wilansky, a mathematician of Lehigh University , noticed that the telephon ...
分类:
其他好文 时间:
2017-07-22 14:31:13
阅读次数:
200