摘要:
有序广播的优先级: 发送有序广播的方法有: public void sendOrderedBroadcast(Intent intent,String receiverPermission) 在接收有序广播时,能够自己为接收者指定优先级: 静态注冊广播接收者时,在AndroidMainfest.xm 阅读全文
posted @ 2017-06-18 12:02
claireyuancy
阅读(281)
评论(0)
推荐(0)
摘要:
Problem description 小明是个非常优秀的同学。他除了特别公正外,他也非常细心,当然老师肯定也知道,这不,老师又有事情找他帮忙了。老师每周都会给他一个字符串A。然后问小明“A字符串的循环移位产生的全部字符串中,字典序最小的是哪个”。于是小明屁颠屁颠的一个一个比对,可是长久下来,小明实 阅读全文
posted @ 2017-06-18 11:24
claireyuancy
阅读(269)
评论(0)
推荐(0)
摘要:
1 启动命令 systemctl isolate graphical.target 2 启动过程: 文件:/etc/systemd/system/graphical.target 来自:systemd包 内容: [Unit] Description=Graphical Interface Docum 阅读全文
posted @ 2017-06-18 09:54
claireyuancy
阅读(1260)
评论(0)
推荐(0)
摘要:
关于大数据。有这样一段话: “Big data is like teenage sex,everyone talks about it,nobody really knows how to do it,everyone thinks everyone else is doing it,so ever 阅读全文
posted @ 2017-06-18 09:53
claireyuancy
阅读(139)
评论(0)
推荐(0)
摘要:
Qt应用能够用Qt Creator开发,也能够使用Visual Studio。我之前一直用Qt Creator。也始终认为这是最好的选择。只是有人偏爱Visual Studio,我也由于工作须要,要使用Visual Studio来开发Qt应用。记录一下安装配置过程。 资源下载和安装 须要下列资源: 阅读全文
posted @ 2017-06-18 08:17
claireyuancy
阅读(899)
评论(0)
推荐(0)