Other Awesome Go - A curated list of awesome Go frameworks, libraries and software Visual Studio Code for Mac Developers 1.0 Docker Tutorial for Beginners From Node.js to Go Your First ASP.NET Core Application on a Mac Using Visual Studio Code The Ba…
.NET .NET on Mac for the OS X n00b without Mono via Visual Studio Code Microsoft frameworks deprecation When everything you know is wrong, part one - two A Look at the Open Source JustDecompile Engine ASP.NET 5 On OS X : Getting Started ASP.NET 5: Ho…
Web Choosing a Web Framework/Language Combo for the Next Decade Optimizing NGINX and PHP-fpm for high traffic sites The Absolute Beginner's Guide to Node.js Node.js Performance Tip of the Week: CPU Profiling Improved JavaScript Intellisense in Visual…
传送门 一眼主席树sbsbsb题(%%%树状数组大佬们). 简化题意:求满足x<y,y≤ax,x≤ayx<y,y\le a_x,x\le a_yx<y,y≤ax,x≤ay的(x,y)(x,y)(x,y)数量. 那么直接用主席树模拟题意就行了.(写完发现权值线段树就行了但是懒得改了) 代码: #include<bits/stdc++.h> #define ri register int using namespace std; typedef long long ll; i…