02 2021 档案

摘要:package com.example.dell.tiwen;import org.junit.Test;import static org.junit.Assert.*;/** * Example local unit test, which will execute on the develop 阅读全文
posted @ 2021-02-26 20:11 王昊宁 阅读(34) 评论(0) 推荐(0)
摘要:今天在看完梦断代码后,感想很多,虽然有很多地方不是很理解,也不太懂那些项目,但是我感觉在看完之后还是很有收获的。阅读是一件说容易就容易说难变难的事情,主要看你怎么去看待阅读,有句老话说的很对,相信大家也都耳熟能详,那就是“书中自有颜如玉,书中自有黄金屋”,下面我想写一下我比较有收获的几点。 在看第六 阅读全文
posted @ 2021-02-25 21:08 王昊宁 阅读(31) 评论(0) 推荐(0)
摘要:package com.example.dell.tiwen; import android.content.Context; import android.database.ContentObservable; import android.database.sqlite.SQLiteDataba 阅读全文
posted @ 2021-02-25 19:01 王昊宁 阅读(40) 评论(0) 推荐(0)
摘要:package com.example.dell.tiwen;import android.content.Context;import android.support.test.InstrumentationRegistry;import android.support.test.runner.A 阅读全文
posted @ 2021-02-24 16:09 王昊宁 阅读(28) 评论(0) 推荐(0)
摘要:package com.example.dell.tiwen; import androidx.appcompat.app.AppCompatActivity; import android.content.ContentValues; import android.content.Intent; 阅读全文
posted @ 2021-02-23 21:07 王昊宁 阅读(57) 评论(0) 推荐(0)
摘要:继续 package com.example.dell.tiwen;import android.Manifest;import android.annotation.TargetApi;import android.app.Activity;import android.content.Conte 阅读全文
posted @ 2021-02-22 18:06 王昊宁 阅读(38) 评论(0) 推荐(0)
摘要:今天看了《梦断代码》的第2章-Agenda之魂,刚开始看时不知道Agenda是什么东西,看完之后才知道是什么东东,这里先不做解释,下面会详细介绍到。说到Agenda,就必须提一下米奇·卡普尔这个人,卡普尔曾被冠以“反盖茨”的名号,由于他不喜欢使用Exchange,但当时小型组织的日程管理没有其他方案 阅读全文
posted @ 2021-02-18 20:07 王昊宁 阅读(41) 评论(0) 推荐(0)
摘要:今天我大致看了《梦断代码》的前两章,内容虽然不多,但是写出了作者的真实写照。我在看到这本书目录时,有点迷惑,为什么开始的一章标为“第0章”呢?在阅读这一章的过程中知道了原因,原来作者只想指出程序员的特殊之处:程序员从0开始计数,而不是从1开始。那么为什么程序员要从0开始计数呢?很简单,只是因为计算机 阅读全文
posted @ 2021-02-11 21:05 王昊宁 阅读(30) 评论(0) 推荐(0)