- 15 Jan, 2025 1 commit
-
- 13 Jan, 2025 1 commit
-
-
zhaisang111 authored
-
- 12 Jan, 2025 5 commits
- 09 Jan, 2025 2 commits
- 14 Dec, 2024 9 commits
-
-
Optimized the web scraping functionality to support multi-account crawling and enhance performance.
戒酒的李白 authored -
lintsinghua authored
-
lintsinghua authored
-
lintsinghua authored
-
craiemer authored
-
戒酒的李白 authored
-
- 12 Dec, 2024 4 commits
-
-
The new practice sequence model to complete the public opinion prediction function.
Wenkai Liang authored -
wjhgq authored
-
…ch significantly improves the modeling fitness. In the original method, only linear regression is used to perform simple trend extrapolation, which leads to insufficient prediction accuracy. This optimization adopts time series model, and uses the auto_arima method of pmdarima to automatically select appropriate model parameters (including p, d, q and seasonal parameters) according to historical data. It significantly improves the suitability of the model in time series modeling. In this way, the model can better capture the trend and periodicity of the data, and predict the future heat more reasonable and accurate.
wjhgq authored
-
- 10 Dec, 2024 17 commits
-
-
戒酒的李白 authored
-
戒酒的李白 authored
-
戒酒的李白 authored
-
戒酒的李白 authored
-
戒酒的李白 authored
-
戒酒的李白 authored
-
戒酒的李白 authored
-
戒酒的李白 authored
-
戒酒的李白 authored
-
戒酒的李白 authored
-
戒酒的李白 authored
-
1,密码哈希: 将密码加盐哈希的逻辑抽取到 hash_password 函数中,提高代码复用性。 2,参数化查询: 使用参数化的 SQL 查询防止 SQL 注入攻击。 3表单字段获取: 使用 get 方法获取表单字段,并移除多余空格。 4,友好错误提示: 登录失败时,返回错误信息,并保留用户名以减少用户重新输入的负担。lycorisk authored -
戒酒的李白 authored
-
戒酒的李白 authored
-
戒酒的李白 authored
-
- 18 Oct, 2024 1 commit
-
-
juanboy authored
-