Excel的日期格式约定与解析 原理 当Excel单元格内容为=NOW()时,会显示当前的日期/时间,而倘若你将设置为单元格格式改为非日期时间的格式时,会显示一个非负实数。 Excel 支持两个日期系统、 1900年日期系统和 1904年日期系统。每个日期系统使用日期作为计算的所有其他工作簿中的唯一 ...
分类:
其他好文 时间:
2019-03-05 12:50:12
阅读次数:
535
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
首选在配置文件中加入配置如下 // 异常处理handle类 留空使用 \think\exception\Handle 'exception_handle' => '\\app\\common\\exception\\Http', 'http_exception_template' => [ // 定 ...
分类:
其他好文 时间:
2019-03-05 09:30:07
阅读次数:
443
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 ? 合格的领导者由何物决定 ? ① Reading leadership literature,you'd sometimes think that everyone has the potential to be an effective ... ...
分类:
其他好文 时间:
2019-03-04 19:07:32
阅读次数:
370
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
验证器类:$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
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框架上传文件命名方法,/thinkphp/library/think/File.php文件,buildSaveName方法(第394行); ...
分类:
Web程序 时间:
2019-02-24 11:06:18
阅读次数:
239
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