sudo killall nautilus && (nautilus &) sudo mkdir -p /var/lib/samba/usershares/apt purge samba-commonapt install mint-meta-cinnamon samba nemo-share sm ...
分类:
Web程序 时间:
2017-05-25 19:46:44
阅读次数:
628
In LLP world, there is a hero called Teemo and his attacking can make his enemy Ashe be in poisoned condition. Now, given the Teemo's attacking ascend ...
分类:
其他好文 时间:
2017-05-25 01:21:30
阅读次数:
167
A sequence of number is called arithmetic if it consists of at least three elements and if the difference between any two consecutive elements is the ...
分类:
其他好文 时间:
2017-05-24 21:04:48
阅读次数:
197
I have been seeing Redux for sometime, but recently I come to realize that , it's part of so called functional programming. The basic idea for functio ...
分类:
其他好文 时间:
2017-05-23 23:53:04
阅读次数:
329
DEADLOCKS Both processes are blocked and will remain so forever. This situation is called a deadlock. 6.1 RESOURCES 6.1.1 Preemptable and Nonpreemptab ...
分类:
其他好文 时间:
2017-05-22 09:23:40
阅读次数:
274
Continuous Greyscale Image 1 mapping f from a rectangular domain Ω =(0,a1) X (0,a2) to a co-domain R domain Ω is called image domain or image plane. c ...
分类:
其他好文 时间:
2017-05-20 10:01:28
阅读次数:
194
unity3D 获取数据 unity3D获取的数据 ...
分类:
编程语言 时间:
2017-05-19 13:27:48
阅读次数:
224
Description Let us consider a special type of a binary search tree, called a cartesian tree. Recall that a binary search tree is a rooted ordered bina ...
分类:
其他好文 时间:
2017-05-19 10:14:00
阅读次数:
323
一、ThreadLocal介绍 这是一个线程的局部变量。也就是说,只有当前线程可以访问。既然是只有当前线程可以访问的数据,自然是线程安全的。 为每一个线程分配不同的对象,需要在应用层面保证。ThreadLocal只是起到了简单的容器作用。 一、ThreadLocal介绍 这是一个线程的局部变量。也就 ...
分类:
其他好文 时间:
2017-05-17 23:44:36
阅读次数:
419
在重写View的时候,会遇到这两个方法 protected void onAttachedToWindow() Description copied from class: View This is called when the view is attached to a window. At t ...
分类:
移动开发 时间:
2017-05-17 16:09:58
阅读次数:
298