深入学习ExtJs4.1的布局及常用控件http://edu.ibeifeng.com/view-index-id-129.html专题-深入JavaOOP编程http://edu.ibeifeng.com/view-index-id-88.html案例:Red5&Flex聊天室架构与实现http:...
分类:
编程语言 时间:
2014-07-11 22:35:07
阅读次数:
242
用sitemesh框架解决项目统一布局的解决方案http://edu.ibeifeng.com/view-index-id-80.html实现java程序调用oracle的存储过程解决方案http://edu.ibeifeng.com/view-index-id-78.html命令模式在java w...
分类:
编程语言 时间:
2014-07-11 18:01:19
阅读次数:
176
When I try openingEclipse, a pop-up dialog states:Failed to load the JNI shared library "C:/JDK/bin/client/jvm.dll"`.Following this, Eclipse force clo...
分类:
系统相关 时间:
2014-07-11 11:45:13
阅读次数:
238
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4085138559951339Ancient CipherAcceptedC++0.0122014...
分类:
其他好文 时间:
2014-07-11 09:55:46
阅读次数:
236
Search Insert PositionGiven a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if ...
分类:
其他好文 时间:
2014-07-11 09:09:33
阅读次数:
211
附属脚本附属脚本可以定义在类(Class)、结构体(structure)和枚举(enumeration)这些目标中,可以认为是访问对象、集合或序列的快捷方式,不需要再调用实例的特定的赋值和访问方法。举例来说,用附属脚本访问一个数组(Array)实例中的元素可以这样写someArray[index],...
分类:
其他好文 时间:
2014-07-11 08:53:54
阅读次数:
266
if语句
60}">
老年人
35}">
中年人
15}">
青年人
少年
A
B
<!--
status:迭代元素的索引,可以指定first、count、even、odd、last、index属性
...
分类:
其他好文 时间:
2014-07-10 20:49:03
阅读次数:
168
1、开启apache的mod_rewrite模块#去掉LoadModulerewrite_modulemodules/mod_rewrite.so前的“#”符号
#如果是ubuntu系统,系统默认是开启rewrite的
cd/etc/apache2/mods-enabled
#查看是否有rewrite.load链接文件,如果没有则建立链接文件
cd/etc/apache2/mods-enabled
ln-s../..
分类:
Web程序 时间:
2014-07-10 19:17:11
阅读次数:
286
easydialog-v2.0,对初学者来说,就是练习修改js的最好文件。将这个压缩包打开后,通过修改js可改变index.html中的弹出框的变化。打开压缩包,点击index.html,同时用自己的编辑器,打开easydialog.js进行编译。可在easydialog.js中修改在index.html中弹出框的宽高,边距,图片..
分类:
Web程序 时间:
2014-07-10 19:03:09
阅读次数:
261
each()方法规定为每个匹配元素规定运行的函数。过滤:下标过滤:eq(index)//获取第index个元素类过滤:hasClass(class)//检查当前元素是否含有某个特定的类,如果有,返回true例如:$("div").hasClass("div1")//含有div1类的div元素表达式过滤:filter(expr)//筛选出与指定表达..
分类:
Web程序 时间:
2014-07-10 18:47:22
阅读次数:
295