1、How Do I change extension of php file RewriteEngine?On
RewriteCond?%{REQUEST_FILENAME}?!-f
RewriteRule?^(.*)\.html$?$1.php?[L]...
分类:
其他好文 时间:
2014-07-25 11:39:41
阅读次数:
255
自动生成DO,手写DAO:Myeclipse添加Hibernate支持:注意别勾abstract生成DO:进入MyEclipse的Database Explorer右键要操作的表(注意一定要有主键)点击Hibernate Reverse,其中Id选择native。手写DAO:Configuratio...
分类:
系统相关 时间:
2014-07-25 03:36:14
阅读次数:
305
众所周知,HTML5的CORS协议,支持各种request method,远胜于仅支持get方式的JSONP。但今天,我用CORS协议,却一直不成功。跨域异常,如图POST http://10.19.66.52/mts-web/register/sendAuthCode.do 400 (Bad Re...
分类:
编程语言 时间:
2014-07-24 22:54:03
阅读次数:
296
jquery库的概述 jquery是继承Prototype之后的又一个优秀的Javascript库,由美国人Jone Resig创建于2006年1月,包括核心库,UI和插件等几部分,其宗旨是Writes less, do more。 官方网站:http://jquery.com/ jquery...
分类:
Web程序 时间:
2014-07-24 22:30:32
阅读次数:
215
### Host Database## localhost is used to configure the loopback interface# when the system is booting.Do not change this entry.127.0.0.1 localhost255....
分类:
其他好文 时间:
2014-07-24 21:47:13
阅读次数:
553
ARRAY语句:1 ARRAY array-name (n) $ variable-list;2 array名 变量个数 变量列表(若为字符型,则需要$)3 4 ARRAY STORE (4) Macys Penneys Sears Target;5 DO i=1 to...
分类:
其他好文 时间:
2014-07-24 21:17:34
阅读次数:
307
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1562
题意:求小于等于n(1 16)的约数个数最多的数。
反素数
根据反素数的定义,这个题就是让求最大的反素数。
反素数搜索的依据的两个重要的性质:
反素数的质因子是从2开始的连续的素数;
p=2^t1*3^t2*5^t3*7^t4.....必然t1>=...
分类:
其他好文 时间:
2014-07-24 17:41:46
阅读次数:
138
Do the UntwistTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 982Accepted Submission(s): 638 Prob...
分类:
其他好文 时间:
2014-07-24 17:31:55
阅读次数:
309
CREATE OR REPLACE PACKAGE BODY cux_fa_do_pkg IS --一、资产新增 PROCEDURE do_addition IS l_trans_rec fa_api_types.trans_rec_type; l_dist_trans_rec fa_api_ty....
Pointers * Pointers are variables * Pointers store only address of the memory location. they do not store a value. * Pointers are declared like :- int...
分类:
其他好文 时间:
2014-07-24 12:09:05
阅读次数:
288