LuckyYou - 一个跨平台工具,用于抽奖/课堂点名
JVM 参数解析: SurvivorRatio 0 💬 2020-12-10 03:24:45
🏷️ : ☕JAVA
JAVA 虚拟机将堆空间分为新生代和老年代,新生代又被划分为 Eden 区和两个大小相同的 Survivor 区。
![image](https://user-images.githubusercontent.com/25657798/101717031-81819700-3ad9-11eb-
sourceware.org: Free software! Get your fresh hot free software! 0 💬 2020-08-24 07:25:04
🏷️ :
Card sourceware.org: Free software! Get your fresh hot free software! added the to the 网络收藏夹 list in the 遇见 board at August 24, 2020 at 03:23PM
> Is it true that the first lunar landing was faked? Of course. Everyone knows that. See the PBS documentary about it, Capricorn One.
C 中的 inline 用法 | 菜鸟教程 0 💬 2020-08-12 07:25:16
🏷️ :
Card C 中的 inline 用法 | 菜鸟教程 added the to the C家族 list in the 遇见 board at August 12, 2020 at 02:31PM
> 1、引入 inline 关键字的原因 在 c/c 中,为了解决一些频繁调用的小函数大量消耗栈空间(栈内存)的问题,特别的引入了 inline 修饰符,表示为内联函数。 栈空间就是指放置程序的局部数据(也就是函数内数据)的内存空间。 在系统下,栈空间是有限的,假如频繁大量的使用就会造成因栈空间不足而导致程序出错的问题,如,函数的死循环递归调用的最终结果就是导致栈内存空间枯竭。 下面我们来看一个例子: 实例 [mycode3 ..
gcc 生成 .a静态库和 .so动态库 - only_eVonne - 博客园 0 💬 2020-08-03 09:25:12
🏷️ :
Card gcc 生成 .a静态库和 .so动态库 - only_eVonne - 博客园 added the to the C家族 list in the 遇见 board at August 3, 2020 at 05:22PM
> 函数库分为静态库和动态库两 种。静态库在程序编译时会被连接到目标代码中,程序运行时将不再需要该静态库。动态 库在程序编译时并不会被连接到目标代码中,而是在程序运行是才被载入,因此在程序运 行时还需要动态库存在。
Determine the signature of a method - Real's Java How-to 0 💬 2020-07-30 02:25:16
🏷️ :
Card Determine the signature of a method - Real's Java How-to added the to the Java/Maven/Spring(boot)/Mybatis list in the 遇见 board at July 30, 2020 at 10:23AM
> Real's HowTo : Useful code snippets for Java, JS, PB and more
☁️ 词云 ☁️ 点击词云展开详细分类:point_down:
👍置顶 2:newspaper:
🎨前端 17:newspaper:
- 4 CSS Grid Properties (and One Value) for Most of Your Layout Needs | CSS-Tricks 0 💬
- CSS滤镜(filter)使用场景 0 💬
- 15个必知的Vue指令 0 💬
- [From Instapaper] : Animated Icons - 200 Free Icons 0 💬
- 日本邮政官网 - 印章生成器 0 💬
- HTTP Content-type 对照表 0 💬
- Permission denied when running npm install 0 💬
- 使用渐变一个div画Chrome浏览器logo 0 💬
- Brandmark Logo Maker - 基于人工智能的LOGO生成工具 0 💬
- [From Instapaper] : 臆病な魔女 3 💬
- [From Instapaper] : 前端必会四步带你吃透浏览器渲染基本原理 0 💬
- 关于浏览器自动填充 0 💬
- insshot: 自动截屏保存ins用户的最新post 0 💬
- 使用淘宝镜像安装puppeteer 0 💬
- TKinter教程 0 💬
- 中国色-收集中国传统颜色的网站 0 💬
- CSS隐藏元素滚动条 0 💬
🪲Bug追踪 7:newspaper:
- 解决:pip3 cannot import name main 0 💬
- 解决Ubuntu执行sudo命令反应慢的问题 0 💬
- 解决: ssh 远程登录虚拟机 Linux 速度很慢的问题 0 💬
- PlantUML Graphviz 安装 0 💬
- Permission denied when running npm install 0 💬
- Internet troubleshooting: website (www.microsoft.com) is online but isn't responding to connection attempts 0 💬
- C : jni.h: no such file or directory 1 💬
📚阅读 8:newspaper:
- 为何国内师范大学的英文名是XX Normal University 0 💬
- An FBI Behaviour Expert Explains How to Quickly Build Trust With Anyone 0 💬
- 微博-刘大可先生:关于“植物身上的黄金分割”的叫你恍然大悟的文章 0 💬
- 如果风险投资者问你“如果大公司进入市场与你竞争,怎么办?”,你应该如何回答? 1 💬
- [From Instapaper] : 每家门上都挂个西瓜邻居拍照发上网你有素质的样子太美 0 💬
- [From Instapaper] : 关注英媒中国理所应当鄙视英国 0 💬
- [From Instapaper] : 中国为什么不搞多党竞争甚至一些党员干部都不知怎么回答 0 💬
- 书单 0 💬
📸随拍 9:newspaper:
- 2019年 北京的初雪 [16P] 0 💬
- 生活随拍 [8P] 0 💬
- 到此一游 - 天津 4 💬
- 近期生活随拍 0 💬
- 青岛之行随拍 2 💬
- 端午节随拍 0 💬
- 2019年的第一次旅行 0 💬
- 本周生活随拍 0 💬
- 借光计划-798艺术区 0 💬
☕JAVA 12:newspaper:
- JVM 参数解析: SurvivorRatio 0 💬
- 配置 apache maven resource plugin 的编码方式为UTF-8 0 💬
- 不要把大型JAR包放进Docker镜像-InfoQ 0 💬
- 消灭 Java 代码的坏味道-InfoQ 0 💬
- springboot mybatis 打印SQL日志到控制台 0 💬
- 负载均衡 0 💬
- 如何在优雅地Spring 中实现消息的发送和消费 0 💬
- 如何优雅关闭 Spring Boot 应用 0 💬
- start.spring.io支持在线预览生成的文件内容 1 💬
- [From Instapaper] : Java.lang.Void 与 void 的比较及使用 0 💬
- How to prevent XXE injection when convert xml to object in java 0 💬
- 配置SpringBoot定时任务线程池 0 💬
💻Windows 15:newspaper:
- PlantUML Graphviz 安装 0 💬
- D盘无法格式化提示Windows无法格式该驱动器怎么办-太平洋IT百科 0 💬
- 解决windows系统某些软件无法卸载或者安装 0 💬
- [From Instapaper] : CPUID 0 💬
- 如何在 Chromium 版 Edge 浏览器上安装 Google Chrome 应用商店的扩展 0 💬
- Internet troubleshooting: website (www.microsoft.com) is online but isn't responding to connection attempts 0 💬
- [From Instapaper] : Task Scheduler - Windows applications | Windows上的定时任务管理器 1 💬
- pydice: Python的GUI应用 - 课堂点名工具 1 💬
- PAGE - Python Automatic GUI Generator 0 💬
- 调整Typora显示宽度 5 💬
- Windows截图工具-Snipaste 0 💬
- Windows工具-制作启动U盘 0 💬
- 智能屏幕护眼软件: f.lux 0 💬
- windows系统-gif 动画录制软件 0 💬
- 谷歌浏览器原生支持触控板快速前进后退 0 💬
💻计算机 9:newspaper:
🌍网站收藏 17:newspaper:
- Text to ASCII Art Generator (TAAG) 0 💬
- [From Instapaper] : Animated Icons - 200 Free Icons 0 💬
- AirPano.com: 360° 全景图片 视频展示世界各地美景 0 💬
- Mixkit 发布免费可商用的艺术画与插图平台 - 小众软件 2 💬
- ColouriseSG: 利用AI给黑白照片上色 0 💬
- 日本邮政官网 - 印章生成器 0 💬
- PowerPoint Countdown Timer 0 💬
- HTTP Content-type 对照表 0 💬
- remove.bg - Remove Background from Image 0 💬
- Brandmark Logo Maker - 基于人工智能的LOGO生成工具 0 💬
- Codeimg.io 代码 -> 图片 -> 分享 0 💬
- [From Instapaper] : 臆病な魔女 3 💬
- [From Instapaper] : 西尾維新オフィシャルサイト 1 💬
- HTTP CAT: 用猫的图片来形象的表示每一个http状态码 0 💬
- 中国色-收集中国传统颜色的网站 0 💬
- Linux命令在线查询手册 0 💬
- Windows工具-制作启动U盘 0 💬
🖼️封面 1:newspaper:
- 封面 12 💬
🔨软件 12:newspaper:
- PlantUML Graphviz 安装 0 💬
- PowerPoint Countdown Timer 0 💬
- [From Instapaper] : CPUID 0 💬
- 如何在 Chromium 版 Edge 浏览器上安装 Google Chrome 应用商店的扩展 0 💬
- C : Ignore warnings C4996 0 💬
- Eclipse.ini使用-vm参数指定JVM 0 💬
- Eclipse网络代理配置 0 💬
- 调整Typora显示宽度 5 💬
- Windows截图工具-Snipaste 0 💬
- Windows工具-制作启动U盘 0 💬
- 智能屏幕护眼软件: f.lux 0 💬
- windows系统-gif 动画录制软件 0 💬
🍃Spring 6:newspaper:
👨💻Linux 18:newspaper:
- 解决:pip3 cannot import name main 0 💬
- Ubuntu设置/修改系统时区 0 💬
- 解决Ubuntu执行sudo命令反应慢的问题 0 💬
- 解决: ssh 远程登录虚拟机 Linux 速度很慢的问题 0 💬
- Docker配置网易云仓库地址 0 💬
- 解决:CentOS7 - Cannot find a valid baseurl for repo: base/7/x86_6 0 💬
- [From Instapaper] : 技术|30个实例详解TOP命令 0 💬
- Set yum proxy in CentOS 0 💬
- top命令 实时显示进程动态 Linux命令大全(手册) 0 💬
- [From Instapaper] : ubuntu系统插入优盘read-only file system - Jessica&jie - 博客园 0 💬
- Docker配置HTTP/HTTPS代理 0 💬
- vbox ubuntu虚拟机扩容方案 虚拟分配空间转换为实际分配空间 0 💬
- 在Ubuntu上安装nodejs、npm 1 💬
- 为Ubuntu系统包管理工具apt配置代理 0 💬
- 调整Typora显示宽度 5 💬
- Linux命令在线查询手册 0 💬
- Linux-编译安装nginx源码 0 💬
- Nginx代理Oracle数据库连接 0 💬
🎥视频 1:newspaper:
- 我们的生活多愉快~ 0 💬
🎹音乐 1:newspaper:
- 我喜欢的音乐 0 💬
🤖 AI 2:newspaper:
🛡️安全 1:newspaper:
🐍Python 17:newspaper:
- 解决:pip3 cannot import name main 0 💬
- 你应该学习的20个Python代码段-InfoQ 0 💬
- 配置 pip 使用清华大学 PyPi 镜像站 0 💬
- Python统计文件行数 | LinuxHub 0 💬
- 用python爬虫保存美国农业部网站上的水果【证件照】 11 💬
- Predictably Random 0 💬
- Python_uuid 学习总结 0 💬
- [From Instapaper] : How to use Python virtualenv 1 💬
- [From Instapaper] : The Flask Mega-Tutorial Part I: Hello World! - miguelgrinberg.com 2 💬
- 我给GitHub的README做了个访客数量统计功能 1 💬
- Python: 对数组进行选择排序 0 💬
- Python: 对数组进行插入排序 0 💬
- Python操作剪贴板 0 💬
- pydice: Python的GUI应用 - 课堂点名工具 1 💬
- PAGE - Python Automatic GUI Generator 0 💬
- TKinter教程 0 💬
- 转载-浅谈 Python 的 with 语句 0 💬
🎮生活 10:newspaper:
- 近期生活随拍 0 💬
- 舒尔特训练法 0 💬
- 影视节目单 6 💬
- 高铁/动车上插座都在什么位置 2 💬
- 书单 0 💬
- 2019年的第一次旅行 0 💬
- bye 2018 3 💬
- 本周生活随拍 0 💬
- 借光计划-798艺术区 0 💬
- 我们的生活多愉快~ 0 💬
Instapaper 11:newspaper:
- LinkedIn如何在一台机器上支持几十万条长连接? 0 💬
- [From Instapaper] : C/C 静态链接库(.a) 与 动态链接库(.so) - 52php - 博客园 0 💬
- [From Instapaper] : Task Scheduler - Windows applications | Windows上的定时任务管理器 1 💬
- [From Instapaper] : Should Neil Armstrongs Bootprints Be on the Moon Forever 1 💬
- [From Instapaper] : 前端必会四步带你吃透浏览器渲染基本原理 0 💬
- [From Instapaper] : 关注英媒中国理所应当鄙视英国 0 💬
- [From Instapaper] : 西尾維新オフィシャルサイト 1 💬
- [From Instapaper] : Distinguished Names 0 💬
- [From Instapaper] : Http response header - Age 0 💬
- [From Instapaper] : maven getting "Not Authorized" when trying to access nexus private repository 0 💬
- [From Instapaper] : 中国为什么不搞多党竞争甚至一些党员干部都不知怎么回答 0 💬
JS 2:newspaper:
Maven 7:newspaper:
- 配置 apache maven resource plugin 的编码方式为UTF-8 0 💬
- 不要把大型JAR包放进Docker镜像-InfoQ 0 💬
- Install parent POM without building Child modules 0 💬
- [From Instapaper] : maven getting "Not Authorized" when trying to access nexus private repository 0 💬
- Maven: maven-dependency-plugin:get 通过命令行下载jar包到本地仓库 无需pom文件 0 💬
- Maven: mvn clean install --fail-at-end 0 💬
- How to add custom properties to manifest file with spring boot 0 💬
MySQL 3:newspaper:
- MySQL学习笔记三 0 💬
- MySQL学习笔记二 0 💬
- MySQL学习笔记一 0 💬
Nginx 1:newspaper:
Vue 1:newspaper:
- 15个必知的Vue指令 0 💬
css 1:newspaper:
docker 1:newspaper:
good first issue 2:newspaper:
开源 7:newspaper:
- gallery 0 💬
- topa 0 💬
- awesome-qrcode 0 💬
- schulte-grid 0 💬
- usda-fruit-img-spider 0 💬
- visitor-count-badge 0 💬
- gradex 0 💬
数据库 3:newspaper:
- MySQL学习笔记三 0 💬
- MySQL学习笔记二 0 💬
- MySQL学习笔记一 0 💬
架构 5:newspaper:
gallery | 基于Github issue的相册,随时随地分享你的摄影作品。 | |
---|---|---|
topa | Python 的命令行应用 用于分析 Linux 命令 top 的输出结果,分析 CPU, 内存占用情况 |
|
awesome-qrcode | 在线生成纯文字,静态图片,动态图片二维码。awesome-qrcode-ui 是对应的UI项目。 | |
schulte-grid | Vue.js实现的 5 * 5 的舒尔特方格 | |
usda-fruit-img-spider | Python爬虫保存美国农业部网站上7000 张高清水果油画【证件照】 | |
visitor-count-badge | 可以统计Github的README文件的访客数量的badge,支持统计总访客数量和当天的访客数量。 | |
gradex | 在线读取图片的两个主色设置为网页渐变背景,同时支持下载渐变背景图。 |