springboot + springmvc +Spring Security + mybatis + PageHelper(Mybatis分页插件) + druid + (maven/grad...
ibmmq,rabbitmq 分发总署上下行报文
跨境出口清单信息查询
定时操作文件,移动或者删除,根据传入的参数
c语言的交换客户端实现,只支持linux
根据sql文件导出xlsx
spring boot + spring security + Annotation configuration cas sso
出口商品预归类
分发文件到不同目录
#1 楼 @alucardpj 那还有比 activeResource 更好的 gem 包来实现两个系统之前的交互没了?
#4 楼 @dc2000 .......
#1 楼 @dc2000 faker 中文支持不太好,自定义的放在 config/locales 下面也不管用,
#1 楼 @dc2000 If your locale doesn't already exist, create it in the \lib\locales\ directory and you can then override or add elements to suit 文档上说要放在\lib\locales 下面, 我一会放在 config/locales 下面试试
#7 楼 @rei 嗯
#5 楼 @rei 哦,那 mongoid 的应该怎么写?
#3 楼 @chenge 下面是 model 代码:
class Statistic include Mongoid::Document field :qrcode, type: String field :purchasePrice, type: Float field :retailPrice, type: Float field :quantity, type: Integer field :retailDate, type: String end
#1 楼 @chenge
@statistics = Statistic.where(:retailDate => "#{params[:retailDate]}")
这种写法可以呀, 这个应该是不区分数据库的呀,