commit 48c74849bc3e39958a0d0c1b6b462837c94b7a5d Author: 孟凡懂 Date: Sun Apr 17 19:56:51 2022 +0800 已测试 diff --git a/config/.gitkeep b/config/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/config/config.ini b/config/config.ini new file mode 100644 index 0000000..e95b587 --- /dev/null +++ b/config/config.ini @@ -0,0 +1,17 @@ +[config] +mysql=127.0.0.1 +mysql_port=3306 +mysql_data=pdd +mysql_user=root +mysql_passwd=4167208 +chrome="D:\chrome\MyChrome.exe" +chrome_port=4433 +cate_name="" +tmall_qqbot="http://boot.des8.com/index.php?user=rc" +page_count=100 +username=15069999899 +password=6218325q +daili="http://pandavip.xiongmaodaili.com/xiongmao-web/apiPlus/vgl?secret=78c5d8a4295c5492a783b442656e1f8d&orderNo=VGL20220329164718kl4PnJoM&count=1&isTxt=1&proxyType=1&validTime=0&removal=0&cityIds=" +cate= +sub_cate=Ӥͯװ/װ +start_page=0 diff --git a/excel/.gitkeep b/excel/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/log/.gitkeep b/log/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/store_cdouyin.sql b/store_cdouyin.sql new file mode 100644 index 0000000..2561317 --- /dev/null +++ b/store_cdouyin.sql @@ -0,0 +1,44 @@ +/* + Navicat Premium Data Transfer + + Source Server : localhost + Source Server Type : MySQL + Source Server Version : 50726 + Source Host : 127.0.0.1:3306 + Source Schema : pdd + + Target Server Type : MySQL + Target Server Version : 50726 + File Encoding : 65001 + + Date: 16/03/2022 18:00:58 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for store_cdouyin +-- ---------------------------- +DROP TABLE IF EXISTS `store_cdouyin`; +CREATE TABLE `store_cdouyin` ( + `id` int(20) NOT NULL AUTO_INCREMENT, + `sid` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, + `sname` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, + `comname` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, + `gid` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, + `gname` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, + `shop_tel` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, + `mobile` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, + `second_mobile` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, + `url` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, + `ctime` datetime NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `list_json` json NULL, + `store_json` json NULL, + `zz_json` json NULL, + `zz_url` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL, + PRIMARY KEY (`id`) USING BTREE, + UNIQUE INDEX `id`(`id`) USING BTREE +) ENGINE = MyISAM AUTO_INCREMENT = 1 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Dynamic; + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/助手.e b/助手.e new file mode 100644 index 0000000..717e000 Binary files /dev/null and b/助手.e differ diff --git a/精易模块[v9.5.5].ec b/精易模块[v9.5.5].ec new file mode 100644 index 0000000..b8dc8cb Binary files /dev/null and b/精易模块[v9.5.5].ec differ diff --git a/蝉妈妈和抖音api.e b/蝉妈妈和抖音api.e new file mode 100644 index 0000000..f8f74e1 Binary files /dev/null and b/蝉妈妈和抖音api.e differ diff --git a/蝉妈妈和抖音api2.ec b/蝉妈妈和抖音api2.ec new file mode 100644 index 0000000..bb7ab42 Binary files /dev/null and b/蝉妈妈和抖音api2.ec differ diff --git a/队长自动化测试模块2.98.ec b/队长自动化测试模块2.98.ec new file mode 100644 index 0000000..8d6ef0d Binary files /dev/null and b/队长自动化测试模块2.98.ec differ diff --git a/鱼刺类_多线程应用.ec b/鱼刺类_多线程应用.ec new file mode 100644 index 0000000..619dec9 Binary files /dev/null and b/鱼刺类_多线程应用.ec differ