V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  konakona  ›  全部回复第 175 页 / 共 207 页
回复总数  4132
1 ... 171  172  173  174  175  176  177  178  179  180 ... 207  
2014 年 8 月 16 日
回复了 konakona 创建的主题 问与答 FacebookAPI 同步登录返回 500
@zhzhwcn 不造为什么,还是一样。
http://i.imgur.com/sjjqysd.png
2014 年 8 月 16 日
回复了 konakona 创建的主题 问与答 FacebookAPI 同步登录返回 500
@zhzhwcn 你好,谢谢帮忙。我按照你的方式进行了,但还是500ing...
我贴下现在的配置图。

http://imgur.com/XSNz1zg

http://imgur.com/hMHe4Gu

http://imgur.com/PzHl97Z

http://imgur.com/lwXK26z
2014 年 8 月 16 日
回复了 konakona 创建的主题 问与答 FacebookAPI 同步登录返回 500
@canesten 网上有一点有关多年前的FB API DOC 的总结资料,不过已经落后了……现在只能看最新的了,眼睛都花了啊~~~~~~~~~~~~~~~~~~~~~~~
2014 年 8 月 16 日
回复了 newstar 创建的主题 问与答 大家都用什么工具写离线博客?
osx下我用Pages简单的写好文字(pages的排版,wp也不支持..),只要不是太复杂的,复制粘贴过去还是ok的。
2014 年 8 月 16 日
回复了 sadaharu09 创建的主题 问与答 问一下大家也没有 Dreamweaver 的替代品?
@zts1993 支持1楼!从DW8就开始接触,我并不常用(即一年中使用次数低于10)。直到DW CC, 我都看不上……哼哼!我用的是PHPSTORM!
2014 年 8 月 16 日
回复了 ivanchou 创建的主题 问与答 换笔记本,求推荐
宏基R7,很帅,至于性能,54.
2014 年 8 月 12 日
回复了 konakona 创建的主题 程序员 已 clone 的 git,如何为其设置有效用户
=.= 公钥已添加,完全没有问题啊...
就是说我密码不对。
2014 年 8 月 12 日
回复了 konakona 创建的主题 程序员 已 clone 的 git,如何为其设置有效用户
我直接把.git 删了,在原项目目录上执行了如下代码:


[root@li671-193 CRAZYPHPER.COM]# git config --global user.name "konakona"
[root@li671-193 CRAZYPHPER.COM]# git config --global user.email "[email protected]"
[root@li671-193 CRAZYPHPER.COM]# git clone [email protected]:konakona/CRAZYPHPER.COM.git
Initialized empty Git repository in /opt/lampp/htdocs/CRAZYPHPER.COM/CRAZYPHPER.COM/.git/
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
2014 年 8 月 12 日
回复了 konakona 创建的主题 程序员 已 clone 的 git,如何为其设置有效用户
[root@li671-193 CRAZYPHPER.COM]# ssh -vT [email protected]
OpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /root/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to oschina.net [61.145.122.155] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/identity type -1
debug1: identity file /root/.ssh/identity-cert type -1
debug1: identity file /root/.ssh/id_rsa type 1
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.8
debug1: match: OpenSSH_5.8 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.3
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
The authenticity of host 'oschina.net (61.145.122.155)' can't be established.
RSA key fingerprint is eb:2a:c2:28:63:43:71:d2:1c:da:6b:ff:c9:85:ff:54.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'oschina.net,61.145.122.155' (RSA) to the list of known hosts.
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/identity
debug1: Offering public key: /root/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Trying private key: /root/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password
2014 年 8 月 12 日
回复了 konakona 创建的主题 程序员 已 clone 的 git,如何为其设置有效用户
@ivenvd
[root@li671-193 CRAZYPHPER.COM]# ssh -T [email protected]
[email protected]'s password:
Permission denied, please try again.

以前都是这样设置key的,今天就不得了。唉.........我配了几十个git了,今天第一次遇到这样的事情。
2014 年 8 月 12 日
回复了 konakona 创建的主题 程序员 已 clone 的 git,如何为其设置有效用户
@ivenvd url是对的。我的是私有库。
2014 年 8 月 12 日
回复了 fkbd 创建的主题 站长 个人博客要不要去备案呢?放在国外访问速度老不靠谱。
我用的日本linode http://www.crazyphper.com 看看?其实主要是图多。
blog.crazyphper.com wp影响了点性能。
2014 年 8 月 12 日
回复了 jeeve 创建的主题 macOS QQ for Mac 3.2 Beta3 增加漫游聊天记录开关
@wong2 嗯,这个真心蛋疼!!!
2014 年 8 月 10 日
回复了 jeeve 创建的主题 macOS QQ for Mac 3.2 Beta3 增加漫游聊天记录开关
@tuimaochang teamViewer?
2014 年 8 月 10 日
回复了 davidlau 创建的主题 程序员 什么职位可替代性弱,有竞争力?
老公老婆都可以替代,你觉得这个世界上还有谁不能替代谁吗?
CEO也可以天天换,看公司和决策曾认为这是否有必要。

只要不是底层(一般底层不需要什么skill tree)认真做,都可以做得有声有色。

比如从实习程序员变成编制程序员、高级程序员、程序师、架构师。慢慢的,只有自己价值提升了才不会被人第一时间想到要替换你。
2014 年 8 月 9 日
回复了 konakona 创建的主题 程序员 laravel return Redirect::back() doesn't work
@yangqi 有空格的话IDE和程序都会报错的。
2014 年 8 月 9 日
回复了 konakona 创建的主题 程序员 laravel return Redirect::back() doesn't work
@yangqi 进入了if,而不是else。
2014 年 8 月 9 日
回复了 konakona 创建的主题 程序员 laravel return Redirect::back() doesn't work
Laravel的资料实在是太少了,这样的用法也是我从http://forumsarchive.laravel.io/ stackoverflow.com 上找到的,有注明是4可用。

为啥就不起做用呢?完整的控制器中方法是这样的:



protected function doBuildNewRoom()
{
$validator = Validator::make(Input::all(), Rooms::$createRules);

if ($validator->fails()) {
return Redirect::back()->withErrors($validator->messages())->withInput();
} else {
$model = new Rooms();
$model->create_time = time();
var_dump($model->create(Input::all()));
$model->save();
AppHelper::showMessage('发布成功!', [], 1);
}
}
1 ... 171  172  173  174  175  176  177  178  179  180 ... 207  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3152 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 35ms · UTC 13:48 · PVG 21:48 · LAX 06:48 · JFK 09:48
♥ Do have faith in what you're doing.