今天没有新动态
@kidultff

WordPress极致加速-Nginx+WP Fastest Cache全静态化

在使用Nginx+WP Fastest Cache时,虽然页面做了缓存,但并不是真正的缓存,请求仍然需要通过PHP解析器来处理,最简单的验证方法时把网站目录的index.php修改个名字,网站就挂掉了。网上有很多Wp Super Cache配置Nginx的例子,但是没有找到Wp Faste ...
  • 0
  • 0
@kidultff

PAT-A 真题 – 1038 Recover the Smallest Number

Given a collection of number segments, you are supposed to recover the smallest number from them. For example, given {32, 321, 3214, 0229, 87}, we can recover many numbers such like 32-321-3214-0229-87 or 0229-32-87-321-3214 with ...
  • 0
  • 0
@kidultff

PAT-A 真题 – 1037 Magic Coupon

The magic shop in Mars is offering some magic coupons. Each coupon has an integer N printed on it, meaning that when you use this coupon with a product, you may get N times the value of that product back! What is more, the shop a ...
  • 0
  • 0
@kidultff

PAT-A 真题 – 1035 Password

To prepare for PAT, the judge sometimes has to generate random passwords for the users. The problem is that there are always some confusing passwords since it is hard to distinguish 1 (one) from l (L in lowercase), or 0 (zero) fr ...
  • 0
  • 0
@kidultff

PAT-A 真题 – 1028 List Sorting

Excel can sort records according to any column. Now you are supposed to imitate this function.InputEach input file contains one test case. For each case, the first line contains two integers N (<=100000) and C, where N is the ...
  • 0
  • 0