上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 32 下一页
摘要: 刚才在GR读到Here Comes The Sun的A shorten url app,其中提到了Python下Django框架的一些问题,我很感兴趣,搜索了一下MTV模型,资料很少。但有一篇我读后很有启发,现在转载如下。原文链接:python+django MTV框架 和php MVC框架的不同之处 - PHP+MYSQL+APACHE - ThinkPHP官方论坛作者:乔峰******************残酷的分割线*****************python+django MTV框架 和php MVC框架的不同之处 最近学习了python语言和djangoMTV框架,感觉用的很爽啊 阅读全文
posted @ 2011-11-16 10:01 凡的世界 阅读(6619) 评论(0) 推荐(0)
摘要: <html><head><script>var encode = escape('排行');alert(encode);alert('排行');function covert(){var z = document.getElementById('dd').value;document.getElementById('ecode').value = escape(z);}function uncovert(){var z = document.getElementById('dd1' 阅读全文
posted @ 2011-11-07 18:26 凡的世界 阅读(902) 评论(0) 推荐(0)
摘要: tencent://message/?uin=53928716&Site=potisoft&Menu=yes 阅读全文
posted @ 2011-08-16 16:46 凡的世界 阅读(347) 评论(0) 推荐(0)
摘要: 下面关于TOMCAT6.0配置多站点的问题怎么解决? [互联网 Windows ] 收藏 转发至天涯微博 悬赏点数 10 3个回答 夏洛叶 2009-02-08 09:26:30 在F:\Tomcat 6.0\conf\server.xml配置是这样的,想同时启动5个站点, <Host name="bbb" debug="0" appBase="F:\Tomcat 6.0\webapps" unpackWARs="true" autoDeploy="true" xmlValidation= 阅读全文
posted @ 2011-04-25 15:51 凡的世界 阅读(662) 评论(0) 推荐(0)
摘要: 简介:这是Javascript select控件操作大全(新增、修改、删除、选中、清空、判断存在等)的详细页面,介绍了和表单,有关的知识,加入收藏请按键盘ctrl+D,谢谢大家 的观看!要查看更多有关信息,请点击此处 1判断select选项中 是否存在Value="paraValue"的Item 2向select选项中 加入一个Item 3从 select选项中 删除一个Item 4删除sele... 阅读全文
posted @ 2010-07-27 12:00 凡的世界 阅读(434) 评论(0) 推荐(1)
摘要: 本地下载地址官方下载地址 阅读全文
posted @ 2010-06-07 18:45 凡的世界 阅读(387) 评论(0) 推荐(0)
摘要: <script language="javascript"> var tmpArr,QueryString; var URL = document.location.toString(); if(URL.lastIndexOf("?")!=-1){ QueryString= URL.substring(URL.lastIndexOf("?")+1,URL.length); tmpArr... 阅读全文
posted @ 2010-05-13 20:37 凡的世界 阅读(595) 评论(0) 推荐(0)
摘要: http://www.codeproject.com/KB/webforms/PleaseWaitButton.aspx 阅读全文
posted @ 2010-05-05 16:02 凡的世界 阅读(191) 评论(0) 推荐(0)
摘要: .NET 3.5的新特性包括: 自动属性(Auto-Implemented Properties) 隐含类型局部变量(Local Variable Type Inference) 匿名类型(Anonymous Types) 对象与集合初始化器(Object and Collection Initializers) 扩展方法(Extension Methods) Lambda表达式和Lambda表达... 阅读全文
posted @ 2009-11-16 23:11 凡的世界 阅读(306) 评论(0) 推荐(0)
摘要: 最近看到很多人的网站都被注入js,被iframe之类的。非常多。 本人曾接手过一个比较大的网站,被人家入侵了,要我收拾残局。。 1.首先我会检查一下服务器配置,重新配置一次服务器安全,可以参考 http://hi.baidu.com/zzxap/blog/item/18180000ff921516738b6564.html 2.其次,用麦咖啡自定义策略,即使网站程序有漏洞,别人也很难在文件上写入代... 阅读全文
posted @ 2009-09-01 18:23 凡的世界 阅读(389) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 32 下一页