Lobster0722
码龄5年
关注
提问 私信
  • 博客:46,374
    46,374
    总访问量
  • 25
    原创
  • 304,524
    排名
  • 52
    粉丝
  • 0
    铁粉
  • 学习成就

个人简介:香港中文大学普信本科生 随便发些学到的东西

IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:北京市
  • 加入CSDN时间: 2019-10-02
博客简介:

weixin_45708589的博客

查看详细资料
  • 原力等级
    成就
    当前等级
    3
    当前总分
    324
    当月
    1
个人成就
  • 获得98次点赞
  • 内容获得2次评论
  • 获得189次收藏
  • 代码片获得876次分享
创作历程
  • 3篇
    2024年
  • 2篇
    2023年
  • 20篇
    2022年
成就勋章
创作活动更多

HarmonyOS开发者社区有奖征文来啦!

用文字记录下您与HarmonyOS的故事。参与活动,还有机会赢奖,快来加入我们吧!

0人参与 去创作
  • 最近
  • 文章
  • 代码仓
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

Why should financial markets be regulated?

Why should Financial Markets be regulated?Financial markets have a significant contribution to the economy, helping in economic growth through investment activities, and capital allocation. The unique characteristics including systemic risks, information a
原创
发布博客 2024.02.01 ·
896 阅读 ·
19 点赞 ·
0 评论 ·
23 收藏

Critically assess the three pillars of the regulatory framework under the Basel Accords

“Basel Committee on Banking Supervision” (BCBS) has issued a series of Basel Accords with the objective to increase the soundness and stability of the international banking system. The aim of these accords is to institute risk measurements and capital requ
原创
发布博客 2024.02.01 ·
383 阅读 ·
8 点赞 ·
0 评论 ·
9 收藏

Discuss whether or not good corporate governance helps the company manage risk

In the modern corporate world, the need to manage risks has become a common phenomenon and has posed numerous challenges to many organizations. Some of these challenges include corruption which is rampant among some top managers. As a result, it is importa
原创
发布博客 2024.02.01 ·
885 阅读 ·
22 点赞 ·
0 评论 ·
20 收藏

Control Hijacking: Attacks 流量劫持攻击

a. Confidentiality 保密性:控制程序b. Integrity 完整性:插入新代码c. Avaliablity 可用性:意外终止程序。
原创
发布博客 2023.02.21 ·
197 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Security Principles(计算机安全原理)

Defence in depth: 多个保护机制(一个失败了,另外一个不太可能以同样的形式失败)BitTorrent client: BT客户端 有权限去access resource。Human Factor: 考虑用户是否遵循安全机制,是否安全使用系统。Security Principles 无法保证不收到攻击。开放设计允许更多人发现设计中存在的缺陷。Open Design(开放设计)一个系统最好只给最小的权限。让计算机系统做想做的事情。防御的等级和成本成正比例。
原创
发布博客 2023.02.21 ·
178 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Hadoop Writable类型重写(自定义)

一篇搞定自定义Writable
原创
发布博客 2022.11.20 ·
255 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

一文搞定繁体字预处理和词云生成(wordcloud)

繁体WordCloud
原创
发布博客 2022.10.22 ·
272 阅读 ·
2 点赞 ·
0 评论 ·
0 收藏

Hadoop MapReduce 代码案例与解读

1. Map 和 Reduce 的具体原理就不描述了,这里简单用一个代码的例子做个介绍(Map Reduce的流程)2. 输入:txt文件包含着text。3. 输出: key-value。
原创
发布博客 2022.10.16 ·
775 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Python文件上传 S3(AWS) 简单实现

AWS+S3+Python
原创
发布博客 2022.09.19 ·
4112 阅读 ·
3 点赞 ·
0 评论 ·
11 收藏

beego 框架 客户端下载文件

beego 客户端下载后端文件
原创
发布博客 2022.08.22 ·
605 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

beego 数据库时差 8小时

beego 数据库存入时间错误
原创
发布博客 2022.08.17 ·
477 阅读 ·
1 点赞 ·
0 评论 ·
1 收藏

go orm 报错 packet.go:123 closing bad idle connection

因此,连接开启8小时之后,server会主动断开,然而client中的连接池还保存着——当要对数据库进行操作时,client会在连接池中寻找一个空闲的连接,然而这个空闲的连接已经断开,导致了ErrBadConn。然而在orm的连接客户端(client)中连接池的连接,默认与server的连接时长是maxLifetime,是无限的。解决原理:只需要把client连接池的连接周期设置成小于server的,这样在server主动断开后,client重连时不会利用已经断开的server连接,而是重新建立连接。...
原创
发布博客 2022.08.09 ·
2344 阅读 ·
3 点赞 ·
0 评论 ·
2 收藏

Golang 获取月初和月底日期

Golang 通过时间点获取月初和月底日期
原创
发布博客 2022.07.20 ·
1134 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

Golang 遍历日期(参数:开始日期和结束日期)

day的话是开始和结束中的所有日期("2022-07-14")1.开始日期结束日期格式"2006-01-02"输出一个stringarray包含着所有遍历过的时间。month则是所有月份("2022-07")2.时间间隔day/month。
原创
发布博客 2022.07.20 ·
1398 阅读 ·
4 点赞 ·
0 评论 ·
1 收藏

go cron 定时任务 每月/每天(多任务)

每一位代表的分别是{秒数}{分钟}{小时}{日期}{月份}同一个cron可以承载多个定时任务器。时间说明006**?
原创
发布博客 2022.07.20 ·
2511 阅读 ·
2 点赞 ·
0 评论 ·
0 收藏

Beego orm insert 显示invalid memory 报错

beego orm insert 中遇到invalid memory解决方案
原创
发布博客 2022.07.12 ·
393 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

Python 变量作用范围解析

python变量的作用域详解
原创
发布博客 2022.05.10 ·
523 阅读 ·
2 点赞 ·
0 评论 ·
0 收藏

Python 变量作用范围解析

python变量的作用域详解
原创
发布博客 2022.05.10 ·
523 阅读 ·
2 点赞 ·
0 评论 ·
0 收藏

Python 变量作用范围解析

python变量的作用域详解
原创
发布博客 2022.05.10 ·
523 阅读 ·
2 点赞 ·
0 评论 ·
0 收藏

Dynamic Scoping (动态范围)

1. Dynamic Scoping 解释:对应的是static scoping。我们现在熟悉的大部分语言都是static scoping的(C,Python,Java)static scoping意思是变量在声明之后智能在它所在的block中可见dynamic scoping则是在对应的subfunction中也可见2. 用perl(允许dynamic scoping)举个例子:一共有两个package——AdvancedTournament 和 AdvancedFighter:我
原创
发布博客 2022.05.09 ·
371 阅读 ·
2 点赞 ·
0 评论 ·
0 收藏
加载更多