上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: <insert id="insertSelective" parameterType="" useGeneratedKeys="true" keyProperty="id" > </insert> 前台通过domain.getId();获取 阅读全文
posted @ 2019-08-09 19:34 程序员丁先生 阅读(1241) 评论(0) 推荐(0) 编辑
摘要: 错误信息:upstream prematurely closed connection while reading response header from upstream, 错误现象:nginx正常接收请求,正常调用后台接口,正常获取接口返回信息,但是请求已经中断 解决方案: location 阅读全文
posted @ 2019-08-02 14:48 程序员丁先生 阅读(4260) 评论(0) 推荐(0) 编辑
摘要: 只需要在Nginx的配置文件中配置以下参数: location / { add_header Access-Control-Allow-Origin *; add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS'; add_header 阅读全文
posted @ 2019-08-02 10:57 程序员丁先生 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1、先创建线程池 2、创建线程进行调用 阅读全文
posted @ 2019-07-26 14:54 程序员丁先生 阅读(109) 评论(0) 推荐(0) 编辑
摘要: css广告弹窗满屏跑 阅读全文
posted @ 2019-04-04 14:33 程序员丁先生 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 动态加载表格,表格添加点击事件 阅读全文
posted @ 2019-01-03 19:00 程序员丁先生 阅读(560) 评论(0) 推荐(0) 编辑
摘要: 页面引入百度地图 阅读全文
posted @ 2018-10-18 11:58 程序员丁先生 阅读(284) 评论(0) 推荐(0) 编辑
摘要: java 文件下载 阅读全文
posted @ 2018-08-22 10:47 程序员丁先生 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 1、引入jQuery.print.min.js 2、将需要打印的东西用div包起来 3、 $(".printDiv").print(); 阅读全文
posted @ 2018-08-08 10:51 程序员丁先生 阅读(153) 评论(0) 推荐(0) 编辑
摘要: innodb_buffer_pool_size = 1280Minnodb_use_sys_malloc = 1 wait_timeout=90000max_allowed_packet=56Mmax_connections=4000 join_buffer_size = 128M sort_buf 阅读全文
posted @ 2018-06-20 09:27 程序员丁先生 阅读(94) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页