• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
askDing
Life is short,use python
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 31 下一页

2017年1月10日

zsh + oh-my-zsh 默认shell
摘要: 项目地址 zsh > http://www.zsh.orgoh-my-zsh > http://ohmyz.sh The last shell you’ll ever need! I. 使用方法 为你的MAC、Linux安装zsh # Centos yum install zsh git -y # 阅读全文
posted @ 2017-01-10 17:25 askDing 阅读(10145) 评论(0) 推荐(0)
 
 

2016年10月19日

Static List
摘要: Static ListStatic List is the smart implementation of list data structure for those languages that have no pointer or similar function, such as Pascal 阅读全文
posted @ 2016-10-19 19:02 askDing 阅读(470) 评论(0) 推荐(0)
 
Singly Linked List
摘要: Singly Linked List Singly linked list storage structure:typedef struct Node{ ElemType data; struct Node *next;}Node; typedef struct Node *LinkList; Li 阅读全文
posted @ 2016-10-19 19:01 askDing 阅读(300) 评论(0) 推荐(0)
 
Sequential List
摘要: Sequential ListSequential list storage structure:#define LIST_INIT_SIZE 20 #define LIST_INCREASE 10typedef int Elemtype;typedef struct{ ElemType data; 阅读全文
posted @ 2016-10-19 19:00 askDing 阅读(373) 评论(0) 推荐(0)
 
 

2016年10月17日

Examples of complexity pattern
摘要: O(1):constant - the operation doesn't depend on the size of its input, e.g. adding a node to the tail of a linked list where we always maintain a poin 阅读全文
posted @ 2016-10-17 21:32 askDing 阅读(210) 评论(0) 推荐(0)
 
 

2016年10月8日

Kali Linux additional tools setup
摘要: The steps are pretty straight forward. The only tool that might cause some confusion is SMBexec. This requires you to interact 3 times with a differen 阅读全文
posted @ 2016-10-08 10:07 askDing 阅读(648) 评论(0) 推荐(0)
 
渗透测试阿克西
摘要: 渗透测试阿克西 一组很棒的渗透测试资源,包括工具、书籍、会议、杂志和其他的东西 目录: 在线资源 渗透测试资源 Shell 脚本资源 Linux 资源 Shellcode 开发 Social社工资源 开锁资源 工具 渗透测试系统版本 渗透测试基础工具 漏洞扫描器 网络工具 Hex编辑器 破解 Win 阅读全文
posted @ 2016-10-08 10:06 askDing 阅读(638) 评论(0) 推荐(0)
 
 

2016年9月25日

为什么有禁用Mac系统的Spotlight的需求:
摘要: 一、为什么有禁用Mac系统的Spotlight的需求: 有的网友由于使用的是相对较老的苹果电脑在运行较新的系统;也有可能你是个速度控,受不了偶尔卡卡顿顿的操作,必须将所有导致卡顿的原因全部消除;也有可能是你不常使用Spotlight功能,从绿色环保角度出发,不白白浪费系统资源,所以关闭之等等等等。。 阅读全文
posted @ 2016-09-25 14:42 askDing 阅读(1085) 评论(0) 推荐(0)
 
 

2016年8月3日

在阿里云ECS上面架设VPN
摘要: 在阿里云ECS上面架设VPN 1.安装 ppp pptpd iptablesppp 数据链路层协议pptpd VPN服务类型之一iptables 防火墙,用来消息转发 $ sudo yum install ppp pptpd iptables 安装后版本信息 $ lsb_release -aLSB 阅读全文
posted @ 2016-08-03 23:11 askDing 阅读(5) 评论(0) 推荐(0)
 
 

2016年5月11日

SQL增删改语句常用
摘要: 创建table: create table tab_name( col1 type; 约束:主键-外键-非空-检查-唯一 col2 type; ); 删除表 : d... 阅读全文
posted @ 2016-05-11 15:34 askDing 阅读(224) 评论(0) 推荐(0)
 
 
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 31 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3