`
minmai
  • 浏览: 28365 次
社区版块
存档分类
最新评论
文章列表

常见css技巧

    博客分类:
  • css
1、三角形 指示; 主要通过空白 标签的border 宽度和颜色;结合绝对定位; 2、旋转 > 的方法
有问题不要乱搞,记得看日志啊;

css 精灵生成器

    博客分类:
  • css
http://spritegen.website-performance.org/
http://www.quirksmode.org/dom/inputfile.html
【转】spring问题--Unable to validate using XSD 问题描述 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: Parser configuration exception parsing XML from ServletContext resource [/WEB-INF/conf ...
这个是你的eclipse中设置的是让所有的空白(空格,TAB,和回车)显示出来,而显示的方式就是你所说的那样。 如果你不想要这样,你可以在eclipse中的菜单的window->preferences->General->Editors->Text Editors中的Show whitespace characters中的钩去掉就可以了。
在写文本聚类算法中发现List子类在调用subList(int from,int end)函数时出现java.lang.ClassCastException: java.util.SubList cannot be cast to java.util.LinkedList异常,遂将这部分功能提出出来做测试,测试代码如下: public class TestJavaDemo{        public static void main(String[] args) {         LinkedList<Integer> list=new LinkedList<Intege ...
input file 要修改类型  为了兼容不同浏览器 可以尝试: $("#file_cover_img").val(''); $("#cover_form")[0].reset();

jqurey操作iframe

http://hi.baidu.com/51plan/item/8bd9bc942ca13ddb1a49df43

jquery extend

jquery.extend({},a,b); jquery.extend(a,b);
jQuery.extend(target,obj1,[objN]) 用一个或多个其他对象来扩展一个对象,返回被扩展的对象。 用于简化继承。
Apache+PHP环境上传大文件的相关配置选项 避免二次检索做无用功。 首先,需要根据允许上传的最大文件大小值(如32M),对php.ini中的如下参数进行配置: file_uploads = On               ; Whether to allow HTTP file uploads upload_max_filesize = 32M       ; Maximum allowed size for uploaded files post_max_size = 32M             ; Maximum size of POST data that PHP will a ...
建立索引 查询会快很多

button css

    博客分类:
  • css
http://www.cssbuttongenerator.com/

eclipse 配色

http://eclipsecolorthemes.org/?list=toppicks&lang=php
Global site tag (gtag.js) - Google Analytics