$v) { if(substr($v,0,2) == "%u") $ar[$k] =
iconv("UCS-2","utf-8",pack("H4",substr($v,-4))); elseif(substr($v,0,3) == "")
$ar[$k] = iconv("UCS-2...
分类:
Web程序 时间:
2014-05-08 21:06:23
阅读次数:
375
使用JavaScript获取URL上的参数值
方法一:
function getUrlParam(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //构造一个含有目标参数的正则表达式对象
var r = window.location.search.substr(1).match(reg);...
分类:
Web程序 时间:
2014-05-04 17:47:44
阅读次数:
265
select * from sys_role_list where id in (select c
from (with test as (select roleid c from sys_role_info where id=1) select
substr(t.ca,instr(t.ca,...
分类:
数据库 时间:
2014-05-01 02:34:49
阅读次数:
670
打开 ../ include/ common.func.php添加代码
//将缩放图转变为文章第一张图片 function firstimg($str_pic) {
$str_sub=substr($str_pic,0,-7).".jpg";//删除缩略图字符串最后七位...
分类:
其他好文 时间:
2014-04-29 18:47:01
阅读次数:
548