我已经成功安装了XQuartz v2.7.11。但是,我无法启动xterm。
var adapter: PaymentAdapter ?=null // decleare it before onCreate()
adapter = PaymentAdapter(this, list) // here you shoule initialize you adapter
pRecyclerView.adapter = adapter // assigne your adapter to recyclerview
btnCash.setOnClickListener {
var paymAmnt: String = txtInput.text.toString()
list.add(Payment("Cash", paymAmnt))
adapter?.notifyDataSetChanged() // add this line to notify your adapter that data set is changed.
//....
}
我的航站楼正等着我。
我当前的操作系统是:
$ ./xterm
_
我该如何解决?调试该问题还需要什么进一步的信息?
答案 0 :(得分:0)
通常在/opt/X11/lib
不包含 let idsFetched = this.state.storeRanges.Stores
console.log("ranges I/O ", idsFetched);
let options3 = idsFetched.map(store => {
return {value: store.value.description, label: store.value.description};
})