会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小白兔晒黑了
导航
博客园
首页
新随笔
联系
订阅
管理
公告
上一页
1
···
26
27
28
29
30
31
32
下一页
2019年4月1日
windows yii2 配置redis
摘要: 1 安装redis https://blog.csdn.net/gaotanpan3666/article/details/83047081 安装redis 2 yii安装redis扩展 3配置basic/config/web.php 在components数组中添加如下内容: 4 使用
阅读全文
posted @ 2019-04-01 11:06 小白兔晒黑了
阅读(140)
评论(0)
推荐(0)
2019年3月29日
Windows 配置nginx服务器 运行php项目
摘要: 1下载 http://nginx.org/en/download.html 选择稳定版下载。 2 解压后 直接双击nginx.exe 双击后一个黑色的弹窗一闪而过 3 修改配置文件nginx.conf 3.1 修改你的站点名称 我这边还是localhost 3.2 3.3 4 启动nginx 在cm
阅读全文
posted @ 2019-03-29 16:20 小白兔晒黑了
阅读(5125)
评论(0)
推荐(0)
2019年3月25日
安装php调试工具 Xdebug的步骤 火狐 phpstorm联调
摘要: 一 安装服务器端 1 选择你的版本 <?php phpinfo(); ?> 比如我的: 关键是这三项:PHP Version 7.3.0Architecture x86 (x86是32位系统,X64指的是64位系统)Zend Extension Build API320180731,TS,VC15
阅读全文
posted @ 2019-03-25 18:33 小白兔晒黑了
阅读(528)
评论(0)
推荐(0)
2019年3月18日
PHPStorm 2018 的安装 汉化 与使用
摘要: 下载地址 和安装方法 链接:https://pan.baidu.com/s/1FT8aZoQajw044qlNXkRPfg 提取码:z4sx 配置与使用方法 https://blog.csdn.net/fenglailea/article/details/53350080 win11,2018版已经
阅读全文
posted @ 2019-03-18 16:45 小白兔晒黑了
阅读(251)
评论(0)
推荐(0)
2019年3月13日
aptana怎么显示空格 tab和回车等
摘要: 配置2字符长度的Tab来进行缩进 Window->Preferences,Gereral->Editors->Text Editors,确认勾选了Insert spaces for tabs,保证Displayed tab width:的输入框中的值是2。 注意:各个操作系统对于制表符Tab键的编码
阅读全文
posted @ 2019-03-13 13:24 小白兔晒黑了
阅读(234)
评论(0)
推荐(0)
2019年3月1日
学习linux—— VMware 安装 ubantu 18 如何连接wifi
摘要: 1 适配器设置 修改本地连接 2 修改VMware的虚拟网络编辑器 3 虚拟机设置
阅读全文
posted @ 2019-03-01 15:13 小白兔晒黑了
阅读(411)
评论(0)
推荐(0)
2018年9月28日
[转]MAC系统下Sublime Text3 配置Python3详细教程(亲测有效)
摘要: 原文地址: https://blog.csdn.net/weixin_41768008/article/details/79859008?tdsourcetag=s_pctim_aiomsg 这段时间由于想要学习Python,看到了有人推荐sublime text3这一款简洁的编辑器,便下载来试一下
阅读全文
posted @ 2018-09-28 18:21 小白兔晒黑了
阅读(242)
评论(0)
推荐(0)
2018年9月6日
如何利用sql 读取辅表的最大max 和第二最大max。。。。
摘要: 取最大一条能用max,取第二大的就不需要用max函数了。。。。
阅读全文
posted @ 2018-09-06 11:58 小白兔晒黑了
阅读(297)
评论(0)
推荐(0)
2017年11月8日
利用PHPExcel导出excel 以及利用js导出excel
摘要: 导出excel的方法output_excel需要依赖PHPExcel 导出csv的方法csv_export不需要 利用js导出excel <script src="/js/excel/xlsx.core.min.js"></script><script src="/js/excel/blob.js"
阅读全文
posted @ 2017-11-08 16:51 小白兔晒黑了
阅读(405)
评论(0)
推荐(0)
2017年10月4日
yii2.0如何优化路由
摘要: 比如我的路由是 http://localhost/basic/web/?r=site/index 现在想改成 http://localhost/basic/web/site/index 的形式 第一步 在config/web/php里把urlManager的注释打开 第二步 在basic\web目录
阅读全文
posted @ 2017-10-04 18:18 小白兔晒黑了
阅读(199)
评论(0)
推荐(0)
上一页
1
···
26
27
28
29
30
31
32
下一页