小编Ste*_*yes的帖子

LINQ to SQL SOUNDEX - possible?

I have done a little bit of research on this and looked through a few articles both here on StackOverflow as well as some blog posts, but haven't found an exact answer. I also read that it is possible to do it using the 4.0 framework, but have yet to find any supporting evidence.

So my question, is it possible to perform SOUNDEX via a LINQ to SQL Query?

sql soundex linq-to-sql

10
推荐指数
3
解决办法
6044
查看次数

确定您的网站配色方案

从UI的角度来看,我最大的问题之一是,在构建一个新网站时,要弄清楚我将使用哪种颜色以及这些颜色,它们实际上是否能很好地协同工作.

我发现这个网站真的帮助了我,我想我会和你们所有人分享这些网站并得到一些回复关于这两个网站的相似或其他方式你得到/弄清楚你的配色方案.

这是我目前使用的网站:http://kuler.adobe.com/

使用Adobe Kuler,你可以选择一种基色,它会建议5种颜色,包括你的颜色,彼此很好.当然,您可以修改它选择的颜色.此外,我使用的主要功能之一是图像颜色匹配.您可以上传图像,它将根据图像的颜色确定颜色方案.因此,如果您有徽标并想要使用徽标的颜色,那么这对您来说非常有效.

谢谢,我期待您的反馈!

user-interface color-scheme color-management web

6
推荐指数
1
解决办法
2117
查看次数

为什么chefspec不能找到chef_handler食谱?

在尝试编写chefspec测试时,按照chefspec README(https://github.com/acrmp/chefspec)上的示例,我收到以下错误.我尝试将"depends' chef_handler'"添加到我的metadata.rb中,但没有成功:

$ bundle exec rspec
*[2013-08-15T11:55:01-07:00] WARN: found a directory cookbooks in the cookbook path, but it contains no cookbook files. skipping.
F*

Pending:
  example::default should include
    # Your recipe examples go here.
    # ./spec/default_spec.rb:6
  example::single_node should do something
    # Your recipe examples go here.
    # ./spec/single_node_spec.rb:5

Failures:

  1) example::default logs the foo attribute
     Failure/Error: chef_run.converge 'example::default'
     Chef::Exceptions::CookbookNotFound:
       Cookbook chef_handler not found. If you're loading chef_handler from another cookbook, make sure you configure the dependency in …
Run Code Online (Sandbox Code Playgroud)

testing unit-testing chef-infra

4
推荐指数
1
解决办法
1694
查看次数