大文件上传(php和node接口) Web特效/javascript/jQueryjqueryLeave a Comment on 大文件上传(php和node接口) fcup是一款支持大文件切片上传插件。该jquery插件使用简单,配置简单明了,支持上传类型指定,进度条查看上 ... Read More
微信支付单文件版 PHP 笔记微信支付Leave a Comment on 微信支付单文件版 一个PHP文件搞定微信支付系列 网上的很多PHP微信支付接入教程都颇为复杂,且需要配置和引入较多的文件,此版本 ... Read More
突破python爬虫限制 python 笔记Leave a Comment on 突破python爬虫限制 和web相关的,总要用到获取链接的一些方法,再加上simplecd这个半爬虫半网站的项目,累积不少爬虫抓站的经 ... Read More
Jquery验证码插件 Web特效/javascript/jQueryjqueryLeave a Comment on Jquery验证码插件 效果如图: 下载地址1:jquery验证码.rar 下载地下2:链接: https://pan.baidu.c ... Read More
python3 pyinstaller 生成 exe python 笔记pythonLeave a Comment on python3 pyinstaller 生成 exe 下载pyinstaller 采用命令行操作的办法 在cmd命令行中,输入代码:pip install ... Read More
linux下查看进程的位置 LinuxLinux进程Leave a Comment on linux下查看进程的位置 在linux下使用top命令可以查看进程,但是单从文件名无法定位到进程的位置。 有如下两种方法: (1)获取进 ... Read More
微信小程序wx.request后台数据交互 微信小程序小程序Leave a Comment on 微信小程序wx.request后台数据交互 记录测试微信小程序wx.request这个api在跟后台交互时的DEMO。 test.js文件: Page({ ... Read More
PHP大文件上传支持断点上传 PHP 笔记PHPLeave a Comment on PHP大文件上传支持断点上传 前端使用插件webuploader进行视频切片上传并实时返回进度 后端通过php处理切片存放及处理缓存切片组装 ... Read More
CodeIgniter微信支付(jsapi) PHP 笔记微信支付Leave a Comment on CodeIgniter微信支付(jsapi) 1、在application/config/config.php新增配置代码 $config[‘m ... Read More
python3 线程 python 笔记pythonLeave a Comment on python3 线程 from time import ctime, sleep from threading import Thr ... Read More