Plein de super polices d'écriture gratuites !
Sous le coude pour le jour où je décide de sauter le pas et d'acheter une liseuse.
Créer une adresse mail en quelques secondes pour recevoir les newsletter sous forme de flux RSS.
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;
}
}
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:
- Click Start, click Run, and then type gpedit.msc.
- Under Local Computer Policy, expand User Configuration, expand Administrative Templates, expand Desktop, and then click Active Desktop.
- Double-click Active Desktop Wallpaper.
- On the Setting tab, click Enabled, type the path to the desktop wallpaper that you want to use, and then click OK.