V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  konakona  ›  全部回复第 158 页 / 共 190 页
回复总数  3794
1 ... 154  155  156  157  158  159  160  161  162  163 ... 190  
话说,如果直接说事业演讲,这个好像也没什么呀,
2014-08-16 21:01:30 +08:00
回复了 peartail 创建的主题 问与答 为什么大公司的决策大多看起来很蠢?
其实我想说,百度搜出来的跟大公司有关的keyword都是新闻,我想找东西都找不到,这也很蠢。
2014-08-16 17:37:43 +08:00
回复了 konakona 创建的主题 问与答 FacebookAPI 同步登录返回 500
@zhzhwcn 不造为什么,还是一样。
http://i.imgur.com/sjjqysd.png
2014-08-16 17:32:36 +08:00
回复了 konakona 创建的主题 问与答 FacebookAPI 同步登录返回 500
@zhzhwcn 你好,谢谢帮忙。我按照你的方式进行了,但还是500ing...
我贴下现在的配置图。

http://imgur.com/XSNz1zg

http://imgur.com/hMHe4Gu

http://imgur.com/PzHl97Z

http://imgur.com/lwXK26z
2014-08-16 16:18:02 +08:00
回复了 konakona 创建的主题 问与答 FacebookAPI 同步登录返回 500
@canesten 网上有一点有关多年前的FB API DOC 的总结资料,不过已经落后了……现在只能看最新的了,眼睛都花了啊~~~~~~~~~~~~~~~~~~~~~~~
2014-08-16 02:04:05 +08:00
回复了 newstar 创建的主题 问与答 大家都用什么工具写离线博客?
osx下我用Pages简单的写好文字(pages的排版,wp也不支持..),只要不是太复杂的,复制粘贴过去还是ok的。
2014-08-16 01:21:11 +08:00
回复了 sadaharu09 创建的主题 问与答 问一下大家也没有 Dreamweaver 的替代品?
@zts1993 支持1楼!从DW8就开始接触,我并不常用(即一年中使用次数低于10)。直到DW CC, 我都看不上……哼哼!我用的是PHPSTORM!
2014-08-16 01:20:17 +08:00
回复了 ivanchou 创建的主题 问与答 换笔记本,求推荐
宏基R7,很帅,至于性能,54.
2014-08-12 03:30:33 +08:00
回复了 konakona 创建的主题 程序员 已 clone 的 git,如何为其设置有效用户
=.= 公钥已添加,完全没有问题啊...
就是说我密码不对。
2014-08-12 03:30:06 +08:00
回复了 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-08-12 03:08:02 +08:00
回复了 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-08-12 03:03:16 +08:00
回复了 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-08-12 02:50:10 +08:00
回复了 konakona 创建的主题 程序员 已 clone 的 git,如何为其设置有效用户
@ivenvd url是对的。我的是私有库。
2014-08-12 01:06:32 +08:00
回复了 fkbd 创建的主题 站长 个人博客要不要去备案呢?放在国外访问速度老不靠谱。
我用的日本linode http://www.crazyphper.com 看看?其实主要是图多。
blog.crazyphper.com wp影响了点性能。
2014-08-12 01:04:41 +08:00
回复了 jeeve 创建的主题 macOS QQ for Mac 3.2 Beta3 增加漫游聊天记录开关
@wong2 嗯,这个真心蛋疼!!!
2014-08-10 23:52:02 +08:00
回复了 jeeve 创建的主题 macOS QQ for Mac 3.2 Beta3 增加漫游聊天记录开关
@tuimaochang teamViewer?
2014-08-10 23:44:56 +08:00
回复了 davidlau 创建的主题 程序员 什么职位可替代性弱,有竞争力?
老公老婆都可以替代,你觉得这个世界上还有谁不能替代谁吗?
CEO也可以天天换,看公司和决策曾认为这是否有必要。

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

比如从实习程序员变成编制程序员、高级程序员、程序师、架构师。慢慢的,只有自己价值提升了才不会被人第一时间想到要替换你。
2014-08-09 15:20:20 +08:00
回复了 konakona 创建的主题 程序员 laravel return Redirect::back() doesn't work
@yangqi 有空格的话IDE和程序都会报错的。
1 ... 154  155  156  157  158  159  160  161  162  163 ... 190  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2551 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 44ms · UTC 06:14 · PVG 14:14 · LAX 23:14 · JFK 02:14
Developed with CodeLauncher
♥ Do have faith in what you're doing.