V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  haiyang416  ›  全部回复第 17 页 / 共 45 页
回复总数  893
1 ... 13  14  15  16  17  18  19  20  21  22 ... 45  
@xuwenmang 我不喝酒不抽烟,那环境真受不了。
2016-03-20 21:02:54 +08:00
回复了 pimin 创建的主题 问与答 28 岁想转行做一个码农靠谱嘛?
@GhostEX 我还没找到,哈哈哈
2016-03-19 21:50:48 +08:00
回复了 pimin 创建的主题 问与答 28 岁想转行做一个码农靠谱嘛?
我算转得比较迟的,现在还在求职中。
@zhs227 多谢,可以考虑。
@GhostEX 有仿的,更多的是各种插件,内部的考勤排班记录和抓取别的站做聚合,没有什么技术含量那种,写出来感觉没有任何加分的。
@zeac 谢谢~
分分钟沉底的节奏,人工顶置。
2016-03-18 08:28:49 +08:00
回复了 hrbwaxdoll 创建的主题 PHP 请教 Slim Framework 3.0 API 分页的问题
Slim 只是一个框架,不具有任何分页功能。
之前我阅读过 Slim 3 的每一次代码提交,主要开发都集中在 HTTP 组件上,就连 Slim 2 自带的流程中断和 http cache 部分都从核心部分移除了。
所以楼主需要自己写相关的逻辑部分。
2016-01-24 21:17:38 +08:00
回复了 sensui7 创建的主题 问与答 想问问关于 php 退出登录时的 sesssion 问题
@sensui7 session id 对于客户端来说也是一个 cookie,对 http 协议来说只是一个 header ,重定向也只是一个 header ,所以你只需要在服务端重新生成一个 Sid ,然后以 header 发送到客户端即可。
2016-01-24 18:01:31 +08:00
回复了 sensui7 创建的主题 问与答 想问问关于 php 退出登录时的 sesssion 问题
登录后写入的 session 内容是什么?可以保留 session id 只清空需要移除的内容
2015-12-20 22:19:05 +08:00
回复了 ooTwToo 创建的主题 问与答 台灯到底有没有辐射?辐射多大?如何计算呢?
分品种吧,台灯算是家电辐射最高之一,保持三十公分距离即可。
@haiyang416 是 edit.php?id=<?php echo $id ?>
edit.php?id=<?=$id?>
or
edit.php?id=<?echo $id ?>
2015-12-09 14:58:03 +08:00
回复了 haiyang416 创建的主题 正则表达式 请教一个正则表达式分组捕获的问题
人工顶置一次。
2015-12-01 22:08:31 +08:00
回复了 phithon 创建的主题 PHP 我自己写的类想用 composer 的 autoload,怎么使?
修改 composer.json 的 autoload 部分。
2015-11-30 09:57:43 +08:00
回复了 tedd 创建的主题 问与答 请教一个简单的递归问题
你这函数只有 0 和 1 有返回值,其他的当然是 undefined
2015-11-25 12:37:57 +08:00
回复了 waytwoex 创建的主题 PHP 为什么没做 url rewrite 但是效果却和做了一样?
http://php.net/manual/en/features.commandline.webserver.php

URI requests are served from the current working directory where PHP was started, unless the -t option is used to specify an explicit document root. If a URI request does not specify a file, then either index.php or index.html in the given directory are returned. If neither file exists, the lookup for index.php and index.html will be continued in the parent directory and so on until one is found or the document root has been reached. If an index.php or index.html is found, it is returned and $_SERVER['PATH_INFO'] is set to the trailing part of the URI. Otherwise a 404 response code is returned.
1 ... 13  14  15  16  17  18  19  20  21  22 ... 45  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2505 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 60ms · UTC 08:28 · PVG 16:28 · LAX 01:28 · JFK 04:28
Developed with CodeLauncher
♥ Do have faith in what you're doing.