摘要:
Introduction 博客园的许多页面都是只支持PC的,没有手机端的,也没有手机端的app。每次查看都有放大了才能看清楚字体,手指和游泳似的,左右开弓,很不方便。还有上次我修改了theme之后,手机端看是很好了,不过还是没有自动放大到合适的大小。所以申请了JS权限,custom CSS,小搞一下 阅读全文
摘要:
Introduction ThinkPHP is a very charming PHP framework to easily build a website. It's structured in MVC(Module, View, Controller) and provides conven 阅读全文
摘要:
Introduction Usually when you logged in you linux based PC remotely via SSH, a long banner will be displayed, including the os and kernel version of t 阅读全文
摘要:
Introduction Stylish is a easy browser extension/plugin for users to customizing the web page styling using CSS/3. It is available in Google Chrome, F 阅读全文
摘要:
Intro cnblogs 的 summerGarden 主题是一个宽屏版的,而且设计虽然很Qzone风格,不过我个人喜欢「简单,扁平」的设计风格,所以就修改了一下样式。 before after redesign stylesheet 阅读全文
摘要:
located at contains all the db created or opened by using for example, the extension create or open a database named in file the steps to find the db 阅读全文
摘要:
转换\uXXXX if Python3.x: 1. no longer exists in 3.x. that']s why is thrown. 2. Unicode literal string is different from string . if you don't understand 阅读全文
摘要:
❶ http://www.52wubi.com/wbbmcx/tp/用.gif 和 ❷ http://www.52wubi.com/wbbmcx/tp/%E7%94%A8.gif ❶ get的时候会 但 ❷ 就可以正常 所以需要把汉字 阅读全文
摘要:
```CSS
[id^=google_ads_],
[id^=bd_ad_],
#cpro_u2392825,
[id^=BAIDU_SSP_],
.bbs_top_ad,
.csdn-toolbar,
#topic-detail-ad-ul,
#Topic_Top,
#topic-extra-info,
.adtxt{ display:none !important;
}
``` 阅读全文
摘要:
```PHP private function http_curl($url,$type='get',$res='json',$arr=''){ $req = curl_init(); curl_setopt($req, CURLOPT_URL, $url); curl_setopt($req, CURLOPT_RETURNTRANSFER, 1); cur... 阅读全文