1 <html> 2 <!--声明式:不能显示--> 3 <head> 4 <!--设置网页编码--> 5 <meta charset="utf-8"/> 6 <!--关键词:是否能被搜索引擎搜到--> 7 <meta name ="keywords" content="学习html"/> 8 <! ...
分类:
其他好文 时间:
2021-01-18 11:39:53
阅读次数:
0
◆以下来自:Oracle 执行计划(Explain Plan):https://www.cnblogs.com/xqzt/p/4467867.html ※ 很强 1,取得执行计划(autotrace) 1.1 设置autotrace 序号 命令 解释 1 SET AUTOTRACE OFF 此为默认 ...
分类:
其他好文 时间:
2021-01-18 11:35:03
阅读次数:
0
String类型 set k1 aaa append k1 "bbb" getrange k1 0 -1 setrange k1 5(不能负数) ccc 替换,不够就补 object help object encoding k1 字符串是 embstr、raw、int incr k2 incrby ...
分类:
其他好文 时间:
2021-01-18 11:21:29
阅读次数:
0
地址 https://vjudge.net/problem/POJ-3050 The cows play the child's game of hopscotch in a non-traditional way. Instead of a linear set of numbered boxes ...
分类:
其他好文 时间:
2021-01-18 11:21:11
阅读次数:
0
支持条件:gdb7.0以上 // 常用语句 record btrace (缩写 record) // 启动gdb程序后需设置,否则无法开启反向调试 set exec-direction mode // 设置gdb执行方向,前向或反向 reverse-next // 反向执行一步,功能和next相反 ...
分类:
其他好文 时间:
2021-01-18 11:01:54
阅读次数:
0
转自 https://www.cnblogs.com/zxlrd/p/5344071.html <!--声明语句--> <?xml version="1.0" encoding="UTF-8"?> <settings xmlns="http://maven.apache.org/POM/4.0.0" ...
分类:
其他好文 时间:
2021-01-18 10:50:47
阅读次数:
0
参考代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>路由简 ...
分类:
其他好文 时间:
2021-01-18 10:45:52
阅读次数:
0
请问django 中的USE_TZ设置为true有何影响? settings的配置如下: TIME_ZONE = 'Asia/Shanghai' USE_TZ = True 目前发现的问题是一个时间不准的问题: 有一个字段的定义如下: created = models.DateTimeField(a ...
分类:
其他好文 时间:
2021-01-16 12:06:43
阅读次数:
0
对fd_set的理解,可以参考下:https://www.cnblogs.com/wuyepeng/p/9745573.html int select(int nfds, fd_set* readset, fd_set* writeset, fe_set* exceptset, struct tim ...
分类:
其他好文 时间:
2021-01-16 12:04:47
阅读次数:
0
####进入指定目录 cd /usr/local/src/ ####下载maven包,打开 http://mirrors.hust.edu.cn/apache/maven/maven-3/ 看自己安装版本 wget http://mirrors.hust.edu.cn/apache/maven/ma ...
分类:
系统相关 时间:
2021-01-16 11:52:54
阅读次数:
0