摘要:
package com.test2; import java.util.*; /** * @author qingfeng * 功能:集合类练习 */ public class Collection { public static void main(String[] args) { // TODO Auto-generated method stub ... 阅读全文
摘要:
package com.test3; import java.util.*; import java.io.*; /** * @author qingfeng * 重要思想:面向对象思想(添加员工管理类) * 功能:公司职员薪水管理系统 */ public class SalarySystem { public static void main(String[] args) t... 阅读全文
摘要:
package com.test; import java.util.*; /** * @author qingfeng * 功能: */ public class ArrayDemo { public static void main(String[] args) { // TODO Auto-generated method stub Arr... 阅读全文
摘要:
cmd: regsvr32 jscript.dllregsvr32 hhctrl.ocxregsvr32 itss.dllregsvr32 itircl.dll 阅读全文
摘要:
/** * @author qingfeng * 功能:二维数组 */public class Array { public static void main(String[] args) { // TODO Auto-generated method stub int arr[][] = new 阅读全文
摘要:
package com.test4; /** * @author qingfeng * 功能:二分查找 */ public class BinarySearch { public static void main(String[] args) { // TODO Auto-generated method stub int[] arr = {2,7... 阅读全文
摘要:
package com.test4; import java.util.*; //Calendar 显示时间 /** * @author qingfeng * 功能:排序算法 */ public class Bubble { public static void main(String[] args) { // TODO Auto-generated method... 阅读全文
摘要:
导出数据库: 打开Navicat ,在我们要到处的数据上面右击鼠标,然后弹出的快捷菜单上点击“转储SQL 文件”,在再次弹出的子菜单项中选择第一个“数据跟结构”。 然后,在会弹出一个选择保存位置的保存框,选择好位置后,点确定,就OK了 导入数据库: 打开Navicat for MySQL,然后点击右 阅读全文
摘要:
eclipse -->build path-->删除无效jar包 导入新的jdk 阅读全文
摘要:
Several ports (8080, 8009) required by Tomcat v6.0 Server at localhost are already in use.The server may already be running in another process, or a s 阅读全文