Hello!I am Jason.Meng.
Hello! Firend! 你好,朋友!我是Jason.Meng. 简介 孟海洋,IT系大学生,人生苦短,生命渺若尘埃. 我们在拥有了物质的同时, 也就拥有了心灵的歌声.而吾所建之小博,非为其他,乃为品文、赏乐...
优乐购-返利机器人
优乐购-专享优惠工具是一款智能而便捷的购物助手,旨在帮助用户在淘宝、京东、拼多多、唯品会等平台上以更优惠的价格购物。通过我们的工具,用户可以轻松识别商品链接,并进行实时获取优惠券,...
Python the new gold rush
Python the new gold rush,Up-recently there has been urge for midlevel IT professionals to know Python and put it in thier resume. Python was there long even before Java was born an...
How to Debug Code (with Python Examples)
How to Debug Code (with Python Examples),Often in your programming career, you will inadvertently write flawed code that introduces some fault into your codebase. These faults are ...
A heroic pattern
A heroic pattern, Intro A short blog on how you can build a mighty fearless hero! I did that by using a software design patter, the Builder Pattern! A mighty hero Many of us at som...
Extending Python Logger for mailing Exceptions
Extending Python Logger for mailing Exceptions,Logging is most crucial part of any application or process you create, as it helps you debug or keep track of whats going on. Logging...
Writing Custom Cross-Validation Methods For Grid Search in Scikit-learn
Writing Custom Cross-Validation Methods For Grid Search in Scikit-learn,Recently I was interested in applying Blocking Time Series Split following this lovely post in a Grid Search...
被Null条件运算符摆了一道
被Null条件运算符摆了一道,C#6.0引入了Null条件运算符: obj?.Invoke(); 等价于 if(obj != null) obj.Invoke(); 即遇到null时短路。 于是,我不假思索地写下了这样的代码:① await obj?.Invoke...
STATIC VARIABLE IN PYTHON
STATIC VARIABLE IN PYTHON, STATIC VARIABLE Enter fullscreen mode Exit fullscreen mode *If the value of a variable is not varied from object to object such type of variable if is ca...
How to Build a Simple AI Agent: A Step-by-Step Guide
How to Build a Simple AI Agent: A Step-by-Step Guide,Artificial Intelligence is everywhere, from chatbots that answer your questions to smart assistants that manage your schedule. ...
How Imposter Syndrome Limits Your Potential
How Imposter Syndrome Limits Your Potential, “Hi, I’m a Junior Software Developer…” Recently, one of our Pathway Directors (like a career coach) at Tech Elevator told us to sta...
How to Schedule a Python Script to Run Daily
How to Schedule a Python Script to Run Daily,When I started programming, I remember feeling frustrated that I didn't have a simple way to take my python script and get it to automa...
I'm not lazy, I'm on energy saving mode.
我不懒,我只是开启了节能模式