准备 : 一个kali linux启动盘、一个至少20G磁盘大小,内存空间至少2G的计算机、计算机支持光驱或者U盘 设置以USB引导启动 NOTE! If you select “NO” in this screen, you will NOT be able to install packages ...
分类:
其他好文 时间:
2017-04-01 15:00:56
阅读次数:
295
<script type="text/javascript"> jQuery(document).scroll(function(){ var screens = jQuery(document).scrollTop(); if(screens >800){ jQuery('#xiangqingye ...
分类:
其他好文 时间:
2017-04-01 13:23:19
阅读次数:
131
/* For portrait, we want the tool bar on top */ //横屏 @media screen and (orientation: portrait) { #toolbar { width: 100%; } } /* For landscape, we want ...
分类:
其他好文 时间:
2017-03-31 11:49:08
阅读次数:
166
在CS模式开发中一般我们需要用到大量的线程来处理比较耗时的操作,以防止界面假死带来不好的体验效果,下面我将我定义的线程基类给大家参考下,如有问题欢迎指正。 基类代码 1 #region 方法有返回值 2 /// <summary> 3 /// 功能描述:多线程执行方法,方法有返回值 4 /// 作 ...
分类:
编程语言 时间:
2017-03-30 10:34:43
阅读次数:
304
@media screen and (min-width:1000px){ div{ color: black; } } @media screen and (max-width:1000px) and (min-width:768px) { div { color:red; } } @media ...
分类:
其他好文 时间:
2017-03-30 10:21:40
阅读次数:
131
按住K; V截取游戏 using UnityEngine; using System.Collections; using System.IO; // Screen Recorder will save individual images of active scene in any resolut ...
分类:
其他好文 时间:
2017-03-28 19:39:26
阅读次数:
298
1、使用远程终端时,可以使用如下命令: screen tmux 2、下载文件可以使用如下命令: curl wget 3、压缩解压缩可以使用: tar 、zip、rar 4、使用抓包工具 tcpdump 5、字符串处理工具 awk 6、查看资源使用情况 top:相当于资源管理器 htop:top增强版 ...
分类:
系统相关 时间:
2017-03-28 14:01:47
阅读次数:
203
项目中integrate了GA,碰到过一些问题: 1.Too many hits sent too quickly, rate limiting invoked 这个问题是发送hit(event/screen)太频繁,超出了Google的限制。解决办法是设置session timeout到一个合适的 ...
分类:
移动开发 时间:
2017-03-27 22:56:37
阅读次数:
286
Python是一门什么类型的语言: 编译型语言,把明文的代码执行前,先转成二进制,在执行,这个过程就叫编译;(c,c++,go) 特点:运行效率高;依赖编译平台,linux操作系统跟cpu的交互结构与Windows不是完全一样的(例如linux:print_to_console,windos:pri ...
分类:
编程语言 时间:
2017-03-27 22:16:01
阅读次数:
228