# Virtual hosts Include etc/extra/httpd-vhosts.conf ...
分类:
Web程序 时间:
2019-06-17 18:59:42
阅读次数:
263
至于处理doc文件直接转存成docx文件就可以了 参考: https://blog.csdn.net/qq_40925239/article/details/83279957 https://blog.csdn.net/qq_15969343/article/details/81673970 ...
分类:
编程语言 时间:
2019-06-16 22:02:31
阅读次数:
1802
settings.py设置 ITEM_PIPELINES = { 'tets.pipelines.TetsPipeline': 300, } spider代码 xpath后缀添加.extract() parse()返回return item import scrapy from tets.items ...
分类:
Web程序 时间:
2019-06-16 11:50:05
阅读次数:
141
package com.lidaochen.test001; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import androi... ...
分类:
移动开发 时间:
2019-06-15 13:36:57
阅读次数:
151
一,简介Python写完程序,要靠命令来执行太LOW,太低调了,还不华丽了。 再说别人的电脑,都没有Python库,怎么执行,还能不能愉快的一起玩耍了。 所以哪怕只会写一个HelloWorld,也要弄成exe程序,方便伟大的代码传播事业。 需要用到工具:pyInstaller、pypiwin32。 ...
分类:
编程语言 时间:
2019-06-12 15:22:25
阅读次数:
504
desc模式和show create table 具体模式 ...
分类:
其他好文 时间:
2019-06-11 11:18:57
阅读次数:
95
说明:本人在学练习天天生鲜项目时,对利用类视图去与正则匹配到的url做映射有点疑惑,经过查看他人博客以及自我分析算是整明白了,所以记录一下 参考:https://www.zmrenwu.com/post/53/ HTTP发送请求的方式有很多种,这里以POST,GET为例。当在浏览器中输入url地址时 ...
分类:
Web程序 时间:
2019-06-10 00:12:36
阅读次数:
601
Makefile 12345678910KVERS = $(shell uname -r)# Kernel modulesobj-m += proc.o# Specify flags for the module compilation.#EXTRA_CFLAGS=-g -O0build: kern ...
分类:
其他好文 时间:
2019-06-08 14:48:08
阅读次数:
92
1、MySql数据库,单独创建用户和数据库 使用MySql-Front导入,避免使用Navicat导入 2、httpd-vhosts.conf配置 文件位于:D:\Xampp\apache\conf\extra 3、nginx配置,在nginx中配置 4、nginx重新加载配置 5、XAMPP监听端 ...
分类:
Web程序 时间:
2019-06-07 00:18:36
阅读次数:
176