码迷,mamicode.com
首页 >  
搜索关键字:think    ( 1909个结果
Excel的日期格式约定与解析
Excel的日期格式约定与解析 原理 当Excel单元格内容为=NOW()时,会显示当前的日期/时间,而倘若你将设置为单元格格式改为非日期时间的格式时,会显示一个非负实数。 Excel 支持两个日期系统、 1900年日期系统和 1904年日期系统。每个日期系统使用日期作为计算的所有其他工作簿中的唯一 ...
分类:其他好文   时间:2019-03-05 12:50:12    阅读次数:535
Easy Problem
D. Easy Problem time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Vasya is preparing a con ...
分类:其他好文   时间:2019-03-05 09:50:19    阅读次数:151
tp5中捕获异常的配置
首选在配置文件中加入配置如下 // 异常处理handle类 留空使用 \think\exception\Handle 'exception_handle' => '\\app\\common\\exception\\Http', 'http_exception_template' => [ // 定 ...
分类:其他好文   时间:2019-03-05 09:30:07    阅读次数:443
[转帖]How To Be Successful
How To Be Successful http://blog.samaltman.com/how-to-be-successful总结一下文章的重点: 1. Compound yourself2. Have almost too much self-belief3. Learn to think ...
分类:其他好文   时间:2019-03-05 09:27:30    阅读次数:134
29. What Makes a True Leader ? 合格的领导者由何物决定 ?
29. What Makes a True Leader ? 合格的领导者由何物决定 ? ① Reading leadership literature,you'd sometimes think that everyone has the potential to be an effective ... ...
分类:其他好文   时间:2019-03-04 19:07:32    阅读次数:370
[Algorithm -- Dynamic programming] How Many Ways to Decode This Message?
For example we have 'a' -> 1 'b' -> 2 .. 'z' -> 26 By given "12", we can decode the string to give result "ab" or 'L', 2 ways to decode, your function ...
分类:其他好文   时间:2019-03-04 09:16:33    阅读次数:158
thinkphp验证器
验证器类:$validate=new \think\Validate($rule,$message,$field); 独立验证: make、rule、extend、setTypeMsg、message、scene、hasscene、batcch、check、getError 验证器:定义在模块下的v ...
分类:Web程序   时间:2019-02-25 01:02:46    阅读次数:337
thinkphp的系统变量
define('EXT', '.php'); define('DS', DIRECTORY_SEPARATOR); defined('THINK_PATH') or define('THINK_PATH', __DIR__ . DS); define('LIB_PATH', THINK_PATH .... ...
分类:Web程序   时间:2019-02-24 23:02:52    阅读次数:318
TP5.0中多图上传文件名重复问题
最近在做项目的时候出现了一个问题,这里记录一下: 问题: 使用TP5.0框架自带的文件上传方法后,发现多图上传可能会出现文件名重复的问题。 问题代码: 找到TP5框架上传文件命名方法,/thinkphp/library/think/File.php文件,buildSaveName方法(第394行); ...
分类:Web程序   时间:2019-02-24 11:06:18    阅读次数:239
CSRF|About csrf attack and how to defense think deeply
About csrf attack and how to defense think deeply About CSRF: CSRF(Cross-site request forgery),Maybe most secrity pepole konw crsf what it look like X ...
分类:其他好文   时间:2019-02-21 15:35:56    阅读次数:187
1909条   上一页 1 ... 33 34 35 36 37 ... 191 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!