勤劳自行车

文章
5
资源
1
加入时间
2年10月17天

linux命令lnsrs,SRS 编译安装坑

SRS 编译start#./objs/srs -c conf/rtmp.confkill#ps aux | grep srs | awk {'print $2'} | xargs killsrs 2.0 release[root@cp01-jinya.epc.baidu.com trunk]#./configure./configure_origion:line67:syntax error ne...

js的exports

//写法1exports.hello = function(){ console.log(‘world’);}//写法2var f = { hello : function(){ console.log(‘world’); }}module.exports = f;假设我们写的这个模块的文件名为hello.js,执行下面的代码var h = require(‘hel...

(原创)同步复位与异步复位

一、同步复位与异步复位 1、同步复位与异步复位含义:同步复位:顾名思义,同步复位就是指复位信号只有在时钟上升沿到来时,才能有效。否则,无法完成对系统的复位工作。用Verilog描述如下:           always @ (posedge clk) begin                 if (!Rst_n)                     ... e...

用CSS实现表单form布局

出处:http: blog donews com dodo archive 2005 06 18 434979 aspx 在TABLE布局中设计Form,一般都是用2个td来