上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 24 下一页
摘要: /** * ---------------------------------------------- * 操作成功跳转的快捷方法 * @access protected * @param string $message 提示信息 * @param string $jumpUrl 页面跳转地址 * @param mixed $a... 阅读全文
posted @ 2017-11-21 14:59 pengcx 阅读(1106) 评论(0) 推荐(0) 编辑
摘要: ps:来源:https://www.cnblogs.com/shanyou/archive/2012/05/06/2486134.html 使用ASP.NET/PHP/JSP 或者javascript都会用到http的不同状态,一些常见的状态码为: 200 – 服务器成功返回网页 404 – 请求的 阅读全文
posted @ 2017-11-16 15:45 pengcx 阅读(608) 评论(0) 推荐(0) 编辑
摘要: 2.1、绑定参数 2.2、执行非查询语句 2.3、执行事务 3、关联查询 阅读全文
posted @ 2017-11-15 21:17 pengcx 阅读(2403) 评论(0) 推荐(0) 编辑
摘要: 1、替换某个字段的部分内容 UPDATE tb1 SET f1=REPLACE(f1, 'abc', 'def'); 阅读全文
posted @ 2017-11-14 14:15 pengcx 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 来源:https://www.cnblogs.com/attitudeY/p/6279985.html BUG描述:$ is not defined 没有加载jquery成功 原因:Yii2.0将JS代码默认加载页面加载后 解决方案: 第一种方案:最简单方法是在 assets\AppAsset.ph 阅读全文
posted @ 2017-11-09 08:49 pengcx 阅读(355) 评论(0) 推荐(1) 编辑
摘要: elements:用来查看,修改页面上的元素,包括DOM标签,以及css样式的查看,修改。console:用来打印和输出相关的命令信息。sources:js资源页面,这个页面内我们可以找到当前浏览器页面中的js源文件,方便我们查看和调试。所用的代码都是压缩之后的代码,我们可以点击下面的{}大括号按钮 阅读全文
posted @ 2017-11-06 10:36 pengcx 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 1、找到要删除的项目 2、点击settings,下拉到底部 3、点击delete this repository,输入你要删除的项目名称 阅读全文
posted @ 2017-11-03 16:56 pengcx 阅读(186) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/lvkelly/article/details/54668378 总结 1、git bash;然后切换到项目根目录 2、git status(查看项目修改情况) 3、git add file,file 为修改文件名(文件夹/文件名) 4、git commit 阅读全文
posted @ 2017-11-03 14:59 pengcx 阅读(897) 评论(0) 推荐(0) 编辑
摘要: 来源:http://www.cnblogs.com/fengxiongZz/p/6477456.html 首先你需要自己的网页文件(俗称项目) 第一步:登录到Github上,新建一个repository,命名为demo1,勾选 initialize this repository with a RE 阅读全文
posted @ 2017-11-03 14:07 pengcx 阅读(679) 评论(0) 推荐(0) 编辑
摘要: U方法 U方法是TP中的生成路由的内置方法,现在这个方法可以完全使用url方法替换 I方法 之前的TP有个I方法用来接收请求参数,目前可以使用input方法替代 C方法 c方法被config方法代替 阅读全文
posted @ 2017-11-03 08:58 pengcx 阅读(1614) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 24 下一页