摘要:
一、示例代码 <html> <head></head> <body> <script src="jquery.js"></script> <script> const login = async function(){ var a = await new Promise((resolve, reje 阅读全文
摘要:
文档:https://lbsyun.baidu.com/index.php?title=webapi/weather 一、申请API Key 百度ak申请地址:http://lbsyun.baidu.com/apiconsole/key 二、接口示例 https://api.map.baidu.co 阅读全文
摘要:
一、vcard格式 BEGIN:VCARD VERSION:3.0 FN:样子 TEL;CELL;VOICE:18333333333 TEL;WORK;VOICE:010-66600000 TEL;WORK;FAX:010-66600001 EMAIL;PREF;INTERNET:1@qq.com 阅读全文
摘要:
一、文档 https://ai.baidu.com/ai-doc/IMAGESEARCH/Ck3bczreq 二、示例代码 获取token 1、入库 <?php /** * 发起http post请求(REST API), 并获取REST请求的结果 * @param string $url * @p 阅读全文
摘要:
一、文档 https://ai.youdao.com/DOCSIRMA/html/trans/api/wyfy/index.html 二、示例 # -*- coding: utf-8 -*- import sys import uuid import requests import hashlib 阅读全文
摘要:
一、基本命令 1、第一次初始化 git init git add . 添加当前目录到缓存区git commit -m ‘注释’ 提交到本地仓库 git remote add origin git@github.com:帐号名/仓库名.gitgit pull origin master(分支名称)gi 阅读全文
摘要:
一、效果图 二、下载 https://gitee.com/yang1015/flask-rbac2 阅读全文
摘要:
一、文档 http://www.querylist.cc/docs/guide/v3/overview 二、示例 //接口解释QueryList::Query(采集的目标页面,采集规则[,区域选择器][,输出编码][,输入编码][,是否移除头部])//采集规则$rules = array( '规则名 阅读全文