找到根目录下的thinkphp\library\think\db\Connection.php 文件 在此数组中修改成即可 这两句设置的作用 PDO::ATTR_STRINGIFY_FETCHES 提取的时候将数值转换为字符串。 PDO::ATTR_EMULATE_PREPARES 启用或禁用预处理 ...
分类:
数据库 时间:
2018-11-06 19:40:05
阅读次数:
148
"P1039 侦探推理" 题意 题目描述 明明同学最近迷上了侦探漫画《柯南》并沉醉于推理游戏之中,于是他召集了一群同学玩推理游戏。游戏的内容是这样的,明明的同学们先商量好由其中的一个人充当罪犯(在明明不知情的情况下),明明的任务就是找出这个罪犯。接着,明明逐个询问每一个同学,被询问者可能会说: 证词 ...
分类:
其他好文 时间:
2018-11-04 19:08:46
阅读次数:
166
English: listening、speaking、reading、writing、translation 1. Do you drink a lot of water? Well, I would like to think myself as a person who drinks a lo ...
分类:
其他好文 时间:
2018-11-04 00:41:28
阅读次数:
191
当我们在Centos7中配置好Apache时,发现apache默认解析目录是在 /var/www/html,也就是说当访问服务器 IP 或者本地 localhost 时,默认定位到这个目录里的 index.html 或 index.php 文件。 如果不想用这个默认目录,就要我们动手改了: 一、先创 ...
分类:
Web程序 时间:
2018-11-03 18:22:25
阅读次数:
300
1. 路由组合变量问题 + 按照下面的顺序 变量 会无法正确传递,但 可以 + 而按照下面的顺序则两种链接均可正确传值 ...
分类:
Web程序 时间:
2018-10-30 21:24:38
阅读次数:
226
我要翻译《Think Python》- 004 第二章 变量, 表达式和语句 ...
分类:
编程语言 时间:
2018-10-29 17:56:36
阅读次数:
161
使用Executor java.util.concurrent CachedThreadPool FixedThreadPool SingleThreadExecutor 参考 Java编程思想(第4版) 656页开始 Thinking in Java(第四版 ) 1120页开始 ...
分类:
编程语言 时间:
2018-10-26 19:32:59
阅读次数:
177
Steve Jobs didn't think that teachnology alone could fix what troubles American education, It's worth remembering that in the wake of last week's brea ...
分类:
其他好文 时间:
2018-10-25 15:35:07
阅读次数:
2341
#若输入年龄正确,完成循环,最多只能输入三次,停止本次循环(使用while循环)age = 28count = 0while count<3: _age = int(input("age:")) if _age==age: print("you got it!") break elif _age>a ...
分类:
编程语言 时间:
2018-10-25 14:03:05
阅读次数:
129