会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一个永
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
14
下一页
2018年3月8日
phpexcel如何读取带公式的excel文件得到值呢?
摘要: 如果某个cell使用到了公式通过getValue()获取的是公式本身而通过getCalculatedValue()会有对象 getFormattedValue()获取到的是公式计算后的值
阅读全文
posted @ 2018-03-08 15:05 氵永
阅读(7523)
评论(0)
推荐(0)
编辑
2018年3月4日
linux安装memcached和php的memcache扩展 (已使用)
摘要: 所需软件libevent-1.4.6-stable.tar.gz (http://monkey.org/~provos/libevent/)memcache-2.2.3.tgz (http://pecl.php.net/package/memcache)memcached-1.2.6.tar.gz
阅读全文
posted @ 2018-03-04 17:15 氵永
阅读(141)
评论(0)
推荐(0)
编辑
2018年3月3日
linux配置虚拟域名
摘要: linux环境下面配置虚拟主机域名 第一步:在root目录下面(即根目录)ls(查看文件)cd进入etc目录find hosts文件vi hosts 打开hosts文件并进行编辑在打开的文件最下面添加:192.168.1.115 domain.com.cn 第二部:cd /usr/local/apa
阅读全文
posted @ 2018-03-03 11:46 氵永
阅读(309)
评论(0)
推荐(0)
编辑
2018年2月19日
PHP源码安装经常会碰到的问题及解决办法
摘要: 错误:configure: error: freetype-config not found. 解决:yum install freetype-devel 错误:configure: error: libevent >= 1.4.11 could not be found 解决:yum -y ins
阅读全文
posted @ 2018-02-19 18:06 氵永
阅读(187)
评论(0)
推荐(0)
编辑
linux 系统 网卡 ethX没有显示IP的处理方式
摘要: 1 临时方式 ifconfig 设备名 IP 地址 (ifconfig eth0 192.168.1.117) 设置好之后马上生效,不需要重启网卡服务(千万别重启网卡服务,不然刚刚设置的又没有了)ifconfig即可查看当前网卡的IP地址。 2 永久方式(设置开启cnoot开启yes就可以) ser
阅读全文
posted @ 2018-02-19 13:17 氵永
阅读(1289)
评论(0)
推荐(0)
编辑
2018年2月8日
php图片转base64
摘要: <?php$i=0;$handle = opendir('./'); //当前目录 while (false !== ($file = readdir($handle))) { //遍历该php文件所在目录 list($filesname,$kzm)=explode(".",$file);//获取扩
阅读全文
posted @ 2018-02-08 15:30 氵永
阅读(145)
评论(0)
推荐(0)
编辑
2018年2月2日
vue路由传参
摘要: console.log( _this.$route.params.id)接收参数 <div class="baoming"><router-link :to="{path:'/competition/'+ssl.id}">报名</router-link></div>跳转 {//路由配置 path:
阅读全文
posted @ 2018-02-02 11:39 氵永
阅读(116)
评论(0)
推荐(0)
编辑
2018年1月29日
php判断手机还是pc
摘要: //判断是否是手机function is_mobile(){ $agent = strtolower($_SERVER['HTTP_USER_AGENT']); $is_pc = (strpos($agent, 'windows nt')) ? true : false; $is_mac = (st
阅读全文
posted @ 2018-01-29 14:23 氵永
阅读(191)
评论(0)
推荐(0)
编辑
2018年1月24日
linux安装node简单方法
摘要: 1、去官网下载和自己系统匹配的文件: 英文网址:https://nodejs.org/en/download/ 中文网址:http://nodejs.cn/download/ 通过 uname -a 命令查看到我的Linux系统位数是64位(备注:x86_64表示64位系统, i686 i386表示
阅读全文
posted @ 2018-01-24 16:18 氵永
阅读(460)
评论(0)
推荐(0)
编辑
2017年12月27日
php正则替换双引号里面的字符
摘要:
阅读全文
posted @ 2017-12-27 16:09 氵永
阅读(424)
评论(0)
推荐(0)
编辑
上一页
1
···
3
4
5
6
7
8
9
10
11
···
14
下一页