V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  cs202  ›  全部回复第 2 页 / 共 4 页
回复总数  72
1  2  3  4  
2017-04-08 07:27:04 +08:00
回复了 pada007 创建的主题 问与答 怎么样放图片上 V2?(我只是问问)
2017-04-08 07:20:51 +08:00
回复了 me2you 创建的主题 问与答 新人求助,发图的问题
2017-03-10 07:43:23 +08:00
回复了 gary907478 创建的主题 C 怎么将 int array 转化成 string array
简单地搜索了一下,找到了这个: http://stackoverflow.com/questions/5223066/converting-int-to-string-in-c

string int_array_to_string(int int_array[], int size_of_array) {
string returnstring = "";
for (int temp = 0; temp < size_of_array; temp++)
returnstring += itoa(int_array[temp]);
return returnstring;
}

OR

string int_array_to_string(int int_array[], int size_of_array) {
ostringstream oss("");
for (int temp = 0; temp < size_of_array; temp++)
oss << int_array[temp];
return oss.str();
}
2017-03-03 15:43:19 +08:00
回复了 longchisihai 创建的主题 Python 怎么识别图片中是否有人像?求思路
https://aws.amazon.com/rekognition/

Amazon Rekognition is a service that makes it easy to add image analysis to your applications. With Rekognition, you can detect objects, scenes, and faces in images. You can also search and compare faces. Rekognition ’ s API enables you to quickly add sophisticated deep learning-based visual search and image classification to your applications.
2017-02-20 15:04:31 +08:00
回复了 cs202 创建的主题 问与答 求助:为什么 V2EX 的所有图片(包括头像)都无法显示?
@misaka19000 美国, Comcast. DNS 的问题?
2017-02-20 14:56:45 +08:00
回复了 cs202 创建的主题 问与答 求助:为什么 V2EX 的所有图片(包括头像)都无法显示?
@msg7086 在我这里不工作:
➜ ~ curl https://v2ex.assets.uxengine.net/avatar/3231/749a/68006_normal.png -v
* Could not resolve host: v2ex.assets.uxengine.net
* Closing connection 0
curl: (6) Could not resolve host: v2ex.assets.uxengine.net
➜ ~
2016-12-28 08:41:02 +08:00
回复了 zhouqian 创建的主题 职场话题 我在公司呆了三年,经历了 7 任总监
战略性 mark 一下。
2016-11-15 14:00:36 +08:00
回复了 MuaGeWang 创建的主题 程序员 是时候开启人生的第二乐章了,来立个 FLAG。
楼主加油!先占个位置领红包!
2016-08-19 01:47:42 +08:00
回复了 cs202 创建的主题 macOS 大家在 Mac 上同时使用 Keychain 和 1Password 吗?
@SoloCompany 可能我的描述不够准确,我的意思是在 Safari 中关闭 AutoFill 和 Passwords (这俩个选项在 Safari -> Preferences 中)。
2016-06-08 07:21:36 +08:00
回复了 stellar 创建的主题 Chrome 谷歌将彻底移除 Chrome 应用启动器功能,大家怎么看?
+11
2016-04-30 01:23:00 +08:00
回复了 lianxiangru 创建的主题 Google Google play music 免费上传 50000 首歌
@lianxiangru 好办法。 我现在的做法是定期把所有加红心的歌曲下载到本地。。。
2016-04-30 01:16:04 +08:00
回复了 lianxiangru 创建的主题 Google Google play music 免费上传 50000 首歌
@lianxiangru 开通会员以后,有一些听不了的歌 是因为网易没有版权,所以国内的用户也是听不了的。
2016-04-30 01:13:46 +08:00
回复了 lianxiangru 创建的主题 Google Google play music 免费上传 50000 首歌
@lianxiangru 美国可以的,我现在就在美国。 亲测有效。
2016-04-30 01:07:14 +08:00
回复了 lianxiangru 创建的主题 Google Google play music 免费上传 50000 首歌
网易云音乐开通会员( 8 RMB/月)后, IP 封锁就会解除了。
1  2  3  4  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2399 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 31ms · UTC 09:56 · PVG 17:56 · LAX 02:56 · JFK 05:56
Developed with CodeLauncher
♥ Do have faith in what you're doing.