子龙文章列表
使用iptables开启指定端口
打开配置文件
vi /etc/sysconfig/iptables
添加一条规则
-A INPUT -p tcp -m state --state NEW -...
- 作者: 子龙
- 时间:
- 分类: 程序
如果设置my.cnf文件不起作用,就用sql语句来修改吧
#查询最大连接数
show variables like '%max_connections%';
#设置最大连接数
set GLOBA...
- 作者: 子龙
- 时间:
- 分类: 程序
select SUBSTRING_INDEX(host,':',1) as ip , count(*) from information_schema.processlist group by ...
- 作者: 子龙
- 时间:
- 分类: ios
ITMS-90096:
需要修改plist,详见答案第二高的 https://stackoverflow.com/questions/28830013/your-binary-is-not-o...
- 作者: 子龙
- 时间:
- 分类: ios
在xxxx.entitlements文件中增加字段:
<key>beta-reports-active</key>
<true/>
重启xcode,重新arc...
- « 前一页
- 1
- ...
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- ...
- 26
- 后一页 »