一、什么是routing(路由) Almost all non-trivial, non-demo Single Page App (SPA) require multiple pages. A settings page is different from a dashboard?view. The login page is different from an acc...
分类:
其他好文 时间:
2014-07-26 17:26:02
阅读次数:
493
枚举组合,在不考虑连续的情况下判断是否可以覆盖L...R,对随机数据是一个很大的减枝.
通过检测的暴力计算一遍
ZCC loves cards
Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)
Total Submission(s): 1346 Acc...
分类:
其他好文 时间:
2014-07-26 02:03:46
阅读次数:
248
acc=raw_input("Enterthenumebr:")
type(acc)raw_input是字符串标准输入,如果要与数字做算术运算是要将其类型进行转换。元组和列表可以看成是普通的‘数组’,元组不可更改,列表可以。为了输出清晰美观,带逗号的print语句输出的元素之间会自动添加一个空格。print"hello,wor..
分类:
编程语言 时间:
2014-07-21 12:34:53
阅读次数:
315
I've just changed my OS X / Mac main user - I've created a new 'coder' user account that I want to use for development instead of my old 'lombard' acc...
分类:
其他好文 时间:
2014-07-19 15:03:38
阅读次数:
359
(config)#vpdnenable(config)#vpdn-grouppppoe(config-vpdn)#accept-dialin(config-vpdn-acc-in)#protocolpppoe(config)#interf0/0(config-if)#noipaddress(config-if)#pppoeenable(config-if)#pppoe-clientdial-pool-number1(config-if)#interdialer1(config-if)#ipaddnegotia..
分类:
其他好文 时间:
2014-07-15 11:47:03
阅读次数:
251
<?phpdefined(‘ACC‘)||exit(‘AccessDenied‘);//初始化脚本,专门负责环境的侦测与配置//0:先探测自身所在的位置/*在win下,路径D:\www\info没有问题D:/www/info没有问题在linux路径/var/www/info,正斜线因此:统一转成正斜线,用linux的格式*///检测根目录,并定义成常量define(‘..
分类:
Web程序 时间:
2014-07-13 15:03:19
阅读次数:
267
配置文件<?phpdefined(‘ACC‘)||exit(‘AccessDenied‘);$cfg=array();$cfg[‘host‘]=‘localhost‘;$cfg[‘user‘]=‘root‘;$cfg[‘pwd‘]=‘111111‘;$cfg[‘db‘]=‘php0620‘;$cfg[‘port‘]=‘3306‘;$cfg[‘charset‘]=‘utf8‘;$cfg[‘updir‘]=‘upload/‘;
分类:
Web程序 时间:
2014-07-13 15:02:40
阅读次数:
245
<?phpdefined(‘ACC‘)||exit(‘AccessDenied‘);classModel{protected$db=null;publicfunction__construct(){try{$this->db=mysql::getIns();}catch(Exception$e){//$e就是前文中throw出来的$error(Exception的实例)//$e对象有一些方法和属性,能准确判断出问题的行.$err=‘‘;..
分类:
Web程序 时间:
2014-07-13 14:48:25
阅读次数:
193
<?phpdefined(‘ACC‘)||exit(‘AccessDenied‘);//配置文件读取类classconf{protectedstatic$ins=null;protected$cfg=array(‘db‘=>‘java0620‘);publicstaticfunctiongetIns(){if(self::$ins===null){self::$ins=newself();}returnself::$ins;}finalprotectedfunction__const..
分类:
Web程序 时间:
2014-07-13 14:33:03
阅读次数:
216
<?phpdefined(‘ACC‘)||exit(‘AccessDenied‘);//封装mysql操作类,包括连接功能,及查询功能.classmysqlextendsabsdb{protectedstatic$ins=null;protected$host;//主机名protected$user;//用户名protected$passwd;//密码protected$db;//数据库名protected$port;//端口protected..
分类:
数据库 时间:
2014-07-13 14:31:08
阅读次数:
354