- 浏览: 112267 次
- 性别:
- 来自: 宁波
最新评论
-
a673730411:
...
linux rpm安装php-fpm、mysql、nginx及安装ftp -
zyn_zyn:
jiafuguang 写道楼主,是你原创的吗自己总结的.... ...
rails3 和 thinking_sphinx安装 -
jiafuguang:
楼主,是你原创的吗
rails3 和 thinking_sphinx安装 -
zyn_zyn:
智有不明 写道说明欠佳。没有讲到数据库是怎么操作的。数据库只是 ...
jquery 搜索自动提示(autocomplete插件用法) -
智有不明:
说明欠佳。没有讲到数据库是怎么操作的。
jquery 搜索自动提示(autocomplete插件用法)
文章列表
1.yii通过phpMailer发送邮件
$max_len=80; //60
$mailer = Yii::app()->phpMailer->_mailer;
//----------------
$mailer->Subject =$subject;
//$body= preg_replace('/\\\\/','', $body);
$mailer->Body =$body;
/ ...
1.安装php_soap.dll扩展
2.代码写法(wcfservice与webservice差不多)
$client = new SoapClient( 'http://www.explome.com/WCFService.svc?wsdl' ); //'wsdl'一定要添加
$params = array( 'id'=>2, 'name'=>'aaa' );
$res = $client->UserCard_SavePass($params); //wcf的方法
$result = $res->UserCard_SavePassResult; ...
1.配置文件
'clientScript'=>array(
'coreScriptUrl'=>'/js', // required to prevent asset publishing of core scripts
'scriptMap'=>array(
//'*.js'=>false,
'jquery.js'=>false, //特定的
//'*.css'=>false,
),
),
2.把js放到最后或最前加载
<?php Yii ...
git 升级,防漏洞
- 博客分类:
- git
1.centos7 修改为yum安装源
wget http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-1.noarch.rpm && rpm -ivh wandisco-git-release-7-1.noarch.rpm
2.安装git
yum install git -y
3.测试漏洞
git init test && cd test && git update-index --add --cachein ...
1.查看linux版本信息
[root@docker ~]# cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)
[root@docker ~]# uname -r
3.10.0-693.11.6.el7.x86_64
2.安装docker
[root@docker ~]# yum install -y docker ==》安装
[root@docker ~]# systemctl start docker ==》启动
[root@docker ~]# systemctl s ...
systemctl start firewalld ##启动Firewall
systemctl enable firewalld.service ##设置开机自启动
firewall-cmd --state ##查看防火墙状态,是否是running
firewall-cmd --reload ##重新载入配置,比如添加规则之后,需要执行此命令
firewall-cmd --get-zones ##列出支持的zone
fi ...
1.删除地址栏中index.php, 环境简介:thinkphp框架 linux(centos)php-fpm nginx
2..在thinkphp项目目录的配置文件中添加一下面代码:
'URL_CASE_INSENSITIVE'=>true,//url不区分大小写
'URL_MODEL'=>'2', //url模式
'URL_CASE_INSENSITIVE'=>false, //url可以也写成:http://localhost/thinkphp4/index.php/UserGroup/index
'URL_HTML_SUFFIX'=&g ...
linux svn服务安装
- 博客分类:
- linux svn
1.先安装svn服务运行下面命令:
yum install subversion
2.查看是否安装成功
svn --help
如果出现下面结果,安装成功
3.创建初始版本库
svnadmin create /home/svnrepos
4.配置svn
cd /home/svnrepos/conf #进入svn配置目录
4.1 配置用户名,密码
vim passwd
1.如果没有ftp软件,直接安装运行下面程序:
yum -y install vsftpd
chkconfig vsftpd on
安装出现下面错误:
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
Error: Cannot find a valid ba ...
1.搭建ci项目,http://codeigniter.org.cn/p 到这个网站上下载一个ci框架,目前我用的是3.0.0。(网站里有帮助说明)
2.删除一些没有的文件与目录之后,如下图:
研发主要是在application目录下,system目录为框架目录。public目录是我新建的,主要用于放js、css、images。
3.ci基础配置,css\js\images引用,在config目录下的config.php里添加了一个系统变量:
$config['asset_url'] = "http://127.0.0.1/"; //js\cs ...
1.把xml解析成数组
private function xml_to_array($xml) {
$reg = "/<(\\w+)[^>]*?>([\\x00-\\xFF]*?)<\\/\\1>/";
if (preg_match_all($reg, $xml, $matches)) {
$count = count($matches[0]);
$arr = array();
for ($i = 0; $i < $count; $i++) {
$key = $matches[1][$i]; ...
源文: http://rubyer.me/blog/638/
1.下载redis,安装:
cd /tmp
wget http://redis.googlecode.com/files/redis-2.2.13.tar.gz
tar -zxf redis-2.2.13.tar.gz
cd redis-2.2.13
make
sudo make install
这时Redis 的可执行文件被放到了/usr/local/bin
2、下载配置文件和init启动脚本:
wget https://github.com/ijonas/dotfiles/raw ...
php com读取word文件
- 博客分类:
- php
环境说明:
php5.5+ microsoft office 2010 windows7
1.安装microsoft office2010
2.把php_com_dotnet.dll文件放到php/ext目录下,取消extension=php_com_dotnet.dll前面“;”
3.配置php.ini中com.allow_dcom = true设置为true,并且删除前面";"
如出现在面错误,先重新安装一下microsoft office 2010;或查看com_dotnet有没有安装成功
目前报错
PHP Fatal error: ...
环境说明:
google map api 2014
方法一:
1.到google上申请一个账号,再获取key
2.页面代码如下:
<html>
<head>
<script src="http://ditu.google.cn/maps?file=api&hl=zh-CN&v=2.s&key=key" type="text/javascript"></script>
<script type="text/javascript"> ...
php windows7 phalcon框架搭建
- 博客分类:
- php
1.先查看操作系统版本:
phpinfo();
2.下载php_phalcon.dll,到http://phalconphp.com/en/download/windows下载文件
3.把文件放到php目录下的ext文件夹中,并在php.ini中添加extension=php_phalcon.dll
4.重启php服务,查看是否安装成功(是否存在phalcon扩展)