V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  ysc3839  ›  全部回复第 462 页 / 共 566 页
回复总数  11306
1 ... 458  459  460  461  462  463  464  465  466  467 ... 566  
2019-02-24 18:24:38 +08:00
回复了 pig1983 创建的主题 问与答 米 9 值不值
@xman99 一般来说网上都要抢购吧?线下店看运气。
2019-02-23 22:08:32 +08:00
回复了 fengleidongxi 创建的主题 程序员 求分享视频网站
2019-02-23 21:59:34 +08:00
回复了 jadeity 创建的主题 问与答 谁知道 mp3 播放器的排序逻辑?
我猜测大多数杂牌的是只支持 FAT 系列文件系统的,可能是按照 FAT 里面文件的顺序。
2019-02-23 00:31:32 +08:00
回复了 djxf 创建的主题 问与答 爬虫, webView,Android 问题。可付费。
当然可以。能执行 js 的话直接 dom 操作就能取到了。
2019-02-23 00:15:14 +08:00
回复了 Trumeet 创建的主题 问与答 9102 年,还有个人电脑用 Win7 吗
@Trumeet 按照网上的激活方法。
2019-02-23 00:14:38 +08:00
回复了 Trumeet 创建的主题 问与答 Linux 有类似 UWP 这样的东西么....
没有完全类似的。UWP 可以说包括了很多层面,比如 API 设计,appx 打包格式。
2019-02-23 00:09:46 +08:00
回复了 Trumeet 创建的主题 问与答 9102 年,还有个人电脑用 Win7 吗
我在低配置的电脑上使用虚拟机的时候会使用 Win7 32bit 系统。
2019-02-22 22:46:49 +08:00
回复了 zxq2233 创建的主题 问与答 浏览器如何在后台播放视频?
我自己为避免麻烦是在虚拟机里面播放的。鼠标从边界移出去,然后最小化虚拟机窗口也不会停止播放。VPS 应该差不多吧?
2019-02-22 17:43:51 +08:00
回复了 shenxgan 创建的主题 问与答 请教一个 curl 返回值的问题,返回值太大
@shenxgan 先用 WIFEXITED 判断是否是正常退出,是的话用 WEXITSTATUS 获取返回值。
Python 有内置这两个函数 https://docs.python.org/2/library/os.html#os.WIFEXITED
2019-02-22 14:40:30 +08:00
回复了 shenxgan 创建的主题 问与答 请教一个 curl 返回值的问题,返回值太大
先查 Python 文档 https://docs.python.org/2/library/commands.html#commands.getstatusoutput
有写 The exit status for the command can be interpreted according to the rules for the C function wait().

再查 Linux man https://linux.die.net/man/2/wait
If status is not NULL, wait() and waitpid() store status information in the int to which it points. This integer can be inspected with the following macros (which take the integer itself as an argument, not a pointer to it, as is done in wait() and waitpid()!):

下面有写
WEXITSTATUS(status)
returns the exit status of the child. This consists of the least significant 8 bits of the status argument that the child specified in a call to exit(3) or _exit(2) or as the argument for a return statement in main(). This macro should only be employed if WIFEXITED returned true.
2019-02-21 23:20:27 +08:00
回复了 lisisi 创建的主题 Python javascript 中到处都是回调 callback, Python 很少用到,是为什么?
JavaScript 是配合网页使用的时候回调才多吧? Python 程序的架构一般是从头执行到尾结束的。而网页中 JavaScript 不是这样,是根据事件来执行的,所以需要回调。
2019-02-21 21:06:23 +08:00
回复了 wangxiaoaer 创建的主题 Android 纠结 Android 的权限到底有没有意义?
涉及到操作系统的话这就不仅仅是 Android 的问题了,所有不开源的系统都有可能偷偷收集你的信息。
如果有这种等级的要求的话那就使用开源的系统吧,Android 方面比较有名的是 LineageOS。
2019-02-21 02:16:00 +08:00
回复了 Alpacino 创建的主题 问与答 Python 中 x*0.5 和 x/2 返回的精度为什么不一样?
Chrome 保存的密码并没有引入外部密钥来加密,也就是说要不然没加密,要不然密钥存在本地。
2019-02-20 21:41:56 +08:00
回复了 thinkycx 创建的主题 程序员 如何获得 github 公开仓库的 commit 提醒?
1. 试试直接用 int
2. 需要代码才知道具体该怎么办
2019-02-20 11:46:19 +08:00
回复了 rebeccaMyKid 创建的主题 问与答 神了, apple id 网页 ubuntu chrome 不开,改 UA 就可以
清除 Cookies 试试?
1 ... 458  459  460  461  462  463  464  465  466  467 ... 566  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2470 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 72ms · UTC 06:27 · PVG 14:27 · LAX 23:27 · JFK 02:27
Developed with CodeLauncher
♥ Do have faith in what you're doing.