BunmJyo
BunmJyo
好的,我这就提交一个上去
https://hub.docker.com/repository/docker/code0515/repox 已经提交上去了 看看,我会把使用说明写在image主页上 联系我: code0515#换成@gmail.com
不好用,个人免签,是通过alipays协议整的,demo演示的那个也是假的 ,根本不支持回调,需要回调的 需要支付宝开发后台签署加密文件
好的 感谢 Vincent Lau 于2020年10月7日周三 下午6:00写道: > 有这个计划,不过暂时是不支持的 > > @hurui200320 也有和你一样的需求,他通过对 Ktorm > 进行扩展,自己实现了这样的功能,并且写了一篇很不错的文章,记录了详细的扩展步骤,有兴趣可以参考一下 > https://skyblond.info/archives/751.html > > — > You are receiving this because you authored the thread....
in my dao : ``` def f[T](v: T) = v match { case _: Int => "Int" case _: String => "String" case _ => "Unknown" } def insert2Vals(rows:Seq[(Any,Any)]):String={ s"""...
> in my dao : > > ``` > > def f[T](v: T) = v match { > case _: Int => "Int" > case _: String => "String" >...
同求web版本的示例demo,感谢!