会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
一个永
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
上一页
1
···
8
9
10
11
12
13
14
下一页
2017年9月29日
微擎使用函数获取用户微信信息
摘要: $_accounts = $accounts = uni_accounts(); load()->model('mc'); if (empty($accounts) || !is_array($accounts) || count($accounts) == 0) { message('请指定公众号'); ...
阅读全文
posted @ 2017-09-29 13:58 氵永
阅读(7603)
评论(0)
推荐(0)
编辑
2017年9月18日
xshell连接不上linux情况一
摘要: 设置网络的地址使用桥接方式
阅读全文
posted @ 2017-09-18 23:02 氵永
阅读(173)
评论(0)
推荐(0)
编辑
2017年9月5日
destoon手机端分页
摘要: $pages = ''; $pagesize = 2; $offset = ($page-1)*$pagesize; $rr = $db->get_one("SELECT COUNT(*) AS num FROM {$DT_PRE}photo_12 WHERE status=3"); $items = $rr['num']; $pages = mobile_pages($items, $p...
阅读全文
posted @ 2017-09-05 16:39 氵永
阅读(287)
评论(0)
推荐(0)
编辑
2017年8月20日
node Cannot enqueue Quit after invoking quit.
摘要: 因为第二次调用数据库时连接关闭了,应该把connection.connect();放在请求的函数里面;不然第二次请求出错
阅读全文
posted @ 2017-08-20 17:09 氵永
阅读(1228)
评论(0)
推荐(0)
编辑
2017年8月17日
微擎快速修改数量实例(异步)
摘要: {template 'common/header_public'} 任务列表>{$task['name']} 火星人 --> {$task['name']} {php echo date('Y-m-d',$ta...
阅读全文
posted @ 2017-08-17 17:54 氵永
阅读(288)
评论(0)
推荐(0)
编辑
destoon 分页
摘要: php: global $pagesize,$page; $pagesize = 10;//分页改为10条一页 $offset or $offset = ($page-1)*$pagesize; $tablelist1=$db->query("SELECT c.company,b.title,b.i
阅读全文
posted @ 2017-08-17 17:27 氵永
阅读(269)
评论(0)
推荐(0)
编辑
ajax里面使用this方法
摘要: ajax前赋值 var aa=$(this)
阅读全文
posted @ 2017-08-17 10:52 氵永
阅读(380)
评论(0)
推荐(0)
编辑
2017年8月11日
微擎系统 微信支付 get_brand_wcpay_request:fail
摘要: 支付授权目录问题,有一个是域名加app的
阅读全文
posted @ 2017-08-11 17:01 氵永
阅读(620)
评论(0)
推荐(0)
编辑
2017年8月9日
php获取微信用户信息(没测试过)
摘要: get_access_token( $appid, $appsecret ); $access_token = $jsoninfo['access_token']; S('access_token' , $access_token , 3600); } $jsapi = file_get_contents("h...
阅读全文
posted @ 2017-08-09 11:45 氵永
阅读(1325)
评论(0)
推荐(0)
编辑
微擎分页代码
摘要: 前台直接输出 {$pager} 后台查询 $m_list0 = pdo_fetchall($sql.$where_group); $total = count($m_list0); //统计总条数 $pageindex = intval($_GPC['page']); if (empty($page
阅读全文
posted @ 2017-08-09 10:57 氵永
阅读(1294)
评论(0)
推荐(0)
编辑
上一页
1
···
8
9
10
11
12
13
14
下一页