Here is the code:
<div class="content"> <a href="#">A</a></div> <div class="content"> <a href="#">B</a></div> <div class="content"> <a href="#">C</a></div> |
Here is the code:
<div class="content"> <a href="#">A</a></div> <div class="content"> <a href="#">B</a></div> <div class="content"> <a href="#">C</a></div> |
Although Java JNDI provides API for LDAP operations, but using JNDI normally need a lot of low-level programming work. Spring LDAP framework is a good way to do LDAP in Java. In this step-by-step guide, you will see how to connect to LDAP server and then search a user’s name using user’s ID. Before you … Read more
To connect MS SQL Server using windows authentication, the first step is to setup ODBC. You can go to Control panel -> Administrative tools -> ODBC. Add a new DSN to connect MS SQL Server using windows authentication account following wizard setup. The second step is the similar with using SQL Server authentication. The only … Read more