码迷,mamicode.com
首页 >  
搜索关键字:issue    ( 1724个结果
linux信息查看手记
系统# uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/cpuinfo # 查看CPU信息# hostname # 查看计算机名# ls...
分类:系统相关   时间:2014-11-25 12:32:48    阅读次数:192
Colored SQL--How to force the AWR to capture a specified SQL even if it is not the top one
This new feature doesn't paint the SQL statement in color; rather, it sort of marks it as "important."Suppose you are troubleshooting a performance issue and you suspect a specific SQL statement contr...
分类:数据库   时间:2014-11-24 11:53:56    阅读次数:199
修改服务器banner信息
TelnetBanner修改法:编辑文件/etc/issue.net,找到类似这几行(不同版本的Linux内容不太一样):RedHatLinux release8.0(Psyche)Kernel\ronan\m改成:MicrosoftWindows Version5.00(Build2195)WelcometoMicrosoftTelnetService TelnetServerBuild5.00.99206.1 由于issue.net重..
分类:其他好文   时间:2014-11-21 00:00:22    阅读次数:290
本地化MIME类型与文件类型匹配
有这么个issue,app下载flac和ape后,点击打开,不能提示跳转到第三方的播放器。但是在Galaxy S3 (4.3),S5(4.4.2)和Tab Pro(4.4.2)上可以直接弹出默认播放器播放flac,而在Nexus 10(4.2,4.4.3)上不行。估摸着是不是三星默认安装的播放...
分类:其他好文   时间:2014-11-20 11:53:05    阅读次数:571
利用窗口引用漏洞和XSS漏洞实现浏览器劫持
==Ph4nt0m Security Team== Issue 0x03, Phile #0x05 of 0x07|=---------------------------------------------------------------------------=||=-----------....
分类:其他好文   时间:2014-11-20 06:52:18    阅读次数:204
查看linux [Fedora] 系统信息
系统版本:$ head -n 1 /etc/issueFedora release 20 (Heisenbug)或者$ cat /etc/issue系统位数:$ getconf LONG_BIT64内核信息:$ cat /proc/version Linux version 3.11.10-301....
分类:系统相关   时间:2014-11-19 23:58:08    阅读次数:412
Apache 2.4 issue "Apache is not sending 304 response (if mod_deflate and AddOutputFilterByType is enabled)"
refer tohttp://stackoverflow.com/questions/896974/apache-is-not-sending-304-response-if-mod-deflate-and-addoutputfilterbytype-ishttp://scarff.id.au/bl...
分类:Web程序   时间:2014-11-19 17:44:15    阅读次数:207
开机设置命令行启动
如果是想开机就进入命令行模式,可以用vi编辑器打开/etc/issue的文件。然后修改里面的这一行id:5:initdefault,里边的5改为3然后保存就可以啦。下次启动的时候就会以命令行的方式启动。如果是在命令行模式下,想启动为图形化界面,输入命令startx就会切换到xwindow(Linux下的图..
分类:其他好文   时间:2014-11-17 14:12:15    阅读次数:170
Android ADB device offline Issue on Windows
if you‘re having this same issue the problem is probably an out-of-date SDK. As of Android 4.2.2 there is a security feature that requires you to confirm the RSA fingerprint of the connecting devic...
分类:移动开发   时间:2014-11-16 12:13:57    阅读次数:362
兼容sdk7&iOS7的issue解决小片段总结
ios7新增加的icon尺寸:76 x 76:Size for iPad 2 and iPad mini (standard resolution)120 x 120 :Size for iPhone and iPod touch (high resolution)152 x 152:Size fo...
分类:移动开发   时间:2014-11-14 09:14:27    阅读次数:287
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!