Skip to content

Instantly share code, notes, and snippets.

View gybin02's full-sized avatar
🎯
Focusing

Tony gybin02

🎯
Focusing
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fileTypes</key>
<array>
<string>log</string>
<string>logcat</string>
</array>
<key>firstLineMatch</key>
#!/usr/bin/env python2
# lrdcq
# usage python2 unwxapkg.py filename
import sys, os
import struct
class WxapkgFile(object):
nameLen = 0
@gybin02
gybin02 / wp_remove_function
Last active April 18, 2018 09:21
wordpress 后台 界面 修改
//根据需要,将下面代码添加到当前主题functions.php模板文件中:
//by zxb remove wordpress info
// 彻底关闭自动更新
add_filter('automatic_updater_disabled', '__return_true');
// 关闭更新检查定时作业