joshuafc

Results 18 comments of joshuafc
trafficstars

> This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days Any news?

> This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days Any news?

OK. after few hours. 1. do some magic when include pybind11 headers ``` #ifdef _DEBUG #undef _DEBUG #undef Py_DEBUG // this is unfortunately required to prevent undefines in python (Py_RefTotal...

> OK. after few hours. > > 1. do some magic when include pybind11 headers > > ``` > #ifdef _DEBUG > #undef _DEBUG > #undef Py_DEBUG // this is...

在ruby on rails里,数据表A里嵌套另一个数据表B的时候,指的是A的字段里有B的ID,在查询A的时候,顺便也根据A里B_id的值,把B查询出来. > Rails 支持六种关联: > belongs_to > has_one > has_many > has_many :through > has_one :through > has_and_belongs_to_many ``` struct Title { int t; }; REFLECTION(Title, t) struct...

这个库做了相应尝试,不过看起来使用起来太繁琐. https://github.com/bmuller/StactiveRecord

sorry, wrong dll is loaded, there is an other one in the system.