server.php 1.执行程序,启动服务器 2. 启动成功后,netstat 查看 3. telnet连接服务器 退出telnet:shift+],quit 4. 结束工作进程:kill 主进程ID 参考:https://wiki.swoole.com/wiki/ ...
分类:
其他好文 时间:
2019-01-15 11:53:03
阅读次数:
149
Home » 前端 » Handlebars.js 中文文档 Handlebars.js 中文文档 Posted in 前端 By KeenWon On 2014年4月3日 Views: 33,200 使用Handlebars,你可以轻松创建语义化模板,Mustache模板和Handlebars是兼 ...
分类:
Web程序 时间:
2019-01-13 23:28:24
阅读次数:
256
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 14-15: truncated \uXXXX escape window 读取文件可以用\,但是在字符串中\是被当作转义字符来使用,所 ...
分类:
其他好文 时间:
2019-01-12 13:10:45
阅读次数:
215
package utils; public class Escape { private final static String[] hex = { "00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "0A", "0B", "0C ...
分类:
其他好文 时间:
2019-01-11 17:13:20
阅读次数:
151
一、宽字节注入1、什么是宽字节GB2312、GBK、GB18030、BIG5等这些都是常说的宽字节,实际为两字节2、宽字节注入原理防御:将‘转换为\‘绕过:将\消灭mysql在使用GBK编码的时候,会认为两个字符为一个汉字\编码为%5c‘编码为%27%df%5cmysql会认为是一个汉字构造:%df‘%df\‘%df%5c%27其中%df%5c将成为一个汉字
分类:
数据库 时间:
2019-01-09 12:18:12
阅读次数:
296
报错原因:python 中 \N 是换行的意思。这里要把 N 前面的 \ 转义一下。用 \\ 代替即可。 ...
分类:
其他好文 时间:
2019-01-08 15:21:08
阅读次数:
1013
# 导入
```
load data infile 'c:/test.csv' into table test [character set utf8]
fields terminated by ',' optionally enclosed by '"' escaped by '"' lines ... ...
分类:
数据库 时间:
2019-01-04 00:26:03
阅读次数:
216
Less-1 **Error Based- String** 试了下单引号看到报错,直接用Union联合查询或是报错注入。 payload: 2221'union select 1,database(),user()%23 Less-2 **Error Based- Intiger** 数字型,和第 ...
分类:
数据库 时间:
2019-01-01 21:10:44
阅读次数:
292
You are playing a simplified Pacman game. You start at the point (0, 0), and your destination is(target[0], target[1]). There are several ghosts on th ...
分类:
其他好文 时间:
2019-01-01 17:29:48
阅读次数:
114
GDScript offers a feature called format strings, which allows reusing text templates to succinctly create different but similar strings. 格式化字符串就像正常的字符 ...
分类:
其他好文 时间:
2018-12-30 22:23:41
阅读次数:
303