我们做一个这样的界面 1、点击按钮,可以唤起 打电话 、发短信的界面 2、长按按钮,直接拨号和发送短信 我们通过在界面上绑定点击监听 <Button android:id="@+id/btn_call" android:layout_width="wrap_content" android:layo ...
分类:
其他好文 时间:
2020-04-13 19:51:11
阅读次数:
80
If you do not have permission to create the directory object (and assuming that the directory object does not already exist), you'll need to send a re ...
分类:
其他好文 时间:
2020-04-13 12:28:50
阅读次数:
74
UVA 12657 Boxes in a Line You have n boxes in a line on the table numbered 1 . . . n from left to right. Your task is to simulate 4kinds of commands:? ...
分类:
移动开发 时间:
2020-04-13 01:10:00
阅读次数:
105
遇到俩个坑curl-Ohttps://pear.php.net/go-pear.pharsudophp-ddetect_unicode=0go-pear.phar选择安装位置,我选择了/usr/local坑一phpize没有安装autoconfCannotfindautoconf.Pleasecheckyourautoconfinstallationandthe$PHP_AUTOCONFenvir
分类:
系统相关 时间:
2020-04-13 00:48:59
阅读次数:
111
You got a dream,you gotta protect it. 变量、作用域和内存问题 JavaScript 的变量与其他语言的变量有很大不同,因其松散类型的本质,决定了它只是在特定时间,用于保存特定值的一个名字而已,它的值和数据可以在脚本生命周期内随时改变。 1. 基本类型和引用类型的 ...
分类:
编程语言 时间:
2020-04-12 18:37:35
阅读次数:
71
Which is better, ASP.NET, Java or PHP? It depends on what you want to achieve. Each has its advantages for a particular area. Source: http://Flickr.co ...
分类:
编程语言 时间:
2020-04-12 16:40:34
阅读次数:
71
You can use the command to see a list of all installed packages on your computer. To uninstall a program use command. For example, the following comma ...
分类:
系统相关 时间:
2020-04-12 16:18:39
阅读次数:
85
成对交换节点。给一个linked list,请成对调换node。例子 Given 1->2->3->4, you should return the list as 2->1->4->3. 我的思路是迭代。依然是给一个dummy节点放在head节点之前,然后dummy.next是head节点,nex ...
分类:
其他好文 时间:
2020-04-12 14:57:23
阅读次数:
75
404个性化页面自定义是我们很多时候都会有的需求,修改的办法也很简单,修改后记得自己拿小本本记着,下次系统更新如果被覆盖了,还可以再改回来,自定义404页面,PC、手机都可自己判断地址。
分类:
其他好文 时间:
2020-04-12 14:02:37
阅读次数:
210
之前参加 rocketmq 的 meetup,台上有人讲,kafka 不支持同步刷盘,当时没太在意,今天抽空看了下代码: kafka 提供了配置参数来支持同步刷盘,和 rocktmq 的做法不同(4.7 的 rmq 在 sync_disk 模式,统一在 GroupCommitService 中刷盘, ...
分类:
其他好文 时间:
2020-04-12 12:49:37
阅读次数:
211