代码改变世界

阅读排行榜

Linux内核编译时错误

2012-11-25 17:59 by owenyang, 681 阅读, 收藏,
摘要: Linux内核剪裁编译时出来错误,如下[root@yang linux-2.6.24.4]# make menuconfigmake: Warning: File `/UP-Magic/exp/kernel/linux-2.6.24.4/arch/arm/Makefile' has modification time 3.8e+08 s in the futuremake[1]: Warning: File `scripts/Makefil... 阅读全文

jsp存储textarea到数据中换行问题

2012-11-12 12:07 by owenyang, 659 阅读, 收藏,
摘要: 1:"+demo.substring(index+1); out.print(demo); %>2: "); } %>3:在table后面加上 style="word-break:break-all"例如:4、在jsp中如://获取TextArea里面的内容 String content=request.getParameter("content1"); //把内容通过"n将其转换成数组 String [] cons=content.split(""n"); content=&quo 阅读全文

汇编语言超浓缩教程

2012-10-01 13:18 by owenyang, 573 阅读, 收藏,
摘要: “ 哎哟,哥们儿,还捣鼓汇编呢?那东西没用,兄弟用VB"钓"一个API就够你忙活个十天半月的,还不一定搞出来。”此君之言倒也不虚,那吾等还有无必要研他一究呢?(废话,当然有啦!要不然你写这篇文章干嘛。)别急,别急,让我把这个中原委慢慢道来:一、所有电脑语言写出的程序运行时在内存中都以机器码方式存储,机器码可以被比较准确的翻译成汇编语言,这是因为汇编语言兼容性最好,故几乎所有跟踪、调试工具(包括WIN95/98下)都是以汇编示人的,如果阁下对CRACK颇感兴趣……;二、汇编直接与硬件打交道,如果你想搞通程序在执行时在电脑中的来龙去脉,也就是搞清电脑每个组成部分究竟在干什么、究 阅读全文

详解 Tomcat: The value for the useBean class attribute is invalid

2012-11-09 00:07 by owenyang, 568 阅读, 收藏,
摘要: 详解 Tomcat: The value for the useBean class attribute is invalid 问题使用Tomcat 常见 "The value for the useBean class attribute is invalid" 错误。该错误是指 JSP 中给定的 useBean 标签的 class 属性的值无效(不是 Bean 的属性值)。在说明这个问题前,先看看有关的 Tomcat 源代码(org.apache.jasper.compiler.Generator): if (beanName == null) { try { ... 阅读全文

"XX cannot be resolved to a type "eclipse报错及解决

2013-11-07 18:10 by owenyang, 551 阅读, 收藏,
摘要: 好久都没有写博了,还记得自己准备考研,结果你会发现——你永远不知道,你将会走上哪个路。长远的目标是好的,但有些时候身不由己也迫不得已!做好自己的当下就是好的。不论搞什么,总会遇到各种各样的问题,以下便是今天遇到的:XX cannot be resolved to a type搞JIRA插件开发的时候... 阅读全文
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页