上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 88 下一页
摘要: const qiniu = require('qiniu') const { getQiNiuKey, } = require('./tools') //#region 七牛云 const { accessKey, secretKey } = getQiNiuKey() const mac = ne 阅读全文
posted @ 2023-09-18 09:49 徐同保 阅读(5) 评论(0) 推荐(0) 编辑
摘要: const qiniu = require('qiniu') const { getQiNiuKey, } = require('./tools') //#region 七牛云 const { accessKey, secretKey } = getQiNiuKey() const mac = ne 阅读全文
posted @ 2023-09-18 09:36 徐同保 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ./webui-user.bat 参考链接: https://chat.xutongbao.top/ 阅读全文
posted @ 2023-09-12 16:28 徐同保 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 已知a地一石头售价80,b地售价112,小明初始资金8000,在a地全仓购入后,去b地出售,然后小明又回到a地,再次全仓购入然后去b地出售,这样继续出售10次后,小明有多少钱?石头是不可以分割的,余额可以攒着下次用,给出每次交易能买多少块石头,能剩多少余额,余额不能大于80 我的代码: <!DOCT 阅读全文
posted @ 2023-09-09 16:54 徐同保 阅读(2) 评论(0) 推荐(0) 编辑
摘要: chatgpt: https://chat.xutongbao.top/ <TextInput returnKeyType="search" returnKeyLabel="搜索" onSubmitEditing={e => { toSearch(keyword); }} /> <SearchBar 阅读全文
posted @ 2023-09-08 15:05 徐同保 阅读(2) 评论(0) 推荐(0) 编辑
摘要: import React from 'react' import { View, Text, FlatList } from 'react-native' import { Skeleton } from '@rneui/themed' import useList from './useList' 阅读全文
posted @ 2023-09-08 14:07 徐同保 阅读(39) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>测试</title> </head> <body> <div style="font-size: 50px;"> &#128276 </div> <scri 阅读全文
posted @ 2023-09-06 10:55 徐同保 阅读(25) 评论(0) 推荐(0) 编辑
摘要: let unReadCount = resultList.reduce((pre, cur) => { return pre + cur.unReadCount }, 0) 阅读全文
posted @ 2023-09-05 14:14 徐同保 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 装包: yarn add socket.io node后台: const express = require('express') const http = require('http') const socket = require('socket.io') const { getUserInfo 阅读全文
posted @ 2023-09-05 09:16 徐同保 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 180秒倒计时 const [count, setCount] = useState(0) setCount(180) useEffect(() => { clearTimeout(timer) timer = setTimeout(() => { if (count > 1) { setCount 阅读全文
posted @ 2023-08-23 17:27 徐同保 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 88 下一页