2019年9月5日
摘要: 我是tp5.1下,用composer安装扩展包,在命令行运行,无任何不反应,不下载也不报错,这时,我们先ctrl+c退出执行的命令,然后在tp5.1根目录下,找到composer.json文件,并用编辑器打开,在最后追加上如下内容: 保存退出,然后在cmd命令行执行运行命令,就ok了。 compos 阅读全文
posted @ 2019-09-05 20:07 baraka 阅读(2053) 评论(1) 推荐(0) 编辑
  2019年8月23日
摘要: <div id="tap_popover" class="box mui-popover mui-popover-action mui-popover-bottom" style="width: 50%; margin-left: 25%; margin-bottom: 60%; backgroun 阅读全文
posted @ 2019-08-23 04:30 baraka 阅读(597) 评论(0) 推荐(0) 编辑
摘要: <div class="usermes_index_line"> 进行中的单 <div id="usermes_index_line_i2"></div> </div> var tnum = $('#usermes_index_line_i2').html(); var nnum = tnum.su 阅读全文
posted @ 2019-08-23 04:29 baraka 阅读(262) 评论(0) 推荐(0) 编辑
摘要: var point = Math.floor(Math.random()*1000); function TimeDown(id, endDateStr,mainid,p) { //结束时间 var endDate = new Date(endDateStr); //当前时间 var nowDate 阅读全文
posted @ 2019-08-23 04:28 baraka 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 方法/步骤 提示:“No input file specified.”原因在于使用的PHP5.6是fast_cgi模式,而在某些情况下,不能正确识别path_info所造成的错误。默认的.htaccess里面的规则(如图): “No input file specified.”,是没有得到有效的文件 阅读全文
posted @ 2019-08-23 04:27 baraka 阅读(80430) 评论(1) 推荐(2) 编辑
  2019年5月21日
摘要: https://blog.csdn.net/cekonghyj/article/details/77917433 https://blog.csdn.net/norsd/article/details/51604083 阅读全文
posted @ 2019-05-21 16:47 baraka 阅读(355) 评论(0) 推荐(0) 编辑
  2019年4月17日
摘要: inner join 必须两边对应才能查处结果 left join 用主表关联副表,关联不出来依然显示结果 阅读全文
posted @ 2019-04-17 15:26 baraka 阅读(1562) 评论(0) 推荐(0) 编辑
  2019年4月9日
摘要: 下载仿站小工具可以爬取网站首页和素材js和css 阅读全文
posted @ 2019-04-09 10:27 baraka 阅读(169) 评论(0) 推荐(0) 编辑
  2019年4月4日
摘要: 一、使用之前,我们先来掌握3个东西是用来干什么的。 npm: Nodejs下的包管理器。 webpack: 它主要的用途是通过CommonJS的语法把所有浏览器端需要发布的静态资源做相应的准备,比如资源的合并和打包。 vue-cli: 用户生成Vue工程模板。(帮你快速开始一个vue的项目,也就是给 阅读全文
posted @ 2019-04-04 16:43 baraka 阅读(18754) 评论(0) 推荐(1) 编辑
  2019年4月3日
摘要: 在stdafx.h中添加以下代码: #include <afxcontrolbars.h> 阅读全文
posted @ 2019-04-03 18:07 baraka 阅读(702) 评论(0) 推荐(0) 编辑