上一页 1 ··· 3 4 5 6 7
  2016年8月22日
摘要: PHP服务器组件非常多有WampServer、XAMPP、AppServ、phpStudy、phpnow等。 菜鸟教程推荐: WampServer,这也是目前window平台上使用最广泛的,操作也非常简单。WampServer内部还集成了PhpMyAdmin 数据库管理工具。 下载地址:http:/ 阅读全文
posted @ 2016-08-22 21:41 Lightt 阅读(432) 评论(0) 推荐(0) 编辑
  2016年6月28日
摘要: 1 /* Zepto v1.0-1-ga3cab6c - polyfill zepto detect event ajax form fx - zeptojs.com/license */ 2 ;(function(undefined) { 3 if (String.prototype.trim === undefined) // fix for iOS 3.2 4 ... 阅读全文
posted @ 2016-06-28 14:08 Lightt 阅读(634) 评论(0) 推荐(0) 编辑
  2016年6月17日
摘要: 在实现一个搜索下拉框的效果,因为需要通过AJAX来请求自己的一个webservice,但是JS是不允许访问不同源的资源的,所以需要配置一个代理服务器来实现数据的返回,找了好多文章试过都不行,下面记录下这篇文章的内容已备以后查看 Nginx为Tomcat服务器作反向代理的配置教程 这篇文章主要介绍了N 阅读全文
posted @ 2016-06-17 21:04 Lightt 阅读(926) 评论(0) 推荐(0) 编辑
摘要: 1、首先从官网下载nginx文件http://nginx.org/en/download.html 2、在命令行下输入start nginx 启动 看下配置文件的端口配置 默认是80 检查是否被占用 3、配置文件nginx.conf 4、常用命令: 启动:start nginx 停止:nginx.e 阅读全文
posted @ 2016-06-17 18:29 Lightt 阅读(187) 评论(0) 推荐(0) 编辑
  2011年12月7日
摘要: 运行效果图: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 翻转数组元素 7 { 8 class Program 9 {10 static void Main(string[] args)11 {12 13 string[] names = { "刘德华", "张学友", "郭富城", "黎明" };14 for (int i =... 阅读全文
posted @ 2011-12-07 00:20 Lightt 阅读(302) 评论(0) 推荐(0) 编辑
  2011年7月24日
摘要: 因为原先安装过visual studio 2008 team没卸载干净,在重新安装visual studio 2008 team时老是不成功,后来才知道是原来是office2007没有卸载干净的原因,但office2007通过添加删除程序根本就不能完成删除,只有用office专门的卸载工具才能卸载干净 阅读全文
posted @ 2011-07-24 14:51 Lightt 阅读(210) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7