***************************1.row***************************
Slave_IO_State:Waitingformastertosendevent等待master发生事件
Master_Host:10.173.1.203当前的主服务器主机
Master_User:backup被用于连接主服务器的当前用户
Master_Port:3306当前的主服务器接口
Connect_Ret..
分类:
其他好文 时间:
2015-04-07 19:50:13
阅读次数:
165
先看table.insert调用的C函数:
static int tinsert (lua_State *L) {
int e = aux_getn(L, 1) + 1; /* first empty element */
int pos; /* where to insert new element */
switch (lua_gettop(L)) {
case 2:...
分类:
其他好文 时间:
2015-04-06 21:52:42
阅读次数:
213
目前为止,每一个组件渲染数据的时候使用props,props作为组件内部属性是不可以改变的,因为props是从父组件传递过来,并被父组件所拥有。而子组件实际上是依赖父组件的环境中得到这个props。下面介绍可以改变的属性state,用来实现组件的交互,这个属性对组件自身来说是私有的,可以通过this...
分类:
其他好文 时间:
2015-04-06 20:03:06
阅读次数:
221
两路红绿灯及倒计时module jiaotong(clk,reset,lamp,downtime);input clk,reset; output reg [5:0]lamp;output[6:0]downtime;reg [6:0]timedown;reg[1:0]state;reg [31:0]...
分类:
其他好文 时间:
2015-04-06 17:09:28
阅读次数:
145
Slave_IO_State: Waiting for master to send event Master_Host: 10.1.1.1 Master_User: rep_user Master_Port: 3306 Connect_...
分类:
其他好文 时间:
2015-04-04 12:14:00
阅读次数:
122
Debussy是NOVASSoftware, Inc(思源科技)发展的HDL Debug & Analysis tool,这套软体主要不是用来跑模拟或看波形,它最强大的功能是:能够在HDL source code、schematic diagram、waveform、state bubble diagram之间,即时做trace,协助工程师debug。Debussy软件在5.4版本以后不再有Win...
分类:
其他好文 时间:
2015-04-04 10:45:46
阅读次数:
313
ps process state
unix system V
BSD
ps -e 显示所有进程(tty相关的是前台进程 ?tty无关)
-u 用户相关
-f full format listing
-F print extra information
-o command 选择显示...
分类:
系统相关 时间:
2015-04-03 19:26:16
阅读次数:
199
VMware中三种网络连接的区别1、概述2、bridged(桥接模式)3、NAT(网络地址转换模式)4、host-only(主机模式)5、replicate physical network connection state 选项解释1、概述 大家在安装完虚拟机后,默认安装了两个虚拟网卡,VMne....
分类:
系统相关 时间:
2015-04-03 18:53:20
阅读次数:
206
var strsql = "insert into Staff_Answer (ExamTitleID,QuestionsID,MultipleChoice,RightOption,AnswerOption,IsRight,Score,StaffScore,Remark,State,Creator,...
分类:
数据库 时间:
2015-04-03 10:47:44
阅读次数:
133
interface State{ public void handle(StateMachine statemachine);}class Eat implements State{ StateMachine statemachine=null; public void handle(StateMa...
分类:
编程语言 时间:
2015-04-02 22:07:04
阅读次数:
167