Laur's blog
  • Home
  • About
  • Support my work
Sign in Subscribe

7

A collection of 2 posts
Migrate Chromium and Keep all Settings
7

Migrate Chromium and Keep all Settings

TL;DR: Backup App Data\Local\Chromium on your old machine, copy it to your new one and uncompress (in the same place), install Chromium, profit. With the migration to a new computer, I've managed to keep all my Chromium settings. The steps I did are the following:
Aug 23, 2016 1 min read
About Java Exceptions in SE 7
7

About Java Exceptions in SE 7

TL;DR: JDK 7 improves on exception handling (less code, base exception class...). Base exception class Reflective operations exceptions now have a base class ReflectiveOperationException. This allows you to to a global catch rather than one for each exception. Now you can write: try { // Some reflective stuff ... } catch(ReflectiveOperationException e)
Nov 7, 2015 1 min read
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost