在GitHub网站下载Android 安装包,Actions资源下的APK文件通常有以下版本供选择:
例如上图是某Android客户端的安装包文件,有以下几个版本可以选择:
mobile-release.apk(通用版本,体积最大)
mobile-universal-release.a[……]
Read more
各种VBA excel 命令、属性、方法
本示例为设置密码窗口 (1)
If Application.InputBox(“请输入密码:”) = 1234 Then
[A1] = 1 ‘密码正确时执行
Else
MsgBox “密码错误,即将退出!” ‘此行与第2行共同设置密码
End If
[……]
Read more
Centos6.5配置shadowsocks和privoxy作HTTP代理服务器
1、安装 ss 客户端 略
2、更新源
yum repolist
yum install -y epel-release
yum repolist
3、安装Privoxy
yum install privoxy -y
4、配置
vi /etc/privoxy/config 文件,
[……]
Read more
安装破解版锐速
参考以下帖子:
https://www.91yun.org/archives/683
http://51.ruyo.net/p/1735.html#comments
方法一:
依次执行以下命令:
wget http://7narpe.com1.z0.glb.clou[……]
Read more
Warning: date() :It is not safe to rely on the system’s timezone settings
在执行php文件时会出现下面的错误:
PHP Warning: date(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘UTC’ f...