摘要: 手机移动端调用QQ客服对话聊天窗口:<a target="_blank" href="mqqwpa://im/chat?chat_type=wpa&uin=你的QQ号&version=1&src_type=web&web_src=lvlingseeds.com">手机QQ客服</a> pc电脑端弹出 阅读全文
posted @ 2019-07-03 18:12 isafer_wilson 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 1.注入 2 .预防 阅读全文
posted @ 2019-05-31 18:37 isafer_wilson 阅读(827) 评论(0) 推荐(0) 编辑
摘要: package com.jdbc; import java.sql.*; public class JDBCDemo { public static void main(String[] args) throws ClassNotFoundException, SQLException { //1.注册驱动 Class.forName("com.mysq... 阅读全文
posted @ 2019-05-31 18:04 isafer_wilson 阅读(155) 评论(0) 推荐(0) 编辑
摘要: $cases = DB::table('cases')->where('cid',$cid)->join('admin_users', 'cases.uid', '=', 'admin_users.id')->select('cases.*','admin_users.name','admin_users.avatar')->when($condition,function($query) us... 阅读全文
posted @ 2019-05-28 16:01 isafer_wilson 阅读(1683) 评论(0) 推荐(0) 编辑
摘要: 1, 'pid' => 0, 'name' => '河北省'), array('id' => 2, 'pid' => 0, 'name' => '北京市'), array('id' => 3, 'pid' => 1, 'name' => '邯郸市'), array('id' => 4, 'pid' => 2, 'name& 阅读全文
posted @ 2019-04-02 11:45 isafer_wilson 阅读(1419) 评论(0) 推荐(0) 编辑
摘要: 一 . 导出数据库原生字段 二 .导出自定义字段 阅读全文
posted @ 2019-03-29 16:03 isafer_wilson 阅读(4453) 评论(1) 推荐(0) 编辑
摘要: 一 . 属性关系 1 . public属性:在类的外部和内部都可以调用 被继承能够重构 2 . protected属性:在类的内部可以调用外部不能可以被继承并且重构 3 . private属性:只有在类的内部调用 不能被继承 4 . static属性:类的内部和外部都能调用 内部调用方法(self: 阅读全文
posted @ 2019-03-15 00:23 isafer_wilson 阅读(2971) 评论(0) 推荐(0) 编辑
摘要: 如果是在框架中使用(使用匿名函数操作) 排序后 阅读全文
posted @ 2019-03-13 11:43 isafer_wilson 阅读(5548) 评论(0) 推荐(0) 编辑
摘要: $cases = DB::table('cases')->where('cid',$cid)->when($condition,function($query) use($condition){ return $query->where(function($query) use($condition 阅读全文
posted @ 2019-03-12 15:56 isafer_wilson 阅读(1118) 评论(0) 推荐(0) 编辑
摘要: '; ?> 阅读全文
posted @ 2019-02-13 19:51 isafer_wilson 阅读(727) 评论(0) 推荐(0) 编辑