多个Activity中经常使用同一变量时,使用Bundle则比较麻烦,每次调用Activity都需要设置一次。 如想在整个应用中使用,在java中一般是使用静态变量,而在android中有个更优雅的方式是使用Application context。 阅读全文...
过滤wordpress搜索页面和文章的几种方法
在维护你的wordpress博客网站时,你有时希望把一些页面和文章私有化,不希望被用户搜索到,这里我收集了一些可行的办法分享给大家,这些方法都在3.1.2版本测试过。 阅读全文...
Notice: Undefined index and has_cap issues
this article explains how to solve the problem with wordpress debugging throwing warning messages: Notice: has_cap was called with an argument… and Notice: Undefined index: cache_time in /customers/. 阅读全文...

