V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  SeanChang  ›  全部回复第 2 页 / 共 3 页
回复总数  54
1  2  3  
96 天前
回复了 SeanChang 创建的主题 酷工作 杭州滨江跪求 Android 工程师
@pagxir 好嘞。

岗位职责:
0.负责公司产品安卓客户端开发;
1.根据产品经理提出的需求,提供可行的解决方案,前后端配合完成 App 开发及调试;
2.能按照项目计划,按时提交高质量的代码,完成开发任务;
3.持续优化 App 体验,提高产品可用性,可维护性,并能够快速定位并及时修复软件缺陷;
4.规范文档的编写,维护,以及其他与项目有关的工作;
5.对新技术进行调研,并持续改善现有技术的实现;

工作经验要求:
0.三年以上 Android 软件开发经验,对 Android 开发平台和主要框架有深入的理解;
1.熟悉常见的性能优化方法,有独立解决技术问题的能力,面对技术难点有判断、选型、实施的能力;
2.深入掌握 Java 或 Kotlin 语言,具有良好的架构设计能力,熟悉 App 开发的主流框架和开发模式;
3.熟悉 Hybrid 、等跨平台技术和架构,有相关开发经验;
4.有 Unity3D 开发经验;

知识&技能要求:
0.具备扎实的 Java ,kotlin 开发基础,熟悉多线程和网络开发。
1.掌握常用的设计模式和数据结构,有代码洁癖,同时具备一定的架构设计思维。
2.熟练使用 android studio 和 git ,maven 等日常开发工具。
3.具有独立的定位问题和解决问题的能力;
4.精通 Android 下的高性能编程及性能调优,可以应付各种开发中的复杂问题。
5.具备责任⼼、良好的沟通技巧和团队合作精神,自我学习能力强。

加分项
0.有好奇心;
1.有鸿蒙开发经验;
2.有项目管理经验;
3.有信息系统项目管理师、系统分析师、系统架构师、网络规划师等软考证书者;

联系方式:微信 gnuorg
DokuWiki 开源 wiki 引擎,PHP 环境下,程序小巧、灵活,适合中小团队和个人网站知识库的管理。

https://www.dokuwiki.org/dokuwiki
新一代数据库工具产品要解决什么问题?
红米 note 系列,每两年换最新款。
359 天前
回复了 zhuzhifen 创建的主题 分享创造 随便整了个网站玩
海外工具站也是重运营。


https://xuanyuan.me/blog/
2022-11-15 15:09:29 +08:00
回复了 jawe001 创建的主题 Java 求 Java 大佬帮忙分析下这个程序
The incomparable types error is telling you that it doesn't make sense to compare two things that cannot possibly be equal.

For example, there's no point in Integer.valueOf(0) == "", because they're not the same types; nor is one a supertype of the other. It will always be false.

The compiler will prevent the a == b if both are class types (as opposed to interfaces), and both a = b and b = a would be disallowed.

So, you are being told that a Class<? extends T[]> cannot be equal to a Class<Object[]>, because you can't assign a reference of one type to a variable of the other type.

By casting one of the references to Object, the compiler no longer knows (/thinks) that the types are definitely not related - because Object is a supertype of everything, so "nor is one a supertype of the other" is no longer true - so the compiler allows the check.

One thing that is redundant in that method is U. There's no need for it, just use Object[] in the parameter type instead.
2012-04-23 16:02:17 +08:00
回复了 gaowhen 创建的主题 问与答 请大家推荐个键盘
HHKB pro 2
2011-08-24 23:29:25 +08:00
回复了 SeanChang 创建的主题 电影 《源代码》烂片一部,吹得奶牛满天飞。
2011-08-24 20:09:45 +08:00
回复了 SeanChang 创建的主题 电影 《源代码》烂片一部,吹得奶牛满天飞。
@aeryen 因为我所理解的西方的魔幻故事和科幻故事是不太一样的,《魔戒》算是魔幻故事了,这点有点像我们的《西游记》,都有点神话背景,而《黑客帝国》是比较典型的商业科幻片,so...
1  2  3  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5375 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 27ms · UTC 01:31 · PVG 09:31 · LAX 17:31 · JFK 20:31
Developed with CodeLauncher
♥ Do have faith in what you're doing.