http://www.rfc-editor.org/download.htmlabout RTSPhttp://en.wikipedia.org/wiki/Real_Time_Streaming_ProtocolRTSP was developed by RealNetworks, Netscape...
分类:
其他好文 时间:
2014-06-16 00:00:39
阅读次数:
549
在layout_width設置為fill_parent的時候,layout_weight所代表的是你的控件要優先盡可能的大,但這個大是有限度的,即fill_parent. 在layout_width設置為wrap_content的時候,layout_weight所代表的是你的控件要優先盡可能的小,但...
分类:
其他好文 时间:
2014-06-15 22:57:20
阅读次数:
325
第三方包引入时,eclipse默认会把一些包定为错误的,错误是:“undefined variable from import...” 其实是对的,可是报错,很烦人解决方法:window -- preferences -- pydev -- editor -- code analysis -- Un...
分类:
其他好文 时间:
2014-06-15 18:40:06
阅读次数:
175
菜单说明File: 保存, 打开, 打印等等; 文件比对功能Edit: 一些普通的修改选项, 可以选择Editor Options来修改字体等.Grid: 主要是针对查询出来的结果进行另存, 过滤等.SQL Editor: 执行编辑sql, 另外可以得到查询语句中所使用的列的结构, control ...
分类:
其他好文 时间:
2014-06-15 17:40:46
阅读次数:
212
Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\PolicIEs\Microsoft\Windows NT\Reliability] "ShutdownReasonOn"=dword:00000000"Shutdown...
header("Content-Type:image/gif"); header('Content-Disposition: attachment; filename="logo3333.gif"'); header('Content-Length:'.filesize("logo.gif"));....
分类:
其他好文 时间:
2014-06-14 23:25:48
阅读次数:
220
WCF Service Configuration Editor 的使用
分类:
其他好文 时间:
2014-06-14 22:39:38
阅读次数:
286
默认安装好ftp软件包匿名用户是可以下载的。匿名以后可以上传:anon_upload_enable=YES# getsebool -a | grep ftpallow_ftpd_anon_write --> onchcon -t public_content_rw_t pubchmod 775 pu...
分类:
系统相关 时间:
2014-06-14 19:21:33
阅读次数:
344
1. 使用NuGet安装dotless2. 在BundleConfig中配置var less = new Bundle("~/bundles/less").Include("~/Content/less/global.less");less.Transforms.Add(new LessTransf...
分类:
Web程序 时间:
2014-06-14 19:08:20
阅读次数:
328
图像ping 1、简介: 图像ping是与服务器进行简单、单向的跨域通信的一种方式,请求的数据是通过查询字符串的形式发送的,而相应可以是任意内容,但通常是像素图或204相应(No Content)。 2、使用方法:var img = new Image();img.onload = img....
分类:
Web程序 时间:
2014-06-14 18:50:48
阅读次数:
330