rfc5766-turn-server是谷歌推荐的turn开源项目,经常作WebRTC的服务器端使用。编译环境搭建VagrantVagrantfile#-*-mode:ruby-*-
#vi:setft=ruby: VAGRANTFILE_API_VERSION="2" Vagrant.config...
分类:
其他好文 时间:
2014-11-05 00:08:40
阅读次数:
638
一、效果图。二、HTML+CSS。<style>*{padding:0;margin:0;font-size:12px;}li{list-style:none;}a{text-decoration:none;}.clear:after{content:‘‘;display:block;clear:both;}.clear{zoom:1;}.box{width:958px;border:1pxsolid#c6c6c6;height:328px;margin:90pxauto;}.l..
分类:
其他好文 时间:
2014-11-04 19:53:57
阅读次数:
257
文字用一个label标签包起来,设置一个属性:for,其for的值要和复选框的id相同。1.通过点击文字,就选中复选框文字用一个label标签包起来,设置一个属性:for,其for的值要和复选框的id相同。例如:<input id="Checkbox6" value="6" name="box...
分类:
其他好文 时间:
2014-11-04 17:00:15
阅读次数:
135
Html代码动画选框Css代码.box{width:300px;height:100px;border:1pxdotted#fff;border-image:url(data:image/gif;base64,R0lGODlhCAAIAJEAAP////8A/wAAAAAAACH/C05FVFNDQ...
分类:
Web程序 时间:
2014-11-04 16:32:16
阅读次数:
170
/*焦点图*/ var Box='.carousel';//盒子 var Menu=$(Box+' .l_cursor li');//圆点菜单 var Con=$(Box+' .carouselChange li');//大图 var Text=$(Box+' .text li');//图注文字 v...
分类:
Web程序 时间:
2014-11-04 14:39:19
阅读次数:
222
转载http://blog.csdn.net/freshlover/article/details/7610269text-shadow是给文本添加阴影效果,box-shadow是给元素块添加周边阴影效果。随着html5和CSS3的普及,这一特殊效果使用越来越普遍。基本语法是{box-shadow:...
分类:
Web程序 时间:
2014-11-04 14:37:11
阅读次数:
244
server{listen80default;server_name_;indexindex.htmlindex.htmindex.php;#root/alidata/www/default;root/alidata/www/sandbox_pro/sandbox;#rewrite^/box/list/index.php?r=box/list;#rewrite^/(.*)$/index.php?r=$1;if(-f$request_filename/index.php){rewrite(.*)$1/index..
分类:
Web程序 时间:
2014-11-03 16:34:12
阅读次数:
253
博客转自:http://doodlebobbers.com/vagrant-error-your-vm-has-become-inaccessible/If you’ve deleted a virtual machine file still referenced by one of your p...
分类:
数据库 时间:
2014-11-03 12:46:09
阅读次数:
355
在CSS里面定义INPUT输入框的全局样式input[type=text]:focus,input[type=password]:focus,textarea:focus{transition:border linear .2s,box-shadow linear .5s;-moz-transiti...
分类:
Web程序 时间:
2014-11-02 13:48:01
阅读次数:
484
// Sets the dialog box iconsinline void CMFC_CORE_1Dlg::chSETDLGICONS(HWND hWnd, int idi) { ::SendMessage(hWnd, WM_SETICON, ICON_BIG, (LPARAM) ...
分类:
编程语言 时间:
2014-11-01 21:42:36
阅读次数:
282