<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"> <channel> <title>叶落山城秋</title> <link>http://www.iphpt.com</link> <description>叶落山城秋的个人技术博客,分享一些技术文章,分享一些琐碎</description> <managingEditor> (叶落山城秋)</managingEditor> <item> <title>Error: Request failed with status code 403</title> <link>http://www.iphpt.com/detail/150</link> <description>用gitalk评论经常出现Request failed with status code 403,于是自己搭建代理解决</description> <author>叶落山城秋</author> <guid>150</guid> <pubDate>Sat, 16 Oct 2021 17:46:06 +0800</pubDate> </item> <item> <title>写了一个能给gitbook加上一个引流公众号的插件</title> <link>http://www.iphpt.com/detail/149</link> <description>怎么给自己的gitbook站点引流到公众号里,于是我写了一个插件</description> <author>叶落山城秋</author> <guid>149</guid> <pubDate>Sun, 02 Aug 2020 20:26:35 +0800</pubDate> </item> <item> <title>Golang底层学习笔记</title> <link>http://www.iphpt.com/detail/148</link> <description>内容是2019年跳槽之前看 德莱文大佬的博客,然后写成自己的笔记, 方便自己复习的
可能原文已经发生改变,不过大体应该还是对的...
</description> <author>叶落山城秋</author> <guid>148</guid> <pubDate>Wed, 15 Jul 2020 14:33:41 +0800</pubDate> </item> <item> <title>批量插入条数过多</title> <link>http://www.iphpt.com/detail/147</link> <description>0 Error 1390: Prepared statement contains too many placeholders

</description> <author>叶落山城秋</author> <guid>147</guid> <pubDate>Sun, 21 Jun 2020 14:28:33 +0800</pubDate> </item> <item> <title>LibreSSL SSL_connectSSL_ERROR_SYSCALL in connection to github.com443 </title> <link>http://www.iphpt.com/detail/146</link> <description>fatal: unable to access 'https://github.com/xzghua/test.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

</description> <author>叶落山城秋</author> <guid>146</guid> <pubDate>Sun, 31 May 2020 14:27:14 +0800</pubDate> </item> <item> <title>Headers were already written Wanted to override status code 400 with 200</title> <link>http://www.iphpt.com/detail/145</link> <description>[GIN-debug] [WARNING] Headers were already written. Wanted to override status code 400 with 200
</description> <author>叶落山城秋</author> <guid>145</guid> <pubDate>Sun, 19 Apr 2020 18:20:01 +0800</pubDate> </item> <item> <title>自写的包放在公司内网代码托管服务器(gitlab)上,拉取有问题</title> <link>http://www.iphpt.com/detail/144</link> <description>go get gitlab.xxxx.com/iphpt/commonPkg: module gitlab.xxxx.com/iphpt/commonPkg: Get "https://proxy.golang.org/gitlab.xxxx.com/iphpt/commonPkg/@v/list": dial tcp 34.64.4.17:443: i/o timeout</description> <author>叶落山城秋</author> <guid>144</guid> <pubDate>Sat, 14 Mar 2020 18:19:19 +0800</pubDate> </item> <item> <title>ping: ERR This instance has cluster support disabled</title> <link>http://www.iphpt.com/detail/143</link> <description>redis报错

ping: ERR This instance has cluster support disabled</description> <author>叶落山城秋</author> <guid>143</guid> <pubDate>Wed, 19 Feb 2020 08:17:47 +0800</pubDate> </item> <item> <title>dyld: Library not loaded: @rpath/libqconf.dylib</title> <link>http://www.iphpt.com/detail/141</link> <description>dyld: Library not loaded: @rpath/libqconf.dylib
 Referenced from: /Users/zhu/work/go/test-go
 Reason: image not found
[1] 20779 abort /Users/zhu/work/go/test-go</description> <author>叶落山城秋</author> <guid>141</guid> <pubDate>Sun, 19 Jan 2020 12:20:45 +0800</pubDate> </item> <item> <title>Qconf本地环境问题</title> <link>http://www.iphpt.com/detail/140</link> <description>项目依赖Qconf,但是安装后还是有问题!</description> <author>叶落山城秋</author> <guid>140</guid> <pubDate>Thu, 26 Dec 2019 10:41:19 +0800</pubDate> </item> <item> <title>Why is a Goroutine’s stack infinite ?</title> <link>http://www.iphpt.com/detail/139</link> <description>Why is a Goroutine’s stack infinite</description> <author>叶落山城秋</author> <guid>139</guid> <pubDate>Thu, 14 Nov 2019 16:23:39 +0800</pubDate> </item> <item> <title>KMP算法和BF算法白话文</title> <link>http://www.iphpt.com/detail/138</link> <description>经典字符串匹配,常常会用到KMP算法,白话写一下</description> <author>叶落山城秋</author> <guid>138</guid> <pubDate>Thu, 24 Oct 2019 20:53:08 +0800</pubDate> </item> <item> <title>【转】Golang内存分配逃逸分析</title> <link>http://www.iphpt.com/detail/137</link> <description>Golang逃逸分析,也是要了解知道的知识点!</description> <author>叶落山城秋</author> <guid>137</guid> <pubDate>Sun, 22 Sep 2019 10:47:49 +0800</pubDate> </item> <item> <title>树,二叉树,平衡二叉树,红黑树,B树等逐步深入了解</title> <link>http://www.iphpt.com/detail/136</link> <description>树,二叉树,平衡二叉树,红黑树,B树 都是必须知道了解的知识点.. 学习下</description> <author>叶落山城秋</author> <guid>136</guid> <pubDate>Tue, 20 Aug 2019 17:52:20 +0800</pubDate> </item> <item> <title>23.合并K个排序链表(题目解析+思路分析+代码行注释)</title> <link>http://www.iphpt.com/detail/135</link> <description>Leetcode经典题目 23题 合并K个排序链表</description> <author>叶落山城秋</author> <guid>135</guid> <pubDate>Wed, 03 Jul 2019 22:32:11 +0800</pubDate> </item> <item> <title>524. 通过删除字母匹配到字典里最长单词(题目解析+思路分析+代码行注释)</title> <link>http://www.iphpt.com/detail/134</link> <description>Leetcode经典题目 524题目 通过删除字母匹配到字典里最长单词</description> <author>叶落山城秋</author> <guid>134</guid> <pubDate>Mon, 01 Jul 2019 19:31:08 +0800</pubDate> </item> <item> <title>355.设计推特(题目解析+思路分析+代码行注释)</title> <link>http://www.iphpt.com/detail/133</link> <description>Leetcode经典题目 355题 设计推特</description> <author>叶落山城秋</author> <guid>133</guid> <pubDate>Fri, 21 Jun 2019 21:29:38 +0800</pubDate> </item> <item> <title>146. LRU缓存机制(题目解析+思路分析+代码行注释)</title> <link>http://www.iphpt.com/detail/132</link> <description>Leetcode经典题 146题 LRU缓存机制</description> <author>叶落山城秋</author> <guid>132</guid> <pubDate>Fri, 14 Jun 2019 19:28:08 +0800</pubDate> </item> <item> <title>关于go-blog的配置文件解析</title> <link>http://www.iphpt.com/detail/131</link> <description>配置文件灵活配置</description> <author>叶落山城秋</author> <guid>131</guid> <pubDate>Wed, 29 May 2019 15:29:28 +0800</pubDate> </item> <item> <title>go-blog安装教程</title> <link>http://www.iphpt.com/detail/130</link> <description>go-blog是我自己写的博客系统,后端利用golang+gin做的api接口,后台用vue的iview 组件所写,前台是常见的html+css页面</description> <author>叶落山城秋</author> <guid>130</guid> <pubDate>Wed, 29 May 2019 14:20:34 +0800</pubDate> </item> <item> <title>antd react table扩展行(expandedRowRender)异步记载数据再渲染问题</title> <link>http://www.iphpt.com/detail/129</link> <description>因为数据关联的太多,然后table展示的时候,需要扩展行来展示数据,但是扩展行的数据关联的太多</description> <author>叶落山城秋</author> <guid>129</guid> <pubDate>Mon, 29 Apr 2019 11:24:09 +0800</pubDate> </item> <item> <title>xorm 通过结构体获取到 表名</title> <link>http://www.iphpt.com/detail/128</link> <description>xorm 通过结构体获取到 表名</description> <author>叶落山城秋</author> <guid>128</guid> <pubDate>Tue, 09 Apr 2019 15:22:37 +0800</pubDate> </item> <item> <title>goroutine stack exceeds 1000000000-byte limit</title> <link>http://www.iphpt.com/detail/127</link> <description>runtime: goroutine stack exceeds 1000000000-byte limit
fatal error: stack overflow</description> <author>叶落山城秋</author> <guid>127</guid> <pubDate>Tue, 19 Mar 2019 10:21:41 +0800</pubDate> </item> <item> <title>incorrect region, please use up-z1.qiniup.com</title> <link>http://www.iphpt.com/detail/126</link> <description>incorrect region, please use up-z1.qiniup.com</description> <author>叶落山城秋</author> <guid>126</guid> <pubDate>Wed, 13 Feb 2019 11:08:59 +0800</pubDate> </item> <item> <title>No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin</title> <link>http://www.iphpt.com/detail/125</link> <description>No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8089' is therefore not allowed access.</description> <author>叶落山城秋</author> <guid>125</guid> <pubDate>Thu, 10 Jan 2019 22:03:34 +0800</pubDate> </item> <item> <title>curl 18 transfer closed with outstanding read data remaining</title> <link>http://www.iphpt.com/detail/124</link> <description>fatal: the remote end hung up unexpectedly
fatal: early EOF</description> <author>叶落山城秋</author> <guid>124</guid> <pubDate>Tue, 08 Jan 2019 16:43:38 +0800</pubDate> </item> <item> <title>wildcard route id conflicts with existing children in path</title> <link>http://www.iphpt.com/detail/123</link> <description>panic: wildcard route ':id' conflicts with existing children in path '/console/post/:id/edit'</description> <author>叶落山城秋</author> <guid>123</guid> <pubDate>Fri, 04 Jan 2019 20:42:56 +0800</pubDate> </item> <item> <title>Parsing error x-invalid-end-tag</title> <link>http://www.iphpt.com/detail/122</link> <description>error: Parsing error: x-invalid-end-tag (vue/no-parsing-error)</description> <author>叶落山城秋</author> <guid>122</guid> <pubDate>Fri, 28 Dec 2018 16:42:13 +0800</pubDate> </item> <item> <title>Invalid default value for 'created_at'</title> <link>http://www.iphpt.com/detail/121</link> <description>Error 1067: Invalid default value for 'created_at'</description> <author>叶落山城秋</author> <guid>121</guid> <pubDate>Thu, 08 Nov 2018 10:41:23 +0800</pubDate> </item> <item> <title>math/rand 随机一个整数有个小坑</title> <link>http://www.iphpt.com/detail/120</link> <description>buggggggggggg</description> <author>叶落山城秋</author> <guid>120</guid> <pubDate>Mon, 22 Oct 2018 18:23:26 +0800</pubDate> </item> <item> <title>glide update 报错</title> <link>http://www.iphpt.com/detail/119</link> <description>Error scanning google.golang.org/grpc/metadata: cannot find package "." i</description> <author>叶落山城秋</author> <guid>119</guid> <pubDate>Thu, 18 Oct 2018 17:54:17 +0800</pubDate> </item> <item> <title>protoc执行报错</title> <link>http://www.iphpt.com/detail/118</link> <description>protoc-gen-go: Plugin failed with status code 1</description> <author>叶落山城秋</author> <guid>118</guid> <pubDate>Tue, 18 Sep 2018 17:53:48 +0800</pubDate> </item> <item> <title>426 upgrade required</title> <link>http://www.iphpt.com/detail/117</link> <description>426 upgrade required</description> <author>叶落山城秋</author> <guid>117</guid> <pubDate>Tue, 07 Aug 2018 15:57:33 +0800</pubDate> </item> <item> <title>could not find driver</title> <link>http://www.iphpt.com/detail/116</link> <description> [Doctrine\DBAL\Driver\PDOException] could not find driver</description> <author>叶落山城秋</author> <guid>116</guid> <pubDate>Sat, 07 Jul 2018 15:54:36 +0800</pubDate> </item> <item> <title>Go语言的goroutines、信道和死锁</title> <link>http://www.iphpt.com/detail/115</link> <description>goroutines、信道和死锁</description> <author>叶落山城秋</author> <guid>115</guid> <pubDate>Sat, 23 Jun 2018 15:36:09 +0800</pubDate> </item> <item> <title>golang身份证邮箱手机号等等敏感信息加星</title> <link>http://www.iphpt.com/detail/114</link> <description>各种字符串加星</description> <author>叶落山城秋</author> <guid>114</guid> <pubDate>Thu, 31 May 2018 14:55:34 +0800</pubDate> </item> <item> <title>beego注解路由不生效</title> <link>http://www.iphpt.com/detail/113</link> <description>注解路由不生效</description> <author>叶落山城秋</author> <guid>113</guid> <pubDate>Thu, 31 May 2018 14:53:03 +0800</pubDate> </item> <item> <title>beego模板提交不了put,delete等请求</title> <link>http://www.iphpt.com/detail/112</link> <description>beego模板提交不了put,delete等请求</description> <author>叶落山城秋</author> <guid>112</guid> <pubDate>Thu, 31 May 2018 14:52:17 +0800</pubDate> </item> <item> <title>beego关联关系的一个坑</title> <link>http://www.iphpt.com/detail/111</link> <description>beego关联关系的一个坑</description> <author>叶落山城秋</author> <guid>111</guid> <pubDate>Thu, 05 Apr 2018 22:04:45 +0800</pubDate> </item> <item> <title>invalid character looking for beginning of value</title> <link>http://www.iphpt.com/detail/110</link> <description>logs.BeeLogger.SetLogger: invalid character '/' looking for beginning of value</description> <author>叶落山城秋</author> <guid>110</guid> <pubDate>Thu, 05 Apr 2018 22:02:56 +0800</pubDate> </item> <item> <title>sql unknown driver postgres forgotten import</title> <link>http://www.iphpt.com/detail/109</link> <description>sql unknown driver postgres forgotten import</description> <author>叶落山城秋</author> <guid>109</guid> <pubDate>Thu, 05 Apr 2018 22:00:56 +0800</pubDate> </item> <item> <title>beego postgresql数据迁移报错</title> <link>http://www.iphpt.com/detail/108</link> <description>beego postgresql数据迁移报错</description> <author>叶落山城秋</author> <guid>108</guid> <pubDate>Thu, 05 Apr 2018 21:59:36 +0800</pubDate> </item> <item> <title>go get 没反应(下载不下来)</title> <link>http://www.iphpt.com/detail/107</link> <description>go get 没反应</description> <author>叶落山城秋</author> <guid>107</guid> <pubDate>Thu, 22 Mar 2018 18:28:35 +0800</pubDate> </item> <item> <title>计数器、滑动窗口、漏桶、令牌算法比较和伪代码实现</title> <link>http://www.iphpt.com/detail/106</link> <description>计数器、滑动窗口、漏桶、令牌</description> <author>叶落山城秋</author> <guid>106</guid> <pubDate>Tue, 27 Feb 2018 16:52:38 +0800</pubDate> </item> <item> <title>0005 Could not create migrations table: pq: type "migrations_status" already exists</title> <link>http://www.iphpt.com/detail/105</link> <description>0005 Could not create migrations table: pq: type "migrations_status" already exists</description> <author>叶落山城秋</author> <guid>105</guid> <pubDate>Tue, 09 Jan 2018 15:34:48 +0800</pubDate> </item> <item> <title>(新手)该公众号提供的服务出现故障,请稍后再试</title> <link>http://www.iphpt.com/detail/104</link> <description>该公众号提供的服务出现故障,请稍后再试</description> <author>叶落山城秋</author> <guid>104</guid> <pubDate>Mon, 25 Dec 2017 17:28:40 +0800</pubDate> </item> <item> <title>不忙的时候,整合了一点东西写了一个小作品</title> <link>http://www.iphpt.com/detail/103</link> <description>-_-</description> <author>叶落山城秋</author> <guid>103</guid> <pubDate>Thu, 09 Nov 2017 23:10:11 +0800</pubDate> </item> <item> <title>mac本地配置一个docker 含有lnmp的环境(超简单)</title> <link>http://www.iphpt.com/detail/102</link> <description>mac本地配置一个docker 含有lnmp的环境</description> <author>叶落山城秋</author> <guid>102</guid> <pubDate>Thu, 09 Nov 2017 23:00:16 +0800</pubDate> </item> <item> <title>Vue+highlight代码高亮</title> <link>http://www.iphpt.com/detail/101</link> <description>Vue+highlight代码高亮</description> <author>叶落山城秋</author> <guid>101</guid> <pubDate>Thu, 12 Oct 2017 10:16:50 +0800</pubDate> </item> <item> <title>Do not use built-in or reserved HTML elements as component id: Header</title> <link>http://www.iphpt.com/detail/100</link> <description>Do not use built-in or reserved HTML elements as component id: Header</description> <author>叶落山城秋</author> <guid>100</guid> <pubDate>Tue, 19 Sep 2017 23:49:38 +0800</pubDate> </item> <item> <title>Component template should contain exactly one root element</title> <link>http://www.iphpt.com/detail/99</link> <description>Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead.</description> <author>叶落山城秋</author> <guid>99</guid> <pubDate>Wed, 23 Aug 2017 16:45:06 +0800</pubDate> </item> <item> <title>Invalid prop: type check failed for prop "value". Expected String, Number, got Undefined.</title> <link>http://www.iphpt.com/detail/98</link> <description>[Vue warn]: Invalid prop: type check failed for prop "value". Expected String, Number, got Undefined.</description> <author>叶落山城秋</author> <guid>98</guid> <pubDate>Wed, 23 Aug 2017 16:44:20 +0800</pubDate> </item> <item> <title>Status Code 405 Method Not Allowed</title> <link>http://www.iphpt.com/detail/97</link> <description>Status Code:405 Method Not Allowed</description> <author>叶落山城秋</author> <guid>97</guid> <pubDate>Wed, 23 Aug 2017 16:41:43 +0800</pubDate> </item> <item> <title>iview 表格(table) 里使用图片(img)</title> <link>http://www.iphpt.com/detail/96</link> <description>iview 表格(table) 里使用图片(img)</description> <author>叶落山城秋</author> <guid>96</guid> <pubDate>Tue, 22 Aug 2017 18:44:51 +0800</pubDate> </item> <item> <title>Call to a member function diffForHumans()on string</title> <link>http://www.iphpt.com/detail/95</link> <description>Call to a member function diffForHumans()on string</description> <author>叶落山城秋</author> <guid>95</guid> <pubDate>Fri, 28 Jul 2017 00:00:50 +0800</pubDate> </item> <item> <title>Method __PHP_Incomplete_Class异常报错</title> <link>http://www.iphpt.com/detail/94</link> <description>local.ERROR: ReflectionException: Method __PHP_Incomplete_Class::handle() does not exist</description> <author>叶落山城秋</author> <guid>94</guid> <pubDate>Sat, 17 Jun 2017 01:48:06 +0800</pubDate> </item> <item> <title>unix:///var/run/supervisor.sock no such file</title> <link>http://www.iphpt.com/detail/93</link> <description>error: <class 'socket.error'>, [Errno 2] No such file or directory</description> <author>叶落山城秋</author> <guid>93</guid> <pubDate>Sat, 17 Jun 2017 01:44:08 +0800</pubDate> </item> <item> <title>wx.navigateTo 不报错,不跳转 和 switchTab跳转带参数问题</title> <link>http://www.iphpt.com/detail/92</link> <description>因为小程序不允许 用navigate 在tab间相互跳转</description> <author>叶落山城秋</author> <guid>92</guid> <pubDate>Sat, 17 Jun 2017 01:42:00 +0800</pubDate> </item> <item> <title>The server quit without updating PID file</title> <link>http://www.iphpt.com/detail/91</link> <description>The server quit without updating PID file (/data/mysql/mysql.pid).</description> <author>叶落山城秋</author> <guid>91</guid> <pubDate>Thu, 15 Jun 2017 11:44:34 +0800</pubDate> </item> <item> <title>notifynder4 简单翻译了一下文档</title> <link>http://www.iphpt.com/detail/90</link> <description>notifynder4 简单翻译了一下文档</description> <author>叶落山城秋</author> <guid>90</guid> <pubDate>Tue, 13 Jun 2017 18:37:40 +0800</pubDate> </item> <item> <title>mysql5.7关闭严格模式</title> <link>http://www.iphpt.com/detail/89</link> <description>ERROR 1067 (42000): Invalid default value for 'created_at'</description> <author>叶落山城秋</author> <guid>89</guid> <pubDate>Tue, 13 Jun 2017 18:36:24 +0800</pubDate> </item> <item> <title>laravel的ID加密,但是函数报错php-bcmath安装</title> <link>http://www.iphpt.com/detail/88</link> <description>FatalThrowableError in Math.php line 102:
Call to undefined function Hashids\bcmod()</description> <author>叶落山城秋</author> <guid>88</guid> <pubDate>Sun, 21 May 2017 13:47:14 +0800</pubDate> </item> <item> <title>ReflectionException Class ClassName does not exist</title> <link>http://www.iphpt.com/detail/87</link> <description>ReflectionException in Container.php line 719: Class request does not exist</description> <author>叶落山城秋</author> <guid>87</guid> <pubDate>Sat, 20 May 2017 17:15:23 +0800</pubDate> </item> <item> <title>golang websocket 跨域问题</title> <link>http://www.iphpt.com/detail/86</link> <description>websocket: 'Origin' header value not allowed</description> <author>叶落山城秋</author> <guid>86</guid> <pubDate>Thu, 11 May 2017 12:47:30 +0800</pubDate> </item> <item> <title>panic: redis: you open connections too fast</title> <link>http://www.iphpt.com/detail/85</link> <description>panic: redis: you open connections too fast (last_error="EOF")</description> <author>叶落山城秋</author> <guid>85</guid> <pubDate>Wed, 10 May 2017 14:02:35 +0800</pubDate> </item> <item> <title>go 定义复杂的json数据</title> <link>http://www.iphpt.com/detail/84</link> <description>go 定义复杂的json数据</description> <author>叶落山城秋</author> <guid>84</guid> <pubDate>Wed, 03 May 2017 23:16:33 +0800</pubDate> </item> <item> <title>mysql5.7的groupby 报错</title> <link>http://www.iphpt.com/detail/83</link> <description>ERROR 1055 (42000): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'xx' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by</description> <author>叶落山城秋</author> <guid>83</guid> <pubDate>Tue, 18 Apr 2017 17:53:51 +0800</pubDate> </item> <item> <title>Your configuration does not allow connections</title> <link>http://www.iphpt.com/detail/82</link> <description>[Composer\Downloader\TransportException]
 Your configuration does not allow connections to http://packagist.phpcomposer.com/packages.json. See https://getcomposer.org/doc/06-config.md#secure-http for details.</description> <author>叶落山城秋</author> <guid>82</guid> <pubDate>Wed, 12 Apr 2017 12:24:49 +0800</pubDate> </item> <item> <title>unresolved function or method require()</title> <link>http://www.iphpt.com/detail/81</link> <description>unresolved function or method require()</description> <author>叶落山城秋</author> <guid>81</guid> <pubDate>Thu, 06 Apr 2017 23:45:26 +0800</pubDate> </item> <item> <title>嗯!开始踩前端的坑了</title> <link>http://www.iphpt.com/detail/80</link> <description>events.js:160
 throw er; // Unhandled 'error' event</description> <author>叶落山城秋</author> <guid>80</guid> <pubDate>Thu, 06 Apr 2017 22:47:14 +0800</pubDate> </item> <item> <title>This cache store does not support tagging.</title> <link>http://www.iphpt.com/detail/79</link> <description>BadMethodCallException in Repository.php line 391:
This cache store does not support tagging.</description> <author>叶落山城秋</author> <guid>79</guid> <pubDate>Fri, 10 Feb 2017 15:51:00 +0800</pubDate> </item> <item> <title>Laravel 使用Socialite 实现github登陆报错</title> <link>http://www.iphpt.com/detail/78</link> <description>InvalidStateException in AbstractProvider.php line 200:</description> <author>叶落山城秋</author> <guid>78</guid> <pubDate>Thu, 05 Jan 2017 19:22:45 +0800</pubDate> </item> <item> <title>php artisan 任何命令 都报错!!!</title> <link>http://www.iphpt.com/detail/77</link> <description>执行任何`laravel`的命令 (`php artisan 任何东西`)都会报错,但是!页面能正常运行</description> <author>叶落山城秋</author> <guid>77</guid> <pubDate>Wed, 04 Jan 2017 16:14:22 +0800</pubDate> </item> <item> <title>Laravel Session store not set on request</title> <link>http://www.iphpt.com/detail/76</link> <description>RuntimeException in Request.php line 905:
Session store not set on request</description> <author>叶落山城秋</author> <guid>76</guid> <pubDate>Tue, 03 Jan 2017 18:42:06 +0800</pubDate> </item> <item> <title>laravel打印执行的Sql语句</title> <link>http://www.iphpt.com/detail/75</link> <description>用laravel,有时候,突然报错,虽然知道是 sql执行的问题,又或者是想知道自己写的语句执行的过程!</description> <author>叶落山城秋</author> <guid>75</guid> <pubDate>Mon, 02 Jan 2017 02:52:01 +0800</pubDate> </item> <item> <title>2016年小小总结</title> <link>http://www.iphpt.com/detail/74</link> <description>2016年小小总结</description> <author>叶落山城秋</author> <guid>74</guid> <pubDate>Sun, 01 Jan 2017 03:29:21 +0800</pubDate> </item> <item> <title>Laravel5.3 利用Pusher 发送广播</title> <link>http://www.iphpt.com/detail/72</link> <description>最近在看`Laravel5.3` 的文档,看到以前没玩过的,打算都弄个例子来玩一玩.....然后就看到了这个 `广播`</description> <author>叶落山城秋</author> <guid>72</guid> <pubDate>Thu, 29 Dec 2016 18:27:29 +0800</pubDate> </item> <item> <title>phphub安装教程2</title> <link>http://www.iphpt.com/detail/71</link> <description>phphub安装教程2</description> <author>叶落山城秋</author> <guid>71</guid> <pubDate>Wed, 14 Dec 2016 19:18:43 +0800</pubDate> </item> <item> <title>phphub安装教程1</title> <link>http://www.iphpt.com/detail/70</link> <description>安装这个laravel开发社区..</description> <author>叶落山城秋</author> <guid>70</guid> <pubDate>Wed, 14 Dec 2016 19:17:24 +0800</pubDate> </item> <item> <title>laravel 利用supervisord 监听队列发送邮件</title> <link>http://www.iphpt.com/detail/69</link> <description>今天是因为研究phphub源码,验证用户的邮件!</description> <author>叶落山城秋</author> <guid>69</guid> <pubDate>Tue, 29 Nov 2016 21:47:20 +0800</pubDate> </item> <item> <title>数据库索引超出长度</title> <link>http://www.iphpt.com/detail/68</link> <description>周五没事,想试试弄个论坛!平常玩的phphub感觉还不错!最主要这个论坛是用laravel写的!说不定将来有个问题我能自己解决...</description> <author>叶落山城秋</author> <guid>68</guid> <pubDate>Sat, 26 Nov 2016 00:23:46 +0800</pubDate> </item> <item> <title>【转】Git忽略规则及.gitignore规则不生效的解决办法</title> <link>http://www.iphpt.com/detail/67</link> <description>在git中如果想忽略掉某个文件,不让这个文件提交到版本库中,可以使用修改根目录中 .gitignore 文件的方法</description> <author>叶落山城秋</author> <guid>67</guid> <pubDate>Wed, 09 Nov 2016 21:31:49 +0800</pubDate> </item> <item> <title>ERROR1006 (HY000):Can't create database(errno: 28)</title> <link>http://www.iphpt.com/detail/66</link> <description>ERROR 1006 (HY000): Can't create database '' (errno: 28)</description> <author>叶落山城秋</author> <guid>66</guid> <pubDate>Mon, 07 Nov 2016 17:52:35 +0800</pubDate> </item> <item> <title>SQLSTATE[HY000] [2002] Network is unreachable</title> <link>http://www.iphpt.com/detail/65</link> <description>新装系统,吧以前的项目引入进来,进行laravel的数据迁移</description> <author>叶落山城秋</author> <guid>65</guid> <pubDate>Mon, 31 Oct 2016 11:47:00 +0800</pubDate> </item> <item> <title>php 命令不存在</title> <link>http://www.iphpt.com/detail/64</link> <description>bash: PHP: command not found</description> <author>叶落山城秋</author> <guid>64</guid> <pubDate>Sun, 30 Oct 2016 05:09:52 +0800</pubDate> </item> <item> <title>linux 中设置 alias永久有效</title> <link>http://www.iphpt.com/detail/63</link> <description>之前要给深度系统 的命令设置别名。。。方便自己平常用!</description> <author>叶落山城秋</author> <guid>63</guid> <pubDate>Sun, 30 Oct 2016 04:08:46 +0800</pubDate> </item> <item> <title>深度系统(deepin) 初体験 -- 二(php程序猿来试)</title> <link>http://www.iphpt.com/detail/62</link> <description>深度系统自带的终端里 不能使用 `ll` 命令,很是不习惯啊</description> <author>叶落山城秋</author> <guid>62</guid> <pubDate>Sat, 29 Oct 2016 19:27:50 +0800</pubDate> </item> <item> <title>深度系统(deepin) 初体験</title> <link>http://www.iphpt.com/detail/61</link> <description>已经成功安装了 深度系统!
</description> <author>叶落山城秋</author> <guid>61</guid> <pubDate>Fri, 28 Oct 2016 16:55:47 +0800</pubDate> </item> <item> <title>电脑在于折腾!</title> <link>http://www.iphpt.com/detail/60</link> <description>没事不要乱造!</description> <author>叶落山城秋</author> <guid>60</guid> <pubDate>Fri, 28 Oct 2016 16:39:45 +0800</pubDate> </item> <item> <title>开发中常见的状态码大全</title> <link>http://www.iphpt.com/detail/59</link> <description>各种状态码的意义</description> <author>叶落山城秋</author> <guid>59</guid> <pubDate>Fri, 21 Oct 2016 18:02:47 +0800</pubDate> </item> <item> <title>【转】运维角度浅谈MySQL数据库优化</title> <link>http://www.iphpt.com/detail/58</link> <description>一个成熟的数据库架构并不是一开始设计就具备高可用、高伸缩等特性的,它是随着用户量的增加,基础架构才逐渐完善</description> <author>叶落山城秋</author> <guid>58</guid> <pubDate>Mon, 17 Oct 2016 18:40:30 +0800</pubDate> </item> <item> <title>用swoole+php+jQ写的即时聊天程序</title> <link>http://www.iphpt.com/detail/57</link> <description>趁着研究`swoole`,看很多人都写聊天室,那我也不能不试试!</description> <author>叶落山城秋</author> <guid>57</guid> <pubDate>Fri, 14 Oct 2016 19:35:54 +0800</pubDate> </item> <item> <title>swoole扩展 初体验</title> <link>http://www.iphpt.com/detail/56</link> <description>想写个爬虫,看到有人用swoole和php抓取知乎,于是想了解了解这个swoole</description> <author>叶落山城秋</author> <guid>56</guid> <pubDate>Fri, 14 Oct 2016 19:23:18 +0800</pubDate> </item> <item> <title>Unable to connect to remote host: No route to host</title> <link>http://www.iphpt.com/detail/55</link> <description>Unable to connect to remote host: No route to host</description> <author>叶落山城秋</author> <guid>55</guid> <pubDate>Fri, 14 Oct 2016 19:18:53 +0800</pubDate> </item> <item> <title>ubuntu 防火墙命令</title> <link>http://www.iphpt.com/detail/54</link> <description>ubuntu 防火墙命令</description> <author>叶落山城秋</author> <guid>54</guid> <pubDate>Fri, 14 Oct 2016 19:17:45 +0800</pubDate> </item> <item> <title>WebSocket和HTTP的关系</title> <link>http://www.iphpt.com/detail/53</link> <description>WebSocket和HTTP的关系</description> <author>叶落山城秋</author> <guid>53</guid> <pubDate>Tue, 11 Oct 2016 17:56:38 +0800</pubDate> </item> <item> <title>什么是CGI、FastCGI、PHP-CGI、PHP-FPM、Spawn-FCGI?</title> <link>http://www.iphpt.com/detail/51</link> <description>CGI、FastCGI、PHP-CGI、PHP-FPM、Spawn-FCGI?</description> <author>叶落山城秋</author> <guid>51</guid> <pubDate>Sun, 09 Oct 2016 18:32:48 +0800</pubDate> </item> <item> <title>PHP的非阻塞或并行请求实现方式</title> <link>http://www.iphpt.com/detail/50</link> <description> 我们都知道,php是串行请求的,我们在碰到以下几个场景的时候,php的效率会变的比较低下</description> <author>叶落山城秋</author> <guid>50</guid> <pubDate>Sun, 09 Oct 2016 18:18:48 +0800</pubDate> </item> <item> <title>laravel存文章时间比当前慢了8个小时</title> <link>http://www.iphpt.com/detail/49</link> <description>平常发文章没太注意 发布时间,
今天一看,发现发布的时间出了问题</description> <author>叶落山城秋</author> <guid>49</guid> <pubDate>Sat, 08 Oct 2016 15:43:09 +0800</pubDate> </item> <item> <title>初始化dbus服务失败 无法解析或打开软件包的列表或是状态文件</title> <link>http://www.iphpt.com/detail/48</link> <description>打开电脑,就给报了</description> <author>叶落山城秋</author> <guid>48</guid> <pubDate>Sat, 08 Oct 2016 07:17:32 +0800</pubDate> </item> <item> <title>动态清除linux自动运行的 nohup.txt 文件内容</title> <link>http://www.iphpt.com/detail/47</link> <description>Linux下用nohup运行程序的,输入或者日志会默认写入nohup.out,一段时间以后,nohup.out文件会越来越占空间</description> <author>叶落山城秋</author> <guid>47</guid> <pubDate>Tue, 27 Sep 2016 04:09:59 +0800</pubDate> </item> <item> <title>Linux后台运行</title> <link>http://www.iphpt.com/detail/46</link> <description>想退出secureCRT后,能够继续跑自己的进程
</description> <author>叶落山城秋</author> <guid>46</guid> <pubDate>Tue, 27 Sep 2016 04:03:16 +0800</pubDate> </item> <item> <title>在 Laravel with 查询只查询个别字段</title> <link>http://www.iphpt.com/detail/45</link> <description>在使用 `Laravel` 的关联查询中,我们经常使用 `with` 方法来避免 `N+1` 查询,但是 `with`</description> <author>叶落山城秋</author> <guid>45</guid> <pubDate>Wed, 21 Sep 2016 07:26:16 +0800</pubDate> </item> <item> <title>ubuntu解压zip出现乱码</title> <link>http://www.iphpt.com/detail/44</link> <description>工作用的ubuntu系统,自带的 `提取`,或者安装的 `unzip` 解压都是乱码,有问题啊!</description> <author>叶落山城秋</author> <guid>44</guid> <pubDate>Tue, 20 Sep 2016 11:07:04 +0800</pubDate> </item> <item> <title>OneinStack自动部署Let’s Encrypt证书</title> <link>http://www.iphpt.com/detail/43</link> <description>Let's Encrypt是一个由电子前哨基金会、Mozilla基金会、Akamai、密歇根大学、思科联合发起的一个项目</description> <author>叶落山城秋</author> <guid>43</guid> <pubDate>Mon, 19 Sep 2016 11:04:20 +0800</pubDate> </item> <item> <title>让你的网站免费加上https</title> <link>http://www.iphpt.com/detail/42</link> <description>HTTPS(全称:Hyper Text Transfer Protocol over Secure Socket Layer),是以安全为目标的HTTP通道</description> <author>叶落山城秋</author> <guid>42</guid> <pubDate>Mon, 19 Sep 2016 09:44:24 +0800</pubDate> </item> <item> <title>本地搭建gitlab服务</title> <link>http://www.iphpt.com/detail/41</link> <description>本地搭建gitlab服务</description> <author>叶落山城秋</author> <guid>41</guid> <pubDate>Mon, 19 Sep 2016 05:10:06 +0800</pubDate> </item> <item> <title>【转】MySQL两千万数据优化&迁移</title> <link>http://www.iphpt.com/detail/40</link> <description>最近有一张2000W条记录的数据表需要优化和迁移。2000W数据对于MySQL来说很尴尬,因为合理的创建索引速度还是挺快的</description> <author>叶落山城秋</author> <guid>40</guid> <pubDate>Sun, 18 Sep 2016 06:42:55 +0800</pubDate> </item> <item> <title>PHP底层的运行机制与原理</title> <link>http://www.iphpt.com/detail/39</link> <description> PHP说简单,但是要精通也不是一件简单的事。我们除了会使用之外,还得知道它底层的工作原理。</description> <author>叶落山城秋</author> <guid>39</guid> <pubDate>Tue, 13 Sep 2016 10:10:02 +0800</pubDate> </item> <item> <title>fancytree 插件自动选中</title> <link>http://www.iphpt.com/detail/38</link> <description>曾用到这个fancytree插件,找了好久才找到这个自动选中的源码</description> <author>叶落山城秋</author> <guid>38</guid> <pubDate>Tue, 13 Sep 2016 09:07:55 +0800</pubDate> </item> <item> <title>ThinPHP框架笔记 个人整理</title> <link>http://www.iphpt.com/detail/37</link> <description>ThinPHP框架笔记 个人整理</description> <author>叶落山城秋</author> <guid>37</guid> <pubDate>Tue, 13 Sep 2016 08:14:23 +0800</pubDate> </item> <item> <title>【转】 mongodb与mysql相比的优缺点</title> <link>http://www.iphpt.com/detail/36</link> <description>mongodb与mysql相比的优缺点</description> <author>叶落山城秋</author> <guid>36</guid> <pubDate>Tue, 13 Sep 2016 02:44:57 +0800</pubDate> </item> <item> <title>laravel 禁止个别表单或者ajax或者js上传插件的csrf验证</title> <link>http://www.iphpt.com/detail/35</link> <description>博客后台有个markdown的编辑器,因为图片上传,之前放错了代码,一直有问题</description> <author>叶落山城秋</author> <guid>35</guid> <pubDate>Mon, 12 Sep 2016 10:55:56 +0800</pubDate> </item> <item> <title>composer require 报错</title> <link>http://www.iphpt.com/detail/34</link> <description>Your requirements could not be resolved to an installable set of packages</description> <author>叶落山城秋</author> <guid>34</guid> <pubDate>Mon, 12 Sep 2016 10:52:06 +0800</pubDate> </item> <item> <title>Git常用命令【值得收藏】</title> <link>http://www.iphpt.com/detail/33</link> <description>Git常用操作命令</description> <author>叶落山城秋</author> <guid>33</guid> <pubDate>Thu, 08 Sep 2016 08:56:10 +0800</pubDate> </item> <item> <title>【转】生成Git SSH KEY 操作方法(单个ssh key)</title> <link>http://www.iphpt.com/detail/32</link> <description>每次用git提交代码,都得输入用户名密码,多麻烦啊,干嘛不省事点,直接配置个ssh key呢,操作简单,又方便</description> <author>叶落山城秋</author> <guid>32</guid> <pubDate>Thu, 08 Sep 2016 08:38:40 +0800</pubDate> </item> <item> <title>【转】同一台电脑有不同的 SSH KEY</title> <link>http://www.iphpt.com/detail/31</link> <description>使用环境:关于同一台电脑LInux系统下使用多个SSH key 切换使用(或者多用户使用ssh提交代码)</description> <author>叶落山城秋</author> <guid>31</guid> <pubDate>Thu, 08 Sep 2016 08:25:34 +0800</pubDate> </item> <item> <title>nginx + php 使用open_basedir限制站点目录防止跨站</title> <link>http://www.iphpt.com/detail/30</link> <description>如果某个站点需要单独设置额外的目录,把上面的代码写在include fastcgi.conf;这行下面就OK了</description> <author>叶落山城秋</author> <guid>30</guid> <pubDate>Thu, 08 Sep 2016 08:13:53 +0800</pubDate> </item> <item> <title>vagrant 安装 虚拟机</title> <link>http://www.iphpt.com/detail/29</link> <description>虚拟机还是得依靠 VirtualBox 来搭建,免费小巧。</description> <author>叶落山城秋</author> <guid>29</guid> <pubDate>Tue, 06 Sep 2016 10:15:09 +0800</pubDate> </item> <item> <title>【CURL篇】Curl Multi 多线程抓取代码</title> <link>http://www.iphpt.com/detail/28</link> <description>PHP 利用 Curl Functions 可以完成各种传送文件操作,比如模拟浏览器发送GET,POST请求等等</description> <author>叶落山城秋</author> <guid>28</guid> <pubDate>Mon, 05 Sep 2016 09:24:03 +0800</pubDate> </item> <item> <title>【CURL篇】curl选项列表</title> <link>http://www.iphpt.com/detail/27</link> <description>对于下面的这些option的可选参数,value应该被设置一个bool类型的值:</description> <author>叶落山城秋</author> <guid>27</guid> <pubDate>Mon, 05 Sep 2016 09:04:51 +0800</pubDate> </item> <item> <title>【CURL篇】cURL基础</title> <link>http://www.iphpt.com/detail/26</link> <description>玩phg,一定要用到curl的,一个很神奇的东西</description> <author>叶落山城秋</author> <guid>26</guid> <pubDate>Mon, 05 Sep 2016 08:27:41 +0800</pubDate> </item> <item> <title>【转】twig模板引擎中文文档</title> <link>http://www.iphpt.com/detail/25</link> <description>不少框架里都用到了twig模板引擎,挺好用,功能也挺多!</description> <author>叶落山城秋</author> <guid>25</guid> <pubDate>Mon, 05 Sep 2016 07:34:03 +0800</pubDate> </item> <item> <title>laravel使用原生mysql内置函数</title> <link>http://www.iphpt.com/detail/24</link> <description>有些时候 需要用到mysql内置函数,laravel文档没有写清楚</description> <author>叶落山城秋</author> <guid>24</guid> <pubDate>Fri, 02 Sep 2016 07:17:34 +0800</pubDate> </item> <item> <title>laravel 多条件查询,‘或’,‘且’</title> <link>http://www.iphpt.com/detail/23</link> <description>有时候搜索要用到比如 select * from user where id > ? and (pid = ? or uid = ? )</description> <author>叶落山城秋</author> <guid>23</guid> <pubDate>Fri, 02 Sep 2016 07:16:50 +0800</pubDate> </item> <item> <title>解决ubunut16.04 LTS安装QQ和无法输入中文</title> <link>http://www.iphpt.com/detail/22</link> <description>之前用的wineqq,QQ的版本是随windows选的,用的是windows最新版的,挺好用的,界面跟windows上的qq一样,只是部分功能不太好使唤,而且无法保存密码,经常还会掉线,或者程序崩溃!</description> <author>叶落山城秋</author> <guid>22</guid> <pubDate>Thu, 01 Sep 2016 03:45:51 +0800</pubDate> </item> <item> <title>【转】Redis 三十个实例</title> <link>http://www.iphpt.com/detail/21</link> <description>Redis 三十个实例</description> <author>叶落山城秋</author> <guid>21</guid> <pubDate>Wed, 31 Aug 2016 10:37:38 +0800</pubDate> </item> <item> <title>laravel 的envoy 任务</title> <link>http://www.iphpt.com/detail/20</link> <description>一般自己项目,都是本地提交远程github上,然后ssh登陆自己的服务器,然后再切换到项目目录</description> <author>叶落山城秋</author> <guid>20</guid> <pubDate>Mon, 29 Aug 2016 10:49:06 +0800</pubDate> </item> <item> <title>MISCONF Redis is configured to save RDB snapshots</title> <link>http://www.iphpt.com/detail/19</link> <description>(error) WRONGTYPE Operation against a key holding the wrong kind of value</description> <author>叶落山城秋</author> <guid>19</guid> <pubDate>Thu, 25 Aug 2016 10:52:26 +0800</pubDate> </item> <item> <title>登陆或者连接数据库相关问题</title> <link>http://www.iphpt.com/detail/18</link> <description>Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111)</description> <author>叶落山城秋</author> <guid>18</guid> <pubDate>Thu, 25 Aug 2016 10:36:48 +0800</pubDate> </item> <item> <title>vagrant 启动错误(二)</title> <link>http://www.iphpt.com/detail/17</link> <description>D:\www>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
Your VM has become "inaccessible." Unfortunately, this is a critical error
</description> <author>叶落山城秋</author> <guid>17</guid> <pubDate>Wed, 24 Aug 2016 10:29:31 +0800</pubDate> </item> <item> <title>vagrant 启动错误</title> <link>http://www.iphpt.com/detail/16</link> <description>可能有人用过`vagrant`,一个很强大的工具,之前在windows上开发的时候,有用到这个,不过因为墙的原因,总是下载失败,后来,我就用`vagrant` 和`virtualBox`先安装虚拟机</description> <author>叶落山城秋</author> <guid>16</guid> <pubDate>Wed, 24 Aug 2016 10:17:28 +0800</pubDate> </item> <item> <title>linux环境下,单独安装mysql</title> <link>http://www.iphpt.com/detail/15</link> <description>一直用的linux环境来开发,不过环境都是集成的环境,有些环境吧,一不小心就跑失败了,特别是在windows的虚拟机上,比如,我的mysql就跑失败了,其他的都装成功了,于是,手动自己安装一个吧!</description> <author>叶落山城秋</author> <guid>15</guid> <pubDate>Wed, 24 Aug 2016 09:42:56 +0800</pubDate> </item> <item> <title>ubuntu下workbench 数据库图形化管理软件</title> <link>http://www.iphpt.com/detail/14</link> <description>Ubuntu系统下,用的比较多的数据库图形化管理的软件 应该就是workbench了,不过我个人不是很喜欢这款软件,但不得不用(现在尽量都是用命令去操作数据库了,熟悉熟悉命令比较好)</description> <author>叶落山城秋</author> <guid>14</guid> <pubDate>Wed, 24 Aug 2016 09:32:20 +0800</pubDate> </item> <item> <title>git 配置了ssh key 但是push的时候 还是需要账号和密码</title> <link>http://www.iphpt.com/detail/13</link> <description>git 配置了ssh key 但是push的时候 还是需要账号和密码</description> <author>叶落山城秋</author> <guid>13</guid> <pubDate>Wed, 24 Aug 2016 08:27:43 +0800</pubDate> </item> <item> <title>laravel new blog 异常</title> <link>http://www.iphpt.com/detail/12</link> <description> [Symfony Component Process Exception RuntimeException] The Process class relies on proc_open, which is not available on your PHP installation</description> <author>叶落山城秋</author> <guid>12</guid> <pubDate>Wed, 24 Aug 2016 07:59:36 +0800</pubDate> </item> <item> <title>laravel 邮件发送</title> <link>http://www.iphpt.com/detail/11</link> <description> 根据文档配置,灰常坑爹!
 直接编辑`.env`文件(切记,一般不要使用QQ邮箱发送,为啥呢,第一,要你给它发短信要密钥,第二呢,发不出去,163的一次就成功)</description> <author>叶落山城秋</author> <guid>11</guid> <pubDate>Tue, 23 Aug 2016 12:03:38 +0800</pubDate> </item> <item> <title>ubuntu安装和常用软件推荐(个人整理)</title> <link>http://www.iphpt.com/detail/10</link> <description>ubuntu安装和常用软件推荐(个人整理)</description> <author>叶落山城秋</author> <guid>10</guid> <pubDate>Mon, 22 Aug 2016 08:51:06 +0800</pubDate> </item> <item> <title>第一次安装laravel(windows集成环境下)</title> <link>http://www.iphpt.com/detail/9</link> <description>laravel安装
 - 网上资源很多,我是直接</description> <author>叶落山城秋</author> <guid>9</guid> <pubDate>Mon, 22 Aug 2016 07:53:38 +0800</pubDate> </item> <item> <title>composer安装使用</title> <link>http://www.iphpt.com/detail/8</link> <description>1. 依赖管理
 > 汉化文档: http://docs.phpcomposer.com/00-intro.html#Locally</description> <author>叶落山城秋</author> <guid>8</guid> <pubDate>Mon, 22 Aug 2016 06:56:22 +0800</pubDate> </item> <item> <title>restful form表单用put格式提交</title> <link>http://www.iphpt.com/detail/7</link> <description>在form表单里加个隐藏域</description> <author>叶落山城秋</author> <guid>7</guid> <pubDate>Thu, 18 Aug 2016 11:09:09 +0800</pubDate> </item> <item> <title>驼峰变量转下划线</title> <link>http://www.iphpt.com/detail/6</link> <description>之前用到的 驼峰变量转下划线,这别人写好的,干嘛不直接拿来用</description> <author>叶落山城秋</author> <guid>6</guid> <pubDate>Thu, 18 Aug 2016 11:01:41 +0800</pubDate> </item> <item> <title>laravel的cache缓存来缓存文章和标签等等</title> <link>http://www.iphpt.com/detail/5</link> <description>今天想试试laravel自带的缓存,从来都没用过缓存啊,于是看文档,把页面一些基本东西都放在缓存。于是很快的把友链,标签,分类都放在缓存里了</description> <author>叶落山城秋</author> <guid>5</guid> <pubDate>Wed, 17 Aug 2016 12:25:20 +0800</pubDate> </item> <item> <title>Linux(Ubuntu)下安装NodeJs</title> <link>http://www.iphpt.com/detail/4</link> <description>Linux(Ubuntu)下安装NodeJs
安装nodeJS之前,如果没有安装g++及 libssl-dev,则先要安装好,安装方法如下</description> <author>叶落山城秋</author> <guid>4</guid> <pubDate>Tue, 16 Aug 2016 11:12:43 +0800</pubDate> </item> <item> <title>laravel 建数据库 迁移 的错误</title> <link>http://www.iphpt.com/detail/3</link> <description>General error: 1215 Cannot add foreign key constraint (SQL: alter table `iphpt_categories` add constraint iphpt_categories_art_id_foreign foreign key (`art_id`) references `article` (`id`) on delete cascade on update cascade)</description> <author>叶落山城秋</author> <guid>3</guid> <pubDate>Tue, 16 Aug 2016 11:02:52 +0800</pubDate> </item> <item> <title>laravel实现前后端跳转不同的404页面</title> <link>http://www.iphpt.com/detail/2</link> <description>自己的博客,想前端和后端跳转不同的页面,laravel异常处理都在app/Excetions里,打开Handler.php</description> <author>叶落山城秋</author> <guid>2</guid> <pubDate>Mon, 15 Aug 2016 17:09:06 +0800</pubDate> </item> <item> <title>关于</title> <link>http://www.iphpt.com/detail/1</link> <description>念大学时候就想做个自己的博客,去年开始入行,利用emlog和zblog两个博客模板,然后自己找了两个页面,进行嵌套,逻辑和后台完全不是自己写的..</description> <author>叶落山城秋</author> <guid>1</guid> <pubDate>Mon, 15 Aug 2016 08:00:16 +0800</pubDate> </item> </channel> </rss>