最新文章列表

Linux Shell脚本文件的判断、中文符号及其字符串入参解析

1、shell脚本中判断文件是否存在 if [ -f  "$var" ] then...... 2、shell脚本中判断字符串为空  if [ -z "$str"] then...... 3、shell脚本中判断字符串不为空 if[ "$str"] then..... 4、字符串入参的注意事项       将字符串当做入参时,要 ...
quanminchaoren 评论(0) 有9388人浏览 2012-10-19 19:40

javascript判断上传图片文件类型(后缀名)

  1、根本是正则表达式,不存在浏览器问题   /* * 判断图片类型 * * @param ths * type="file"的javascript对象 * @return true-符合要求,false-不符合 */ function checkImgType(ths){ if (ths.value == "&qu ...
java110eye 评论(0) 有16411人浏览 2011-08-07 15:19

最近博客热门TAG

Java(141746) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics