V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  zhuangzhuang1988  ›  全部回复第 95 页 / 共 111 页
回复总数  2218
1 ... 91  92  93  94  95  96  97  98  99  100 ... 111  
2016-07-30 20:49:08 +08:00
回复了 scala 创建的主题 程序员 结业找不到工作该怎么办
你的 ID 叫 Scala, 以为是 coursera 上的 scala 课程结业了, 然后找 Scala 工作找不到的呢...
2016-07-30 11:14:40 +08:00
回复了 kangsgo 创建的主题 程序员 最近感觉 JavaScript 挺重要的
@qiayue 面向工资找工作
2016-07-30 09:15:15 +08:00
回复了 338899 创建的主题 程序员 请教:没有用找出重复和追加的好方法?
简单的白名单黑名单问题.
http://algs4.cs.princeton.edu/30searching/
到这里找..
2016-07-30 08:57:06 +08:00
回复了 lifesimple 创建的主题 程序员 搬家 送两本书
G20 这么恶心??!!
2016-07-29 12:21:16 +08:00
回复了 levie 创建的主题 分享创造 Snipaste - 开发了三年的截图工具,但不只是截图
牛逼..
Groovy.
@likai "用 java 是为了有一个好的编程习惯" ==> 说得没错..
2016-07-27 20:14:07 +08:00
回复了 myyou 创建的主题 Python django 执行多请求的流程是什么?
熟读 wsgi 协议先...
2016-07-26 21:24:17 +08:00
回复了 zhongsheng 创建的主题 程序员 迷茫的高三学生 (准备复读了)
好好读书, 大学有的是时间折腾编程..
2016-07-25 22:06:13 +08:00
回复了 miaotaizi 创建的主题 程序员 老婆有二胎了, 无奈辞了工作回家陪产.
@miaotaizi 慢慢来嘛..
2016-07-25 21:58:48 +08:00
回复了 miaotaizi 创建的主题 程序员 老婆有二胎了, 无奈辞了工作回家陪产.
为了 vr 去学 C++不就是南辕北辙么, 要学也得学 C#(Unity)啊,或者 js 本身也可以啊,
看这个例子 https://channel9.msdn.com/blogs/misslivirose/Introduction-to-the-VR-Web
2016-07-23 16:04:02 +08:00
回复了 dettac 创建的主题 PHP [求助]PHP imagepng()函数如何将 png 图片生成至指定目录?
自己写一下, 测试一下要死啊...
看源码吧...
2016-07-22 20:34:36 +08:00
回复了 slysly759 创建的主题 Python 请教一下 Python 多进程的内容
用 visualstudio 分析一下, 慢在哪里, 再优化..
2016-07-22 17:44:57 +08:00
回复了 yiciyuansky 创建的主题 程序员 有没有什么能生成 html 的小程序?
vue + ajax ???!!!
2016-07-22 15:18:55 +08:00
回复了 allencloud 创建的主题 Node.js 一段 node.js 代码,如何优化防止 callback hell?
擦 , 空格都没了
2016-07-22 15:18:26 +08:00
回复了 allencloud 创建的主题 Node.js 一段 node.js 代码,如何优化防止 callback hell?
如果闲的蛋疼的话可以试试 http://fsprojects.github.io/Fable/
最后结果类似这样
```F#
async {
try
let! exists = users.userExists({username: username})
if exists:
res.status(HttpStatus.CONFLICT).json(response);
return;
try:
let! users.emailExists(profile.email)
if exists:
response.error = '邮箱 ' + profile.email + ' 已存在';
res.status(HttpStatus.CONFLICT).json(response);
return
try:
let! (uid, hash) = users.createUser(username, password, profile)
response.statusMessage = '成功生成用户';
response.uid = uid;
res.json(response);
except err:
response.error = '生成用户错误';
console.error('Failed to create user ' + err);
res.status(HttpStatus.INTERNAL_SERVER_ERROR).json(response);

except err:
console.error('checking email error');
response.error = '业务忙,请稍候重试';
res.status(HttpStatus.INTERNAL_SERVER_ERROR).json(response);
except err:
console.error('Error testing if user exists: ' + err);
response.error = '业务忙,请稍候重试'
res.status(HttpStatus.INTERNAL_SERVER_ERROR).json(response);
finally:
users.close()
}

```
2016-07-20 16:13:16 +08:00
回复了 elvis_w 创建的主题 Python 才发现微软为 Python 3.5 提供了编译器——Visual C++ Build Tools
原来的 vc++ 2008 应该还是可以用的吧..
2016-07-19 12:24:47 +08:00
回复了 kafukwen 创建的主题 Android 吐槽!公司前辈程序员还是用 eclipse,如何劝解他也用 AS?
以前老同时喜欢用 vc6 调试 window 驱动内核..
所以说"我爷爷活了 96 岁"..
1 ... 91  92  93  94  95  96  97  98  99  100 ... 111  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   897 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 46ms · UTC 21:19 · PVG 05:19 · LAX 13:19 · JFK 16:19
♥ Do have faith in what you're doing.