摘要: 1.当wamp的图标为绿色时,正常运行; 2.图标为黄色是,检查Mysql和Apache端口(两个中的一个会出错)。 3.图标为红色是,端口被占用。 监听端口: 1.在界面中选apache,弹出隐藏菜单选项,打开配置文件httpd.conf; 2.找到Listen 80和 ServerName lo 阅读全文
posted @ 2016-03-10 15:31 小美好。 阅读(819) 评论(0) 推荐(0)
摘要: 1.php成为服务器端的脚本语言(嵌入在网页中)2.C/S--Client Server--(基于客户端) B/S--Brower Server--(放在服务器上)(主要做网页程序)3.LAMP架构 Linux操作系统 阿帕奇服务器 Mysql数据库 php语言 阅读全文
posted @ 2016-03-10 11:02 小美好。 阅读(187) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2016-02-18 17:00 小美好。 阅读(213) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2016-02-18 16:49 小美好。 阅读(423) 评论(0) 推荐(0)
摘要: package com.hanqi;public class thread extends Thread { public void run() { outInfo(); } public void outInfo() { for (int i ... 阅读全文
posted @ 2016-01-25 17:22 小美好。 阅读(133) 评论(0) 推荐(0)
摘要: package com.hanqi;import java.util.ArrayList;import java.util.HashMap;import java.util.HashSet;import java.util.Iterator;import java.util.Map;import j... 阅读全文
posted @ 2016-01-23 09:22 小美好。 阅读(178) 评论(0) 推荐(0)
摘要: package com.hanqi;import java.util.ArrayList;import java.util.HashSet;public class list { public static void main(String[] args) { ArrayList lis... 阅读全文
posted @ 2016-01-22 16:25 小美好。 阅读(196) 评论(0) 推荐(0)
摘要: package mytext;import java.util.ArrayList;public class list { public static void main(String[] args) { ArrayList s = new ArrayList()... 阅读全文
posted @ 2016-01-22 14:42 小美好。 阅读(101) 评论(0) 推荐(0)
摘要: package com.hanqi;import java.util.ArrayList;public class TestList { public static void main(String[] args) { int[] a; ... 阅读全文
posted @ 2016-01-22 08:45 小美好。 阅读(186) 评论(0) 推荐(0)
摘要: package mytext;public interface cpu { //开机 public boolean kaiji(); //屏幕亮度 public void liangdu(); //电量 public void dianliang(... 阅读全文
posted @ 2016-01-22 08:40 小美好。 阅读(191) 评论(0) 推荐(0)