jquery Css方法一步步升级 <script src="jquery-1.8.3.js"></script> //5.css $(function () { $("input").click(function () { $(".shang").css({width: function (ind ...
分类:
Web程序 时间:
2016-05-15 18:13:04
阅读次数:
174
关于js的执行原理,除去html页面中直接添加的代码,js代码的放置可以分为两类。 //情形a <script type="text/javascript" src="xxx.js"$amp;>amp;$lt;/script> //情形b <script type="text/javascript" ...
分类:
Web程序 时间:
2016-05-15 16:38:26
阅读次数:
167
Javascript 与jquery 互转 jquery 为<script src="jquery-1.8.3.js"></script> ...
分类:
编程语言 时间:
2016-05-15 16:31:42
阅读次数:
206
前端请求代码 @{ ViewBag.Title = "View1";} <h2>返回图片</h2> <hr/><img src="/Home/Returnimg"> 后端返回图片代码 public ActionResult Returnimg() { Bitmap bmp = new Bitmap( ...
分类:
Web程序 时间:
2016-05-15 15:16:26
阅读次数:
664
1.创建用户[root@node3bin]#useradd-r-M-s/sbin/nologin-u8080tomcat2.安装jsvc工具[root@node3bin]#tarxvfcommons-daemon-native.tar.gz[root@node3bin]#cdcommons-daemon-1.0.15-native-src/unix/[root@node3unix]#./configure--with-java=/usr/local/jdk1.7.0_80[root@node3..
分类:
其他好文 时间:
2016-05-14 01:21:29
阅读次数:
388
<!DOCTYPEhtml><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html;charset=utf-8"/><title>Ajaxjsontest</title><scriptlanguage="javascript"src="js/jquery-1.8.1.js"/></sc..
分类:
Web程序 时间:
2016-05-14 01:20:43
阅读次数:
213
maven在打包项目的时候报错 maven的web项目默认的webroot是在src\main\webapp。如果在此目录下找不到web.xml就抛出以上的异常。 其实如果标准的maven项目结构的话不会出现这个问题。 在eclipse中即使不使用骨架建立的也是比较标准的项目结构,但是在idea中不 ...
分类:
Web程序 时间:
2016-05-14 00:57:20
阅读次数:
361
首先打开我的文章,进入编辑状态,选择HTML格式然后就可以输入了,下面我们来看代码,首先来看第一种,比较简单的: <bgsound src="/blog/”url"” loop=-1> “url”依然是路径名,loop表示循环数,-1表示始终循环 来看第二种: <EMBED src="music.m ...
分类:
Web程序 时间:
2016-05-13 23:03:46
阅读次数:
256
转自:http://www.cnblogs.com/chenyg32/p/3739564.html 已知strcpy函数的原型是: char *strcpy(char *dst, const char *src); 实现strcpy函数 解释为什么要返回char * 假如考虑dst和src内存重叠的 ...
分类:
其他好文 时间:
2016-05-13 20:23:30
阅读次数:
163