今天决定好好学习php,然后找了一本实例书看了看,结果第一个例子就出错。源码如下:错误如下:Parse error: syntax error, unexpected end of file inF:\coder\XAMPP\htdocs\Test\1.2.phpon line8网上普遍说错误发生是...
分类:
Web程序 时间:
2015-09-13 19:54:04
阅读次数:
481
Unknown TreasureTime Limit: 1 Sec Memory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=5446DescriptionOn the way to the next secret treas...
分类:
其他好文 时间:
2015-09-13 19:48:56
阅读次数:
365
以ubuntu为例 修改php.ini,如果是php-fpm,需要修改2个php.ini文件 sendmail_from?=?"123@123.com"?//发送邮件的邮箱,一定要和from对应
sendmail_path?=?"sendmail?-t?-i?-f?123@123.com" 安装或者重新...
分类:
Web程序 时间:
2015-09-13 18:45:26
阅读次数:
230
smarty模板引擎是为了分离php代码和html代码;原理:分析html模板中的标签,生成相应的php文件,再引入该php访问过程: 1、用户访问.php文件:在php文件中包含模板文件,传递模板文件中的一些必要属性/*** 总结:* $smarty的工作流程;* 1、把需要显示的全局变量赋值,塞...
分类:
其他好文 时间:
2015-09-13 18:43:25
阅读次数:
191
The Water ProblemTime Limit: 1 Sec Memory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=5443DescriptionIn Land waterless, water is a very...
分类:
其他好文 时间:
2015-09-13 18:40:04
阅读次数:
239
TravelTime Limit: 1 Sec Memory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=5441DescriptionJack likes to travel around the world, but he...
分类:
其他好文 时间:
2015-09-13 18:37:45
阅读次数:
190
Elven PostmanTime Limit: 1 Sec Memory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=5444DescriptionElves are very peculiar creatures. As ...
分类:
其他好文 时间:
2015-09-13 18:36:16
阅读次数:
217
Favorite DonutTime Limit: 1 Sec Memory Limit: 256 MB题目连接http://acm.hdu.edu.cn/showproblem.php?pid=5442DescriptionLulu has a sweet tooth. Her favorite ...
分类:
编程语言 时间:
2015-09-13 18:34:20
阅读次数:
441
主席树这个概念应该不陌生吧!恩?不会, 戳这里。主席树(函数式线段树)用的是函数思想,一个节点开数组用来保存自己的左右节点,这样节省许多不必要的空间,还可以保存许多历史状态。而这里我们用的是主席树的函数思想来实现。上题:http://acm.hdu.edu.cn/showproblem.php?pi...
分类:
其他好文 时间:
2015-09-13 18:31:12
阅读次数:
217
PondsTime Limit: 1 Sec Memory Limit: 256 MB题目连接http://acm.hdu.edu.cn/contests/contest_showproblem.php?pid=1001&cid=621DescriptionBetty owns a lot of p...
分类:
编程语言 时间:
2015-09-13 18:29:13
阅读次数:
191