Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

April 15, 2019

Free Fonts! Legit Free & Quality » Font Squirrel

Plein de super polices d'écriture gratuites !

touch-hd-plus [Wiki de sebsauvage.net]

Sous le coude pour le jour où je décide de sauter le pas et d'acheter une liseuse.

Via https://sebsauvage.net/links/?13u8vg

Kill the Newsletter!

Créer une adresse mail en quelques secondes pour recevoir les newsletter sous forme de flux RSS.

Access properties from Java code - MuleSoft Support Center

Accéder aux properties référencées via <context:property-placeholder> depuis un composant Java.

/** Example of accessing a property from Java code. */
public class PropertyAccessExample implements Callable {
    protected final Logger logger = LoggerFactory.getLogger(getClass());

    @Value("${a}")
    String myProperty;

    @Override
    public Object onCall(MuleEventContext eventContext) throws Exception {
        logger.info("From Java a={}",myProperty);
        return null;
    }
}

Autres ressource.

You can change the desktop wallpaper setting after administrator selects "Prevent Changing Wallpaper" option in Group Policy

Microsoft qui a une page d'aide pour contourner le blocage de changement de fond d'écran, c'est rigolo ça :)

To resolve this issue, specify an Active Desktop wallpaper setting in Group Policy. To do this, follow these steps:

  1. Click Start, click Run, and then type gpedit.msc.
  2. Under Local Computer Policy, expand User Configuration, expand Administrative Templates, expand Desktop, and then click Active Desktop.
  3. Double-click Active Desktop Wallpaper.
  4. On the Setting tab, click Enabled, type the path to the desktop wallpaper that you want to use, and then click OK.