摘要:
CustomBox.js, JQuery , 弹出框概要:最近在Jquery插件的官网看到了一个很好玩的JQuery插件(CustomBox),一个非常偏亮且实用的弹出框.在这里总结一下:直接上代码: FrameLayer ... 阅读全文
摘要:
.net程序集(.dll,.exe)反编译下载Reflector,目录文件 如下:打开/dot/Reflector.exe文件:界面如下:Example:新建一个类库YZR.ClassLibrary.Reflector:随便一个IMyclass.cs,Myclass.csnamespace YZR.... 阅读全文
摘要:
ArrayList,LinkedList首先提一下LinkedList,ArrayList的定义概念:ArrayList:ArrayList其实是包装了一个数组 Object[],当实例化一个ArrayList时,一个数组也被实例化,当向ArrayList中添加对象是,数组的大小也相应的改变。优点:... 阅读全文