1tinyint small~ medium~ int big~ float double dec(M,D)定点数 取值范围由md确定 bit(M)位类型 bit(1) bit(64). 2zerofill 填充0 如 alter table t1 modify id1 int zerofill;1 ...
分类:
数据库 时间:
2018-01-14 22:47:05
阅读次数:
198
【BZOJ3730】震波(动态点分治) 题面 "BZOJ" 题意 给定一棵树, 每次询问到一个点的距离$ include include include include include include include include include using namespace std; defi ...
分类:
其他好文 时间:
2018-01-13 18:44:43
阅读次数:
169
有N个位置,M个操作。操作有两种,每次操作如果是1 a b c的形式表示在第a个位置到第b个位置,每个位置加入一个数c 如果是2 a b c形式,表示询问从第a个位置到第b个位置,第C大的数是多少。 ...
分类:
其他好文 时间:
2018-01-13 17:07:39
阅读次数:
142
已经将近半年没接触JAVA,既然决定重拾JAVA,就从最开始完整尝过的例子SE入手。这个例子就是一个显示课程表的案例,用到了Struts2和Hibernate框架。源代码很简单,但存在很多问题。 <action name="firstpage" class="com.action.FirstPage ...
分类:
编程语言 时间:
2018-01-13 15:37:32
阅读次数:
126
n computer science, reflection is the ability of a computer program to examine, introspect, and modify its own structure and behavior at runtime.[1] A ...
分类:
其他好文 时间:
2018-01-12 20:28:23
阅读次数:
213
(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are dis ...
分类:
数据库 时间:
2018-01-11 16:10:53
阅读次数:
212
12c RAC 添加删除ora.dbanme.db资源
分类:
数据库 时间:
2018-01-10 11:41:22
阅读次数:
174
我采用的是MVC模式的写法,代码和html分离的写法 我在一个页面内写了两个form表单,但是两个表单都是提交到同一个PHP文件处理,到时提交第二个表单时就一直报这种错误, 解决方法: 只需要将第四行的html代码移到最后 ...
分类:
Web程序 时间:
2018-01-07 11:33:22
阅读次数:
140
一、函数1、用户传入修改的文件名,指定要修改的内容,执行函数,完成批量修改的操作def modify_file(filename,old,new):
import os
with open(filename,'r',encoding='utf-8
分类:
编程语言 时间:
2018-01-05 16:52:54
阅读次数:
271
问题一、强制关闭Redis快照导致不能持久化 MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the d ...
分类:
其他好文 时间:
2018-01-05 16:06:36
阅读次数:
161