Explore Enterprise Education Gitee Premium Gitee AI AI teammates
Fetch the repository succeeded.
Donate
Please sign in before you donate.
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
1 Star 2 Fork 1

APIJSON/UnitAuto

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
Already have an account? Sign in
文件
master
Branches (11)
Tags (14)
master
dependabot/maven/UnitAuto-SpringBoot-SDK/com.alibaba-fastjson-1.2.83
dependabot/maven/UnitAuto-Java-Demo/mysql-mysql-connector-java-8.0.28
dependabot/maven/UnitAuto-Jar/com.alibaba-fastjson-1.2.83
dependabot/maven/UnitAuto-Java/com.alibaba-fastjson-1.2.83
dependabot/maven/UnitAuto-Java-Demo/com.alibaba-fastjson-1.2.83
dependabot/maven/UnitAuto-Java-Demo/mysql-mysql-connector-java-8.0.16
dependabot/maven/UnitAuto-Java-SpringBoot/mysql-mysql-connector-java-8.0.16
dependabot/maven/Demo/UnitAuto-Java-SpringBoot/mysql-mysql-connector-java-8.0.16
dependabot/maven/UnitAutoBoot/mysql-mysql-connector-java-8.0.16
dependabot/maven/UnitAuto-Backend/UnitAutoBoot/mysql-mysql-connector-java-8.0.16
3.0.0
2.9.5
2.9.0
2.8.1
2.7.3
2.7.2
2.6.4
2.6.3
2.6.0
2.5.0
2.4.0
2.0.0
1.0.3
1.0.0
master
Branches (11)
Tags (14)
master
dependabot/maven/UnitAuto-SpringBoot-SDK/com.alibaba-fastjson-1.2.83
dependabot/maven/UnitAuto-Java-Demo/mysql-mysql-connector-java-8.0.28
dependabot/maven/UnitAuto-Jar/com.alibaba-fastjson-1.2.83
dependabot/maven/UnitAuto-Java/com.alibaba-fastjson-1.2.83
dependabot/maven/UnitAuto-Java-Demo/com.alibaba-fastjson-1.2.83
dependabot/maven/UnitAuto-Java-Demo/mysql-mysql-connector-java-8.0.16
dependabot/maven/UnitAuto-Java-SpringBoot/mysql-mysql-connector-java-8.0.16
dependabot/maven/Demo/UnitAuto-Java-SpringBoot/mysql-mysql-connector-java-8.0.16
dependabot/maven/UnitAutoBoot/mysql-mysql-connector-java-8.0.16
dependabot/maven/UnitAuto-Backend/UnitAutoBoot/mysql-mysql-connector-java-8.0.16
3.0.0
2.9.5
2.9.0
2.8.1
2.7.3
2.7.2
2.6.4
2.6.3
2.6.0
2.5.0
2.4.0
2.0.0
1.0.3
1.0.0
Clone or Download
Clone/Download
Prompt
To download the code, please copy the following command and execute it in the terminal
To ensure that your submitted code identity is correctly recognized by Gitee, please execute the following command.
When using the SSH protocol for the first time to clone or push code, follow the prompts below to complete the SSH configuration.
1 Generate RSA keys.
2 Obtain the content of the RSA public key and configure it in SSH Public Keys
To use SVN on Gitee, please visit the usage guide
When using the HTTPS protocol, the command line will prompt for account and password verification as follows. For security reasons, Gitee recommends configure and use personal access tokens instead of login passwords for cloning, pushing, and other operations.
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # Private Token
master
Branches (11)
Tags (14)
master
dependabot/maven/UnitAuto-SpringBoot-SDK/com.alibaba-fastjson-1.2.83
dependabot/maven/UnitAuto-Java-Demo/mysql-mysql-connector-java-8.0.28
dependabot/maven/UnitAuto-Jar/com.alibaba-fastjson-1.2.83
dependabot/maven/UnitAuto-Java/com.alibaba-fastjson-1.2.83
dependabot/maven/UnitAuto-Java-Demo/com.alibaba-fastjson-1.2.83
dependabot/maven/UnitAuto-Java-Demo/mysql-mysql-connector-java-8.0.16
dependabot/maven/UnitAuto-Java-SpringBoot/mysql-mysql-connector-java-8.0.16
dependabot/maven/Demo/UnitAuto-Java-SpringBoot/mysql-mysql-connector-java-8.0.16
dependabot/maven/UnitAutoBoot/mysql-mysql-connector-java-8.0.16
dependabot/maven/UnitAuto-Backend/UnitAutoBoot/mysql-mysql-connector-java-8.0.16
3.0.0
2.9.5
2.9.0
2.8.1
2.7.3
2.7.2
2.6.4
2.6.3
2.6.0
2.5.0
2.4.0
2.0.0
1.0.3
1.0.0
UnitAuto
/
MySQL
/
single
/
sys_Moment.sql
UnitAuto
/
MySQL
/
single
/
sys_Moment.sql
sys_Moment.sql 29.33 KB
Copy Edit Raw Blame History
TommyLemon authored 2023年02月15日 17:50 +08:00 . MySQL:更新表,从 APIJSON-Demo/MySQL 同步过来
-- MySQL dump 10.13 Distrib 8.0.31, for macos12 (x86_64)
--
-- Host: apijson.cn Database: sys
-- ------------------------------------------------------
-- Server version 5.7.34-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `Moment`
--
DROP TABLE IF EXISTS `Moment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `Moment` (
`id` bigint(15) NOT NULL AUTO_INCREMENT COMMENT '唯一标识',
`userId` bigint(15) NOT NULL COMMENT '用户id',
`date` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建日期',
`content` varchar(300) DEFAULT NULL COMMENT '内容',
`praiseUserIdList` json NOT NULL COMMENT '点赞的用户id列表',
`pictureList` json NOT NULL COMMENT '图片列表',
PRIMARY KEY (`id`),
KEY `userId` (`userId`,`date`)
) ENGINE=InnoDB AUTO_INCREMENT=1674829879182 DEFAULT CHARSET=utf8 COMMENT='动态';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `Moment`
--
LOCK TABLES `Moment` WRITE;
/*!40000 ALTER TABLE `Moment` DISABLE KEYS */;
INSERT INTO `Moment` VALUES (12,70793,'2017-02-08 08:06:11','APIJSON,let interfaces and documents go to hell !','[70793, 93793, 82044, 82040, 82055, 90814, 38710, 82002, 82006, 1508072105320, 82001]','[\"http://static.oschina.net/uploads/img/201604/22172508_eGDi.jpg\", \"http://static.oschina.net/uploads/img/201604/22172507_rrZ5.jpg\", \"https://camo.githubusercontent.com/788c0a7e11a4f5aadef3c886f028c79b4808613a/687474703a2f2f696d61676573323031352e636e626c6f67732e636f6d2f626c6f672f3636303036372f3230313630342f3636303036372d32303136303431343232343932353935372d313732303737333630382e6a7067\", \"http://static.oschina.net/uploads/img/201604/22172507_Pz9Y.png\", \"https://camo.githubusercontent.com/c98b1c86af136745cc4626c6ece830f76de9ee83/687474703a2f2f696d61676573323031352e636e626c6f67732e636f6d2f626c6f672f3636303036372f3230313630342f3636303036372d32303136303431343232343930383036362d313837323233393236352e6a7067\", \"https://camo.githubusercontent.com/f513fa631bd780dc0ec3cf2663777e356dc3664f/687474703a2f2f696d61676573323031352e636e626c6f67732e636f6d2f626c6f672f3636303036372f3230313630342f3636303036372d32303136303431343232343733323232332d3337333933303233322e6a7067\", \"https://camo.githubusercontent.com/c98b1c86af136745cc4626c6ece830f76de9ee83/687474703a2f2f696d61676573323031352e636e626c6f67732e636f6d2f626c6f672f3636303036372f3230313630342f3636303036372d32303136303431343232343930383036362d313837323233393236352e6a7067\", \"https://camo.githubusercontent.com/f513fa631bd780dc0ec3cf2663777e356dc3664f/687474703a2f2f696d61676573323031352e636e626c6f67732e636f6d2f626c6f672f3636303036372f3230313630342f3636303036372d32303136303431343232343733323232332d3337333933303233322e6a7067\"]'),(15,82001,'2017-02-08 00:06:11','APIJSON is a JSON Transmission Structure Protocol...','[82002, 70793, 38710, 93793, 82005, 82009, 82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(32,82002,'2017-02-08 08:06:11','tst','[38710, 82001, 82005]','[\"https://camo.githubusercontent.com/f513fa631bd780dc0ec3cf2663777e356dc3664f/687474703a2f2f696d61676573323031352e636e626c6f67732e636f6d2f626c6f672f3636303036372f3230313630342f3636303036372d32303136303431343232343733323232332d3337333933303233322e6a7067\", \"https://camo.githubusercontent.com/5f5c4e0c4dc539c34e8eae8ac0cbc6dccdfee5d3/687474703a2f2f696d61676573323031352e636e626c6f67732e636f6d2f626c6f672f3636303036372f3230313630342f3636303036372d32303136303431343232343533333831362d323032373434343231382e6a7067\", \"http://static.oschina.net/uploads/img/201604/22172508_mpwj.jpg\"]'),(58,90814,'2017-02-01 11:14:31','This is a Content...-435','[38710, 82003, 82005, 93793, 82006, 82044, 82001]','[\"http://static.oschina.net/uploads/img/201604/22172507_aMmH.jpg\"]'),(170,70793,'2017-02-01 11:14:31','This is a Content...-73','[82044, 82002, 82001]','[\"http://static.oschina.net/uploads/img/201604/22172508_eGDi.jpg\", \"http://static.oschina.net/uploads/img/201604/22172508_eGDi.jpg\", \"http://static.oschina.net/uploads/img/201604/22172508_mpwj.jpg\"]'),(235,38710,'2017-02-08 08:06:11','APIJSON,let interfaces and documents go to hell !','[82001]','[\"a\", \"http://abc.cn/1.png\"]'),(301,93793,'2017-02-01 11:14:31','This is a Content...-301','[38710, 93793, 82003, 82005, 82040, 82055, 82002, 82001]','[\"http://static.oschina.net/uploads/img/201604/22172508_eGDi.jpg\"]'),(371,82002,'2017-02-01 11:14:31','This is a Content...-371','[90814, 93793, 82003, 82005, 82006, 82040, 82002, 82001]','[\"http://static.oschina.net/uploads/img/201604/22172507_rrZ5.jpg\", \"http://static.oschina.net/uploads/img/201604/22172507_rrZ5.jpg\", \"https://camo.githubusercontent.com/c98b1c86af136745cc4626c6ece830f76de9ee83/687474703a2f2f696d61676573323031352e636e626c6f67732e636f6d2f626c6f672f3636303036372f3230313630342f3636303036372d32303136303431343232343930383036362d313837323233393236352e6a7067\", \"http://static.oschina.net/uploads/img/201604/22172507_aMmH.jpg\", \"http://static.oschina.net/uploads/img/201604/22172508_eGDi.jpg\"]'),(470,38710,'2017-02-01 11:14:31','This is a Content...-470','[]','[\"http://static.oschina.net/uploads/img/201604/22172507_Pz9Y.png\"]'),(511,38710,'2017-02-08 08:06:11','APIJSON,let interfaces and documents go to hell !','[70793, 93793, 82001]','[\"https://camo.githubusercontent.com/f513fa631bd780dc0ec3cf2663777e356dc3664f/687474703a2f2f696d61676573323031352e636e626c6f67732e636f6d2f626c6f672f3636303036372f3230313630342f3636303036372d32303136303431343232343733323232332d3337333933303233322e6a7067\", \"http://static.oschina.net/uploads/img/201604/22172507_rrZ5.jpg\", \"https://camo.githubusercontent.com/c98b1c86af136745cc4626c6ece830f76de9ee83/687474703a2f2f696d61676573323031352e636e626c6f67732e636f6d2f626c6f672f3636303036372f3230313630342f3636303036372d32303136303431343232343930383036362d313837323233393236352e6a7067\", \"http://static.oschina.net/uploads/img/201604/22172507_rrZ5.jpg\", \"http://static.oschina.net/uploads/img/201604/22172507_aMmH.jpg\", \"https://camo.githubusercontent.com/c98b1c86af136745cc4626c6ece830f76de9ee83/687474703a2f2f696d61676573323031352e636e626c6f67732e636f6d2f626c6f672f3636303036372f3230313630342f3636303036372d32303136303431343232343930383036362d313837323233393236352e6a7067\"]'),(543,93793,'2017-02-08 08:06:11',NULL,'[82001]','[\"https://camo.githubusercontent.com/5f5c4e0c4dc539c34e8eae8ac0cbc6dccdfee5d3/687474703a2f2f696d61676573323031352e636e626c6f67732e636f6d2f626c6f672f3636303036372f3230313630342f3636303036372d32303136303431343232343533333831362d323032373434343231382e6a7067\", \"https://camo.githubusercontent.com/c98b1c86af136745cc4626c6ece830f76de9ee83/687474703a2f2f696d61676573323031352e636e626c6f67732e636f6d2f626c6f672f3636303036372f3230313630342f3636303036372d32303136303431343232343930383036362d313837323233393236352e6a7067\", \"http://static.oschina.net/uploads/img/201604/22172508_eGDi.jpg\", \"http://static.oschina.net/uploads/img/201604/22172508_eGDi.jpg\", \"http://static.oschina.net/uploads/img/201604/22172508_eGDi.jpg\"]'),(551,70793,'2017-02-08 08:06:11','海洋动物数量减少,如果非吃不可,不点杀也是在保护它们','[82001]','[\"http://static.oschina.net/uploads/img/201604/22172507_Pz9Y.png\"]'),(595,38710,'2017-03-05 05:29:19',NULL,'[70793, 82002, 82001]','[\"http://common.cnblogs.com/images/icon_weibo_24.png\", \"http://static.oschina.net/uploads/user/19/39085_50.jpg\"]'),(704,38710,'2017-03-12 09:39:44','APIJSON is a JSON Transmission Structure Protocol...','[82003, 82002, 82001]','[\"http://static.oschina.net/uploads/user/629/1258821_50.jpg?t=1378063141000\", \"http://static.oschina.net/uploads/user/1332/2664107_50.jpg?t=1457405500000\"]'),(1491200468898,38710,'2017-04-03 06:21:08','APIJSON, let interfaces go to hell!','[82001]','[\"http://static.oschina.net/uploads/user/998/1997902_50.jpg?t=1407806577000\", \"http://static.oschina.net/uploads/user/1200/2400261_50.png?t=1439638750000\"]'),(1493835799335,38710,'2017-05-03 18:23:19','APIJSON is a JSON Transmission Structure Protocol...','[82002, 82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1508053762227,82003,'2017-10-15 07:49:22','我也试试','[1515565976140, 82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1508072491570,82002,'2017-10-15 13:01:31','有点冷~','[82001, 82002]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1508072633830,93793,'2017-10-15 13:03:53','天凉了\n有男朋友的抱男盆友\n有女朋友的抱女朋友\n而我就比较牛逼了\n我不冷。','[82005, 82002, 70793, 38710, 82045, 82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1512314438990,38710,'2017-12-03 15:20:38','APIJSON iOS-Swift版发布,自动生成请求代码,欢迎使用^_^ \n https://github.com/TommyLemon/APIJSON','[82002, 70793, 1512531601485, 82001]','[\"https://images2018.cnblogs.com/blog/660067/201712/660067-20171203231829476-1202860128.jpg\"]'),(1513094436910,38710,'2017-12-12 16:00:36','APIJSON-Python已发布,欢迎体验^_^\nhttps://github.com/TommyLemon/APIJSON','[82005, 82001]','[\"https://raw.githubusercontent.com/TommyLemon/APIJSON/master/picture/APIJSON_Auto_get.jpg\", \"https://raw.githubusercontent.com/TommyLemon/APIJSON/master/picture/APIJSON_Auto_code.jpg\", \"https://raw.githubusercontent.com/TommyLemon/APIJSON/master/picture/APIJSON_Auto_doc.jpg\"]'),(1514017444961,82002,'2017-12-23 08:24:04','123479589679','[82002, 1520242280259, 82001, 70793, 1524042900591, 1528264711016]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1514858533480,82056,'2018-01-02 02:02:13','I am the Iron Man','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1516086423441,93793,'2018-01-16 07:07:03','抢到票了,开心ପ( ̆ᴗ ̆ ) ੭ ☆','[93793, 38710, 82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1520242333325,1520242280259,'2018-03-05 09:32:13','法拉利','[1520242280259, 70793, 82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1523935589834,1523626157302,'2018-04-17 03:26:29','by第一条动态','[]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1523936332614,1523626157302,'2018-04-17 03:38:52','by第二条','[82001, 1523935772553]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1524178455305,1524042900591,'2018-04-19 22:54:15','早上好啊','[1524042900591, 38710, 82003, 82001, 1523626157302]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1524298780222,1524298730523,'2018-04-21 08:19:40','e说点什么吧~','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1524826652626,1524298730523,'2018-04-27 10:57:32','说点什么吧~哈哈哈','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1527498273102,1527498229991,'2018-05-28 09:04:33','说点什么吧~yui','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1527821296110,1527495857924,'2018-06-01 02:48:16','这是我的商品1号','[1527821445610, 82003, 82001]','[\"http://pic31.nipic.com/20130710/13151003_093759013311_2.jpg\", \"https://cbu01.alicdn.com/img/ibank/2013/514/580/740085415_2101098104.310x310.jpg\"]'),(1527830331780,1527495857924,'2018-06-01 05:18:51','各种购物袋','[38710, 82002, 1527495857924, 82003]','[\"https://cbu01.alicdn.com/img/ibank/2018/292/335/8058533292_57202994.310x310.jpg\", \"https://cbu01.alicdn.com/img/ibank/2018/089/747/8586747980_1843977904.310x310.jpg\", \"https://cbu01.alicdn.com/img/ibank/2016/025/123/3012321520_471514049.310x310.jpg\", \"https://cbu01.alicdn.com/img/ibank/2017/729/995/4800599927_69233977.310x310.jpg\", \"https://cbu01.alicdn.com/img/ibank/2016/377/263/3755362773_609022431.310x310.jpg\"]'),(1527830474378,1527495857924,'2018-06-01 05:21:14','电视机','[1527495857924, 82001]','[\"https://cbu01.alicdn.com/img/ibank/2017/231/077/4524770132_781046171.310x310.jpg\"]'),(1528251335464,1528250827953,'2018-06-06 02:15:35','meiyou','[1528250827953]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1528260617722,1528255497767,'2018-06-06 04:50:17','。。。。','[]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1528269822710,1528264711016,'2018-06-06 07:23:42','hhhhhhh','[1528250827953, 82001, 82002]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1528269988360,1528250827953,'2018-06-06 07:26:28','为什么发动态默认会有这两张图片啊?不可以选择自己的图片','[1528250827953]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1528274037224,1528250827953,'2018-06-06 08:33:57','说点什么吧~hgdsryh','[]','[\"https://image.baidu.com/search/detail?ct=503316480&z=0&ipn=d&word=%E4%BA%91%E5%8D%97%E9%A3%8E%E6%99%AF%E5%9B%BE%E7%89%87&step_word=&hs=0&pn=0&spn=0&di=163958046450&pi=0&rn=1&tn=baiduimagedetail&is=0%2C0&istype=2&ie=utf-8&oe=utf-8&in=&cl=2&lm=-1&st=-1&cs=1403824732%2C1921310327&os=1571651475%2C3950546936&simid=3426978648%2C550887139&adpicid=0&lpn=0&ln=1985&fr=&fmq=1528273681226_R&fm=result&ic=0&s=undefined&se=&sme=&tab=0&width=&height=&face=undefined&ist=&jit=&cg=&bdtype=0&oriquery=&objurl=http%3A%2F%2Fpic1.win4000.com%2Fwallpaper%2F3%2F57a2a41f57d09.jpg&fromurl=ippr_z2C%24qAzdH3FAzdH3Fooo_z%26e3Botg9aaa_z%26e3Bv54AzdH3Fowssrwrj6_kt2_88an88_8_z%26e3Bip4s&gsm=0&rpstart=0&rpnum=0&islist=&querylist=\", \"https://image.baidu.com/search/detail?ct=503316480&z=0&ipn=d&word=%E4%BA%91%E5%8D%97%E9%A3%8E%E6%99%AF%E5%9B%BE%E7%89%87&step_word=&hs=0&pn=12&spn=0&di=105575240210&pi=0&rn=1&tn=baiduimagedetail&is=0%2C0&istype=2&ie=utf-8&oe=utf-8&in=&cl=2&lm=-1&st=-1&cs=832573604%2C2847830718&os=1862795828%2C1682403963&simid=4268934412%2C608274877&adpicid=0&lpn=0&ln=1985&fr=&fmq=1528273681226_R&fm=result&ic=0&s=undefined&se=&sme=&tab=0&width=&height=&face=undefined&ist=&jit=&cg=&bdtype=0&oriquery=&objurl=http%3A%2F%2Fi0.szhomeimg.com%2FUploadFiles%2FBBS%2F2006%2F08%2F05%2F24752199_79122.91.jpg&fromurl=ippr_z2C%24qAzdH3FAzdH3Fkkf_z%26e3Bfzi54j_z%26e3Bv54AzdH3Fna-ccbaa-1jpwts-d90cd8ll-a-8_z%26e3Bip4s&gsm=0&rpstart=0&rpnum=0&islist=&querylist=\"]'),(1528356378455,1528264711016,'2018-06-07 07:26:18','去旅游嘛〜','[82001]','[]'),(1528356421201,1528264711016,'2018-06-07 07:27:01','(ง •̀_•́)ง','[]','[]'),(1528356496939,1528356470041,'2018-06-07 07:28:16','(๑•ั็ω•็ั๑)','[]','[]'),(1528462217322,1528339692804,'2018-06-08 12:50:17','有没有小姐姐准备端午出游的?\n地点:北戴河','[]','[\"https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1531072366455&di=c0d4b15b2c4b70aad49e6ae747f60742&imgtype=0&src=http%3A%2F%2Fpic1.win4000.com%2Fwallpaper%2F3%2F57a2a41f57d09.jpg\", \"https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1531072499167&di=5b5621d117edbc5d344a03ba0a6b580b&imgtype=0&src=http%3A%2F%2Fi0.szhomeimg.com%2FUploadFiles%2FBBS%2F2006%2F08%2F05%2F24752199_79122.91.jpg\"]'),(1528676875139,1528339692804,'2018-06-11 00:27:55','123456','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1531062713966,82002,'2018-07-08 15:11:53','云南好美啊( ◞˟૩˟)◞','[82001, 82005, 38710, 70793, 93793, 82003, 1531969715979]','[\"https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1531072366455&di=c0d4b15b2c4b70aad49e6ae747f60742&imgtype=0&src=http%3A%2F%2Fpic1.win4000.com%2Fwallpaper%2F3%2F57a2a41f57d09.jpg\", \"https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1531072499167&di=5b5621d117edbc5d344a03ba0a6b580b&imgtype=0&src=http%3A%2F%2Fi0.szhomeimg.com%2FUploadFiles%2FBBS%2F2006%2F08%2F05%2F24752199_79122.91.jpg\"]'),(1531969818357,1531969715979,'2018-07-19 03:10:18','http://q18idc.com','[1531969715979, 82001, 38710, 1534926301956]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1533908589726,1533835176109,'2018-08-10 13:43:09','我的','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1535781636403,1532188114543,'2018-09-01 06:00:36','这是一个测试','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1536064087117,1532188114543,'2018-09-04 12:28:07','说点什么吧~奥哈达','[]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1536805585275,82003,'2018-09-13 02:26:25','iPhone Xs发布了,大家怎么看?','[82002, 82005, 70793, 82003, 82001]','[\"https://pic1.zhimg.com/80/v2-e129b40810070443add1c28e6185c894_hd.jpg\"]'),(1541557989440,38710,'2018-11-07 02:33:09','自动化接口和文档 APIJSON 3.0.0 发布\nhttps://www.oschina.net/news/101548/apijson-3-0-released','[82001]','[\"https://raw.githubusercontent.com/TommyLemon/StaticResources/master/APIJSON_Auto_get.jpg\"]'),(1544276216289,1544276209348,'2018-12-08 13:36:56','说点什么吧~ey','[1544276209348]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1545187924367,1544503822963,'2018-12-19 02:52:04','说哼哼唧唧点什么吧~','[1544503822963, 82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1548145750536,82003,'2019-01-22 08:29:10','APIJSON,let interfaces and documents go to hell !','[82001]','[]'),(1553096819293,1553095415917,'2019-03-20 15:46:59','说点什么吧~睡觉觉很喜欢','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1556387217941,82002,'2019-04-27 17:46:57','说点什么吧~啦啦啦','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1557415707105,82003,'2019-05-09 15:28:27','APIJSON,let interfaces and documents go to hell !','[82001]','[]'),(1557754680146,82012,'2019-05-13 13:38:00','马云:工作上要有996的精神,生活上要669,也就是6天6次关键要"久"。大家怎么看?','[]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1558798664043,82003,'2019-05-25 15:37:44','测试新增动态','[82001]','[\"http://static.oschina.net/uploads/user/48/96331_50.jpg\"]'),(1559129731896,1559129626356,'2019-05-29 11:35:31','xfshter','[]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1563605336326,1563605318975,'2019-07-20 06:48:56','说点什么吧~死','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1568086574157,70793,'2019-09-10 03:36:14','今天天气不错,到处都是提拉米苏雪','[]','[]'),(1568087960391,70793,'2019-09-10 03:59:20','今天天气不错,到处都是提拉米苏雪','[82001]','[]'),(1568087960412,70793,'2019-09-10 03:59:20','今天天气不错,到处都是提拉米苏雪','[]','[]'),(1572177746393,82002,'2019-10-27 12:02:26','APIJSON,let interfaces and documents go to hell !','[82001]','[]'),(1577855941093,38710,'2020-01-01 05:19:01','大家新年快乐鸭〜','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1583574596245,82003,'2020-03-07 09:49:56','测试新增动态','[82001]','[\"http://static.oschina.net/uploads/user/48/96331_50.jpg\"]'),(1594127400223,82002,'2020-07-07 13:10:00','APIJSON,let interfaces and documents go to hell !','[82001, 82002]','[]'),(1594385349411,82002,'2020-07-10 12:49:09','APIJSON,let interfaces and documents go to hell !','[82001]','[]'),(1594385350586,82003,'2020-07-10 12:49:10','APIJSON,let interfaces and documents go to hell !','[82001]','[]'),(1606312076474,82002,'2020-11-25 13:47:56',NULL,'[82001]','[]'),(1608215822376,82003,'2020-12-17 14:37:02','APIJSON,let interfaces and documents go to hell !','[82001]','[]'),(1611503147421,82002,'2021-01-24 15:45:47','APIJSON,let interfaces and documents go to hell !','[82001]','[]'),(1617562878095,82002,'2021-04-04 19:01:18','test','[82002, 82001]','[\"http://abc.com/2.png\"]'),(1619511861462,82003,'2021-04-27 08:24:21','对象关系映射- 维基百科,自由的百科全书','[82003, 82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1624700434072,82002,'2021-06-26 09:40:34','APIJSON,let interfaces and documents go to hell !','[82001]','[]'),(1627367513331,70793,'2021-07-27 06:31:53','今天天气不错,到处都是提拉米苏雪','[]','[]'),(1627367646018,70793,'2021-07-27 06:34:06','什么玩意啊!数据呢!','[]','[]'),(1630746489563,82001,'2021-09-04 09:08:09','APIJSON,let interfaces and documents go to hell !','[82001]','[]'),(1630892587084,82001,'2021-09-06 01:43:07','你OK里咯ing','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1630893108502,82001,'2021-09-06 01:51:48','5598','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1630894539008,82001,'2021-09-06 02:15:39','说点什么吧~1','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1630980585686,82001,'2021-09-07 02:09:45','说点什么吧~;;;;','[]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1631257842981,82001,'2021-09-10 07:10:42','dasdas','[82001]','[]'),(1632294230574,82003,'2021-09-22 07:03:50','APIJSON,let interfaces and documents go to hell !','[82001, 82003]','[]'),(1634090516839,82001,'2021-10-13 02:01:56','huojianfeng','[82001]','[]'),(1637405012523,82003,'2021-11-20 10:43:32','测试新增动态','[82001]','[\"http://static.oschina.net/uploads/user/48/96331_50.jpg\"]'),(1637565520312,82001,'2021-11-22 07:18:40','呜呜呜太难了','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1637590638534,82004,'2021-11-22 14:17:18','APIJSON,let interfaces and documents go to hell !','[82002]','[]'),(1637590638567,82004,'2021-11-22 14:17:18','测试新增动态','[]','[\"http://static.oschina.net/uploads/user/48/96331_50.jpg\"]'),(1637985952844,82001,'2021-11-27 04:05:52','111','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1638327674898,82002,'2021-12-01 03:01:14','海洋动物数量减少,如果非吃不可,不点杀也是在保护它们','[82001]','[]'),(1645416338268,82005,'2022-02-21 04:05:38','说点什么吧~嘤嘤嘤','[]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1646030604412,38710,'2022-02-28 06:43:24','今天天气不错,到处都是提拉米苏雪','[]','[]'),(1646030924765,38710,'2022-02-28 06:48:44','测试专用测试专用测试专用测试专用','[]','[]'),(1646031858837,38710,'2022-02-28 07:04:18','387103871038710387103871038710387103871038710','[]','[]'),(1646657313491,82002,'2022-03-07 12:48:33','今天天气不错,^^^!!!','[]','[]'),(1647781303020,82003,'2022-03-20 13:01:43','APIJSON,let interfaces and documents go to hell !','[]','[]'),(1648517248247,82003,'2022-03-29 01:27:28','今天天气不错,到处都是提拉米苏雪','[]','[]'),(1648604448242,82002,'2022-03-30 01:40:48','今天天气不错,到处都是提拉米苏雪','[]','[]'),(1648604448403,82002,'2022-03-30 01:40:48','今天天气不错,到处都是提拉米苏雪','[]','[]'),(1649086182892,82002,'2022-04-04 15:29:42','APIJSON,let interfaces and documents go to hell !','[]','[]'),(1649086185746,82003,'2022-04-04 15:29:45','APIJSON,let interfaces and documents go to hell !','[]','[]'),(1649672357944,82001,'2022-04-11 10:19:17','今天天气真好','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1649672426345,82001,'2022-04-11 10:20:26','说点什么吧~下班吗','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1651846337935,82002,'2022-05-06 14:12:17','今天天气不错,到处都是提拉米苏雪','[]','[]'),(1659076310176,82003,'2022-07-29 06:31:50','测试新增动态','[]','[\"http://static.oschina.net/uploads/user/48/96331_50.jpg\"]'),(1661002561890,1660645570787,'2022-08-20 13:36:01','老铁双击888!','[]','[]'),(1663572599189,82001,'2022-09-19 07:29:59','今天天气不错,到处都是提拉米苏雪','[82001]','[]'),(1665293930441,82002,'2022-10-09 05:38:50','我就试试','[]','[]'),(1667752034149,82002,'2022-11-06 16:27:14','测试新增动态','[]','[\"http://static.oschina.net/uploads/user/48/96331_50.jpg\"]'),(1669167700645,82003,'2022-11-23 01:41:40','APIJSON,let interfaces and documents go to hell !','[]','[]'),(1670420616061,82001,'2022-12-07 13:43:36','APIJSON, let interfaces go to hell!','[]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1670592035642,82001,'2022-12-09 13:20:35','qwetydfyu','[82001]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1670844271610,82003,'2022-12-12 11:24:31','APIJSON,let interfaces and documents go to hell !','[]','[]'),(1670981809240,82001,'2022-12-14 01:36:49','今天是2022年12月14日,zyy在这里测试!','[]','[]'),(1670981978461,82002,'2022-12-14 01:39:38','今天是2022年12月14日,测试82002!','[]','[]'),(1670982171470,82002,'2022-12-14 01:42:51','刚刚编辑点赞列表了','[1, 2, 3]','[]'),(1670984659401,82001,'2022-12-14 02:24:19','手机测试82001','[82001]','[]'),(1673797744161,82001,'2023-01-15 15:49:04','对方官方的说法','[]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1674308870813,82001,'2023-01-21 13:47:50','说点什么吧~看看就','[]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]'),(1674829839044,82001,'2023-01-27 14:30:39','APIJSON, let interfaces go to hell!','[]','[\"http://static.oschina.net/uploads/user/1218/2437072_100.jpg?t=1461076033000\", \"http://common.cnblogs.com/images/icon_weibo_24.png\"]');
/*!40000 ALTER TABLE `Moment` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023年01月30日 11:30:30
Loading...
Report
Report success
We will send you the feedback within 2 working days through the letter!
Please fill in the reason for the report carefully. Provide as detailed a description as possible.
Please select a report type
Cancel
Send
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

About

机器学习单元测试平台,零代码、全方位、自动化 测试 方法/函数 的正确性和可用性。本仓库为副本,请给原仓库右上角点亮 ⭐️ Star
Cancel

Releases

No release

Contributors

All

Activities

can not load any more
Edit
About
Homepage
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/APIJSON/UnitAuto.git
git@gitee.com:APIJSON/UnitAuto.git
APIJSON
UnitAuto
UnitAuto
master
Going to Help Center

Search

Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register

AltStyle によって変換されたページ (->オリジナル) /