23/08/2017, 23:12
|
| | | Fecha de Ingreso: agosto-2008 Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 4 meses Puntos: 188 | |
Respuesta: ¿Cómo actualizar dato importante en Web Java? Supongamos q tienes un filename.properties con MAINTENANCE DENTRO
<%@ page import = "java.util.ResourceBundle" %>
<% ResourceBundle rs = ResourceBundle.getBundle("filename");
String maint=rs.getString("MAINTENANCE");
<%=maint%>
__________________ if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
} |