There is more to life than increasing its speed. 生活不仅仅是匆匆赶路。 I always think I have walked very slowly on my life road, sometimes I even walked backwar ...
分类:
其他好文 时间:
2017-05-10 11:30:39
阅读次数:
186
w difference kill -9 pid and kill pid command - Ask Ubuntu https://askubuntu.com/questions/791841/difference-kill-9-pid-and-kill-pid-command kill pid ...
分类:
其他好文 时间:
2017-05-09 19:46:18
阅读次数:
156
当遇到磁盘读写的事务锁 导致的系统读写能力下降的问题,可以使用主从读写分离的模式进行优化。不过读写分离会导致数据读取的延时性。 mysql的主从复制 主要依赖于数据库的二级制文件进行数据库的同步功能。 参考链接: http://blog.csdn.net/cutesource/article/det ...
分类:
数据库 时间:
2017-05-09 12:48:11
阅读次数:
282
Redis提供的持久化机制: 1). RDB持久化:该机制是指在指定的时间间隔内将内存中的数据集快照写入磁盘。 2). AOF持久化:该机制将以日志的形式记录服务器所处理的每一个写操作,在Redis服务器启动之初会读取该文件来重新构建数据库,以保证启动后数据库中的数据是完整的。 3). 无持久化:我 ...
分类:
其他好文 时间:
2017-05-07 19:53:14
阅读次数:
207
If you are serious giving up something, giving up is not serious at all. 如果你慎重地决定要放弃,那么放弃本身就没什么大不了的。 Life always has many things to bring us down. But ...
分类:
其他好文 时间:
2017-05-07 11:50:12
阅读次数:
132
不知结局如何,5月10日。愿我好运 1. php7新特性 a. 运算符(NULL 合并运算符) 把这个放在第一个说是因为我觉得它很有用。用法: $a = $_GET['a'] ?? 1; 它相当于: <php$a = isset($_GET['a']) ? $_GET['a'] : 1; 我们知道三 ...
分类:
其他好文 时间:
2017-05-07 11:48:54
阅读次数:
196
I've been working for the past 15 months on repairing my rusty math skills, ever since I read a biography of Johnny von Neumann. I've read a huge stac ...
分类:
其他好文 时间:
2017-05-06 19:08:38
阅读次数:
289
Time you enjoy wasting, was not wasted. 你乐于挥霍的时间,都不能算作是浪费。 A few days ago, I learned a sentence from ShanBay, it goes like this: Be careful. If you ar ...
分类:
其他好文 时间:
2017-05-06 17:54:50
阅读次数:
179
systemctl脚本存放在:/usr/lib/systemd/,有系统(system)和用户(user)之分,像需要开机不登陆就能运行的程序,还是存在系统服务里吧,即:/usr/lib/systemd/system目录下 每一个服务以.service结尾,一般会分为3部分:[Unit]、[Serv ...
分类:
其他好文 时间:
2017-05-06 16:35:10
阅读次数:
151
1 //------------------------------------------- 2 // async FIFO 3 //----------------------------------------------- 4 5 `timescale 1ns/100ps 6 7 modul... ...
分类:
其他好文 时间:
2017-05-06 13:13:22
阅读次数:
187