Web开发
1.flex调用js方法 调用方法例如:ExternalInterface.call("UploadComplete",oldName,uidName,_dir+"/"+uidName+type); 第一个是js方法名,后面几个是给这个js方法传的参数。这个方法必须在网页的js中注册,否则会调用失败...
分类:Web开发 时间:2015-01-04 09:44:32 收藏:0 阅读:402
Hibernate的四种典型例子(增删改查)//查询// Sessionsession=HibernateSessionFactory.getSession();// session.beginTransaction();// Query q=session.createQuery("from In...
分类:Web开发 时间:2015-01-04 09:43:22 收藏:0 阅读:375
$select_re_id=$cnx->query("select count(*) c from Yid where pid='".$pid."' and gid='".$gid."' and prid='".$prid."' and cid='".$cid."' and did='".$did....
分类:Web开发 时间:2015-01-04 08:39:11 收藏:0 阅读:236
浏览器兼容性问题又被称为网页或网站兼容性问题;不同浏览器内核及所支持的html等网页语言标准不同,不同客户端环境(如分辨率不同)造成实际显示效果未能达到预期理想效果
分类:Web开发 时间:2015-01-04 08:38:52 收藏:0 阅读:748
1.错误页面优雅显示:可以将404等的错误信息页面重定向到网站首页或其它页面,提升用户体验。[root@localhostconf]#vi/etc/httpd/conf/httpd.conf修改以下内容:ErrorDocument404http://sky9896.blog.51cto.com[root@localhostconf]#../bin/apachectl-t#检查语法[root@localhos..
分类:Web开发 时间:2015-01-04 06:31:42 收藏:0 阅读:392
PHP:HypertextPreprocessor,超文本预处理器PHP是嵌入式脚本语言,主要用于网站的开发,是一门编程语言。HTML:Hypertextmarkuplanguage,它是标记语言。<br><table>JAVASCRIPT:它也是编程语言编程语言的特点:变量:用于存储数据数据类型:整型、浮点型、字符串..
分类:Web开发 时间:2015-01-04 06:29:42 收藏:0 阅读:396
ui-router's states and AngularJS directives have much in common. Let's explores the similarities between the two and how these patterns have emerged i...
分类:Web开发 时间:2015-01-04 06:24:01 收藏:0 阅读:315
HtmlUnitHtmlUnit 是 JUnit 的扩展测试框架之一。HtmlUnit 将返回文档模拟成 HTML,这样您便可以直接处理这些文档了。HtmlUnit 使用例如 table、form 等标识符将测试文档作为 HTML 来处理。它同样需要遵循 JUnit 测试框架结构的 Java? 测试...
分类:Web开发 时间:2015-01-04 06:23:51 收藏:0 阅读:457
With theocLazyLoadyou can load AngularJS modules on demand. This is very handy for runtime loading of Angular modules in large applications.'use stric...
分类:Web开发 时间:2015-01-04 06:23:41 收藏:0 阅读:4888
We'velooked at lazy loading with ocLazyLoadpreviously, but what if we are using ui-router and want to lazy load modules when we change states?angular....
分类:Web开发 时间:2015-01-04 06:23:11 收藏:0 阅读:803
131399314003140136531
上一页365301下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!