Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~2K People Reached
About Me

I am a Nerd

Interests
Programming
PC Specs
Intel Pentium dual core 2.2GHz, 6Gig RAM
Favorite Tags

7 Posted Topics

Member Avatar for gtsiga

Hello guys I have the following message (One or more resources have the target of 'head', but no 'head' component has been defined within the view.) showing on my jsf page and I am not sure of its root cause. Here is the code behind my page for the page. …

0
179
Member Avatar for gtsiga

Hie guys I am prety new to JSF and Iam working on some peice of code. I am using primefaces components and JSF backed beans. Here are a list of my questions; 1. Is there a way of running a method each time a page loads. 2. During page load …

0
140
Member Avatar for gtsiga

Hie guys everytime I open uninstalled netbeans 7.3 and installed 7.3.1 but my projects which require javax.microedition.* are nolonger running. How can I add the package on the nebeans such that I don't have to refence them on each and every project. Thanks in advance

0
87
Member Avatar for gtsiga

Hie everyone I have the below code on my console to import data from an excel sheet to a mySql database but unfortunately I am having an error which reads: NO CONNECTION TRYING TO RECONNECT.... ERROR 2005 (HY000): UNKNOWN MYSQL SERVER HOST '(ID,NAME):' (11001) ERROR: Can't connect to the server …

Member Avatar for gtsiga
0
542
Member Avatar for gtsiga
Member Avatar for caKus
0
218
Member Avatar for gelmi

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ObjectOriented { class Program { static void Main(string[] args) { Greet test = new Greet(); test.Hello(); } } class Greet { public void Hello() { Console.WriteLine("Hello World!"); Console.ReadKey(); } } } **I think this will solve you issue.**

Member Avatar for Momerath
0
150
Member Avatar for semicolon

using System; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace mynotification { public partial class Form1 : Form { public Form1() { InitializeComponent(); SetBalloonTip(); } private void SetBalloonTip() { notifyIcon1.Icon = SystemIcons.Exclamation; notifyIcon1.BalloonTipTitle = "NUST"; notifyIcon1.BalloonTipText = "Zvangu zvaita!!!!!... lol"; notifyIcon1.BalloonTipIcon = ToolTipIcon.infor; notifyIcon1.Visible = true; notifyIcon1.ShowBalloonTip(90000); …

Member Avatar for gtsiga
0
825

The End.