Fall is a poetry season.The fallen leaves is the represent of fall.The climate is soft and warm,and the s
原创 2022-08-03 10:35:48
53阅读
  some thoughts on life  I am not a philosopher.I really don't know what life is and in which way should we spend our life.  But I  do know life is bittersweet.  Most of us ar
原创 2008-07-01 00:48:00
417阅读
1评论
reference: https://blog.csdn.net/m0_37907797/article/details/10266...
转载 2020-04-24 19:20:00
88阅读
2评论
first thing you should know about why we have skiplist, even thoug...
sed
转载 2020-04-26 12:50:00
75阅读
2评论
Reading professional books to improve your skill is necessary, it leads you to be professional faster.Learning something by searching on the internet is a simple way to achieve your goal, but it's not
原创 2021-12-01 15:49:54
149阅读
reference: https://blog.csdn.net/m0_37907797/article/details/10266...
转载 2020-04-24 19:20:00
87阅读
2评论
Union Find is not a phrase, it’s literally two words: Union and Fi...
转载 2020-04-27 04:06:00
61阅读
2评论
Union Find is not a phrase, it’s literally two words: Union and Fi...
转载 2020-04-27 04:06:00
62阅读
2评论
1.      Never do something you can't undo. 2.      Always check the backups, never assume they are working. Make sure you can restore from them, to
转载 精选 2012-07-11 04:46:11
449阅读
How far engineering thoughts from our daily life.Even though we don’t hav
原创 2022-08-03 13:32:57
71阅读
Today Greg from our a-team called in with an interesting question. Paraphrased it was like this: "I have a sync [req/response] bpel process that uses a jms adapter with request/reply pattern, and throw a fault based on the response from the adapter call [after the receive from the adapter plnk]
转载 2011-03-10 14:53:00
94阅读
inspired by Leetcode 378 The key point for any binary search is to...
转载 2020-12-11 08:07:00
86阅读
2评论
In the coming days, I’ll post a series of little entries highlighting a specific point in relation to
原创 2022-09-23 17:39:06
62阅读
文章目录1. 原理2. 使用2.1 环境要求2.2 步骤3. 结果1. 原理参考以下博客学习原理此模型能够将一个句子 提取其特征, 与word2vec类似, 相当于一个 sentence2vec是16年的Skip-Thought Vectors 论文提出的2. 使用2.1 环境要求首先我们需要用以下环境,注意容易搞错的点就是NLTK == 3,
原创 2021-08-27 15:05:37
352阅读
As previously discussed, the formula used by the CBO using the CPU costing model is
原创 2022-09-16 15:00:10
96阅读
http://www.cnblogs.com/coldplayerest/archive/2010/02/20/1669949.html 解释一下Linux上free命令的输出。   下面是free的运行结果,一共有4行。为了方便说明,我们加上了列号。这样可以把free的输出看成一个二维数组FO(Free Output)。例如: FO[2][1] = 999212 FO[3][2] = 30540
转载 精选 2012-12-13 16:55:33
536阅读
1 查看进程占用内存情况top 命令P:按%CPU使用率排行  进程占用CPU的使用率T:按TIIME+排行           该进程启动后占用的总的CPU时间,即占用CPU使用时间的累加值M:按%MEM排行         进程使用的物理内存和总内存的百分比pmap 命令pm
原创 2016-03-08 10:56:31
531阅读
free命令可以显示当前系统未使用的和已使用的内存数目,还可以显示被内核使用的内存缓冲区。选项:-b:以Byte为单位显示内存使用情况;-k:以KB为单位显示内存使用情况;-m:以MB为单位显示内存使用情况;-o:不显示缓冲区调节列;-s<间隔秒数>:持续观察内存使用状况;-t:显示内存总和列;-V:显示版本信息。例:free-mtotalusedfreesharedbuffersca
原创 2018-04-03 22:57:32
562阅读
1点赞
buffer/cache 比较简单易懂的解释: A buffer is something that has yet to be "written" to disk. A cache is something that has been "read" from the disk and stored
转载 2017-03-16 14:01:00
160阅读
2评论
1、在方法中创建,在方法的收尾时.Free。2、在单元中创建,在单元的释放时.Free。二、Delphi有优化代码的功能,一般情况下,即使你不写Free。在程序结束时,它会释放的。三、写Free是程序员的一个良好的习惯。如果你的程序不是正常退出,就会造成内存被占用。四、对象的创建,如果寄宿在Form(父控件)上,Form释放时,它同时被释放,特别是无寄宿关系(父控件)的,一定要在不
转载 2023-08-31 10:19:04
40阅读
  • 1
  • 2
  • 3
  • 4
  • 5