Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4450240
  • 博文数量: 1214
  • 博客积分: 13195
  • 博客等级: 上将
  • 技术积分: 9105
  • 用 户 组: 普通用户
  • 注册时间: 2007-01-19 14:41
个人简介

C++,python,热爱算法和机器学习

文章分类

全部博文(1214)

文章存档

2021年(13)

2020年(49)

2019年(14)

2018年(27)

2017年(69)

2016年(100)

2015年(106)

2014年(240)

2013年(5)

2012年(193)

2011年(155)

2010年(93)

2009年(62)

2008年(51)

2007年(37)

发布时间:2018-08-01 18:00:47

https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.htmlAuthentication – AWS first authenticates the principal that makes the request, if necessary. This step is not necessary for a few services, such as Amazon S3, that allow some requests from a.........【阅读全文】

阅读(906) | 评论(0) | 转发(0)

发布时间:2018-08-01 11:55:47

https://ox0spy.github.io/post/aws/note-cross-account-with-roles/方案一在 B-account 上创建一个用户,赋予该用户访问 S3 bucket 的权限,为该用户生成 aws key,然后用 aws key 访问 B-account S3。但,这个方案并不好:需要创建新的用户应该尽可能的减少使用 aws key,而多使.........【阅读全文】

阅读(1151) | 评论(0) | 转发(0)

发布时间:2018-07-20 11:10:38

https://davidwalsh.name/es6-generatorsThe way we control generator functions from the outside is to construct and interact with a generator iterator. That sounds a lot more complicated than it really is. Consider this silly example:To step through the values of that *foo() gene.........【阅读全文】

阅读(607) | 评论(0) | 转发(0)

发布时间:2018-07-20 11:06:23

https://davidwalsh.name/es6-generators"Generator Iterator". Quite a mouthful, huh?The way we control generator functions from the outside is to construct and interact with a generator iterator. That sounds a lot more complicated than it really is. Consider this silly example:To step .........【阅读全文】

阅读(594) | 评论(0) | 转发(0)

发布时间:2018-07-18 15:35:08

Motivationfunction readJSONSync(filename) { return JSON.parse(fs.readFileSync(filename, 'utf8'));}function readJSON(filename, callback){ fs.readFile(filename, 'utf8', function (err, res){ if (err) return callback(err); callback(null, JSON.parse(res)); });}We need to handle errors t.........【阅读全文】

阅读(608) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

北大未名居士2013-03-08 10:16

回复  |  举报

北大未名居士2013-03-08 10:16

回复  |  举报

pureal2012-05-09 12:01

你好,看到一个帖子发现你看过APUE2英文版,我也刚好看到读写锁,写饿死的问题。所以想认识交流下,我没找到你的邮箱,我的是dwdang@126.com

回复  |  举报

大鬼不动2010-09-23 00:47

回复  |  举报

chinaunix网友2009-10-12 16:19

你好,你在Google Code上放的sg2fcitx的mainme.c源代码我下载编译会出现段错误。请问你的编译环境是什么?GCC版本是多少? 谢谢。

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册