杂七杂八
码农小李子
码农
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
面试题求解,求高手解答......
程序员测试题1 1.仿制一个站点:__________________________________________________ 。 2.前后台需要完整; 3.首页的数据自己从后台录入或者采集; 4.不是做静态的一个网页,是一个站,要求后台要有生成静态和录入的功能; 5.首页与仿制目标一致;【需要通过后台添加新数据,更新此页】 6.一个文章栏目页和图片栏目页与仿制目标一致;【需要...原创 2013-05-05 10:33:18 · 733 阅读 · 1 评论 -
求高手解答 eclipse+tomcat启动问题
2013-5-7 19:32:40 org.apache.catalina.core.AprLifecycleListener init 信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the jav...原创 2013-05-07 19:31:54 · 777 阅读 · 1 评论 -
java.lang.IllegalStateException: getOutputStream() has already been called 解决方法
<body> <% //创建bufferedimage对象 BufferedImage image = new BufferedImage(340,160,BufferedImage.TYPE_INT_RGB); //创建Graphics对象 Graphics g = image.getGraphics(); //使用graphics画图,图将显示在image中 g.fillRe...原创 2014-01-23 14:40:59 · 3097 阅读 · 0 评论 -
editplus查找替换的正则表达式应用
editplus查找替换的正则表达式应用 表达式 说明 \t 制表符. \n 新行. . 匹配任意字符. | 匹配表达式左边和右边的字符. 例如, "ab|bc" 匹配 "ab" 或者 "bc". [] 匹配列表之中的任何单个字符. 例如, "[ab]" 匹配 "a" 或者 "b". "[0-9]" 匹配任意数字...原创 2014-11-19 18:12:42 · 407 阅读 · 0 评论
分享