路人-戊

Results 6 issues of 路人-戊

``` root@ubuntu:~# CGO_CFLAGS="-I/path/to/rocksdb/include" CGO_LDFLAGS="-L/path/to/rocksdb" go get github.com/alberts/gorocks # github.com/alberts/gorocks go-code/storage/src/github.com/alberts/gorocks/batch.go:3:24: fatal error: rocksdb/c.h: No such file or directory // #include "rocksdb/c.h" ^ compilation terminated. ``` while I build, it returns...

I tried to install [btcd](https://github.com/btcsuite/btcd), and [here](https://github.com/btcsuite/btcd/blob/master/glide.yaml) is the `glide.yaml` file after I executed `glide install`, it reported errors ``` [INFO] Downloading dependencies. Please wait... [INFO] --> Found desired version...

while I imported the library and compiled, it return warning ``` strings.sol:37:1: Warning: Source file does not specify required compiler version!Consider adding "pragma solidity ^0.4.7 library strings { ``` then,...

添加回帖发邮件提醒功能, 本地测试已通过

准备在源码的基础上添加一个 回帖自动发提醒邮件的功能,但是发现源码 model/user.js 里面有一个字段 receive_reply_mail: {type: Boolean, default: false }, 但是又没找到 receive_reply_mail 在哪个地方有用到?请问是否已经有 回帖自动发提醒邮件的功能 了?

你好,我在config.js user_login_name里面已经添加了我的登录名,但是没有看到哪里可以编辑标签和删帖的地方,执行全文搜索“user_login_name”,发现在只有在config.js里面有,没有看到代码引用这个设置的地方,求解答!