sql-labs一定要选php5.3.29nts否则会多个\ Hint: Your Input is Filtered with following result: 1\' 解决办法: ...
分类:
数据库 时间:
2020-06-30 20:42:35
阅读次数:
66
1、准备工作 1、安装 gcc 、vcpkg 等。 2、下载最新的 GDAL 源码。 3、使用 vcpkg 安装第三方库。 ./vcpkg install tiff install sqlite3[tool] ./vcpkg install geos ./vcpkg install curl ./v ...
分类:
系统相关 时间:
2020-06-30 13:00:36
阅读次数:
183
Learn Webpack theory learn from https://github.com/dykily/simple_webpack and YouTube Build your own bundler and from tomotoes's blog What is a bundler ...
分类:
Web程序 时间:
2020-06-30 00:57:23
阅读次数:
100
报错内容: airtest PermissionError: [Errno 13] Permission denied 问题分析: 需要手动赋予adb可执行权限,否则可能在执行脚本时遇到Permission denied的报错 解决方法: cd {your_python_path}/site-pac ...
分类:
其他好文 时间:
2020-06-30 00:17:52
阅读次数:
134
使用 应从django模块引入配置: from django.conf import settings 而不是直接从项目文件中引入 from proj import settings 直接从项目文件中引入会破坏app的独立性。比如我想要把proj项目中的支付模块pay_app分离出去,就要修改所有p ...
分类:
其他好文 时间:
2020-06-29 20:11:56
阅读次数:
96
Shell 变量 定义变量时,变量名不加美元符号($,PHP语言中变量需要),如: your_name="runoob.com" 注意,变量名和等号之间不能有空格,这可能和你熟悉的所有编程语言都不一样。同时,变量名的命名须遵循如下规则: 命名只能使用英文字母,数字和下划线,首个字符不能以数字开头。 ...
分类:
系统相关 时间:
2020-06-29 18:36:31
阅读次数:
66
Using the Power Apps visual Let's look at the steps required to use the Power Apps visual in your Power BI report. Power Apps visual is available by d ...
分类:
移动开发 时间:
2020-06-29 11:30:50
阅读次数:
107
今日学习内容 # Ajax: # 免费网站空间 :http://free.3v.do/ # Wampserver 配置方法 1. 修改:httpd-vhosts.conf文件,增加Require all granted 使用#关闭Require local或直接删除即可 #Require local ...
分类:
其他好文 时间:
2020-06-29 11:16:53
阅读次数:
68
1. 元字符 ".":匹配除换行符之外的任意字符 "^":匹配行或者字符串的起始位置 "$":匹配行或字符串的结尾 "\s":匹配任意的空白符(包括制表符,空格,换行等) "\b":常用于匹配单词边界,如匹配”What‘s your name?“的your就要写成"\byour\b" "\d":匹配 ...
分类:
其他好文 时间:
2020-06-28 20:29:01
阅读次数:
57
Three General Guidelines of Recycling Recycle all bottles, cans, and paper Keep items relatively clean Don’t mix plastic bags in with the rest of your ...
分类:
其他好文 时间:
2020-06-28 09:41:50
阅读次数:
60