User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 19:10, 3 November 2014 (diff | hist) . . (+709) . . N Query Mysql (Created page with "<source lang="java"> Connection con = null; HttpSession session = request.getSession(true); Statement stmt = null; ResultSet rs = null; String userName = "<username>"; String...")
- 19:01, 3 November 2014 (diff | hist) . . (+3) . . Java Code
- 19:00, 3 November 2014 (diff | hist) . . (+121) . . N Servlet redirect (Created page with "<source lang="java"> if( memberResult != "member" ) { response.sendRedirect("/userregister/advice.html"); } </source>") (current)
- 18:58, 3 November 2014 (diff | hist) . . (+27) . . Java Code
- 03:00, 2 November 2014 (diff | hist) . . (+97) . . N Configuring vncserver on Ubuntu 14.04 (Created page with "https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-14-04") (current)
- 03:00, 2 November 2014 (diff | hist) . . (+45) . . Ubuntu configuration tasks
- 01:59, 2 November 2014 (diff | hist) . . (+23) . . Unable to install software via Software Center (current)
- 01:58, 2 November 2014 (diff | hist) . . (+98) . . Unable to install software via Software Center
- 01:57, 2 November 2014 (diff | hist) . . (+333) . . N Unable to install software via Software Center (Created page with "<source lang="text"> I feel you can just reinstall the ubuntu software it will get fixed i hav tred it. just type down this command in your terminal it will re-install the s...")
- 01:56, 2 November 2014 (diff | hist) . . (+54) . . Ubuntu configuration tasks
- 00:38, 1 November 2014 (diff | hist) . . (+56) . . N Hadoop (Created page with "https://developer.yahoo.com/hadoop/tutorial/module3.html")
- 00:38, 1 November 2014 (diff | hist) . . (+14) . . Main Page
- 17:23, 31 October 2014 (diff | hist) . . (+68) . . N Textures (Created page with "http://www.grsites.com/archive/textures/view/source=archive/id=2209/") (current)
- 17:23, 31 October 2014 (diff | hist) . . (+16) . . HTML Links
- 15:23, 31 October 2014 (diff | hist) . . (+101) . . N Background Image (Created page with "<source lang="html4strict"> <style> body { background-image:url('spiral4.gif'); } </style> </source>") (current)
- 15:22, 31 October 2014 (diff | hist) . . (+24) . . HTML Links
- 09:41, 31 October 2014 (diff | hist) . . (+62) . . Vi
- 09:40, 31 October 2014 (diff | hist) . . (-3) . . Vi
- 09:37, 31 October 2014 (diff | hist) . . (+35) . . Vi
- 17:26, 30 October 2014 (diff | hist) . . (+67) . . N Update two columns (Created page with "UPDATE customers SET firstname="John", lastname="Smith" WHERE id=1;") (current)
- 17:26, 30 October 2014 (diff | hist) . . (+29) . . Mysql
- 13:36, 29 October 2014 (diff | hist) . . (+35) . . Raspberry Pi
- 13:30, 29 October 2014 (diff | hist) . . (+71) . . Raspberry Pi
- 12:22, 29 October 2014 (diff | hist) . . (+755) . . An example (current)
- 12:22, 29 October 2014 (diff | hist) . . (+35) . . N An example (Created page with "<source lang="text"> </source>")
- 12:21, 29 October 2014 (diff | hist) . . (+18) . . Openssl
- 12:04, 29 October 2014 (diff | hist) . . (+155) . . Openssl
- 17:59, 25 October 2014 (diff | hist) . . (+350) . . Test db for user creation (current)
- 17:57, 25 October 2014 (diff | hist) . . (+71) . . Test db for user creation
- 17:54, 25 October 2014 (diff | hist) . . (-1) . . Test db for user creation
- 17:54, 25 October 2014 (diff | hist) . . (+4) . . Test db for user creation
- 17:53, 25 October 2014 (diff | hist) . . (+115) . . N Test db for user creation (Created page with "<source lang="sql"> create table gdb ( uid varchar(20) primary key, name varchar(100), code varchar(3), </source>")
- 17:50, 25 October 2014 (diff | hist) . . (+8) . . Mysql
- 17:50, 25 October 2014 (diff | hist) . . (+32) . . Mysql
- 17:48, 25 October 2014 (diff | hist) . . (+1) . . Setting the root password
- 14:05, 22 October 2014 (diff | hist) . . (+20) . . Asterisk
- 14:04, 22 October 2014 (diff | hist) . . (+71) . . Asterisk
- 14:01, 22 October 2014 (diff | hist) . . (+75) . . Asterisk
- 09:50, 22 October 2014 (diff | hist) . . (+16) . . N Show fiber cards (Created page with "luxadm -e <br>") (current)
- 09:48, 22 October 2014 (diff | hist) . . (+27) . . Solaris
- 17:50, 21 October 2014 (diff | hist) . . (+173) . . Find duplicates (current)
- 17:45, 21 October 2014 (diff | hist) . . (+118) . . N Find duplicates (Created page with "<source lang="sql"> select emosid, count(username) as cnt from staffuser_copy group by emosid having cnt >1; </source>")
- 17:45, 21 October 2014 (diff | hist) . . (+22) . . Mysql
- 17:33, 21 October 2014 (diff | hist) . . (+76) . . N Setting a prinary key (Created page with "<source lang="sql"> ALTER TABLE tableName ADD PRIMARY KEY (id) </source>") (current)
- 17:32, 21 October 2014 (diff | hist) . . (+32) . . Mysql
- 17:07, 21 October 2014 (diff | hist) . . (+42) . . Connecting to Mysql
- 16:34, 21 October 2014 (diff | hist) . . (-7) . . Page refresh (current)
- 16:33, 21 October 2014 (diff | hist) . . (+7) . . Page refresh
- 16:33, 21 October 2014 (diff | hist) . . (+196) . . N Page refresh (Created page with "<source lang="html"> <html> <head> <title>HTML in 10 Simple Steps or Less</title> <meta http-equiv=”refresh” content=”5" /> </head> <body> </bod...")
- 16:31, 21 October 2014 (diff | hist) . . (+20) . . HTML Links
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)