thaalakaz.blogspot.com
තාලකගේ සටහන් (Thaalakaz): July 2015
http://thaalakaz.blogspot.com/2015_07_01_archive.html
තාලකගේ සටහන් (Thaalakaz). Sharing IT related posts. Tuesday, July 14, 2015. How to solve “ Gradle DSL method not found: ‘runProguard(). 8221;in Android Studio Project. Hello friends, today we are going to solve “ Gradle DSL method not found: ‘runProguard (). 8221; Error in android studio. Let’s take a look at build.gradle file (app module). Under buildTypes you will find. Which doesn’t exist anymore with later versions of android studio. So you have to replace this code with. Tuesday, July 7, 2015. Types...
thaalakaz.blogspot.com
තාලකගේ සටහන් (Thaalakaz): May 2014
http://thaalakaz.blogspot.com/2014_05_01_archive.html
තාලකගේ සටහන් (Thaalakaz). Sharing IT related posts. Saturday, May 31, 2014. How to format a USB flash drive to NTFS using command prompt. Insert USB and run cmd (windows R and Type cmd and run).Then type. You can use uppercase or lowercase).Next, type LIST DISK. And then you will see the below output. In my case I am using 8 GB pen drive. So the pen drive I am using is displayed as Disk 2 in my list.Now we have to select the disk type SELECT DISK 2. For more conventions again type LIST DISK . Under JDK c...
thaalakaz.blogspot.com
තාලකගේ සටහන් (Thaalakaz): December 2014
http://thaalakaz.blogspot.com/2014_12_01_archive.html
තාලකගේ සටහන් (Thaalakaz). Sharing IT related posts. Monday, December 8, 2014. How to Establish a Database Connection with MYSQL Database Using jdbc driver in Java. If you are creating dynamic web project and, using JSP don’t forget to add mysql-connector-java.jar into your WebContent - WEB-INF - lib. If you forget it you will definitely get the below error . The type com.mysql.jdbc.ResultSet cannot be resolved. It is indirectly referenced from required .class files". Then I have to ask ;).
thaalakaz.blogspot.com
තාලකගේ සටහන් (Thaalakaz): August 2014
http://thaalakaz.blogspot.com/2014_08_01_archive.html
තාලකගේ සටහන් (Thaalakaz). Sharing IT related posts. Saturday, August 23, 2014. Design a circuit connecting a binary coded decimal seven segment display to PIC 16F877A Microcontroller. Today we are going to write a c program to display numbers from 0 to 9 automatically in the ascending and descending order on a circuit connecting a binary coded decimal seven segment display to PIC 16F877A Microcontroller. You can use an array. To do that you should create your circuit as below. Tuesday, August 19, 2014.
thaalakaz.blogspot.com
තාලකගේ සටහන් (Thaalakaz): September 2014
http://thaalakaz.blogspot.com/2014_09_01_archive.html
තාලකගේ සටහන් (Thaalakaz). Sharing IT related posts. Tuesday, September 30, 2014. How to Create a Simple Digital Clock Using PIC16F877A. Hello friends today we are going to create a simple digital clock using PIC 16F877A. Microcontroller. As the first step you need to arrange your circuit as below. If you have any doubt in designing circuits using proteus you can view my previous posts :). Let’s try to understand the code below. Here is the content of my clock.c. Inside the void clock. Is it too messy.
thaalakaz.blogspot.com
තාලකගේ සටහන් (Thaalakaz): July 2014
http://thaalakaz.blogspot.com/2014_07_01_archive.html
තාලකගේ සටහන් (Thaalakaz). Sharing IT related posts. Sunday, July 27, 2014. What is the DOM? What is meant by the DOM (Document Object Model? Is it a programming language? Part of a JavaScript? There are thousands of questions in our mind when we hear the word DOM for the first time. In normal perspective;. Because sometimes an object may contain other objects too. If we take ul. Unordered list) for example, it contains several li (list) items. Thursday, July 24, 2014. Is a web-based Git repository. Hosti...
thaalakaz.blogspot.com
තාලකගේ සටහන් (Thaalakaz): November 2014
http://thaalakaz.blogspot.com/2014_11_01_archive.html
තාලකගේ සටහන් (Thaalakaz). Sharing IT related posts. Tuesday, November 4, 2014. How to solve ‘Starting Tomcat v7.0 Server at localhost has encountered a problem, Server Tomcat v7.0 Server at localhost failed to start '. If you get this error simply Right click on your project and go to. Properties - Java Build Path. And select JRE System library and click remove. Is JRE8 then it gives the above issue ‘ Server Tomcat v7.0 Server at localhost failed to start. Properties - Java Build Path - Add Library -.
thaalakaz.blogspot.com
තාලකගේ සටහන් (Thaalakaz): November 2015
http://thaalakaz.blogspot.com/2015_11_01_archive.html
තාලකගේ සටහන් (Thaalakaz). Sharing IT related posts. Friday, November 13, 2015. How to configure openCV project in visual studio. First of all make sure that you have extracted the selected version of openCV library into the selected folder of your machine and set the environment variables correctly. First you need to create a new project. Follow the steps given below. Go to File - new - project. And select visual C. And create windows32 Console Application. And tick empty project. The Go to C - General.
thaalakaz.blogspot.com
තාලකගේ සටහන් (Thaalakaz): October 2015
http://thaalakaz.blogspot.com/2015_10_01_archive.html
තාලකගේ සටහන් (Thaalakaz). Sharing IT related posts. Monday, October 26, 2015. Object Oriented Programming in Java. Hi friends, really sorry for not for posting anything for long time (around 2 months). So today we gonna have simple discussion on object oriented programming principles. In object oriented programming we learn that class is a blueprint that describe the behavior and the state of an object. Let’s clarify what does it mean by blueprint and how it applicable in this context. 8220;phone“ ...