码迷,mamicode.com
首页 >  
搜索关键字:i think i need a hou    ( 4897个结果
【leetcode】1278. Palindrome Partitioning III
题目如下: You are given a string s containing lowercase letters and an integer k. You need to : First, change some characters of s to other lowercase Engl ...
分类:其他好文   时间:2019-12-07 10:20:45    阅读次数:88
TP验证规则Validate
use think\Validate; <?php namespace app\common\model; use think\Validate; use think\Db; class InvoiceRecords extends BaseModel { protected $table = 't ...
分类:其他好文   时间:2019-12-06 23:23:38    阅读次数:209
thinkphp之验证
1 验证器、 1.1创建验证器 php think make:validate index/User namespace app\index\validate; use think\Validate; class User extends Validate { protected $rule = [ ...
分类:Web程序   时间:2019-12-03 14:25:35    阅读次数:98
基于SCRUM方法实践的西油计科党建设计与实现-个人实践流程清单
个人实践流程清单 1. Alpha版本冲刺个人在SCRUM团队任务清单: | 时间 | 我这个三天做了什么 | 实际解决燃尽图项目数量 |我遇到了什么问题|我下一个三天要做什么|预计下三天完成燃尽图项目数量 : : | : : | : : | : : | : : | : : | 2019.10.9 ...
分类:其他好文   时间:2019-12-02 17:06:15    阅读次数:86
用cmd下载tp5.0版本
1.首先进入phpstudy的www目录 composer create-project topthink/think=5.0 pt5.0的名字 --prefer-dist 然后就可以下载成功了 注意:必须要有网络,要有网络,要有网络!!!!!!!!! ...
分类:其他好文   时间:2019-12-02 16:54:32    阅读次数:80
php手记之07-tp5 cookie与session
ThinkPHP采用 01-think\facade\Cookie类提供Cookie支持。 02-think\Cookie 配置文件位于 config/cookie.php中,一般会配置一个超时时间。 session 配置文件位于 config/session.php中 ...
分类:Web程序   时间:2019-12-02 00:44:13    阅读次数:162
thinkphp之migration 迁移文件的使用
创建迁移类,首字母必须为大写 php think migrate:create Users 可以看到目录下有新文件 .\database\migrations\20161117144043_users.php 使用实例 <?php use Phinx\Migration\AbstractMigrat ...
分类:Web程序   时间:2019-12-01 20:51:03    阅读次数:179
Rabin算法
If you think technology can solve your security problems, then you don't understand the problems and you don't understand the technology ... ...
分类:编程语言   时间:2019-12-01 19:01:53    阅读次数:131
php手记之02-tp5请求参数读取三种方式
01-【推荐方式】 当浏览器向Web服务器发出请求时,它向服务器传递了一个数据块,也就是请求信息。在Thinkphp5.1中,获取请求对象数据,是由think\Request类负责,在很多场合下并不需要实例化调用,通常使用依赖注入即可, 02-在其它场合(例如模板输出等)则可以使用think\fac ...
分类:Web程序   时间:2019-11-30 19:26:33    阅读次数:107
About me recently
About me recently Recently I fell that memory has always been problematic.Maybe I hava bee too tired recently. I need get plenty of exercise and rest. ...
分类:其他好文   时间:2019-11-30 13:27:26    阅读次数:90
4897条   上一页 1 ... 36 37 38 39 40 ... 490 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!