2018年11月02日
openwrt https://downloads.openwrt.org/releases/18.06.1/targets/dd-wrt ftp://ftp.dd-wrt.com/betas meilin https://drivers.softpedia.com
2018年10月30日
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Menlo; color: #ffffff; background-color: #000000}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Menlo; color: #00a0ff; background-color: #000000}
p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font:
2018年10月22日
Actually there is a CarPlay "External Display" that can be enabled, for it to show up you simply need to type in this command in a Terminal window:defaults write com.apple.iphonesimulator CarPlay -bool YESThen shutd
2018年09月22日
Xcode supports the ability to substitute the value of build settings using the $(BUILD_SETTING_NAME) or ${BUILD_SETTING_NAME} syntax in a number of places including Info.plists, other build setting values, and .xcconfig files. In
2018年09月05日
cy# @import com.saurik.substrate.MS
cy# var oldf = {}
cy# var log = []cy# MS.hookFunction(fopen, function(path, mode) {
var
2018年08月30日
security find-identity | grep EXPIRED | awk '{print $2}' | xargs -ti security delete-certificate -Z {}
2018年08月28日
Configure:./configure:该命令是我们所需要注意和配置的地方,这个配置决定了我们所生产出来的静态库的平台(构建版本和操作系统)这里我们只牵扯到iOS系统对应的构建版本,在此说明一下:x86: 如果你的静态库需要在iOS simulator上运行且你的Mac OS是32位系统,需要打这个构建版本。x86_64: x86的64位版本,你的Mac OS版本是64位,打这个版本armv7: iPhone 4s上使用的构建版本armv7s: iPhone 5上使用的构建版本arm64:
2018年08月24日
[[NSUserDefaults standardUserDefaults]setInteger:0 forKey:@"WebKitCacheModelPreferenceKey"];//导致泄漏的关键属性是的WebKitCacheModelPreferenceKey。当你在一个UIWebView打开一个链接,这个属性被自动设置为“1”值。因此,解决的办法是每当你打开一个链接时把它设回0:[[NSUserDefaults standardUserDefaults]setBoo
2018年08月17日
#!/bin/bash# Grabs the expired certificate hashesexpired=$(security find-identity | grep EXPIRED | awk '{print $2}')# Check for certsif [ -z "
2018年08月07日
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 22.0px Menlo; color: #ffffff; background-color: #000000}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; background-color: #000000; min-height: 14.0px}
span.s1 {color: #de38a5}
span.s2 {c