会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
warrenwt
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
29
30
31
32
33
34
35
下一页
2018年1月18日
关于contos安装apache报错Job for httpd.service failed.
摘要: 我 restart apache报了 ***Redirecting to/bin/systemctl start httpd.service //转到bin文件夹启动服务 Job for httpd.service failed.See ‘systemctl status httpd.service
阅读全文
posted @ 2018-01-18 10:00 蜗牛使劲冲
阅读(19)
评论(0)
推荐(0)
2018年1月17日
关于linux安装apache报错Size of is less than size of "long"
摘要: apache的包也下好了,也tar过了,然后嘛老样子 开始configure,我执行命令 ./configure –prefix=/usr/local/httpd –with-apr=/usr/local/apr –with-apr-util=/usr/local/apr-util –with-pc
阅读全文
posted @ 2018-01-17 17:55 蜗牛使劲冲
阅读(26)
评论(0)
推荐(0)
2018年1月4日
ajax操作
摘要: let item = { name: $(this).children('#sizing-addon1').text(), money: $(this).children('input').val() }; data_arr.push(item)// push到一个对象里面 // 下面就是ajax操
阅读全文
posted @ 2018-01-04 16:37 蜗牛使劲冲
阅读(17)
评论(0)
推荐(0)
2017年12月6日
tp3.2的ajax(保留下)
摘要: <script> $(".askCheng").click(function(){ var user_id = $("input[name='user_id']").val(), course_id = $("input[name='course_id']").val(), section_id =
阅读全文
posted @ 2017-12-06 10:16 蜗牛使劲冲
阅读(28)
评论(0)
推荐(0)
2017年11月17日
git手记
摘要: 再做git教程 git init–初始化 git add readme.txt – 把文件添加到仓库 git commit -m “wrote a readme.txt” – 提交到仓库 git status – 查看仓库状态 git diff readme.txt – 查看不同 git diff
阅读全文
posted @ 2017-11-17 14:32 蜗牛使劲冲
阅读(18)
评论(0)
推荐(0)
2017年11月13日
输出text文件给用户
摘要: $date=date("Ymd"); $filename = $date."-".$this->user_id.".txt"; $fp = fopen('./plugins/bijidown/'.$filename, 'w') or die("Unable to open file!"); fwri
阅读全文
posted @ 2017-11-13 09:21 蜗牛使劲冲
阅读(14)
评论(0)
推荐(0)
2017年11月9日
在php文件里面写js和html
摘要: <?php $js = <<<JS ..........//没有<script>标签 ............ ................. JS; $this->registerJs($js);//这个方法在view.php里面 $html = <<<HTML ...............
阅读全文
posted @ 2017-11-09 19:36 蜗牛使劲冲
阅读(9)
评论(0)
推荐(0)
2017年10月31日
bootstrap初试
摘要: 通过composer.json放在根目录,然后通过输入命令行:composer require twbs/bootstrap,自动安装到了vendor/twbs/bootstrap。 或者通过git安装复制这个文件package.json放在根目录,然后命令行,路径自己注意。 <!DOCTYPE h
阅读全文
posted @ 2017-10-31 10:49 蜗牛使劲冲
阅读(24)
评论(0)
推荐(0)
2017年10月25日
yii2.0(笔记)
摘要: 路由介绍 http://b.zmnjz.com/index.php?r=site/view 走的是SiteController.php里面的actionView() ->where(['status' => Customer::STATUS_ACTIVE]) 提示:在上面的代码中,Customer:
阅读全文
posted @ 2017-10-25 10:43 蜗牛使劲冲
阅读(30)
评论(0)
推荐(0)
2017年10月13日
代码书写规范(范本yii2.0)
摘要: 变量--驼峰首字母小写 数据库 - 下划线分隔开 注释单行// 我是注释(注释隔开一格,英文和汉字隔一格) 多行注释 开始//** 按回车键 单行注释 开始//** 按空格键,自己写 方法与方法之间一行隔开 view里面 namespace和 use 和类都空一行 方法要这样写 { XXXXXXXX
阅读全文
posted @ 2017-10-13 17:30 蜗牛使劲冲
阅读(36)
评论(0)
推荐(0)
上一页
1
···
29
30
31
32
33
34
35
下一页
公告