2024 年 5 月 10 日 周五 阴 凉(1025 字)

正文

  上午真的好困。反正这两天处于交接工作的状态,我在二楼或者一楼都行,没人管我。于是我就跑到三楼,躺在了自己的床上(笑。本想稍微睡一下就好了,毕竟还在工作时间,从 9:48-10:10。结果太困了,多睡了会儿,到 10:32。下去似乎还是没人管。精神确实好了一些。起码做事不会感到一股强大的困意了。

  中午也睡得很好。

  下午一半时间在工作,另一半时间去一楼学业务。整理了一下上午法人变更的业务流程。

  说起来,上午在柜面还碰见了一个熟悉的客户,上次见她时我还是客户经理。这次碰见,她也一愣,笑说:“怎么亲自下来坐柜了?轮岗了吗?” 我笑笑说:“差不多吧。”

  中午睡觉之前,或许是过于疲惫休息不足,也或许是深度思考了一下未来所可能面临的处境导致困惑,又或是兼而有之,我感受到一股强大而深度的绝望。

  我不能指望别人能给我答案,这件事只有自己能解决。

  照着自己的思维模式,捋了一下所需要的能力,发现自己远远谈不上努力,一直很懒,而且对许多知识和事情都感到特别困惑和混乱。

  一直都缺乏对自己下狠手的勇气。

  下午在和同事聊投资时,我十分诧异于她们为什么可以什么功课都不做就砸钱进去。虽然自己也有过这样的时候,但很快便意识到了自己的愚蠢并脱身了。

  这个东西太过于复杂了,需要太过庞大的知识量,我所理解到的只是沧海一粟。国际关系、预期管理、政府的盈利模式、群体心理学、宏观经济学,政策把握和发展规划、形势认知、基本面分析、风险对冲、行业了解、财务规划和资产负债分析等等等等。

  我觉得自己不仅缺对自己下狠手的勇气,还缺乏足够的知识框架和信息渠道。没有他们我无法做出准确的分析,退一万步,就算做到了,我也没有执行的精力和勇气了。

  那一瞬间我觉得自己好无力。

  参加工作之后,我一直觉得消失了些什么,现在隐隐地摸到了些轮廓。或许我丧失了支撑我继续行走下去的力量。在高中,它是高考,在大学,它是朋友。现在找不到了,而自己又不想谈恋爱。

  有些头疼。

  明明知道只做确定性的事情不对,但我还是克服不了面对未知结果的恐惧,没有足够的能力也没有自信。现在想想高考查分那天自的自己真是勇敢。

  昨天教了 Footwork 的后半部分,然后四大类别连接成了一个 Routine。虽然还有些不熟练,但能看见明显的进步了。

  这个教课进度真是起飞…… 才第四节课,就要教一些简单的 Power Move 了.……

  感觉自己苍老了不少。好想回到小时候,做个无忧无虑的野孩子。

成功日记:

  1.《洞穴奇案》看到了 66.7%;

  2. 尽力写下了自己的灵感。

  南国微雪 Miyuki

  2024 年 5 月 10 日

封面图

img

本文由博客一文多发平台 OpenWrite 发布!

<template> <view > 经管2201李甜竺202209010120 </view> <view class="container"> <view class="search-bar"> <input v-model="inputCity" placeholder="输入城市名称" @confirm="fetchWeather" /> <button @click="fetchWeather">查询</button> </view> <view class="current-weather"> <view class="city"> {{ city }} </view> <view class="temperature"> {{ realtime.temperature }}℃ </view> <view class="weather-info"> <text>{{ realtime.info }}</text> </view> <view class="current-weather"> <view class="current-aqi"> <text class="aqi-number">{{realtime.aqi}}–{{computeAirQuality}}</text> <view class="progress-box"> <progress :percent="20" activeColor="#FFFFFF" backgroundColor="#10AEFF" stroke-width="3"/> </view> <text class="aqi-info">当前AQI(CN)为{{realtime.aqi}}。</text> </view> </view> <view class="future"> <view class="future-item" v-for="(item,index) in future" :key="index"> <view class="future-item-left"> <view class="timer">{{getDay(item.date)}}</view> <view class="weekDay">{{getWeekday(item.date)}}</view> </view> <image :src="getWeather(item.weather)" mode=""></image> <view class="future-temperature">{{item.temperature}}</view> </view> </view> <view class="other"> <view class="humidity"> <view class="other-title"> <span class="iconfont"></span> <text>湿度</text> </view> <view class="other-number mt26">{{realtime.humidity}}%</view> <view class="other-info mt26">舒适度:{{computeComfort}}</view> </view> <view class="demeanor"> <view class="other-title"> <span class="iconfont"></span> <text>风度</text> </view> <view class="other-number">{{ realtime.power }}</view> <view class="other-info">风力:{{realtime.direct}}</view> </view> </view> <view class="life-recommend" style="margin-top: 26rpx;"> <text>生活建议</text> <view class="cutting-line mt26"></view> <view class="category mt26"> <view class="category-item" v-for="(value,key,index) in life" :key="index"> <rich-text :nodes="lifeIconfontList[key]"></rich-text> <view class="item-descript">{{value.v}}</view> </view> </view> </view> </view> </view> </template> <script> import { getInfo } from"@/api/info.js" export default { onLoad(){ this.getWeathers(); this.getLife(); }, data() { return { inputCity:"", city: "西安", realtime: { "temperature": "10", "humidity": "100", "info": "", "wid": "02", "direct": "东风", "power": "1级", "aqi": "56" }, "future":[{ "date": "2025-10-23", "temperature": "8/16℃", "weather": "多云", "wid": { "day": "01", "night": "01" }, "direct": "西风转东北风" }, { "date": "2025-10-24", "temperature": "8/12℃", "weather": "小雨", "wid": { "day": "07", "night": "07" }, "direct": "东北风转西南风" }, { "date": "2025-10-25", "temperature": "5/17℃", "weather": "多云", "wid": { "day": "01", "night": "01" }, "direct": "西风转东北风" }, { "date": "2025-10-26", "temperature": "7/19℃", "weather": "多云", "wid": { "day": "01", "night": "01" }, "direct": "东北风" }, { "date": "2025-10-27", "temperature": "7/15℃", "weather": "多云", "wid": { "day": "01", "night": "01" }, "direct": "东北风转西风" }], weatherIconList: [ "/static/weather/sun.bmp", "/static/weather/overcast.bmp", "/static/weather/cloudy.bmp", "/static/weather/rain.bmp", ], standardList:["优","良","轻度污染","中度污染","重度污染","严重污染"], lifeIconfontList: { "kongtiao": '<span class="iconfont"></span>', "guomin": '<span class="iconfont"></span>', "shushidu": '<span class="iconfont"></span>', "chuanyi": '<span class="iconfont"></span>', "diaoyu": '<span class="iconfont"></span>', "ganmao": '<span class="iconfont"></span>', "ziwaixian": '<span class="iconfont"></span>', "xiche": '<span class="iconfont"></span>', "yundong": '<span class="iconfont"></span>', "daisan": '<span class="iconfont"></span>' }, life: { "kongtiao": { "v": "较少开启", "des": "您将感到很舒适,一般不需要开启空调。" }, "guomin": { "v": "极不易发", "des": "天气条件极不易诱发过敏。" }, "shushidu": { "v": "较舒适", "des": "白天天气晴好,您在这种天气条件下,会感觉早晚爽、舒适,午后偏热。" }, "chuanyi": { "v": "较冷", "des": "建议着厚外套加毛衣等服装。老体弱者宜着大衣、呢外套加羊毛衫。" }, "diaoyu": { "v": "不宜", "des": "天气不好,不适合垂钓。" }, "ganmao": { "v": "极易发", "des": "天气条件极易诱发感冒,请注意适当增减衣服,加强自我防护避免感冒。" }, "ziwaixian": { "v": "最弱", "des": "属弱紫外线辐射天气,无需特别防护。若长期在户外,建议涂擦SPF在8-12之间的防晒护肤品。" }, "xiche": { "v": "较适宜", "des": "较适宜洗车,未来一天无雨,风力较小,擦洗一新的汽车至少能保持一天。" }, "yundong": { "v": "较适宜", "des": "天气较好,无雨水困扰,较适宜进行各种运动,但因气温较低,在户外运动请注意增减衣物。" }, "daisan": { "v": "不带伞", "des": "天气晴好,您在这种天气条件下,无需带伞。" } } }; }, methods: { // 新增:查询天气方法 async fetchWeather() { const city = this.inputCity.trim(); if (!city) { uni.showToast({ title: "请输入城市", icon: "none" }); return; } // 调用聚合数据API查询天气 const apiKey = "27721abb4ebff0b3cd292d750479cd1d"; const timestamp = new Date().getTime(); const url = `https://apis.juhe.cn/simpleWeather/query?city=${encodeURIComponent(this.inputCity)}&key=${apiKey}`; try { const res = await uni.request({ url, method: "GET" }); if (res[1].error_code === 0) { this.city = res[1].result.realtime.city; this.realtime = res[1].result.realtime; // 更新实时数据 this.future = res[1].result.future; // 更新未来期数据 }else{ console.log("天气查询失败:", res.data.reason); uni.showToast({ title: "查询失败,请稍后重试", icon: "none" }); } } catch (err){ console.error("天气查询失败:", err); uni.showToast({ title: "网络或API异常", icon: "none" }); } }, // 新增:查询生活建议(若需要) async fetchLifeSuggestion() { const city = this.inputCity.trim(); const timestamp = new Date().getTime(); const apiKey = "27721abb4ebff0b3cd292d750479cd1d"; const url = `https://apis.juhe.cn/simpleWeather/life?city=${encodeURIComponent(this.inputCity)}&key=${apiKey}`; try { const res = await uni.request({ url, method: "GET" }); if (res.data && res.data.error_code === 0) { this.life = res[1].result.life; }else{ console.log("生活建议查询失败:", res[1].reason); } } catch (err) { console.error("生活建议查询失败:", res.data.reason); } }, getWeekday(date) { let weekdays = ["周", "周一", "周二", "周三", "周四", "周五", "周六"]; let weekday = new Date(date).getDay(); return weekdays[weekday]; }, getDay(date) { let newDate=date.split("-")[1]+""+date.split("-")[2]+"" return newDate }, getWeather(status) { let src = ""; switch (status) { case "晴": src = this.weatherIconList[0]; break; case "": src = this.weatherIconList[1]; break; case "多云": src = this.weatherIconList[2]; break; case "小雨": src = this.weatherIconList[3]; break; case "多云转": src = this.weatherIconList[1]; break; case "多云转晴": src = this.weatherIconList[2]; break; case "小雨转": src = this.weatherIconList[3]; break; default: } return src; }, getWeathers(){ let param ={ URL: "/juhe/simpleWeather/query", Method:"GET", Params:[{ Key:"key", Value:"27721abb4ebff0b3cd292d750479cd1d" }, { Key:"city", Value:"西安" }] } getInfo(param).then(res=>{ //this.realtime = JSON.parse(res.data).result.realtime //this.future = JSON.parse(res.data).result.future }).catch(err => { console.log('请求天气数据错误详情:', err); }) }, getLife(){ let data ={ URL:"/juhe/simpleWeather/life", Method:"GET", Params:[{ Key:"key", Value:"27721abb4ebff0b3cd292d750479cd1d", }, { Key:"city", Value:"西安" }] } getInfo(data).then(res =>{ //this.life = JSON.parse(res.data).result.life }).catch(err => { console.log('请求生活建议数据错误:', err); uni.showToast({ title: '天气数据请求失败,请检查网络或API配置', icon: 'none' }); }) } }, computed: { computeAirQuality() { // 空气情况 let data = Number(this.realtime.aqi); if (data <= 50) { return this.standardList[0]; } else if (50 < data && data <= 100) { return this.standardList[1]; } else if (100 < data && data <= 150) { return this.standardList[2]; } else if (150 < data && data <= 200) { return this.standardList[3]; } else if (200 < data && data <= 300) { return this.standardList[4]; } else { return this.standardList[5]; } }, computeComfort() { let comfortLevel = ["极度干燥", "偏干", "舒适", "略湿润", "湿润", "非常潮湿"]; let humidity = Number(this.realtime.humidity); if (humidity <= 30) { return comfortLevel[0]; } else if (humidity > 30 && humidity <= 40) { return comfortLevel[1]; } else if (humidity > 40 && humidity <= 60) { return comfortLevel[2]; } else if (humidity > 60 && humidity <= 70) { return comfortLevel[3]; } else if (humidity > 70 && humidity <= 85) { return comfortLevel[4]; } else { return comfortLevel[5]; } }, }, }; </script> <style scoped lang="scss"> .container { background-size: cover; height: 100vh; color: white; overflow-y: scroll; background-image: url("/static/weather/morning.jpg"); } .current-weather { text-align: center; margin-bottom: 30rpx; .city { font-size: 50rpx; line-height: 50rpx; } .temperature { font-size: 110rpx; line-height: 130rpx; } .weather-info { font-size: 36rpx; margin-bottom: 100rpx; } .current-aqi { box-sizing: border-box; width: 90%; border-radius: 30rpx; margin: auto; margin-bottom: 26rpx; padding: 30rpx; background-color: rgba(255, 255, 255, 0.1); .aqi-number { font-size: 36rpx; } .progress-box { margin: 20rpx 0; } } } .future { box-sizing: border-box; width: 90%; border-radius: 30rpx; margin: auto; margin-bottom: 26rpx; padding: 30rpx; background-color: rgba(255, 255, 255, 0.1); .future-item { display: flex; align-items: center; justify-content: space-between; .future-item-left { display: flex; .timer { margin-right: 20rpx; } } image { width: 50rpx; height: 50rpx; } .future-temperature { width: 100rpx; } } } .other { box-sizing: border-box; width: 90%; margin: 0 auto; display: flex; justify-content: space-between; .humidity, .demeanor { box-sizing: border-box; width: 48%; padding: 20rpx; border-radius: 30rpx; background-color: rgba(255, 255, 255, 0.1); .other-title { color: rgba(255, 255, 255, 0.5); .iconfont { margin-right: 10rpx; } } .other-info { color: rgba(255, 255, 255, 0.9); } .other-number { font-size: 55rpx; } .mt26 { margin-top: 26rpx; } } } .life-recommend { box-sizing: border-box; width: 90%; border-radius: 30rpx; margin: 0 auto; padding: 30rpx; background-color: rgba(255, 255, 255, 0.1); text { font-size: 32rpx; font-weight: bold; } .cutting-line { height: 1px; background-color: #fcfcfc; margin: 26rpx 0; } .category { display: flex; flex-wrap: wrap; .category-item { width: 33%; height: 140rpx; display: flex; flex-direction: column; align-items: center; justify-content: center; .iconfont { font-size: 50rpx; } .item-descript { margin-top: 10rpx; font-size: 28rpx; } } } } .search-bar { display: flex; gap: 20rpx; padding: 20rpx; background-color: rgba(255, 255, 255, 0.1); border-radius: 16rpx; margin: 20rpx; } input { flex: 1; border: 1px solid #eee; border-radius: 8rpx; padding: 16rpx; color: #fff; } button { background: #007dff; color: #fff; border: none; border-radius: 8rpx; padding: 0 32rpx; } </style>不能实时更新天气
11-15
源码地址: https://pan.quark.cn/s/d1f41682e390 miyoubiAuto 米游社每米游币自动化Python脚本(务必使用Python3) 8更新:更换cookie的获取地址 注意:禁止在B站、贴吧、或各大论坛大肆传播! 作者已退游,项目不维护了。 如果有能力的可以pr修复。 小引一波 推荐关注几个非常可爱有趣的女孩! 欢迎B站搜索: @嘉然今天吃什么 @向晚大魔王 @乃琳Queen @贝拉kira 第三方库 食用方法 下载源码 在Global.py中设置米游社Cookie 运行myb.py 本地第一次运行时会自动生产一个文件储存cookie,请勿删除 当前仅支持单个账号! 获取Cookie方法 浏览器无痕模式打开 http://user.mihoyo.com/ ,登录账号 按,打开,找到并点击 按刷新页面,按下图复制 Cookie: How to get mys cookie 当触发时,可尝试按关闭,然后再次刷新页面,最后复制 Cookie。 也可以使用另一种方法: 复制代码 浏览器无痕模式打开 http://user.mihoyo.com/ ,登录账号 按,打开,找到并点击 控制台粘贴代码并运行,获得类似的输出信息 部分即为所需复制的 Cookie,点击确定复制 部署方法--腾讯云函数版(推荐! ) 下载项目源码和压缩包 进入项目文件夹打开命令行执行以下命令 xxxxxxx为通过上面方式或取得米游社cookie 一定要用双引号包裹!! 例如: png 复制返回内容(包括括号) 例如: QQ截图20210505031552.png 登录腾讯云函数官网 选择函数服务-新建-自定义创建 函数名称随意-地区随意-运行环境Python3....
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值