Chinaunix首页 | 论坛 | 博客
  • 博客访问: 283657
  • 博文数量: 70
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 531
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-12 20:22
个人简介

1.01^365=37.8 0.99^365=0.03

文章分类

全部博文(70)

文章存档

2017年(9)

2016年(4)

2015年(14)

2014年(43)

我的朋友

发布时间:2015-09-08 22:31:12

<p>正则表达式(Regular expression,简写为Regexes)是一种用来操作和检验字符串数据的强大工具。它相当与一串特殊的字符,用它可以转换成算法,对文本进行匹配等操作。</p><p><br /></p><p style="margin:0cm 0cm 0pt;"><strong><span lang="EN-US" style="font-family:华文行楷;font-size:14pt;">1.</span></st.........【阅读全文】

阅读(1237) | 评论(0) | 转发(0)

发布时间:2015-09-08 10:41:01

<p><br /></p><p>只要有人用了: </p><p>select t.* from 表名&nbsp; t where 字段=xxx&nbsp; for update</p><p>而不是: </p><p>select <span style="color:#FF0000;"><strong>t.rowid,</strong></span>t.* from 表名&nbsp; t where 字段=xxx&nbsp; for update</p><p>进行数据更新操作,就会出现.........【阅读全文】

阅读(1283) | 评论(0) | 转发(0)

发布时间:2015-09-01 12:31:08

<p>shell中<br />#!/bin/bash<br />#!/bin/ksh<br /><br />这些东西是干什么的,有用吗?<br /><br />有用,这些不是注释符,而是说明下面的脚本是在什么shell下面运行的,并且以该shell环境来执行脚本,</p><p><br /></p><p>一个简单的例子<br /><br />#!/bin/ksh<br />export LOG=/tmp/test.log<br /.........【阅读全文】

阅读(1440) | 评论(0) | 转发(0)

发布时间:2015-08-26 10:53:27

<p style="margin-top:0px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width:0px;border-style:initial;border-color:initial;border-image:initial;list-style-type:none;list-style-position:initial;list-style-image:initial;word-wrap:normal;word-break:normal;line-height:2.........【阅读全文】

阅读(1456) | 评论(0) | 转发(0)

发布时间:2015-08-16 23:37:27

bt5里面有许多安全工具, 没事的时候, 就动手玩玩,感觉有意思
不想换系统,但是装kvm,hadoop都时候都缺好多包, ubuntu有那么多都包
没办法, 就把网易的ubuntu都源加进来了
修改sources.list

......【阅读全文】

阅读(1308) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册