css useful skills blogs css useful skills blogs, css, useful skills, blogs, css3, css-tricks, MDN
转载 2019-12-01 00:22:00
74阅读
2评论
html5 useful skills blogs html5 useful skills blogs, html5, useful, skills, blogs, web, preload, prefetch, web
转载 2019-12-05 15:51:00
49阅读
2评论
1. Insert the Windows installation disc into the disc drive, and then start the computer.2. Press a key when the message indicating "Press any key to boot from CD or DVD …". appears.3. Select a langua
转载 精选 2013-10-10 18:09:49
552阅读
F5  开始调试(遇见断点停止)ctrl + F5 开始执行(不调试)F9    设置断点F10  逐过程F11  逐语句(可进入调用函数中)在vs中,有Debug(调试)和Release(释放)两个版本,前一个供程序员使用,后一个供用户使用。在调试过程中,可以通过调试 -- 窗口进入各个不同的监视窗口其中断点是由F9设置的,可以通过断点窗口对设置
原创 2022-03-03 20:54:34
222阅读
1、修改test目录下文件夹及子文件夹权限为755(递归调用) #find /home/wwwroot/test -type d -exec chmod 755 {} \;2、修改test目录下文件及子文件夹下文件权限为644(递归调用) #find /home/wwwroot/test -type f -exec chmod 644 {} \;3、快速删除日志文件  #ls |
原创 2009-09-27 13:08:23
391阅读
Conversation SkillsI believe that everyone appreciate p
原创 2022-08-04 13:06:49
73阅读
Nmap:端口与开放服务扫描、信息探测(Nmap手册)WVS:WEB应用程序漏洞扫描Nessus:对操作系统进行全面扫描,包括开放端口、开放服务、漏洞探测等Metasploit:信息收集,漏洞扫描,(metasploit渗透测试指南) 《精通黑客脚本》 模拟渗透测试平台 DVWA ,web for pentester 网络方面:计算机网络 TCP/IP详解 unix网
原创 2015-01-12 23:02:22
430阅读
postman skills
转载 2020-12-27 18:49:00
102阅读
2评论
++实现RedHat非正常关机的自动磁盘修复先登录到服务器,然后在/etc/sysconfig里增加一个文件autofsck,内容如下:AUTOFSCK_DEF_CHECK=yesPROMPT=yes++改变文件或目录之
原创 2022-01-04 15:53:32
84阅读
测试:selinium,jemeter,loadrunner前端:html,css,js,jquery,ajax,jquery ui,easy ui,h5,cs3,json,bootstrap,jsp,ext.js,vue.js,nod
原创 2023-03-21 20:11:32
72阅读
1 .快速从主机名的得到ip地址:  ping -q -c1 centos1 | awk '{print $3}' | sed -n 's/[()]//pg'  2. 现有文本文件日志: 游戏id   在线时常time   QQ号码 6534
原创 2011-04-05 14:54:02
500阅读
1 配置防火墙开放80端口的访问 Nginx提供HTTP访问所监听的是80端口。 1.1 centos6中的方法 # 方法一、设置防火墙对于来自外部访问的请求,如果是TCP协议和80端口,则接受访问 iptables -I INPUT -p tcp --dport 80 -j ACCEPT # 上述 ...
转载 2021-08-26 10:29:00
103阅读
2评论
1 win7查内存条型号 首先,需要打开命令行模式,利用win+r键打开运行,输入cmd回车即会出现; 然后在命令行界面输入wmic进入命令行系统管理执行脚本界面; 可以通过命令memorychip进行查看内存型号。 2 win10配置ip&port转发 netsh interface portpr ...
转载 2021-08-26 11:08:00
74阅读
2评论
history grepdiff find /  -cmin -60  --check c time last 60 minsstrace lspci   --trace commandstrace -p pid  --trace process   body { margin: 0 0 0 0; padding:0 0 0 0
原创 2010-10-17 16:16:50
439阅读
1. classic projects: 1.          http://www.asp.net/downloads/starter-kits/small-business 2.          http:/
原创 2011-11-18 17:15:23
571阅读
  1,C# tricks and tips  http://geekswithblogs.net/BlackRabbitCoder/archive/2011/10/24/c.net-little-wonders-the-complete-collection-again.aspx
原创 2013-02-08 04:04:01
602阅读
Password protecting file in vim text editorAfraid that root user or someone may snoop into your personal text files? Try password protection to a file in vim, type:vim +X filenameOr, before
原创 2015-03-30 13:41:02
920阅读
1、老段的Linuxhttp://lduan.blog.51cto.com/http://www.rhce.cc/ 2、谁是云的王者?OpenStack与VMware优劣对比http://cloud.yesky.com/315/36707815.shtml 3、华为资料中心http://e.huawei.com/cn/marketing-material?id={DDE247AA-5F39-40A
原创 2015-08-31 15:40:52
530阅读
1点赞
  Reminder { Breakpoint is necessary。 Immediately windows is helpful when u get full known the property     Else watch windows to view the useful property    
原创 2011-01-22 16:15:52
613阅读
just a memo for some professional tools used and worth learning
原创 2011-07-11 17:40:15
426阅读
  • 1
  • 2
  • 3
  • 4
  • 5