帮搭建个人博客/个人网盘/论坛/数字产品商城/个人主页/引导页/网盘/情侣站(部分含有源码) 搭建价格(具体价格根据搭建难易度决定):1.有源码:6~122.无源码:12~343.当然,您也可以先来咨询a56爆大奖在线娱乐,a56爆大奖在线娱乐会给你一个比较合理的建议ヽ(*≧ω≦)? 需要提供域名/服务器相关资料等其他所需的资源 当然 Read More
posted @ 2024-02-08 01:27 Xcsg Views(14) Comments(0) Diggs(0) Edit
a56爆大奖在线娱乐们在开发中难免会用到虚拟机。前段时间老有同学问a56爆大奖在线娱乐虚拟机报错解决办法,趁今天有空特随笔。 错误如下图 首先科普下VT是个啥? Intel VirtualTechnology(VT)既“虚拟化技术” VT技术可以让一个CPU工作起来就像多个CPU并行运行,从而使得在一部电脑内同时运行多个操作系统成为可 Read More
posted @ 2019-03-26 07:23 Xcsg Views(1776) Comments(1) Diggs(1) Edit
import winreg,winsound,pyttsx3,os,functools,wmi,subprocess,time from ctypes import cast, POINTER from comtypes import CLSCTX_ALL from pycaw.pycaw impo Read More
posted @ 2024-05-21 18:27 Xcsg Views(8) Comments(0) Diggs(0) Edit
nginx下载地址 http://nginx.org/en/download.html 1,因windows对uwsgi支持不友好,flask自有服务不够强大,a56爆大奖在线娱乐引用tornado服务 from tornado.wsgi import WSGIContainer from tornado.http Read More
posted @ 2024-01-10 09:49 Xcsg Views(56) Comments(0) Diggs(0) Edit
import os,sys,shutil,webbrowser import tkinter as tk from tkinter import scrolledtext,END,Y,LEFT,BOTH,messagebox sys.path.append("..") class Video(obj Read More
posted @ 2023-09-14 19:34 Xcsg Views(22) Comments(0) Diggs(0) Edit
import os,sys,time,functools,datetime,subprocess,requests,wmi,shutil,configparser,barcode,ctypes,json,pyttsx3,win32gui,win32con from pymysql import co Read More
posted @ 2023-08-31 18:53 Xcsg Views(33) Comments(0) Diggs(0) Edit
由于最近工作比较忙,后续博客可能更新不及时,哈哈 前言: 由于python对于微信推送不够友好,需要扫码登录,短信接口需要RMB。a56爆大奖在线娱乐就想到了qq邮箱发送到好友,然而微信有qq邮箱提醒功能,就实现了a56爆大奖在线娱乐需要定时推送消息的需求。 import smtplib,requests from email.mim Read More
posted @ 2020-05-26 18:52 Xcsg Views(829) Comments(1) Diggs(0) Edit
应吾爱朋友现公布代码如下 import tkinter as tk import requests,re,sys,asyncio from tkinter import scrolledtext,END,Y,LEFT,BOTH,messagebox import pyperclip,webbrows Read More
posted @ 2020-03-23 13:04 Xcsg Views(820) Comments(0) Diggs(0) Edit
1,安装依赖 pip install -i https://mirrors.aliyun.com/pypi/simple/ PyQt5 pip install -i https://mirrors.aliyun.com/pypi/simple/ PyQt5-tools 2,找到designer 绘制 Read More
posted @ 2020-03-10 19:10 Xcsg Views(7518) Comments(0) Diggs(0) Edit
原理:其实就是用到redis的优点及特性,好处自己查 1,scrapy 分布式爬虫配置: settings.py BOT_NAME = 'first' SPIDER_MODULES = ['first.spiders'] NEWSPIDER_MODULE = 'first.spiders' # Cr Read More
posted @ 2020-02-26 17:39 Xcsg Views(587) Comments(0) Diggs(1) Edit
tornado 1,urls.py import config import os from views.view import IndexHadnler,SearchHadnler,SearchresHadnler class Application(tornado.web.Application Read More
posted @ 2020-01-02 14:19 Xcsg Views(318) Comments(0) Diggs(1) Edit