2016年7月20日

html只给自己

摘要: //另外一个 height:400px; weight:400px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; ... 阅读全文

posted @ 2016-07-20 14:29 miu丶苏 阅读(131) 评论(0) 推荐(0) 编辑

数组相关

摘要: 1.//冒泡排序 int arr[] = {0,-1,-3,1,10,7}; for(int i = 0; i < arr.length; i++){ for(int j = 0; i < arr.length; j++){ if(arr[i] < arr[j]){ int temp = arr[i 阅读全文

posted @ 2016-07-20 14:09 miu丶苏 阅读(119) 评论(0) 推荐(0) 编辑

我的项目需要用到的

摘要: 打开JBOSS目录-->jboss- 4.0.5-->server-->default-->deploy-->jboss- web.deployer-->下的server.xml文件,修改端口好就可以了. <Connector port="8080" address="${jboss.bind.ad 阅读全文

posted @ 2016-07-20 13:50 miu丶苏 阅读(145) 评论(0) 推荐(0) 编辑

导航