上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: part 18 1.epitomize 英 [ɪˈpɪtəmaɪz] 美 [ɪˈpɪtəmaɪz] v.成为…的典范(或典型)2.despicable 英 [dɪˈspɪkəbl] 美 [dɪˈspɪkəbl] adj.令人厌恶的;可鄙的;卑鄙的3.intimidate 英 [ɪnˈtɪmɪdeɪt 阅读全文
posted @ 2021-05-25 14:25 Jokeyyu 阅读(581) 评论(0) 推荐(0) 编辑
摘要: RequestBody fileBody = RequestBody.create(MediaType.parse("application/octet-stream"), new File("/mnt/sdcard/Pictures/testhead.png"));RequestBody requ 阅读全文
posted @ 2021-04-08 17:27 Jokeyyu 阅读(863) 评论(0) 推荐(1) 编辑
摘要: 1. 绪论 1.1 一般来说,用计算机解决一个具体问题时,大致需要经过以下几个步骤:首先要从具体问题抽象出一个适当的数学模型(OOA,面向对象分析),然后设计一个解此数学模型的算法(OOD,面向对象设计),最后编出程序,进行测试、调整直至最终得到解答(OOP,面向对象编程)。寻求数学模型的实质是分析 阅读全文
posted @ 2020-12-02 15:03 Jokeyyu 阅读(135) 评论(0) 推荐(0) 编辑
摘要: ItemTouchHelper itemTouchHelper = new ItemTouchHelper(new ItemTouchHelper.Callback() { @Override public int getMovementFlags(@NonNull RecyclerView rec 阅读全文
posted @ 2020-11-02 08:46 Jokeyyu 阅读(212) 评论(0) 推荐(0) 编辑
摘要: http://google.github.io/material-design-icons/ 阅读全文
posted @ 2020-10-30 11:10 Jokeyyu 阅读(203) 评论(0) 推荐(0) 编辑
摘要: https://github.com/voghDev/PdfViewPager/ Add this line in your app/build.gradle implementation 'es.voghdev.pdfviewpager:library:1.1.2' If you want to 阅读全文
posted @ 2020-10-15 14:50 Jokeyyu 阅读(268) 评论(0) 推荐(0) 编辑
摘要: public class WifiUtils { private Context mContext; private WifiManager mWifiManager; public WifiUtils(Context context) { mContext = context; mWifiMana 阅读全文
posted @ 2020-10-15 14:34 Jokeyyu 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 1.include 标签必须设置id <include android:id="@+id/toolbar" layout="@layout/layout_toolbar" />2. 代码中使用: mBinding.toolbar.txtTitle 阅读全文
posted @ 2020-10-15 14:31 Jokeyyu 阅读(2803) 评论(0) 推荐(0) 编辑
摘要: item 使用 relativelayout 为根节点,并且 加载方式如下: public RecyclerView.ViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) { View view = Layout 阅读全文
posted @ 2020-10-14 14:36 Jokeyyu 阅读(258) 评论(0) 推荐(0) 编辑
摘要: local could be Locale.US, Locale.CHINA and so onpublic static void setLanguage(Context context, Locale locale) { Configuration config = context.getRes 阅读全文
posted @ 2020-10-14 09:26 Jokeyyu 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页