最新发布第82页
开发掌握Nginx之一:反向代理、动静分离、负载均衡
ubuntu iptables 配置脚本代码参考
这篇文章主要介绍了ubuntu iptables 配置脚本代码,需要的朋友可以参考下 #!/bin/bash #!/bin/bash case '$1' in start) echo -n 'Staring to write your Iptbales:......
PHP lcfirst()函数定义与用法
高效mongodb不使用skip的php分页类实现方法
这里提供了一个高效的MongoDB PHP分页类,不使用skip方法进行分页: class MongoDBPage { protected $conn; // MongoDB连接 protected $dbName; // 数据库名 protected $collection; // 集合名 pr...
解决CompMgmtLauncher.exe CPU占用过高问题
这是右键计算机再点管理后出现的进程,有人说是与优化大师有关。 解决办法: 在注册表里找到: HKEY_CLASSES_ROOTCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellManagecommand 原来的默认键...
Jquery获取radio选中值的方法汇总
PHP获取MySQL执行sql语句的查询时间方法
如下所示: //计时开始 runtime(); //执行查询 mysql_query($sql); //计时结束. echo runtime(1); //计时函数 function runtime($mode=0) { static $t; if(!$mode) { $t = microtime(); return;...
ThinkPHP的常用配置选项汇总
ThinkPHP的常用配置选项。具体如下: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 5...
苹果公司推出的新编程语言Swift简介和入门教程
一、Swift是什么? Swift是苹果于WWDC 2014发布的编程语言,这里引用The Swift Programming Language的原话: Swift is a new programming language for iOS and OS X apps that builds on the ...






















