问题集
文章平均质量分 67
花泪_小亮子
怀有梦想的小骚年
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
就字符串的效率问题
看一位朋友对于字符串的效率的发问,此处纯属个人好奇探讨: public static void main(String[] args) { String str = "是"; long time1 = new Date().getTime(); for (long i = 0L; i if (str.Length > 0) ; } long t原创 2012-12-19 11:20:37 · 458 阅读 · 0 评论 -
eclipse导入myeclipse的web项目没法识别问题解决
同事笔记,资源共享 哈哈 eclipse导入myeclipse的web项目没法识别问题解决 1、进入项目目录,找到.project文件,打开。 2、找到...代码段。 3、在第2步的代码段中加入如下标签内容并保存: org.eclipse.wst.common.project.facet.core.nature org.eclipse.wst.common.原创 2013-09-05 13:42:51 · 1991 阅读 · 0 评论 -
ext3与ie9解决办法
1.解决panel失效问题 if ((typeof Range !== "undefined") && !Range.prototype.createContextualFragment) { Range.prototype.createContextualFragment = function(html) { var frag = document.createDoc转载 2013-09-05 13:50:23 · 1415 阅读 · 0 评论
分享