Saltar al contenido

juliopari

Si te ha interesado este artículo y deseas un apoyo o asesoría en algún requerimiento, envíame un mensaje a: (info@juliopari.com) o sino a través de Linkedin: https://www.linkedin.com/in/juliopari/

Date Format Joomla JDate

  • por

[php] <?php echo JHTML::_(‘date’, $contract->modified, JText::_(‘DATE_FORMAT_LC’)); ?> [/php] http://docs.joomla.org/How_do_you_change_the_date_format%3F [php] <?php echo JHTML::_(‘date’, $contract->modified, JText::_(‘%d/%m/%y’)); ?> [/php]

Clave de producto SQL Server Developer R2 2008 no es valido 0x84B40000

Error:
Estoy intentando instalar el SQL Server 2008 Developer R2 en un Windows 7, pero al momento de la instalación me arroja el siguiente mensaje de error: «La clave de producto de SQL Server no es válido . Para continuar , vuelva a introducir el product
key values del certificado de autenticidad ( COA ) o SQL Server de Packaging.
Código de error 0x84B40000».

Solución:

Leer más »Clave de producto SQL Server Developer R2 2008 no es valido 0x84B40000

Comandos para Configuración de Vlans

Displaying VLAN Information

2900/2950 Series Switch

2900Switch#show vlan Shows all VLAN status
2900Switch#show vlan brief Shows all VLAN status in brief
2900Switch#show vlan id 2 Displays information of VLAN 2 only
2900Switch#show vlan name Marketing Displays information of VLAN named Marketing only

Creating Static VLANs

2900 Series Switch

2900Switch#vlan database Enters VLAN database mode
2900(vlan)#vlan 2 name Engineering Creates VLAN 2 and names it Engineering
2900(vlan)#vlan 3 name Marketing Creates VLAN 3 and names it Marketing
2900(vlan)#exit Applies changes and exits VLAN database mode
2900#  

Leer más »Comandos para Configuración de Vlans