V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  kitalphaj  ›  全部回复第 13 页 / 共 17 页
回复总数  338
1 ... 5  6  7  8  9  10  11  12  13  14 ... 17  
2016-08-02 13:01:11 +08:00
回复了 z42514 创建的主题 Android 请教一个 retrofit 的问题
感觉和 FormUrlEncoded 有关
2016-08-01 08:24:29 +08:00
回复了 Cryse 创建的主题 Android 求推荐个国内使用的统计 SDK
WAKE_LOCK 权限怎么了?
2016-07-27 15:30:13 +08:00
回复了 kitalphaj 创建的主题 Android 原生的 RecyclerView 真的没有 memory leak 么?
@torchmu 我这叫不入坑不知道坑大。。。
2016-07-26 13:03:35 +08:00
回复了 z42514 创建的主题 Android 请教一个 retorfit 与 json 解析的问题
1 楼的方法挺好的。还有一种是可以写个 Intercepter 。然后用 okclient 的 addIntercepter 方法插入请求中。这个 intercepter 可以负责重新打包。但我觉得 1 楼的方法性能会好一点。
2016-07-26 12:42:11 +08:00
回复了 Ricky123 创建的主题 iDev 对 http://prisma-ai.com 非常感兴趣,有清楚大概原理的朋友吗?
@VVJiao 同意!
哦,你说的 Shared Web Credentials 我也想过,不过这个的原始目的主要是身份认证,能不能用到这里就不确定了。
@zhuguangwenhust 嗯, webview 确实不行,但是 SFSafariViewController 好像可以。。。不过你 App 就不能读 cookie 了,要绕道一下。看看这篇文章 https://blog.branch.io/install-attribution-ios-9-safari-view-controller

话说你最好要真做出来了能不能分享一下流程,我也挺感兴趣的哈哈
2016-07-26 09:02:59 +08:00
回复了 PopeyeLau 创建的主题 iDev 求老司机推荐一些 Xcode 提高效率的方法
@PopeyeLau 好像这样代码折叠方便太多了,默认的太难用。。。可是我现在已经习惯了这样的按键。。真是😢了
用 Cookie 呢?比如这个链接 link 到你的网站某个页面 xxx.com/yyy 然后你存个 Cookie 。然后 A 下载了后,你 App 里面用 webview 也打开你的网站,然后应该可以读到 cookie 吧。之后就很简单了。。。我没有实现过,错了不要找我😂
2016-07-26 07:59:46 +08:00
回复了 PopeyeLau 创建的主题 iDev 求老司机推荐一些 Xcode 提高效率的方法
行首行尾我一般用 cmd+左 和 cmd+右,然后 option+左右来跳词。 cmd+shift+左右来选择行。
2016-07-24 19:35:35 +08:00
回复了 gcodexman 创建的主题 程序员 码农和设计师为什么薪资差别那么大?
我还巴不得自己会设计,现在做个 App 会写代码有卵用,不好看还是没人买账。
2016-07-19 09:14:37 +08:00
回复了 iyeatse 创建的主题 iDev iOS 系统设置关于 UINavigationBar 的一个 bug
@iyeatse

In iOS 10, UIKit has updated and unified background management for UINavigationBar, UITabBar, and UIToolbar. In particular, changes to background properties of these views (such as background or shadow images, or setting the bar style) may kick off a layout pass for the bar to resolve the new background appearance.
In particular, this means that attempts to change the background appearance of these bars inside of -[UIView layoutSubviews], -[UIView updateConstraints], -[UIViewController willLayoutSubviews], -[UIViewController didLayoutSubviews], - [UIViewController updateViewConstraints], or any other method that is called in response to layout may result in a layout loop.
In some cases you can break these layout loops by ensuring that you always use the same object instance when objects (such as UIImage or UIColor) are required. But in general you should avoid doing this.
Because all appearance parameters are now resolved at one time, there may be some cases where your bar's appearance has changed. In general, best results are obtained by specifying as little as possible for customizing your bar. For example, if you are specifying a barTintColor value and specifying an empty UIImage object for the backgroundImage property (as is the case when you call [UIImage new], for example) then you should get better results by specifying only the barTintColor. Any changes you make to resolve these issues in iOS 10 should also work correctly in iOS 9 — if this is not the case, please report bugs with a sample project and a screenshot indicating what the bars should look like.

这是刚出的 beta 3 的 release note 。似乎换了架构,没准这个问题有机会彻底解决。
2016-07-18 14:27:40 +08:00
回复了 warcraft1236 创建的主题 问与答 你们的开发者帐号都是自己付费购买的吗
在自己手机上运行似乎不需要账号了现在
用 sqlite3 命令行工具访问~/Library/Messages/chat.db

SELECT *, COUNT(*) FROM message;
2016-07-15 14:41:44 +08:00
回复了 hxd 创建的主题 程序员 眼球输入 - 眼球鼠标
http://www.tobii.com/group/
Tobii 已经做了好几年了,刺客信条都可以用这个玩。。。
2016-07-15 06:52:22 +08:00
回复了 ChenKe 创建的主题 程序员 大家第一个负责的项目,从开始到结束是什么心情
上手的话移动端应该会简单很多。
2016-07-14 15:26:51 +08:00
回复了 iyeatse 创建的主题 iDev iOS 系统设置关于 UINavigationBar 的一个 bug
Navigation bar 一堆坑。。。什么返回按钮文字,导航栏背景图,透明度。。。感觉设计这块的那人一开始想得很好,各种抽象各种支持,结果发现自己能力有限无法做到面面俱到。。。
2016-07-14 08:12:40 +08:00
回复了 tongchia 创建的主题 macOS 安装 Sierra 后, 多出 20G 空间
@ykrl089 Ulysses 会崩,但是官方出了个测试版。
然而强烈建议别升级,现在的测试版 Safari 很卡,然后 hipchat 卡爆。 Xcode 7.3 不再支持。。
2016-07-14 08:05:47 +08:00
回复了 Masutangu 创建的主题 程序员 工作两年记
楼上的不要羡慕楼主的学习能力。同意楼主的计划,个人比较相信 10000 小时理论,所以还有很多发展空间。
2016-07-14 07:55:31 +08:00
回复了 troyl 创建的主题 iDev 可以将多个 Dynamic Framework 合并成一个吗?
把 a\b\c 暴露给用户没什么,只要你保证 access control 做好,应该是没有什么问题的。
1 ... 5  6  7  8  9  10  11  12  13  14 ... 17  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1278 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 23:49 · PVG 07:49 · LAX 16:49 · JFK 19:49
Developed with CodeLauncher
♥ Do have faith in what you're doing.