Posts

Featured post

ruby on rails - How to avoid ActionController::InvalidCrossOriginRequest exception? -

मैंने Rails 4.1 को अपने रेल ऐप को अपडेट किया है और ActionController :: InvalidCrossOriginRequest अपवाद प्राप्त करना शुरू कर दिया है। मुझे पाया गया कि बिंग बॉट्स सक्रिय रूप से मेरी गतिशील रूप से जेनरेट की गई जावास्क्रिप्ट फाइल को क्रॉल करते हैं। मुझे लगता है कि यह सही है कि रेलवे इस अपवाद को उठाती है क्योंकि जावास्क्रिप्ट को सीधे कहा जाता है, लेकिन मेरा लॉग इस अपवाद के साथ भरा हुआ है। > सीएसआरएफ संरक्षण को बंद किए बिना इस अपवाद को बढ़ाने से बॉट्स से बचने का कोई तरीका क्या है? मेरा नियंत्रक ऐसा दिखता है। वर्ग सूचियाँ नियंत्रक & lt; ApplicationController before_filter: authenticate_user! Def add @list = List.find (params [: आईडी]) response_to do | format | Format.js {render 'add'} format.html {redirect_to list_path (@list)} एंड एंड एंड जेएच के उत्तर में जोड़ने के लिए और मानते हुए कि आपको कुछ सहायता चाहिए, आपको पता होना चाहिए कि हर मेजबान यह निर्धारित करने के लिए उपयोग करता है कि उनके सर्वर का कौन (और नहीं) पहुंच सकता है सीधे आपकी त्रुटि मूल रूप से है क

Selenium IDE Conditional Statements -

I want to ask if there is another way to see the error label, which has been shown whether we There is no need to fill up with the necessary to use the verifyText command. Here's an example: id: [required] PW: [required] Email: [expected] Dropdown box: [required] If you make test cases, then there is an easy way to make a test case first, and then three error labels will show whether the other fields will not be filled with that. The PW or email from the dropdown box will be shown even if the error is filled with the error label. Before saving that field, I'm just using the verified text, but if there are many conditional requirements like this there is no easy and easy way to create this testcase? Thx If I understand you correctly, If you ignore the required text fields, you are searching for a way to verify that error message. Since I know the Waitfortext command and expect the error message to appear, this command will wait until it expects the err

linux - How to use dos2unix? -

I am learning perl programming. I have run a Perl script in the Windows platform but I need to run it like a Linux platform like Ubuntu. My script runs entirely in windows but not in Linux. I'm not familiar with the dos2unix tool. I'm struggling to use this in my Windows 7 and how to convert my winfile to unixfile. Suppose that my perl script is test.pl and coding is inside. How do I work correctly using this dos2unix tool in linux? Also, how should I open the dos2unix tool? You should be able to get the dos2unix from your package manager on Linux . If you are using a Debian-based distro, you should be able to do sudo apt-get dos2unix . If you want to be RH-such as distro, you should be able to sudo yum install dos2unix . Once installed, you can only give the target file as an argument ' dos2unix test.pl In addition, note that this can not be the only problem, that you can run Linux while trying to move from Windows to Script. For example, if you

c# - How to send bulk email using smtp avoiding spam -

I have a website and I need to send newsletters for around 2 customers. But email to customers in the spam sent. How to remove this problem? Please suggest smtp configuration to avoid spam in any case. I am sending 1) HTML text 2) I use the C # code to send mail 3) Let me address some emails with my domain name for example : Newsletter@mydomain.com as ADDRESS Thank you in advance. Firstly send a test to a service like From there, You can diagnose the report lines with "1.0" or "-0.5" as they are issues that affect your overall score (& gt; 10.0 = spam). This may be a problem with your HTML or how you are setting up your MIME header.

sql - Select count and aggregate, but only unique -

Image
मेरे पास टेबल के साथ एक डाटाबेस (MSSQL) है: बनाएँ तालिका [ डीपीए] [साइप्रर्स] ([टाइम] [डेटाइम] NULL, [होस्टनाम] [वरारार] (50) नल, [क्लाइंटआईपी] [वरारार] (50) नल, [यूजरएजेंट] [वरारार] (550) नल, [साइफर नेम ] [दोहराव] (200) नल, [साइफरवर्सन] [वरचर] (100) नल, [साइफरबिट्स] [वरारार] (50) नल) पर [प्राथमिक] कुछ पंक्तियाँ इस तरह दिख सकते हैं: अब का चयन करें CipherName, CipherVersion, CipherBits, मैं प्रत्येक शीर्ष स्तर डोमेन के लिए CipherName, CipherVersion और CipherBits के संयोजन की घटनाओं की संख्या की गणना करना चाहते हैं। , सीआईपीआरएन नाम, साइफरविर्सियन, साइफरबिट्स द्वारा समूह '% domain.com' समूह की तरह सीपर्स से "हिट्स" के रूप में, "हिट्स", क्रैक्स यह है कि मैं केवल विशिष्ट उदाहरणों की गिनती करना चाहता हूं प्रत्येक ग्राहक आईपी यही है, अगर कोई ग्राहक sub.domain.com और test.domain.com पर गया है तो मैं इसे दो के रूप में नहीं मानना ​​चाहता, बस एक। यह देखते हुए कि आप HostName द्वारा समूह नहीं कर रहे हैं, ऐसा लगता है कि आपकी ज़रूरत है: SE

html - Website works on Chrome, but not Firefox? -

Therefore, I have a problem; I think it's supposed to be done with HTML or CSS ... I was working on a website template, and ... like .. I will explain the pictures. Chrome: Firefox: Not sure what's going on; Because this is my first website & lt; Html & gt; (at the bottom, ignore 5,000 blockquotes) The problem is that your CSS file is not included on Firefox. This is likely to happen because Firefox is more rigid in parsing its HTML. Just change this line: & lt; Link href = "layout.css" type = "syle / css" rel = "stylesheet" /> gt; To do this: & lt; And it's probably my guess that Chrome will know that you're working with the link href = "layout.css" type = "text / css" rel = "stylesheet" /> Want to point the link to a CSS file but not Firefox

ios - NSJSONSerialization parse error - unrecognized selector -

यह कोड है: NSString * jsonString = @ "[{\" sn \ ": \" ई \ ", \" टी \ ": \" के \ ", \" d \ ": \" मंगल 3-मार्च \ "}, {\" sn \ ": \" F \ ", \ "टी \": \ "वाई 1 \", \ "डी \": \ "मंगल 3-मार्च \"}] "; एनएसडीटा * डेटा = [jsonString डेटाउपकरण एन्कोडिंग: NSUTF8StringEncoding]; NSArray * jsArray = [NSJSONSerialization JSONObjectWithData: डेटा विकल्प: 0 त्रुटि: शून्य]; एनएसएलॉग (@ "जेएसएआरए:% @", जेएसएआरआरए); (जेएसएआरआर में आईडी नौकरी) {एनएसएलॉग (@ "जॉब:% @", जॉब); एनएसएलॉग (@ "% @", [नौकरी एसओ]); } कंसोल में, मुझे यह मिलता है: 2014-04-22 15: 40: 46.464 परीक्षण [2442: 60b] जेएसएआरआरए: ({ D = "मंगल 3-मार्च"; sn = E; t = K;}, {d = "मंगल 3-मार्च"; sn = f; t = "y 1";}) 2014-04-22 15:40 : 46.466 टेस्ट [2442: 60 बी] नौकरी: {d = "मंगल 3-मार्च"; sn = E; टी = के; } - [__ एनएससीएफएप्शन एसआईपी]: अज्