大力
世界多么美好,我却如此暴燥
博客园
首页
新闻
新随笔
联系
管理
订阅
随笔- 367 文章- 9 评论- 137
01 2010 档案
Komodo IDE 5.22 中文汉化包
摘要: KomodoEdit 5.22发布时间 03-Nov-2009 10:55下载地址 这次发布的新版本与上个版本(5.21)类似,没有在功能上有大的改变,所以在体验上不会有很大差别。详细修正的BUG请参照这里。 语言包在细节方面与之前有些许不同,我并没有测试原来的语言包是否适合现在的版本,所以如果你的旧版本语言包可以正常使用,那么就无需再下载这个语言包了。 下载的同时请注意,Komodo ID...
阅读全文
posted @
2010-01-27 14:11
大力 阅读(1053) |
评论 (0)
编辑
正则表达式的 8 大原则及用法
摘要: 9 Perl 中的正则表达式正则表达式的三种形式 正则表达式中的常用模式 正则表达式的 8 大原则 正则表达式是 Perl 语言的一大特色,也是 Perl 程序中的一点难点,不过如果大家能够很好的掌握他,就可以轻易地用正则表达式来完成字符串处理的任务,当然在 CGI 程序设计中就更能得心应手了。下面我们列出一些正则表达式书写时的一些基本语法规则。-----------------------...
阅读全文
posted @
2010-01-25 16:13
大力 阅读(80) |
评论 (0)
编辑
查看已安装PERL的模块
摘要: 1、perldocperllocal2、推荐pmtools里的pminst命令 http://search.cpan.org/src/MLFISHER/pmtools-1.01/pminst3、编写如下标本#!/usr/bin/perluse strict;use ExtUtils::Installed;my $inst= ExtUtils::Installed->new();my @mo...
阅读全文
posted @
2010-01-25 10:18
大力 阅读(393) |
评论 (0)
编辑
简繁转换
摘要: Public Shared Function Traditional2Simplified(ByVal str As String) As String '繁体转简体 Return (Microsoft.VisualBasic.Strings.StrConv(str, Microsoft.VisualBasic.VbStrConv.SimplifiedChinese, 0)) End Functi...
阅读全文
posted @
2010-01-11 16:44
大力 阅读(19) |
评论 (0)
编辑
判断URL的HTTP状态
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->Public Class TestExist Public Shared Function UrlExist(ByVal sURL As String) As Boolean Dim temp As ...
阅读全文
posted @
2010-01-09 21:05
大力 阅读(88) |
评论 (0)
编辑
Perl 简介
摘要: Perl原名pearl,但是在这个语言官方发表前,拉里·沃尔发现已经有个编程语言“pearl”,便将这个编程语言的名字改成Perl。对于Perl这四个字母,有一些解释,包括充满幽默感的“Pathologically Eclectic Rubbish Lister”。“Practical Extraction and Repo...
阅读全文
posted @
2010-01-08 21:29
大力 阅读(77) |
评论 (0)
编辑
Perl 处理日期的自定义函数
摘要: #最近做东西老用到处理时间的问题,索性写几个函数。#!/usr/bin/perl -w#===============================================================================# Copyright (c) 2009, # All rights reserved.# 摘 要 :一些常用的时间处理函数# 作 者 :2009-12-...
阅读全文
posted @
2010-01-07 19:23
大力 阅读(468) |
评论 (0)
编辑
Eclipse 3.3 中文PERL插件
摘要: 中文安装:一、解压eclipse-SDK-3.3-win32.zip到本地磁盘,打开eclipse.exe,待Eclipse启动后依次点击菜单 help->Software Updates->find and install,在出现的Install/Update对话框中选择‘Search for new features to Install’后点击Next。 ...
阅读全文
posted @
2010-01-07 10:57
大力 阅读(342) |
评论 (0)
编辑
crontab 的写法(@reboot, @yearly...)
摘要: crontab 主要是在做计划任务、定时执行, 通常一般写法大概都是如下: [代码]这种写法规则如下: [代码]取值范围如下表: [代码]看到彥明大牛人写才知道有这种写法:[代码]使用 @hourly 对应的是 0 * * * *, 还有下述可以使用: [代码]特別是看到 @reboot, 所以写 rc.local 的東西, 也可以使用 @reboot 寫在 crontab 里面。希望对你有帮助。...
阅读全文
posted @
2010-01-06 14:32
大力 阅读(84) |
评论 (0)
编辑
perl 监控apache日志
摘要: 日志滚动,获取 tail -f 里的信息 如果 存在“Too many open files”那么重启apache 设置开机运行 [root@2082 etc]# vi rc.local su root -c "/usr/bin/perl /lcx/reapache.pl &"
阅读全文
posted @
2010-01-05 13:55
大力 阅读(212) |
评论 (0)
编辑
框架页,URL中文参数乱码
摘要: 在web.config这样声明编码 <globalization requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="utf-8" />左框架静态页面这样声明<meta http-equiv="Content-Type" content="text/html; charset=GB2312" />右框...
阅读全文
posted @
2010-01-01 19:57
大力 阅读(71) |
评论 (0)
编辑
公告
昵称:
大力
园龄:
7年5个月
粉丝:
0
关注:
0
<
2010年1月
>
日
一
二
三
四
五
六
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
更多链接
我的标签
screen
(1)
BackgroundWorker
(1)
随笔分类
(423)
c#(38)
(rss)
C++(1)
(rss)
linux(44)
(rss)
mssql(45)
(rss)
mysql(8)
(rss)
NT(74)
(rss)
Perl/php(21)
(rss)
postfix(1)
(rss)
script/css/html(19)
(rss)
vb.net(52)
(rss)
vbscript(8)
(rss)
其它(112)
(rss)
随笔档案
(373)
2011年12月 (1)
2011年10月 (3)
2011年9月 (2)
2011年8月 (2)
2011年7月 (7)
2011年6月 (3)
2011年5月 (2)
2011年4月 (3)
2011年3月 (5)
2011年2月 (2)
2010年12月 (4)
2010年11月 (4)
2010年9月 (2)
2010年8月 (1)
2010年7月 (4)
2010年6月 (1)
2010年5月 (5)
2010年4月 (8)
2010年3月 (3)
2010年2月 (2)
2010年1月 (11)
2009年12月 (10)
2009年11月 (3)
2009年10月 (4)
2009年9月 (3)
2009年8月 (7)
2009年7月 (6)
2009年6月 (7)
2009年5月 (3)
2009年4月 (3)
2009年3月 (4)
2009年2月 (1)
2009年1月 (3)
2008年12月 (6)
2008年11月 (3)
2008年10月 (10)
2008年9月 (8)
2008年8月 (15)
2008年7月 (6)
2008年6月 (7)
2008年5月 (7)
2008年4月 (7)
2008年3月 (5)
2008年2月 (5)
2008年1月 (2)
2007年12月 (10)
2007年11月 (6)
2007年10月 (4)
2007年9月 (9)
2007年8月 (12)
2007年5月 (1)
2007年4月 (1)
2007年3月 (1)
2007年2月 (3)
2007年1月 (5)
2006年12月 (2)
2006年11月 (9)
2006年10月 (2)
2006年9月 (9)
2006年8月 (18)
2006年7月 (6)
2006年6月 (6)
2006年5月 (7)
2006年4月 (11)
2006年3月 (10)
2006年2月 (2)
2006年1月 (2)
2005年12月 (3)
2005年11月 (3)
2005年9月 (1)
2005年4月 (1)
2005年3月 (1)
2005年2月 (3)
2004年11月 (2)
2004年10月 (3)
2004年9月 (10)
水晶报表
阿泰的软件实用主义
(rss)
最新评论
推荐排行榜