主机安装td-agentcurl-Lhttps://toolbelt.treasuredata.com/sh/install-redhat-td-agent2.sh|shyumremove应用名docker命令总结docker安装fluentd的官方文档https://hub.docker.com/r/fluent/fluentd执行这条命令拉取dockerimages,并运行dockerrun-
分类:
其他好文 时间:
2018-11-14 19:02:53
阅读次数:
734
我试图得到一个视频音频文件wavesurfer所以可以显示波。我用fluent-ffmpeg表达应用。我已经得到了处理app.get(‘/audio/:file‘,(req,res)=>ffmpeg.audio(req,res))constpath=req.params.fileconstfile=path.replace(‘MP4‘,‘wav'
分类:
其他好文 时间:
2018-11-06 18:16:08
阅读次数:
337
Delete behaviors Delete behaviors are defined in the DeleteBehavior enumerator type and can be passed to the OnDelete fluent API to control whether th ...
分类:
其他好文 时间:
2018-10-19 22:42:55
阅读次数:
627
https://marketplace.visualstudio.com/items?itemName=SimonHughes.EntityFrameworkReversePOCOGenerator 先SQLSERVER 逆向 Code first 资料:https://www.cnblogs.co ...
分类:
其他好文 时间:
2018-10-15 12:13:34
阅读次数:
432
笔者在通过workbench中的lsdyna模块计算显式动力学分析时,遇到了得出结果时间步长过长的问题。由于受fluent思维的影响一直想改变分析设置的时间步长设置,但是一直找不到,今日通过看另一位大神的视频才明白:lsdyna模块改变时间步长在分析设置中的outputcontrol中calcuateresultsat.选择输出步数即可解决。workbench的lsdyna模块有点新,找教程有点难
分类:
其他好文 时间:
2018-10-13 22:44:45
阅读次数:
431
下面是EF Core中的一个Person实体: 其中我们通过Fluent API指定了Code是Key属性,用来Update和Delete数据: 现在我们可以通过代码先new一个Person实体,然后声明其Key属性列Code的值,及要修改的列Name的值,这样EF Core就会为我们生成只修改列N ...
分类:
其他好文 时间:
2018-10-11 00:02:14
阅读次数:
731
什么是Entity Framework 1.EF的概念 在.NET3.5之前,我们经常编写ADO.NET代码或企业数据访问块来保存或检索底层数据库中的数据。做法是:打开过一个数据库的连接,创建一个DataSet来获取或提交数据到数据库,通过将DataSet中的数据和.NET对象相互转换来满足业务需求 ...
分类:
其他好文 时间:
2018-09-11 11:22:26
阅读次数:
3778
具体步骤参考流沙的文章即可,如果python版本较高,可能有个地方需要小小的改动一下: tools文件夹下的compile_lib_edem_coupling.py文件中,导入模块有个地方需要修改 其他的,就按照流沙的教程走就行。 ...
分类:
其他好文 时间:
2018-09-07 20:14:08
阅读次数:
1240
FluentScheduler 是什么? Automated job scheduler with fluent interface. 这是作者在 Github 上的介绍,就是一个定时任务管理器。在 .Net 下类似的有微软的 Timer 、 Quartz.NET 、 FluentScheduler ...
分类:
Web程序 时间:
2018-09-03 13:40:10
阅读次数:
284