单个汉字的话可以直接用公式,多个汉字的话vba更方便一些。
按住ALT依次按F11,I,M。将下面的代码粘贴到右侧窗口。
==========
Function PY(x)
On Error Resume Next
Application.Volatile
For i = 1 To Len(x)
PY = PY & Application.WorksheetFunction.HLookup(Mid(x, i...
SQLServer2005的维护计划无法删除的解决方法1.查看"维护计划"对象的IDuse msdbselect * from sysmaintplan_plansselect * from sysmaintplan_logselect * from sysmaintplan_subplans 2.根据ID号删除相应的"维护计划" use msdbdelete from sysmaintplan_log where plan_id...
squid缓存设置--控制页面的缓存时间 refresh_pattern的作用:用于确定一个页面进入cache后,它在cache中停留的时间。refresh_pattern 只对后端没设置Expires过期时间的页面起作用,比如论坛页面;而对类似apache mod_expires 设置过的页面不起作用。语法:refresh_pattern [-i] regexp min percent max [options]几个概念:resource age =对象进入cach...