Development by Davis: “A billion thanks to the open source community from Red Hat” plus 7 more |
- A billion thanks to the open source community from Red Hat
- Visual Basic .NET – Carga de Nodos en TreeView a Demanda
- SQL Server – Error 233
- Infographic: The higher education bubble, Part one
- AMD Named Components Vendor of the Year at PCR Awards 2012
- AMD Embedded G-Series APU Platform Adds Real-Time Operating System Support with INTEGRITY from Green Hills Software
- Document Freedom Day: Promoting document freedom
- Blackboard buys into open source
A billion thanks to the open source community from Red Hat Posted: 29 Mar 2012 06:15 AM PDT Sixteen years ago, few imagined that a handful of people at a Linux start-up in North Carolina were laying the groundwork for an open source business with more than a billion dollars in annual revenue. Yet as we stand at that milestone, and as we take the opportunity to reflect, we believe our success speaks volumes about the power of community. This billion dollar milestone is not only a win for Red Hat—it is a victory for open source advocates everywhere. Our fight has always been about |
Visual Basic .NET – Carga de Nodos en TreeView a Demanda Posted: 29 Mar 2012 05:24 AM PDT ComentariosEn este proyecto voy a mostrar la forma, desde mi punto de vista, más elegante de realizar cargas de TreeView utilizando un modelo Maestro / Controlador que tomo como ejemplo Familia de Materiales y Materiales. La aplicación está desarrollada en VS 2005 Framework 2.0 y accede a un Libro de Excel 8.0
Código''' #Region "Variables Globales" Dim vConn As New OleDb.OleDbConnection Dim vCargaMaestro As Boolean = True #End Region #Region "Manejadores de evenos del Formulario" Private Sub frmPrincipal_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Private Sub tvMain_AfterSelect(ByVal sender As System.Object, ByVal e As System.Windows.Forms.TreeViewEventArgs) Handles tvMain.AfterSelect ''Comprobamos que no esté seleccionando un hijo Catch ex As Exception #End Region #Region "Funciones del BackgroundWorker" Private Sub BackgroundWorker1_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork cuenta = vDs.Tables("FamiliaMateriales").Rows.Count Threading.Thread.Sleep(250) cuenta = vDs.Tables("Materiales").Rows.Count Threading.Thread.Sleep(250) BackgroundWorker1.ReportProgress(100, "Completado!") Private Sub BackgroundWorker1_RunWorkerCompleted(ByVal sender As System.Object, ByVal e As System.ComponentModel.RunWorkerCompletedEventArgs) Handles BackgroundWorker1.RunWorkerCompleted Private Sub BackgroundWorker1_ProgressChanged(ByVal sender As System.Object, ByVal e As System.ComponentModel.ProgressChangedEventArgs) Handles BackgroundWorker1.ProgressChanged #End Region #Region "Cargas de datos" Function CargarDatosMaestro() As Boolean vConn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Application.StartupPath & "\Datos.xls; Extended Properties= Excel 8.0;" ''Conectamos con el Libro Excel y accedemos a la Hoja [FamiliaMateriales$] 'Llenar el DataSet Function CargarDatosDetalle() As Boolean vConn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Application.StartupPath & "\Datos.xls; Extended Properties= Excel 8.0;" ''Conectamos con el Libro Excel y accedemos a la Hoja [FamiliaMateriales$] If Not vDs.Tables("Materiales") Is Nothing Then 'Llenar el DataSet Return True #End Region #Region "Sección Delegate" Delegate Function AddNodeMainDelegate(ByVal pNodo As TreeNode) As Boolean Private Function AddNode(ByVal pNodo As TreeNode) As Boolean End Try #End Region End Class Framework compatiblesFramework 2.0 NamespacesSystem.IO Referencias de interés--- |
Posted: 03 Jan 2012 12:15 AM PST ComentariosEn este artículo voy a tratar el típico error 233 de SQL Server cuando tratamos de conectarnos a un equipo en remoto. La solución al problema que abordo, que se trata de configurar la instancia SQL Server para aceptar conexiones remotas ocurre en un 95% de los casos, por lo que puede ser posible que aplicando estos cambios no se resuelva. Consultar el error siguiente: "El cliente no pudo establecer una conexión debido a un error durante el proceso de inicialización de la conexión previo al inicio de sesión. Entre las causas posibles se incluyen: el cliente intentó conectar con una versión no compatible de SQL Server; el servidor estaba demasiado ocupado apra aceptar nuevas conexiones; o bien, había una limitación de recuersos (memoria insuficiente o número máximo de conexiones permitidas) en el servidor. (provider: Proveedor de canalizaciones con nombre, error: 0 - No hay ningún proceso en el otro extremo de la canalización.) (Microsoft SQL Server, Error: 233)"
SoluciónVamos a Inicio \ Todos los programas \ Microsoft SQL Server 2005 \ Configuration Tools \ SQL Server Surface Area Configuration. A continuación en la ventana que nos aparece vamos a Configuración de superficie para servicios y conexiones. Navegamos en el árbol de la izquierda a MSSQLSERVER \ Motor de base de datos \ Conexiones remotas Marcamos la opción Conexiones locales y remotas y Usar sólo TCP/IP. Una vez Aceptemos este cambio, necesitamos reiniciar el servicio de SQL Server (MSSQLSERVER) accediendo en Incio \ Ejecutar \ services.msc Ya podremos conectarnos instancias de SQL Server en remoto. Espero os sirva de ayuda. Un saludo. |
Infographic: The higher education bubble, Part one Posted: 29 Mar 2012 04:30 AM PDT We often talk about the higher education bubble and it being on the verge of bursting but what does that really look like? How does a "bubble" form and what causes it to burst? The following two part infographic does a great job explaining just that by showing where higher education has been, where we are, and without change where we will be. To me, it further highlights why open source technology and open source principles have such an important role in education reform from lowering costs to demonstrating a better way for educating our youth in the 21st century and beyond. |
AMD Named Components Vendor of the Year at PCR Awards 2012 Posted: 29 Mar 2012 12:00 AM PDT AMD (NYSE: AMD) has been named UK Components Vendor of the year at the PCR Awards 2012. AMD won this honour, presented by PCR Magazine, for its channel strategy, channel partner engagement and overall channel partner programmes, including the AMD Fusion Partner programme. The PCR Awards recognise the very best of the UK consumer channel,... |
Posted: 29 Mar 2012 12:00 AM PDT AMD (NYSE: AMD) today announced a collaboration with Green Hills Software, the largest independent vendor of embedded software, that brings its industry-leading INTEGRITY real-time operatin... |
Document Freedom Day: Promoting document freedom Posted: 28 Mar 2012 07:46 AM PDT |
Blackboard buys into open source Posted: 28 Mar 2012 06:41 AM PDT To be honest, I wasn't completely shocked that Blackboard stepped into the Moodle ring in a major way on Monday. If you've been following the developments in the learning management system market it makes perfect sense: there's a growing number of players, open source players are positioning themselves as the "zero cost to entry" providers, and now large publishers are joining the mix to better protect their content and maximize their ROI in textbooks and digital materials. |
You are subscribed to email updates from Developers by Davis To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No hay comentarios:
Publicar un comentario