寞踪的技术博客

HOME ARCHIVES
2013-05-10

crontab 定时执行某个域名

crontab 可以定时执行某个PHP文件,但是在实际项目中,我们用的是框架,因为不能破坏项目整体架构,所以不能定时执行某个PHP文件。

Read More

Share
  • Linux
2012-11-11

django1.0.4 blog Admin管理界面的激活方法

先django-admin startproject mysite创建一个项目 创建一个blog 1、设置数据库 settings.py ......

Read More

Share
  • Python
2012-01-30

Nginx实现HTTP负载均衡

下面是配置nginx负载均衡的简单示例文件 ......

Read More

Share
  • Nginx
2012-01-17

php查找一个单词在一个文件中的第几行第几列

获得这个文件有多少行 有一个很大的日志文件,要读出最后100行,怎么办? ......

Read More

Share
  • PHP
2012-01-09

PHP之call_user_func_array用法

call_user_func_array 使用 ......

Read More

Share
  • PHP
2012-01-06

PHP连接多个mysql数据库的类

定义一个连接类,可以访问建立多个数据库连接对象 ......

Read More

Share
  • MySQL
  • PHP
2011-11-25

smarty 生成静态化html文件

smarty静态化。 打开Smarty.class.php 文件 加入以下代码 在控制器调用 ......

Read More

Share
  • PHP
  • smarty
2011-10-20

PHP:在循环内或外实例化类在占用内存上有很大的区别

PHP在循环内或外实例化类在占用内存上有很大的区别

Read More

Share
  • PHP
2011-10-20

PHP:XML与数组互相转换

把XML转化为数组 把数据转换为XML格式的数据 ......

Read More

Share
  • PHP
  • XML
2011-09-23

字符串相关的 PHP 代码片段

1、自动移除字符串中的 HTML 标记 2、获取 $start 和 $end 之间的文本 3、将 URL 转换为超链接 4、将文本分割为 140 字符的数组 ......

Read More

Share
  • PHP
<< Prev12345Next >>

Tags

  • C
  • CentOS
  • ElasticSearch
  • Libvirt
  • Linux
  • Memcached
  • MySQL
  • Nginx
  • PHP
  • Python
  • Redis
  • Vue
  • XML
  • hexo
  • jekyll
  • npm
  • rebbitmq
  • ruby
  • saltstack
  • smarty
  • 网络

Tag Cloud

C CentOS ElasticSearch Libvirt Linux Memcached MySQL Nginx PHP Python Redis Vue XML hexo jekyll npm rebbitmq ruby saltstack smarty 网络

Archives

  • November 2020
  • October 2020
  • September 2020
  • February 2020
  • October 2019
  • June 2019
  • October 2018
  • July 2018
  • June 2018
  • January 2018
  • June 2017
  • May 2017
  • January 2016
  • October 2015
  • August 2015
  • March 2014
  • December 2013
  • November 2013
  • September 2013
  • August 2013
  • July 2013
  • May 2013
  • November 2012
  • January 2012
  • November 2011
  • October 2011
  • September 2011
  • October 2010

Recent Posts

  • PHP判断文件上传的真实类型
  • PHP 协程
  • Vue UI 可视化管理项目
  • npm源换成淘宝源
  • PHP中使用ElasticSearch
  • PHP中使用RabbitMQ
  • CentOS 7.8 编译安装LNMP
  • mysqldump Error 2013: Lost connection to MySQL server during query when dumping table `tablename`
  • MySQL 导入导出数据库
  • PHP观察者模式
  • PHP 迭代器模式
  • CentOS 7使用Fail2ban+firewalld来阻止恶意IP访问
  • HTTP和HTTPS的区别,HTTPS加密方式
  • hexo使用
  • CenOS 7 开放80端口
  • PHP的执行流程
  • PHP运行机制
  • PHP7新特性
  • PHP使用SOAP
  • Redis 集群
© 2021 寞踪
Powered by Hexo
HOME ARCHIVES