上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: js中添加即可 var table = $("#table"); table.on('post-common-search.bs.table', function (event, table) { $('ul.nav-tabs li a[data-value="0"]').trigger('clic 阅读全文
posted @ 2022-04-20 10:44 叫我亚庆 阅读(864) 评论(0) 推荐(0)
摘要: 首先用 git clone 命令将远程服务器上的代码克隆下来; git log 查看一下提交的代码版本信息; 使用git reset HEAD^ 回退代码版本到上一个版本; 使用git log 查看是否回退成功(实际本地的代码并未改变) git push -f 将回退的版本信息强推给远程服务器,让远 阅读全文
posted @ 2022-04-08 10:23 叫我亚庆 阅读(703) 评论(0) 推荐(0)
摘要: html data-source 二级联动 <div class="form-group"> <label class="control-label col-xs-12 col-sm-2">{:__('Combo_id')}:</label> <div class="col-xs-12 col-sm 阅读全文
posted @ 2022-03-25 11:52 叫我亚庆 阅读(482) 评论(0) 推荐(0)
摘要: //添加子分类 addchild: function () { Controller.api.sub(); }, api: { bindevent: function () { Form.api.bindevent($("form[role=form]")); }, sub:function(){ 阅读全文
posted @ 2022-03-24 17:47 叫我亚庆 阅读(650) 评论(0) 推荐(0)
摘要: apache RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.html [NC,L] nginx if (!-f $request_filename){ set $rule_0 1$rule 阅读全文
posted @ 2022-03-16 16:32 叫我亚庆 阅读(664) 评论(0) 推荐(0)
摘要: <div class="form-group"> <label class="control-label col-xs-12 col-sm-2">{:__('答案')}:</label> <div class="col-xs-12 col-sm-8"> <input id="c-answer_gap 阅读全文
posted @ 2022-03-14 14:30 叫我亚庆 阅读(141) 评论(0) 推荐(0)
摘要: 1、利用netstat 工具来检测查看SYN连接 netstat -n -p -t Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Progra 阅读全文
posted @ 2022-02-18 10:57 叫我亚庆 阅读(156) 评论(0) 推荐(0)
摘要: 服务器出现缓慢的状况可能由很多事情导致,比如错误的配置,脚本和差的硬件。但是有时候它可能因为有人对你的服务器用DoS或者DDoS进行洪水攻击。 DoS攻击或者DDoS攻击是试图让机器或者网络资源不可用的攻击。这种攻击的攻击目标网站或者服务通常是托管在高防服务器比如银行,信用卡支付网管,甚至根域名服务 阅读全文
posted @ 2022-02-18 10:46 叫我亚庆 阅读(224) 评论(0) 推荐(0)
摘要: 昨儿天早高峰上班时候,在等红绿灯,旁边右转车道有个车子跟我并行,我没有留意,变绿灯的时候,我一脚油门,他一脚油门嗖的穿到我前面, 然后我忽略了车头长度,木有及时刹住,就,duang 然后,我坐在车里愣了下神,看到对方车主下来了,寻思道, 完犊子了,我这不是追尾了嘛。 就下车,询问了几句,人员都安全, 阅读全文
posted @ 2022-02-12 09:04 叫我亚庆 阅读(66) 评论(0) 推荐(0)
摘要: 不知不觉,唰唰唰的,时间飞速, 马上就过年咯, 最近很疲,懒得写一些东西了都,当然,最重要的是,每天都重复着的生活,也没啥好写,仿佛也少了些无病呻吟。 前一段, 郑州疫情大爆发,唰就给封了, 这会满满解封, 但好像也是回不去家过年了,前些日子跟父母聊天, 大体是要就地过年了,幸好, 不是一个人,嘿嘿 阅读全文
posted @ 2022-01-20 15:15 叫我亚庆 阅读(43) 评论(1) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页