码迷,mamicode.com
首页 >  
搜索关键字:wampserver your proj    ( 10832个结果
sql-labs一定要选php5.3.29nts否则会多个\
sql-labs一定要选php5.3.29nts否则会多个\ Hint: Your Input is Filtered with following result: 1\' 解决办法: ...
分类:数据库   时间:2020-06-30 20:42:35    阅读次数:66
linux下编译GDAL3.x(集成Proj和Geos等)
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
[webpack] theory
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
报错内容: airtest PermissionError: [Errno 13] Permission denied 问题分析: 需要手动赋予adb可执行权限,否则可能在执行脚本时遇到Permission denied的报错 解决方法: cd {your_python_path}/site-pac ...
分类:其他好文   时间:2020-06-30 00:17:52    阅读次数:134
Django settings加载
使用 应从django模块引入配置: from django.conf import settings 而不是直接从项目文件中引入 from proj import settings 直接从项目文件中引入会破坏app的独立性。比如我想要把proj项目中的支付模块pay_app分离出去,就要修改所有p ...
分类:其他好文   时间:2020-06-29 20:11:56    阅读次数:96
Linux Shell 二之 Shell变量
Shell 变量 定义变量时,变量名不加美元符号($,PHP语言中变量需要),如: your_name="runoob.com" 注意,变量名和等号之间不能有空格,这可能和你熟悉的所有编程语言都不一样。同时,变量名的命名须遵循如下规则: 命名只能使用英文字母,数字和下划线,首个字符不能以数字开头。 ...
分类:系统相关   时间:2020-06-29 18:36:31    阅读次数:66
Power Apps visual for Power BI
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
2020.6.29
今日学习内容 # 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
A Simple List of What Can and Cannot Be Recycled
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
10832条   上一页 1 ... 22 23 24 25 26 ... 1084 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!