gordanyang
gordanyang
 * 1、change environments.config set compiler_public_path = "./" * 2、 npm run deploy:prod * 3、open index.html by chrome browser ,console has no error. but the page is blank.
``` Trapped uncaught exception 'NSGenericException', reason: 'Unable to install constraint on view. Does the constraint reference something from outside the subtree of the view? That's illegal. constraint: view:' ( 0...
ldap can't use... when i open the openldap config in caldavd-test.plist, and copy to caldavd-dev.plist,there has errors in console. ``` 2017-02-11T08:32:59+0800 [txdav.base.datastore.subpostgres.PostgresMonitor#info] done 2017-02-11T08:32:59+0800 [txdav.base.datastore.subpostgres.PostgresMonitor#info] server started 2017-02-11T08:32:59+0800 [txdav.base.datastore.subpostgres.PostgresMonitor#info] pg_ctl...
### 在此输入你需要反馈的 Bug 具体信息(Bug in Detail): Service 里面怎么拿到context @SingletonProto({ // 如果需要在上层使用,需要把 accessLevel 显示声明为 public accessLevel: AccessLevel.PUBLIC, }) export class DemoService { constructor(){ setInterval(() => { //执行定时任务 // 调用egg-sequelize model更新数据库 ctx.model.Demo.findAll();...