好物分享
-
-
GIMP 教程:如何在 GIMP 中创建曲线文本
当你在 GIMP 中制作一个徽章、海报或其它任何作品时,你需要扭曲或弯曲一些文本。多功能的GIMP工具提供了一些创建弯曲文本的方法。取决于你将如何使用它和你想…… -
C语言 闰年
#include bool Leapyear(int n) { if((n%4==0&&n%100!=0)||n%400==0) return true; else return false; } int Days(i…… -
ts中的类
es5中的类 function Person(){ this.name = '张三', this.age = 20 } let p = new Person() console.log(p.name);//张三 构找函数和原型链里面增加方…… -
-
-
Virmach Linux安装Windows的DD镜像
注:DD脚本是moeclub的、安装镜像一部分是80host,另一部分是收集于互联网、博客只做收集,不保证镜像完全可用以及不存在后门程序,请安装后自行进行病毒查杀…… -
tp6之 /think/facade/Validate校验用户名和密码
参考 https://blog.csdn.net/srbhll/article/details/117022432 https://blog.csdn.net/qq_37682202/article/details/100880778 条件 控制器中 $result = /thi…… -
-
2021辽宁大学生程序设计省赛完美主义(线段树)
题目链接++++++++++++++++++++++++++++++++++ #include #include #include using namespace std; const int N = 3e5 + 10; int n, q; int a[N]; struct Node {……

