dcy

Results 29 comments of dcy

this proplist does not work: ``` My print's "Emails" is [[{attachments, [[{item_amount,1}, {item_name,[]}, {item_tid,1}, {item_type,1}]]}, {content,}, {id,36}, {sender_id,1}, {sender_name,}, {svr_ids,[2]}, {svrs, [[{svr_id,2}, {name, }]]}, {title,}, {type,"person"}, {users,[12312312,2342342134]}]] ``` This one...

@fouber 请教一个问题,如果按照上面的文件夹组织形式,那views里面的html里面的script link标签引用的js和css不是没有加上md5后缀吗?

我也在找这个接口,58就有,也想知道是怎么限制身份信息的

![image](https://github.com/Exafunction/codeium.vim/assets/1137238/ecd186f1-86d8-431d-a7fc-3ad3bd358c44) item2 still not work

@TitleChen 要Erlang环境,你是不是还没有安装Erlang

And another error: ``` Eshell V6.3 (abort with ^G) 1> qdate:start(). ok 2> calendar:local_time(). {{2015,11,19},{17,27,37}} 3> qdate:to_date(qdate:unixtime()). {{2015,11,19},{9,28,1}} ``` it will be 8 hours difference.

HI! which url is right? @Licenser

```new Websocket("url")``` ```var ws = new WebSocket("ws://localhost:4001/websockets")``` and ```var ws = new WebSocket("ws://localhost:4001/websockets/websocket")``` don't work.