V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  codechaser  ›  全部回复第 24 页 / 共 25 页
回复总数  486
1 ... 16  17  18  19  20  21  22  23  24  25  
我先做个标记吧
2018-07-06 10:57:03 +08:00
回复了 codechaser 创建的主题 Android AndroidStudio 构建 app 时是在编译什么啊?
@yukiww233 好的,谢谢。按理说有了镜像不就可以直接在 AS 里更新 Gradle Plugin 和 Gradle 了吗?为什么会提示这个错误?
2018-07-06 10:06:12 +08:00
回复了 codechaser 创建的主题 Android AndroidStudio 构建 app 时是在编译什么啊?
@PhxNirvana 我正看到这儿了,谢谢。
@Corn665353 这游戏看起来好色情啊
@lylsh1993 谢谢谢谢!非常感谢。
@wilonti 可以省一大笔钱,想想就平衡了
@samaxu 玩游戏又不是为了看奶子,那个而没有游戏好玩
@littleylv 饥荒我感觉没啥意思啊。。。可能我玩的少吧
@q8515620 老哥,我试玩同学的 PC 吃鸡,第三人称,坚持不了 15 分钟
@joyqi 3D 电影说实话我有时也会晕,所以我真的不怎么喜欢看 3D 电影,奈何现在朋友喊出去看电影很多 3D 的,只能忍忍了,这个还好。
@Yunhao 我们省了很多钱
@benzzz 我手游玩几次只要不是时间太长还是可以坚持,但是 PC 端 3D 游戏是真的坚持不下来。我记得高中同学带我出去上网,第一次接触的 3D 游戏是一款变形金刚的,我玩了 5 分钟,直接去厕所吐了。
@x86vk 太感谢了!!!
@benzzz 我手游玩几次只要不是时间太长还是可以坚持,但是 PC 端 3D 游戏是真的坚持不下来。我记得高中同学带我出去上网,第一次接触的 3D 游戏是一款变形金刚的,我玩了 5 分钟,直接去厕所吐了。
@ahhui OK,谢谢你。
2018-07-03 09:57:39 +08:00
回复了 codechaser 创建的主题 Java 为什么这个 utf8 编码后面会多个 0?
@sagaxu Thanks!
2018-07-03 09:51:24 +08:00
回复了 codechaser 创建的主题 Java 为什么这个 utf8 编码后面会多个 0?
@hand515 这是 java,java 有结束字符吗?
2018-07-03 09:43:47 +08:00
回复了 codechaser 创建的主题 Java 为什么这个 utf8 编码后面会多个 0?
@ThirdFlame 你好,我刚刚把'u'去掉了也没有 0 啊?
2018-06-23 13:53:43 +08:00
回复了 codechaser 创建的主题 Java 为什么这个 MyJDialogTest 对话框会在延时 3 秒后才显示?
@verrickt 谢谢你!能抽空看一下我回复楼上的吗?
2018-06-23 13:52:42 +08:00
回复了 codechaser 创建的主题 Java 为什么这个 MyJDialogTest 对话框会在延时 3 秒后才显示?
@kaneg 你好!这个 setVisible 算不算异步呢?我看到 doc 里面有这一段话:
```
public void setVisible(boolean b)
Shows or hides this Dialog depending on the value of parameter b.
Overrides:
setVisible in class Window
Parameters:
b - if true, makes the Dialog visible, otherwise hides the Dialog. If the dialog and/or its owner are not yet displayable, both are made displayable. The dialog will be validated prior to being made visible. If false, hides the Dialog and then causes setVisible(true) to return if it is currently blocked.
Notes for modal dialogs.

setVisible(true): If the dialog is not already visible, this call will not return until the dialog is hidden by calling setVisible(false) or dispose.
setVisible(false): Hides the dialog and then returns on setVisible(true) if it is currently blocked.
It is OK to call this method from the event dispatching thread because the toolkit ensures that other events are not blocked while this method is blocked.
See Also:
Window.setVisible(boolean), Window.dispose(), Component.isDisplayable(), Component.validate(), isModal()
```
2018-06-17 14:39:09 +08:00
回复了 codechaser 创建的主题 Android Android 项目中包是怎么组织的?
@momocraft 谢谢!请问一下 android 里面必须严格把类都放在 java 文件夹下面吗?
1 ... 16  17  18  19  20  21  22  23  24  25  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1111 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms · UTC 19:38 · PVG 03:38 · LAX 12:38 · JFK 15:38
Developed with CodeLauncher
♥ Do have faith in what you're doing.