近期一次偶然的机会, 被人装了个Symantec在电脑上, 搞得各种报警, 验证, 烦死.然后就自然而然的想卸载掉这个该死的杀毒软件, 没想到这个杀毒软件竟然还是个流氓杀毒软件, 卸载还须要password. 悲剧... 然后開始在网上搜索卸载方法, 发现网上还是有一些卸载方法的, 只是依照方...
分类:
其他好文 时间:
2014-06-28 17:27:35
阅读次数:
198
Given a sorted linked list, delete all duplicates such that each element appear only once.For example, Given 1->1->2, return 1->2. Given 1->1->2->3->3...
分类:
其他好文 时间:
2014-06-21 07:30:11
阅读次数:
157
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.Do not allocate extra space for...
分类:
其他好文 时间:
2014-06-20 21:48:33
阅读次数:
254
HUP(1) 挂起,通常因终端掉线或用户退出而引发INT(2) 中断,通常因按下Ctrl+C 组合键而引发QUIT(3) 退出,通常因按下Ctrl+\组合键而引发ABRT(6) 中止,通常因某些严重的执行错误而引发ALRM(14) 报警,通常用来处理超时TERM(15) 终止,通常在系统关机时发送
分类:
其他好文 时间:
2014-06-18 10:24:09
阅读次数:
238
Given a collection of numbers that might contain duplicates, return all possible unique permutations.For example,[1,1,2]have the following unique perm...
分类:
其他好文 时间:
2014-06-18 09:33:28
阅读次数:
181
上一篇介绍的系统,虽然能防御简单的内联 XSS 代码,但想绕过还是很容易的。由于是在前端防护,策略配置都能在源代码里找到,因此很快就能试出破解方案。并且攻击者可以屏蔽日志接口,在自己电脑上永不发出报警信息,保证测试时不会被发现。昨天提到最简单并且最常见的 XSS 代码,就是加载站外的一个脚本文件。对...
分类:
其他好文 时间:
2014-06-17 20:14:45
阅读次数:
167
用户管理:下面添加一个test普通用户为例:1、添加一个test用户:配置-》用户-》增加填写全名、别名、邮箱信息:选择test接收的主机和服务报警:“Centreon验证”标签填写登陆密码,语言等信息:创建新的访问组:管理-》ACL-》访问组-》增加填写组名、别名、相关联系人里添加te..
分类:
移动开发 时间:
2014-06-16 16:09:23
阅读次数:
318
没什么太多讲的,可以使用递归和迭代两种方法来做,要仔细考虑各种输入情况。code如下:...
分类:
其他好文 时间:
2014-06-15 15:09:59
阅读次数:
145
Given a sorted array, remove the duplicates in place such that each element appear only onceand return the new length.Do not allocate extra space for ...
分类:
其他好文 时间:
2014-06-14 16:59:58
阅读次数:
221
Follow up for ”Remove Duplicates”: What if duplicates are allowed at most twice?For example, Given sorted array A = [1,1,1,2,2,3],Your function should...
分类:
其他好文 时间:
2014-06-14 16:08:32
阅读次数:
200