登录
N0_357658
注册时间:2022-03-30 10:30:33
Ta的资源
with_clues:测试失败时获取更多上下文 with_clues测试失败时暂时提供更多上下文。 节拍puts 假设您有: expect ( page ) . to have_content ( "My Awesome Site" ) Capybara说内容不存在,仅此而已。 您可能会在puts page.html打耳光,然后重试。 相反,如果您不能做到这一点怎么办? with_clues do expect ( page ) . to have_content ( "My Awesome Site" ) end 那会打印出您HTML吗? 还是您JavaScript控制台? 还是其他? 整洁吧? 安装 gem install with_clues 或者,在Gemfile : gem "with_clues" 对于Rails,您可能需要执行以下操作: gem "with_clues" , group : :test
开发工具:
大小:17.5KB
2022-06-13 18:57:35上传
Microsoft Silverlight 4 For Dummies Microsoft Silverlight 4 For Dummies
开发工具:
大小:4.1MB
2022-06-13 06:38:38上传
HackerRank:我的HackerRank挑战解决方案的汇编 黑客排名 我的HackerRank挑战解决方案的汇编 你好! 这是来自各种挑战解决方案。我的大多数解决方案都使用Java和C ++,因为它们是最受欢迎的ACM ICPC语言。 可能还有一些python解决方案。 如果您对我的解决方案有任何疑问或意见,请随时与我联系。 凯文
开发工具:
大小:13.4KB
2022-06-13 04:29:41上传
傅立叶快速变换算法实例源码 Arbitrary Length FFT ------------------------------------------------------------------------ NOTE : This is copyrighted material, NOT public domain. See below. ------------------------------------------------------------------------ Contents: This packet contains the C source for a mixed-radix FFT routine. It performs a fast discrete Fourier transform (FFT) of a complex sequence, x, of an arbitrary length, n. The output, y, is also a complex sequence of length n. y[k] = sum(x[m]*exp(-i*2*pi*k*m/n), m=0..(n-1)), k=0,...,(n-1) The largest prime factor of n must be less than or equal to the constant, maxPrimeFactor defined in mixfft.c. The input/output variables are each stored in two arrays comprising the real part and the imaginary part respectively. The routine is accompanied by a demo program, fftbench.c, that demonstrates the numerical capabilities. It measures the execution time as well. If you wish to test the capabilities of another FFT routine, the fftbench.c is easy to modify. ------------------------------------------------------------------------ Filelist: mixfft.c 21.120 001030 The C source for the mixed-radix FFT. fftbench.c 8.724 001030 The C source for FFT benchmark program. fftbench.exe 62.976 001030 The PC executable. readme.txt This file. ------------------------------------------------------------------------ Platforms: PC: The included fftbench.exe was generated using the Microsoft Visual C++ compiler with the following compile options: /nologo /Gs /G2 /W4 /AH /Ox /D "NDEBUG" /D "_DOS" /FR It was tested on a 50MHz 486DX. Please refer to fftbench.c for some benchmarks. (jjn, March 1996) Other: Your experience with other platforms are warmly welcomed. Please e-mail me. ------------------------------------------------------------------------ Conditions: The source code in this packet is copyrighted material. Non-commercial use of the source code is free. A $100 fee must be paid if used commercially. Please contact me at jjn@get2net.dk and register your copy. The $100 fee includes up to one hour of assistance related to your use of the code. A trial period of 14 days is allowed. If the code is used for professional (paid) research and development for non-profit organisations like universities a reduced fee of $20 must be paid. The commercial license allows you to include the compiled code in a product or to use the code on a regular basis. You are however NOT allowed to sell the source code. Distribution of the complete unaltered package, including this file, is free. This includes commercial CD's. ------------------------------------------------------------------------ Author: Jens Joergen Nielsen For non-commercial use only. Bakkehusene 54 A $100 fee must be paid if used 2970 Hoersholm commercially. Please contact. DENMARK mailto:jjn@get2net.dk All rights reserved. October 2000. Check my homepage for updates and FAQ's http://home.get2net.dk/jjn ------------------------------------------------------------------------ Release notes: V.0.1 950301 Initial MIXFFT release. V.0.3 960317 Input/output variables have separate arrays for real and imag part. The speed of prime factors larger than 7 is more than doubled. V.0.4 980103 e-mail address changed. V.0.5 001030 Memory allocation in FFTBench changed, now calloc is used. Error reporting when primefactor is larger than maxPrimeFactor has been corrected. ------------------------------------------------------------------------
开发工具:
大小:38.9KB
2022-06-13 01:39:51上传
maven_iboxdb_28 备份,使用maven关联 iboxdb. 现在的项目都用java,使用maven进行打包开发。
开发工具:
大小:275.4KB
2022-06-12 20:03:52上传
手机鼠标(服务器端) 这是手机鼠标的服务器端。版本1.0.1 支持Windows XP / 2000/ Vista /2003
开发工具:
大小:880KB
2022-06-12 04:42:23上传
kubernetes-kargo-logging-monitoring:使用kargo部署kubernetes集群 通过具有日志记录(EFK)和监视(Prometheus)支持的kargo部署kubernetes 您会得到什么: Kargo :一种强大,灵活的方式来构建,热升级/迁移和扩展kubernetes(k8s) 正在运行的主节点的X数量:k8(用于容器编排),它将进行引导并将工作交给小仆 奴隶/奴隶/工人节点的Y个数:运行实际的容器并进行实际的工作 Z的etcd:存储您的k8s配置的数据库 Efk :我们将通过流畅的方式将所有k8s容器日志发送到Elasticsearch DB,并使用kibana可视化仪表板 普罗米修斯将使用grafana dashbaord监视所有这些基础设施 Heapste
开发工具:
大小:1.2MB
2022-06-12 02:36:14上传
MFTP 例子 pb版本 不详 MFTP 例子 pb版本 不详 MFTP 例子 pb版本 不详
开发工具:
大小:75.6KB
2022-06-11 21:51:03上传
c#程序设计实验源代码 实验1 C#与.NET概述 实验2 C#基础知识 实验3 在C#中实现面向对象的概念 实验4 C#高级编程 实验6 调试、测试和异常处理 实验7 WinForms高级编程
开发工具:
大小:728.6KB
2022-06-11 19:02:47上传
手机界面vc++代码 手机界面vc++代码,仅仅用一张图片就可以制作出精美程序界面,制作界面很简单了!
开发工具:
大小:335.5KB
2022-06-11 03:11:31上传
  • 1
  • 2
  • 3
  • 4
  • 5
  • 30
前往
页