Posts

Showing posts from August, 2013

How to set java version in JBoss 7? -

I have a machine that is using 2 versions of Java (like 6-degrees and 7-in). If I run java -version , then the system says that it is 6-th. Is there a way to set up another Java version for JBoss? If you start jboss with standalone.bat (get the same lines for .sh) You can comment the following lines if "x% JAVA_HOME%" == "x" (Set Java = Java Echo JAVA_HOME has not been set, there may be unexpected results. Set JAVA_HOME in the directory of your local JDK to avoid this message.) Other (set "Java =% JAVA_HOME% \ bin \ java") Add more < Pre> set "Java = & desired Path to the JDK; gt; \ bin \ java " It's worked for me :)

google chrome extension - Getting "net::ERR_BLOCKED_BY_CLIENT" error on some AJAX calls -

Image
Recently I have noticed that some adblocker extensions (like Adblocker Plus) block some Ajax calls. I get this error on the console: get http: //localhost/prj/conn.php?q=users/list/ net :: ERR_BLOCKED_BY_CLIENT Why does this block any Ajax call, but not others, and what happens to it? Is there any way other than telling the user to shut down the advertiser? Adblockers usually have some rules, i.e. they match the URI against some type of expression (Sometimes they also match the expression from the DOM, not the case in this case). Rules and expressions that are just prone to making a few small bits of text (URI) a few false positives ... Give your users their extensions (at least your In addition to disabling the site, you can also get expansions and tests that out of the rules / expressions which block your stuff, provided the extension provides enough information about it. Once you have identified the culprit, you can try to avoid triggering the rule by using differ

mysql - PHP Script for counting profile views in a social network -

I am new to PHP, but I have read some books and created my own social network. I want to add something which is not new, but still good feature. I want to add profile view. Suppose a 'ABC' user visits XYZ's profile, then count it and only once should not be incremented every time I do not know how to track the profiles of users watching. any suggestion? You may have a table with a user's ID2 column. The first column for the visitor user and the second for the visited user, such as: Table: user_visit Visitors visited - - ------- | ---------- | 1 | 2 | 3 | 2 | 3 | 1 | If you do this, you can calculate the number of rows to calculate the visit calculation specifically for the user, and you can also record what the key Sees the user

OnDeviceReady event is not available inside phonegap.js and cordova.js Phonegap -

मैंने फोन ग्राप npm-install -g phonegap का उपयोग कर स्थापित किया है, लेकिन जब मैं phonegap.js और cordova.js खोलता हूं, तो मैं न इन जेएस फाइलों के अंदर किसी भी ओन्डिविस रीडी () इवेंट को ढूंढें। और जब मैं इन कोडों को अपने कोड पर संदर्भ देता हूं .. इवेंट नहीं निकाल दिया गया ... मैं विंडोज फोन के लिए फोनगैप पर काम कर रहा हूं। कृपया मदद करे। मेरा कोड है: & lt; html & gt; & Lt; शीर्ष & gt; & Lt; मेटा वर्णसेट = "यूटीएफ -8" / & gt; & Lt; मेटा नाम = "प्रारूप-पता" सामग्री = "टेलीफोन = नहीं" / & gt; & Lt; link rel = "stylesheet" प्रकार = "text / css" href = "css / index.css" / & gt; & Lt; स्क्रिप्ट प्रकार = "टेक्स्ट / जावास्क्रिप्ट" src = "cordova.js" & gt; & lt; / स्क्रिप्ट & gt; & Lt; script type = "text / javascript" src = "js / index.js" & gt; & lt; / स्क्रिप्ट & gt; & Lt; स्क्रिप्ट प्रकार = "टेक्स्ट / जावास

Firefox extension inject script before loading any page -

I wrote Firefox extensions to inject some scripts and CSS on all the web pages loaded while expanded. So far, everything works fine as soon as I open a new page that loads it into script and CSS is injected. But what I need is that the extension is loading in front of the page. Example; I am loading the page with my extension, I am customizing this page. Now I see the Twitter page first, then the extension loads and my changes apply to the intent page. What I want is the opposite I want to load everything in detail first, so whenever the Twitter page loads, it appears directly with my custom changes. Currently I'm using the following lines to implement the script / styles. Although I want to get the "Content script" set, it will not fix my problem. Include: '*', contentScriptFile: [data.url ('jq.js'), Data.url ('js.js')], ContentTablefile: data.it ("css.css"), content script when: 'Start', I have solved this p

javascript - Phonegap 3.1 on iOS hide splash screen manually -

मेरे पास मेरी config.xml फ़ाइल में निम्नलिखित हैं: & lt; प्राथमिकता नाम = "Splashscreen" value = "splash" / & gt; & Lt; वरीयता नाम = "स्पलैशस्क्रीनडेल" मान = "10000" / & gt; & Lt; वरीयता नाम = "स्वतः-छिप-छप-स्क्रीन" मान = "गलत" / & gt; & Lt; वरीयता नाम = "ऑटोहैडस्प्लैशस्क्रीन" मान = "गलत" / & gt; & Lt; वरीयता नाम = "फीडस्प्लैश स्क्रीन" मान = "सही" / & gt; & Lt; प्राथमिकता नाम = "फ़ेड-स्प्लैश-स्क्रीन-अवधि" मान = "5000" / & gt; & Lt; वरीयता नाम = "छप-स्क्रीन-अवधि" मान = "5000" / & gt; & Lt; gap: प्लगिन नाम = "org.apache.cordova.splashscreen" / & gt; & Lt; सुविधा का नाम = "स्प्लैशस्क्रीन" & gt; & Lt; param नाम = "ios-package" value = "CDVSplashScreen" / & gt; & Lt; param नाम = "onload" value = "true" /

javascript - Hide show content with Cookies -

I want to create a form that sets the cookie on depositing, after which the content on the subsequent pages The existence of the cookie depends on the hidden or showing. I have used this code on jquery.cookie.js and the form: $ (document) .ready (function () {$ (". "). ('Click', function () {$ .cookie ('showcontent', true, {expires: 7});});}); and the following pages on this code: css .contentA {display: none;} < / Pre> javascript if (! $ Cookie ('showcentant')) {$ (".contentA") Show (); $ (".contentB") .hide (); } HTML & lt; Div class = "contentA" & gt; & Lt; H1 & gt; Content A & lt; / H1> & Lt; / Div & gt; & Lt; Div class = "contentB" & gt; & Lt; H1 & gt; Content B & lt; / H1> & Lt; / Div & gt; This does not work right now, so any help would really be appreciated. If you think this works, but this is a cookie

extjs - Sencha Touch 2, get the name of the view from using get component -

<> कॉन्फ़िग: {< } P> मेरे पास मार्ग हैं: मार्ग: {'': 'घर', 'घर': 'घर', 'लॉगिन': 'लॉगिन', 'उत्पाद': 'उत्पाद', 'उत्पाद /: आईडी': 'उत्पाद', 'परीक्षण दो': 'परीक्षण दो'} और, जब उपयोगकर्ता किसी निश्चित मार्ग पर जाता है, तो मैं निम्नलिखित जांच करता हूं : देखें कि क्या दृश्य मौजूद है, अगर नहीं बना है, और इसे व्यूपोर्ट में जोड़ें home: function () {console लॉग ('TestApp.controller.Router होम फंक्शन'); Var comp = this.getHomeView (); // मैन्युअल रूप से नए दृश्य का नाम टाइप करने से बचने के लिए, मैं "कॉम्प" से दृश्य नाम कैसे प्राप्त कर सकता हूं: newView = 'TestApp.view.HomeView'; // मैं इस से बचने के लिए चाहता हूँ। // छद्म कोड होना चाहिए: newView = comp.getViewName; अगर (comp === अपरिभाषित) comp = Ext.create (newView); this.changeView (COMP); } मैन्युअल रूप से नए दृश्य का नाम टाइप करने से बचने के लिए, मैं "कॉम्प" से दृश्य नाम कैसे

javascript - How to bind event in knockout.js in dynamically added content? -

I want to add some content to my page after data binding, example: Li & gt; & lt; div & gt; text & lt; / div & gt; & lt; div data-bind = 'event: {click: select dialog}' & gt; & lt; / Div> & lt; / li & gt; ".appendTo ($ (" #userClientGroup "). Search (" #earch-customer-ul-UCG ")); However, in this case the click event is not working; Can someone give me the solution? You ko.applybindings (viewModel, $ ('#yourNewElement')) Just be careful that you do not try to force an element, or you will receive an error.

c++ - Detecting at compile-time whether a class has a member variabe or function -

I am trying to find out at compile time whether a class Foo or Bar in or variable value or member variable initValue () . struct foo {static const int value; Static int initValue (); }; Structure bar {}; I have got lots of promotions and have promoted MPL sections and UTI like BOOST_MPL_HAS_XXX_TRAIT_DEF and valid_member_metafunction which it just looks like Is unsure to use I know that it is possible to roll my own detector but I did not want to. It has got has_static_member_data from the library and has_static_member_function . #include & lt; Boost / tti / has_static_member_data.hpp & gt; BOOST_TTI_HAS_STATIC_MEMBER_DATA (value) // Class templates are created by_static_member_data_value ... has_static_member_data_value & lt; Foo, int & gt; :: value; // return true_static_member_data_value & lt; Bar, int> :: value; // false return

Linux Expect waiting before exiting -

#! / Usr / bin / expect # टेलेनेट की टेस्ट की स्क्रिप्ट की उम्मीद है स्पॉन टेलेनेट 192.168.1.1 "उपयोगकर्ता नाम:" को "adminpldt \" भेजने की उम्मीद "पासवर्ड:" "पासवर्ड \" की अपेक्षा "$" भेजने के लिए "शो लैन \ r" भेजने के लिए "शो \ r" भेजने की उम्मीद है। स्क्रिप्ट की अपेक्षा करें यहाँ समस्या है, जब मैं इस कोड को चलाता हूँ, यह सही आउटपुट दिखाता है। लेकिन यह बाद में बाहर नहीं निकलता है, यह इनपुट की प्रतीक्षा करने जैसा है एक टाइमआउट की तरह लेकिन अगर मैं लाइन "एईपीईटीईईओएफ" निकालता हूं यह तुरंत बंद कर देता है क्या मेरी कोई सहायता कर सकता है? मैं सिर्फ लिनक्स स्क्रिप्टिंग में शुरू कर चुका हूं और मैंने प्रत्येक विषय को स्टैक्सहोवरफ्लो पर खोजा है संपादित करें: समस्या हल हो गई & gt; & Gt; #! / Usr / bin / expect & gt; & Gt; # टेलनेट के लिए टेस्ट की स्क्रिप्ट की उम्मीद है & Gt; & Gt; & Gt; & Gt; स्पॉन टेलेनेट 1 9 2.168.1.1 & gt; & Gt; "उपयोगकर्ता नाम:" &a

How to get JSON data in ajax.php page? -

मैं AJAX JSON का उपयोग कर ईमेल भेज रहा हूं। कोड: मेरा डेटा JSON प्रारूप में जा रहा है {"नाम": "चिन्मय", "ईमेल": "xxxxxxxx@gmail.com", " आइटम ": [[" संदेश ":" ब्ला ब्ला ब्ला !!! "," मूल्य ":" 100 "}]} मेरे एजेक्स.एफ़पी पृष्ठ में कैसे < कोड> नाम , ईमेल , संदेश और मान ? चूंकि आप डेटा को JSON के रूप में पोस्ट कर रहे हैं, इसलिए आपको निम्न की आवश्यकता है: $ data = json_decode (file_get_contents ("php: // इनपुट "), सच); $ डेटा ['नाम'] गूंज; ...

c++ - libclang/libtooling handle or turn off all error outputs -

I think everything ^^ is actually in the title, I am developing a tool using libtooling, But I want to suppress every error (the purpose of the device is used only on the right source, so error output Piles stadder ...). The title is libclang / libtooling, so here is the reply to libclang. Create your CXIndex like this: Skip Child Excluded VoicePH = False; Bool displayDiagnostics = false; CXIndex Index = clang_createIndex ((int) Exclude excluded effect, (int) Diagnostics;

angularjs - angular interpolation using "async" function -

मेरी तालिका में ऐसा कोड है (जेड नोटेशन): table.displaytable t (Ng-repeat = "itemList में आइटम"): टीडी बी {{item.Id}} टीडी {{getTypeName (item.TypeId)}} और getTypeName वास्तव में कुछ कॉल कर रहा है Async अनुक्रम: $ scope.getTypeName = फ़ंक्शन (टाइप आईडी) {var lang = CurrentLanguageService.getCurrentCulture (); Var label = typesService.getLabelAsync (typeId, lang); वापसी लेबल; } सेवा में मुझे var getLabelAsync = function (id, langCulture) के रूप में परिभाषित फ़ंक्शन है {return load} (लौंग क्राफ्ट)। तब (फ़ंक्शन ( डेटा) {रिटर्न डेटा;} मेरे पास निम्न प्रश्न हैं: क्या मैं अपने वादे के डेटा का सही उपयोग करने के लिए वास्तविक "लेबल" मुझे वादा को हल करने के लिए कई कॉल्स मिलते हैं (जो कि सर्वर पर तीन कॉल्स ट्रिगर करता है) जबकि मेरे पास इंटरपोलेट करने के लिए केवल एक तालिका होती है? मैं भी पा रहा हूं त्रुटि: [$ interpolate: interr] इंटरपाल्ट नहीं कर सकता: {{getTypeName (item.typeId)}} प्रकार त्रुटि: गुण ' तो 'रिक्त का var getLabe

SSL with Nginx and Play Framwork 2.2.x -

I am running my Play application on Amazon EC2 on port 9000. I have configured NGX as a reverse proxy long on port 443. Here is my nginx configuration: Proxy_buffering off; Proxy_set_header X-real-IP $ remote_adder; Proxy_set_header x-schema $ scheme; Proxy_set_header X-Forward- $ proxy_add_x_forwarded_for; Proxy_set_header host $ http_host; Proxy_ http_version 1.1; Upstreammy-app {server 127.0.0.1:9000; } Server {server_name www.my-app.com my-app.com; Rewrite ^ (. *) Https: //www.my-app.com $ 1 Permanent; } Server {443; Ssl on; Ssl_certificate /home/my-app.com/certificate.crt; Ssl_certificate_key /home/my-app.com/certificate.key; Keepalive_timeout 70; Server_name www.my-app.com; Location / {proxy_pass http: // my-app; }} My question is: Do I need to launch my play app with HTTPS instead of HTTP or is it enough to set SSL at NGN level? Given the fact that I want to open all my pages via HTTPS. Thank you. You do not need to use a SSL connection between the proxy and t

matlab - find RMS value in frequency domain -

I want to find RMS values ​​in frequency domain, I used to help this site But it is calculated using FFT, but if I am using periodgram instead of this code X = fft (x) Parsvell's Theorem The amount (x ^ 2) = (bay (x) (x) (x) (x) (x) (x) / ex> How does the code change in terms of time? Thanks in advance chronology p = p (f) expresses how the power of a signal x = x (t) It is distributed in various frequencies, such that it can be seen as a function which is an instance of the full value of the Fourier conversion evaluated at x Code> f code>. In other words, the time table for x = x (t) in the context of your notation P (f) = | X ^ ^ 2 (f). ) . As a result, rms satisfies RMS = sqrt (amount (p)) / n CAVEAT: I am not quite convinced about your generalization factors. In theory, in the theory of Parsvell it has been said that Fourier Transform is the isometric isomorphism of L ^ 2 on itself. Therefore, Fourier conversion is done, s

3 Layer Dropdown Winforms C# -

conditional dropdown If you select T1, then T2 will only be based on T1 values Should reflect and if you have chosen __________ | __________ | & Lt; - Selection 1 - T1 __________ | __________ | & Lt; - Selection 2 - T2 __________ | __________ | & Lt; My data will appear like this This data comes from a data source and will be given below T1 - App T2 - Adobe T3 - Flash ----- ----------- T1 - App T2 - Adobe T3 - Dreamweaver ----------- ---- T1 - App T2 - Adobe T3 - Photoshop ------ --------- T1 - App T2 - Microsoft T3 - Word ------- -------- T1 - Application T2 - Microsoft T3 - Excel Then with the above data you can apply on T1 If you choose T2 should either Adobe o Microsoft and if you choose one of them, it will only show the relevant T3 to T2 would appreciate any help. set Autopostback = true for the first two dropdowns and set your Take care of the selected index chunked events. On page load events, drop down before the following t

memory - Segmentation fault on memcpy in C -

I am working on a small project where I am trying to declare a CPU and tell the values ​​of variables I am good, so far. So I have defined the following structures for my CPU and memory. CPU (can only keep track of 3 variables) typedef struct variableReference {char * tag; Zero * references; } VariableReference; Typedef Structure CPU {int variableCounter; Int indication indicator; Variable reference datacassion [3]; Zero * currentContext; } CPU; Memory (and this is the creation function). By the way, CPU.currentContext indicates memory.base, then it can change. typedef struct memory {zero * base; Integer shape; }remember; Memory memory (full size) {memory pneumatic; NewMemory.base = malloc (size); NewMemory.size = Size; Return new memory; } So the first thing I do is allocate a block of memory and keep track of it using the CPU current reference pointer. I already have a function that tells the CPU to declare a variable (variables can only be integers) and the second

Prevent inheritance in Ruby -

I am trying to explain how to avoid the legacy of a method in all the subclasses. Currently I'm trying with such code: puts square maternity calls in class "# {self.class} phoned" end-protected def phone_keys "called children" end The end class puts the child; Mother's End But without any consequence, as I am getting such an error: & lt; Top (required) & gt; ': Safe Mode' phone_kids' # & lt; 0x604da0 & gt; (NoMethodError) . Can you please briefly tell me how works in Ruby? Thanks in advance! // Edit: I am getting this error with this code: child = child.No mother = mother. Mother.phone_kids If you need to do this, it means that If you are not using the heritage correctly, if D gets the class C , then it should be a "one" relationship: every C < / Em> is a D . Since every child is not a mother, the use of heritage is bad in this case. Here is how you can show parents and children in

onsen ui - onsenui - What is the purpose of the black mask? -

I have a reciprocal background. I want to try to create a popup using the screen. However, once the transition is completed it is a black mask that appears behind the page. Can you please tell the best way to make this black mask objective or popup dialog / selector? The black mask is used to obtain the fade out of the xcate page. What you can do is to use DOM api to hide it. ex. Administrator Page2Controller ($ scope) {setTimeout (function () {$ ('.onsen_screen-black-mask'). ; Hide ();}, 0); }

r - Which link function and error structure for standardized response variable consisting of proportion & count data in a mixed effect model -

This is my first question so apologize if my question is not asked in accordance with the appropriate guidelines, but the extent to which I will be expanded possible. I want to check the interval difference between fitness between different transmitted lines using Drosophila. I have tested fitness for 10 people of sexes from each line (n = 33 isolin). The woman had fitness frenzy because the number of children in the form of a single female-produced and male fitness as the proportion of children transmitted by the focal male in competition with competing men (competing ability) As both measures are on different scales (i.e. calculation and ratio), IZ has changed the data before analysis. A sample of my data looks like this (I have some NAS due to death) line sex fitness 3a male -0.086616292 3a male 1.077458823 3a male -1.011856768 3a Men 1.077458823 3a Men -0.126015757 3a Men 1.077458823 3a Men -1.429779886 3a Male-NA.1350 Male Male -0.150576463 4a Men 0.498865275 4a Male - 0

c# - Given the DayOfWeek number, find the date of a day in the previous week -

It's likely to be embarrassing simple, but I can not do a "basic math" type day. / P> I have a system where we cut off orders based on that day, the way it is the day, for example, after Friday 4 o'clock you can not order for the next Sunday , Or after 2 o'clock, you can not order the next day. I know that I have to say that I need a product on Sunday, May 4, cutoff, and let me know that Friday is May 2. So I have the following code that is not working correctly int offset = (int) record. Diaf Wake - This Cafaded. Day_Number; Date time cutoffdate = racket Adid (Offset); Where reqDate.DayOfWeek is Sunday (0) and it is cafeday.day_number Friday (5). I want Friday's date cutoff document value is true if the cutoff is the next day, but Sunday (DayOfWeek 0) seems to mess about everyone I often find that the right day should get, but next week, not last (I think we feel due to offset). If anyone has a simple method, I would be very grateful for t

javascript - Can't read CoffeeScript global variable -

I have two coffeescript files, these are the first lines: jQuery (document) .ready ($) - & gt; Dispatcher.bind "createuserchannel", (channelid) - & gt; Route = (Exports) This Route. Chainleulus = Dispatcher. Subscribe (Channeled) and the following are: jQuery (document) .ready ($) - & gt; Root = (export? This) console.log root.channel_user I do not know why but in Chrome console when I write Object.keys (window) channel_user appears as a global variable but if I try to access it from javascript it is only undefined. this object (in this case, do Cument ). You have two options that I see: First of all, you can explicitly use the window , it is not clear whether This will fit in your case. root = (export window) Second, you can use the coffee script fat arrow, the outer scope Keep it by note that if you depend on elsewhere in that function according to the second this behavior That may issue. jQuery (document) .ready ($) = &a

javascript - Parse background job add multiple record causing error -

I'm getting a weird error. Failure with : Error: Success / Error Many calls can not be made from objects. Object (from time to time) on updates in success (: 826: 9). Recovery (: 795: 5) Here's my code. Parse.Cloud.job ("jobAddTags", function (request, position) {var array = request.params.tagArray; for (var i = 0; i & lt; array.length ; I ++) {query = new pars.queryue ("tag"); query.limit (1); query.find ({success: work} {if object} {// update object.increment (" Count "); object.save ();} else {console.log (" add new "); var tag = Parse.Object (" tag "); tag activity (new), tag activity (" tag ", request. Object.get ("tag"); tag.save ();} // end else}, / / ​​end success error: function (error) {status.error ("oh oh, something went wrong." + Error .code + ":" + error.message);} // end find}); status.success ("end tag"); move your status.success down so that

java - Why won't Spring MVC app display? -

यहां मेरा ऐप प्रोजेक्ट स्ट्रक्चर है: myapp / src / main / java / com .me.myapp.controllers.HelloController src / main / config / mvc-dispatcher-servlet.xml वेब। Xml पृष्ठ / Hello.jsp lib / & lt; जार & gt; Build.xml मेरा mvc-dispatcher-servlet.xml : & lt;? Xml संस्करण = "1.0" एन्कोडिंग = "UTF-8" & gt; & Lt; सेम xmlns = "http://www.springframework.org/schema/beans" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: स्कीमा स्थान = "http: // Www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"> & Lt; bean name = "/ hello.htm" class = "com.me.myapp.controllers.HelloController" / & gt; & Lt; बीन आईडी = "दृश्यरॉल्वर" वर्ग = "org.springframework.web.servlet.view.InternalResourceViewResolver" & gt; & Lt; संपत्ति नाम = "उपसर्ग" & gt; & LT; मूल्य & gt; / वेब-INF / पृष्ठो

sharepoint - how to stop $webapp.Parent.ApplyWebConfigModifications() updating all web applications in farm -

$ webapp.Parent.ApplyWebConfigModifications () खेत में सभी वेबपॉलिकेशंस अपडेट करता है उदाहरण के लिए मेरे शेयरपेज फ़ार्म में मेरे पास 2 वेब अनुप्रयोग हैं। webapp1 webapp2 मेरे पास वेब। कॉन्फिग अपडेट वेबप्पन 1 में है और नीचे पावरशेल्ड का उपयोग कर कोड है $ Webapp = [Microsoft.SharePoint.Administration.SPWebApplication] :: लुकअप ($ url) $ परिवर्तन = नया ऑब्जेक्ट "Microsoft.SharePoint.Administration.SPWebConfigModification" $ webapp.WebConfigModifications.Add ($ change) $ webapp.Update ( ) $ Webapp.Parent.ApplyWebConfigModifications () यह कोड webapp1 और webapp2 लेकिन के लिए काम करता है जब मैं इसे webapp2 के लिए चलाता हूं मैं वेबएप 1 कॉन्फ़िग फ़ाइल में अपडेट भी देखता हूं । क्या मैं यहां कुछ भी लापता हूं ???? जब आप SPWebConfigModication का उपयोग करते हैं, परिवर्तन SharePoint में सहेजा जाता है कॉन्फ़िगरेशन डेटाबेस और खेत में सभी web.config फ़ाइलों के लिए आबादी है। कृपया निम्नलिखित लेख देखें:

Can't create a form for comments in a post RAILS -

I am trying to create a comment box / form under my article in Rail, but this unknown feature: Post_id < / P> My form code & lt;% = form_for ([@ post, @ post.comments.build]) do | F | & Gt%; & Lt; P & gt; & Lt;% = f.label: Commentator% & gt; & Lt; Br> & Lt;% = f.text_field: Commenter% & gt; & Lt; / P & gt; & Lt; P & gt; & Lt;% = f.label: body% & gt; & Lt; Br> & Lt;% = f.text_area: Body% & gt; & Lt; / P & gt; & Lt; P & gt; & Lt;% = f.submit% & gt; & Lt; / P & gt; & Lt;% end% & gt; For making my comment, def make @ post = post.fund (param [: post_id]) @ comment = @ post quotations. Build (Comment_params) redirect_to post_path (@ post) response_to do | Format | If @ comment.save format.html {redirect_to @ comment, notice: 'The comment was made successfully.' } Format.json {Render Action: 'Show', Status :: created, Location: @Content} and

Create JavaScript custom event -

I would like to create a custom event in javascript. I have a WPF application with a webbrose inside, and an HTML page with javascript. I work with a printer. When the printer situation changes, it triggers an event in the NAT. Then, I call a JavaScript method OnPrinterStateChanged (state) with InvokeScript WebBrowser control function. The problem is that I have to implement OnPrinterStateChanged (state) in my webpage. I can not change the name of this method or cancel the membership of the event. I am ... I want to move the JavaScript method to OnPrinterStateChanged (state) in a different JavaScript file. What do I want: Subscribe / unsubscribe to events in my HTML page and decide what to do when I trigger the event (eg. : "ChangeState function") When the .net event is triggered, it calls the OnPrinterStateChanged (state) of my separate .js file, then the Javascript event is triggered. And the function is called ChangeState . I have found s

esper - Is it possible to subcribe to a sentence of an epl module? -

मैंने कोड के साथ एक ईपीएल मॉड्यूल तैनात किया है: InputStream inputFile = this.getClass () .getClassLoader () getResourceAsStream ( "Temperature.epl")।; If (inputFile == शून्य) {inputFile = this.getClass ()। GetClassLoader ()। GetResourceAsStream ("आदि / तापमान.एपीएल"); } अगर (इनपुटफ़ाइल == रिक्त) {नया रनटाइम एक्सपैशन ("क्लासपाथ में 'तापमान। एप्ल' या 'क्लासपाथ के सापेक्ष') खोजने में विफल; } Try {epService.getEPAdministrator ()। GetDeploymentAdmin ()। ReadDeploy (इनपुटफ़ाइल, रिक्त, रिक्त, रिक्त); // सब्सक्राइबर ठीक है, whith epService.getEPAdministrator () से पहले परीक्षण। CreateEPL () // वाक्य ठीक है, मुद्रित EPStatement कथन; बयान = epService.getEPAdministrator ()। GetStatement ("मॉनिटर"); System.out.println (statement.getText () + ";"); Statement.setSubscriber (नया मॉनिटरएवेंटसब्सम्बर ()); बयान = epService.getEPAdministrator ()। GetStatement ("चेतावनी"); System.out.println (statement.getText () + ";"

c# - Async method in Global.asax -

I have to call some async methods in the Application_PostAcquireRequestState method of my Global.asax (these methods come from a library and some Not equivalent sync method for these functions). I want to make sure that this async code has been completed before continuing the page page process because some security parameters are set with the result of that async call. Thanks just results to Call the property of the job that the * async () methods return, for example. var results = barSync (). result; If methods work instead of work T & gt; , Wait () : BarSync (). Wait ();

php - "UPDATE cms_content WHERE title='homepage" SET value = ?" -

Again Lisa ... As stated earlier, I am making a system, and I have a content from a database I want to load, in my AdminCP, I want users to edit the content, so that I am doing this in changecontent.php: if (isset ($ _ POST ['change_content'])) {$ Name = $ _POST ['Content']; $ Errorscontent = $ users- & gt; ChangeContent ($ text); } and other file: public function change resource ($ text) {$ errorscontent = array (); $ Stmt = $ this- & gt; Mysqli- & gt; Ready ("UPDATE cms_content WHERE title = 'homepage' SET text =?"); $ Stmt-> gt; Bind_param ('s', $ text); $ Stmt- & gt; Executed (); $ Stmt- & gt; near (); $ Errorsslide [] = "& quot; div class = 'alert alert-success' & gt; button type =' button 'square =' closed 'data-reject =' alert '' x & lt; / Button & gt; & lt; strong & gt; success! & Lt; / strong & gt; Homepage content has changed s

Can Google Package App use external directories during packing? -

I am writing several packaged apps that run independently but share a lot of code. For example, All of them use "library.js" I have only a copy of library.js, so any changes in this will be used by all new packed apps. To package my app, it seems that everyone has a copy of library.js in their own directory structure, while it would be nice to have a single master copy in all other directories, all of which I'm currently making a manual check to make sure all files are up-to-date before packing, and I'm writing some code to do the check automatically, but it seems that a A work-around The Google Packed App uses a JS code in the external library directory, or all the code must be under the root directory of the app (i.e., it is necessary to copy it from the external directory) when packing? Have you tried to provide a URL, that is, to access the jsspt file in your .js format Host on an accessible location and then provide the .js file url in all your app c

sqlite3 - SQLite character encoding via shell select -

I have the following problem I'm using SQLite3 to store some code table information. There is a text file in which all rows are required. I have made a sort of trimmed down to make things easier. The codetbls.txt file contains a line that I want to insert in the table codetbls. The use of Notepad ++ to view file contents shows the following: codetbls.txt (encoding: UTF-8) 1a. Frequency | I have created the following table: To create a table codebull (id char (2) is not a colored encoding primary key, name_ eng varchar (50 ) Collet Enokas, name_fr varchar (50) non-negotiable); I then execute the following: .read codetbls.txt codetbls Now, when I Select, I see the following: Choose from codebottles *; ID name_eng name_fr - + --------- + ---------- 1a. Frequency | Frankinj I do not understand why it does not show properly if I execute an insert statement with 'é' by using the shell prompt, then it is correctly Shows though using .read command does

javascript - Twitter Bootstrap Modal not popping up for user login -

When a login bootstrap pop-over model has been made for a user at my home, For Login / Signup page can I have spent some time but have not had any success till now. As of now, when I click on the "Login" button which is associated with the model, the site refreshes but there is no model. apps / views / layout / _header.html.slim (my Application.erb file is called in other partial) li = link_to "login", "data -Toggle "=> "Model", "Data-Target" = & gt; "# Login_model" ,: class = & gt; "BTN BTN-Small" li = link_to "Free Registration", "Data-Toggle" = & gt; "Model", "Data-Target" = & gt; "#sign_up_modal",: class = & gt; "BTN BTN-Small" I have two partial (sign_up_modal, login_modal) which are almost identical ... 'BTN BTN-Small BTN-Success'% & gt; & Lt; / Div & gt; & Lt; / P & gt; & Lt; P &am

oracle - PL SQL birthday between two dates based on persons date of birth -

I am trying to see if a person falls in two dates despite the birthday date of birth. / P> So far, I am trying to get the 'Deed' option to the day of the year. But what have I seen with my code that it seems that anyone is getting wrong results for the one year of December 31 and so on. I have tried to add 1, but there is no help from this. Even I have tried so far: - select emp.employee_number, person.title, person.surname, person.first_forname, addr.line_one || '' || Addr.line_two || '' || Addr.line_three || '' || Addr.line_four || '' || Addr.postcode as address, LONG_DESC as post.long_desc, email.email_address, per.pers_mobile_tel_no as per mobile_no per person per emp emp per.person_ref = emp.person_ref on internal add addr addr per Post on php at pHspherson_ref = ph.person_ref internal post post on internal pH at address_ref = addr.ref. RRI Internal Including PL pl pl.post_ref = post.ref Where to_char ((TO_DATE (person.birth_date,

javascript - AngularJS - using data binding {{}} in ng-click -

Is there a way to change dynamically the way a ng-click is called? / P> $ scope. Function call = "call infunction (param)"; From , ngClick evaluates expressions in the context of the scope. Dont stop nothing from referring to a function, but I'm not sure that this is the desired method, I would probably call a function explicitly and such as ng-click = 'myfunction (myParams) Instead of ' , the behavior will switch on a parameter basis. Nonetheless, this is an example of what you have to achieve. HTML & lt; Div ng-app = 'foo' ng-controller = 'ctrl' & gt; & Lt; Div ng-click = 'this [myVar] ()' & gt; {{Times}} & lt; / Div & gt; & Lt; / Div & gt; javascript var app = angular Module ('foo', []). Controller ('ctrl', function ($ scope) {$ Scope.myVar = 'callIt'; $ scope.bar = 'first'; $ scope.callIt = function () {$ scope.bar = 'after';}} );

widget - Yii CGridView tbody td set attributes -

Hello I need to create a table with T, TR and TD, for example: & lt; Table & gt; & Lt; Tbody id = "sortable1" class = "droptrue" & gt; & Lt; Tr & gt; & Lt; Td square = "ui-state-default" & gt; Can be removed .. & lt; / Td> & Lt; / Tr & gt; & Lt; Tr & gt; & Lt; Td square = "ui-state-default" & gt; Can be removed .. & lt; / Td> & Lt; / Tr & gt; & Lt; Tr & gt; & Lt; Td square = "ui-state-default" & gt; Can be removed .. & lt; / Td> & Lt; / Tr & gt; & Lt; Tr & gt; & Lt; Td square = "ui-state-default" & gt; Can be removed .. & lt; / Td> & Lt; / Tr & gt; & Lt; / Tbody & gt; & Lt; / Table & gt; I'm using Yii CGridView (this widget is required) $ this-> Widgets ('bootstrap.widgets.TbGroupGridView', array ('id' => 'command table', '

android - Convert text file all data to xml format in java -

I have a text file and I have to convert this text file into XML format in all formats so that it is more readable Can be made How can I convert it to XML format Any java library or any way I can do this. Your question is rather unclear (and you may find yourself answering a little bit of research), But I give you a hint. Your sample INI file appears (traditionally used for configuration files on Windows and DOS). So, find "INI file parser". If you can not find one, you should be able to write a simple parser to use regular expressions. This is a simple file format, which includes data fields such as section titles like section titles and key = value. To generate XML ... it should not be difficult, but "XML format" is not a useful description. Can you be more specific? For example, what can be used for XML?

c - Reading a struct through low level I/O -

एक प्रयोगशाला के लिए हमें निम्न स्तर IO (open / lseek / close / fopen / fseek बंद नहीं) का उपयोग करते हुए बाइनरी फ़ाइलों से पढ़ने की आवश्यकता है / एफकॉओज़) और डेटा में हेरफेर करें। मेरा प्रश्न यह है कि मैं इन विधियों का उपयोग करके स्ट्रैक्ट्स कैसे पढ़ता / लिखता हूं। इस प्रकार संरचना निम्नानुसार है typedef struct एंट्री {char title [33]; चार कलाकार [17]; इंट वैल; इंट लागत; } Entry_T; मैं मूल रूप से sizeof (Entry_T) के बफ़र बनाने की योजना बनाई थी और संरचना को बस पढ़ा, लेकिन मुझे नहीं लगता कि निम्न स्तर I / O का प्रयोग करना संभव है । क्या मैं 4 बफ़र्स बनाने और क्रमिक रूप से उन्हें भरने वाला हूँ, एक बफर का उपयोग करें और इसे सही आकार के लिए पुन: निर्दिष्ट करें, या यह पूरी तरह से कुछ और है लिखने का एक उदाहरण भी सहायक होगा, लेकिन मुझे लगता है कि मैंने पढ़ा उदाहरण देखने के बाद इसे समझने में सक्षम हो सकता है। क्योंकि आपके संरचनाओं में कोई संकेत नहीं होता है और सभी तत्व निश्चित आकार होते हैं, तो आप संरचनाओं को केवल लिख और पढ़ सकते हैं संक्षेप के लिए छोड़ी गई त्रुटि की जांच:

How to create table with DATETIME DEFAULT using Java (JDBC, MySQL) -

I have some MySQL lipets that are necessary to recreate the database. When I call them mysql Execute the command line using the command, they work fine. I now wrote a Java class, which has executed these scripts using the JDBC connection for the MySQL database. The script has a line in the "Create a table" --Statument: registration_data DATETIME DEFAULT CURRENT_TIMESTAMP This line though JDBC -MySQL will not be executed using a connection I get an error: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: invalid default value for 'registration_date' related The method shown below is called a sqlScriptpath number of folders containing SQL scripts. The connection string has this content: "jdbc: mysql: // localhost: 3306 / testDb? UseUnicode = yes & characterEncoding = UTF-8 & allowMultiQueries = true" Public static zero breaks (string connection string, string dbuser, string dbps, string squashespath) throws an excepti

java - Testing string for ascending order -

I have written a piece of code here to generate a random pin number of a specific length. This code works fine, but I want to add an exception where the pin ends in ascending order. For example, if a PIN is expired, 1234, 3456, 4567 will become invalid pins. public static string generation (int nmrpinidit) {string pin = new string (); NUMBER_PIN_DIGITS = NmR pin dygets; For (int i = 0; i edit Actually the question of OP is probably To know more about what a pin is in a sequence: char prev = pin.charAt (0); For (four f: pins. Substring (1) .to carrier ()) {if (chr - prev! = 1) {// No sequence return false; } Prev = chr; } // is a sequence! Back true; goes to the same order, just a test value as a -1 .

python - Converting a list into a dictionary -

This is my list and I want to convert it to a dictionary for key value 1- 9. I am using Benford's law and I am trying to find the starting points of each number and I keep in mind that the number of times each number is the starting number. Here is my list, it goes on a lot of time, but I have just copied a small amount. [ '2930', '4782', 70 '9', '433', '29861', '20115', '15114', '2417', '737', '966 ',' 8863 ',' 355 ',' 23561 ',' 8272 ',' 1288 ',' 1 9 61 ',' 746 ',' 318 ',' 2100 ''18 9 0', '2643', ' 24194 "," 1010 9 ',' 6587 ',' 57828 ',' 877 ',' 488 ',' 624 ',' 722 ',' 322 ',' 222 ',' 8342 ',' 3163 ', .. Import counter from collection <= code> ['2930' , '4782', 70 '9', '433&

ASP.NET Call Code Behind Function From Javascript -

I have created a webmath that I am trying to call javascript, but this is not flickering. I am holding the index values ​​selected from a list of books within a user control and sending it to my webmooth to remove the chosen user. I have seen countless sites and I have not got the solution. I am not getting any error, everyone else is doing the job. I have called this function behind a public sub-code without any luck. Any suggestions are very appreciated! & lt;% @ Page language = "VB" AutoEventWireUp = "False" ClientIDMode = "Static" codefile = "Edit.aspx.WB" Inheritance = "_default"% & Gt; & Lt;% @ Register src = "AdminEdit.ascx" tag name = "AdminEdit" tagprefix = "uc1"%> & Lt;% @ TagPrefix = "asp" namespace = "Ajax controlToolkit" assembly = "Ajax controlToolkit"%> & Lt ;! DOCTYPE HTML PUBLIC "- // W3C // DTD XHTML 1.0 Transcription // N

c# - String was not recognized as a valid DateTime from DateTimePicker -

I get his error at hnddate (hidden field value is coming from time picker at time ): date time start date string not recognized as a valid date time Was there. = GetFirstDayOfWeek (convert toDateTime (hdndate.Value)). Addition (0); DateTime WeekDate = WeekStartDate Admission (14); The query is in dated 2014/04/28 and the date picture (hnddate) is in the format 28/04/2014, which starts by comparing a column in the database. Assume that hdndate.value is actually a string and its value Change it to: Convert toDateTime (hdndate.Value) With this: DateTime.SpeaceExact (HDNDT value, "DD / MM / YYY", Culture Info. InverterTech); < Hr> Allows you to specify the exact format of your input string, so that it can properly correct DateTime could arise in this case, your format is dd / MM / yyyy .

vb.net - Odd WinForm behavior after introduction of WPF control -

I recently introduced a WPF control on my VB.net WinForms application. Although the control looks great and works great, depending on the application on which I run the application, I will get different behaviors. Two machines that are different, both of them are running Windows 8.1 with the default theme. I have read some questions about adding proper topic settings and I believe this is a problem. On loading the form with WPF control, the calling form will resize and move around the screen < Li> Forming both the WPF control form on loading the forming size and changing the size of the form is often "ghost". By shrinking I mean the size of the window, the control size of all the controls, the font size, and so on ... I am thinking that the application was made against a version of the library and DLL versions. There was a difference on the deployment environment I got the problem. This was the result of DPI scaling. At any time the DPI settings

ember.js - Array of Mondays -

I am a JS / Amber Nob, so please be patient. My app has a program model that has a start and end date. I want to add function / computed property which will return an array of all weeks covering the program. The original psovedocode will look something like this: weeks: amber .computed, - & gt; Monday_array = [] If start_date.day_of_week! = Monday Monday = Monday before start date Monday = start_date on Monday & lt; I am not sure how this will start and I am not getting any help from the Amber API or other online resources any kind of help. Will be welcomed. If it means that I am using coffescript is slightly different that is basically described But this is the same idea. Week: Amber dot cop 'start_at', 'end_at', - & gt; Arr = [] current_monday = @getMonday (@get ('start_at')) if date (@getMonday (@gat ('ends_at'))) New Date (DateTodayAdata) + 7) End_markay = New Date (@Gate Monde (@Gate ('and_at')) Android_Mandu = N

asp.net - Add an IE 8 Only JavaScript to the Orchard CMS head element -

I want to add bootstrap-recommended content to Orchard CMS head . Generally, I will add the following. & lt ;! - HTML5 Symbian and Response.js HTML5 Elements and IE8 support for media queries - & gt; & Lt ;! - Warning: If you see the file through the file: Respond.js does not work: // - & gt; & Lt ;! - [If LT IE 9] & gt; & Lt; Script src = "https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js" & gt; & Lt; / Script & gt; & Lt; Script src = "https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js" & gt; & Lt; / Script & gt; & Lt; [Endif] - & gt; Is it IE8 just a javascript to add to head ? If so, how can we add comments from the layout.cshtml view to Orchard CMS head ? If not, then we can use the OrCard CMS head ? @Script () with atHead () and UseContition () . This is a quick way to add Bootstrap-recommended shimm, only for IE8, Orchard CMS head script. Includ

java - Are there restrictions on what types of Strings can be saved in SharedPreferences? -

A small, Siriyljbl object to me that I continue between sessions outside the context of any activity. My first thought was to write it in a shared file, but unfortunately the class does not support reading or writing a normal serializable. But it supports the string. So my next thought: a Siriyljbl an array of just bytes, and string 2-byte is an array of characters ... Why not broken into two bytes my byte at a time, change the byte of each pair in a Four, and construct a string outside those characters (and then do reverse to read it back)? I tried it and it works fine, most of the time but at one time, fails to serialize the object for some time. After looking into it for a while, I realized that there is something wrong with writing before the failed shots. In particular, shows the logcat being thrown while writing these exceptions (and caught) within the framework of code: java.io.IOException: java.nio.charset.CoderResult [distorted and wrong input length error com.android

r - Replacement has more rows than data in for loop -

First of all, I know that there is a question with a similar title, but it does not solve my problem. I'm just trying to create a logarithmic stock price index with a log base 10 with loop like this: t < - nrow [dat] dat $ logind & lt; - Matrix (NA, T, 1) Log in for $ 1 $ [1] & lt; - 100 (i in 2: t) {dat $ logind [i] & lt; - ($ $ logind [i-1] * (1 + dat $ logr [i]))} dat is dataframe, logged in There is only one column that I have created, grab the index, and there are logarithmic returns in logger, however, it throws me down: `$ & Lt; -. Data Error in frame` (`* TMP * ',' log '', value = C (100, 99.3891882,: 1155 rows in substitution, 1154 in data) I have read that The error can be solved by using another method to select columns such as dat [, column] , but how to [i] text "itemprop =" text "> Instead of code> t <- nrow (dat) t <- nrow [dat] code> T because you are overtricating the

python - I have no idea what the error is? -

I am trying to create a converter which changes the dog year to human years and vice versa but if below Given I statement, I do not know, not to eliminate the code. I am using 3.4 print ("This program changes the years of dog and cat as human year and vice versa") Print ("1. Dogs for human years Print "(" Human Years for 3 Years. ") Print (" 2. Years of the Year of the Year ") Print (" Human Years for 3 Years. ") (" 4. Years of Human Years. ") A = Input (" Choose one ") A = int (A) if a == 1: b = input (" how old your dog is ") d = int (b) b = int (B) if B & gt; 2: B = (D + 2) Z = (BD * 1) Y = (D-2 * 4) print = (Y + Z) Your problem is obvious print = (Y + Z) line, but this is not the biggest problem with your code. Give me a minute to write something and I will try to help. The biggest problem that is easily fixed is that your variable name is A ? About a , b , b , d , Z , or Y

open and close application sequentially in python -

I am trying to open and close the application sequentially but the problem is that the application is being opened, But the next line is to enter, which is the end date of the application that I have to close the application manually. import oss.system ("scad3 file / TCT" "OSSystem" ("Taskley / PID scanned3.exe / t") Scanned 3 is the application I run, but the next line i.e., the work line, I have to manually close the window, please tell me what is a way to resolve it ?? You already have a lot Thank you very much I think the OS system is a blocking call I p in python Try using Open Objects: - import subprocess p = subprances.Popen ("notepad .exe") p.terminate () < P> Refer:

c++ - typecasting and check is an instance exists in a vector -

I have a virtual class shape that is left with square rectangle, triangle, divisional size and various characteristics (size, side the number is. I want to store a different size in a structure (let's say a vector). Then my vector will be: vector & lt; Size * & gt; Myvec; I would like to know how to find out that a given example of the shape is present in the vector (ex: new circle (diameter 10); ) . I have heard about dynamic artists, but I do not understand exactly how to use it? class size {public: shape}} Virtual Fit Size () = 0; Virtual side-side () = 0; Virtual Bull Assemble (Const Shape & amp; rhs) = 0; Integer shape, side; }; Square circle: public size {public: circle (int diameter): size (diameter) {side = 0; } Bool Assemble (Constrict Circle and RA) {Return Sizes == R. s. } Integer size, side; }; Square rectangle: rectangle (rectangle nbsides, integer size 1, integer size 2): side (nbsid), size 1 (size 1), size 2 (size 2) {} bool uneven (chest

node.js - Express v4.0.0 does not include --sessions command or cmd but prior versions do -

Since I'm not familiar with the express, can someone tell me why v4.0.0 is not included - like session one Command? This command is supported when I use version 3.4.8, but when I grab the latest version, I go into 2 issues: < Li> Express cmd has not been generated (I'm running Win8.1 x64) - That's why I had to set up the Express-Generator npm --sessions command There is no support for I remember anything and was deliberately separated by the express team? Connected middleware is no longer bundled with Express you will find yourself in Express 4.x in Sense Middleware Must have to install. For a decent guide to update updates. Install the% npm expression session then var session = requires ('Express session' ); and replace app.it (express.session ()); with app. Uses (session ({secret: 'keyboard cat', cookie: {max. Ed: 100000}}));

vb.net - Textbox currency several countries -

I have found that these lines of code can get the currency of Canadian . <> dim value decimal = ourTextbox.text slow positiveValue decimal = ourTextbox.text Dynamic customCurrencyInfo CultureInfo = CultureInfo.CreateSpecificCulture ("fr-ca") as customCurrencyInfo.NumberFormat.CurrencyNegativePattern = 8 String = positiveValue.ToString ('C', customCurrencyInfo) myTextbox.text = formatString myTextbox2.text = formatStringPositive as the default formatString string as in the former = value.ToString ('C', customCurrencyInfo) dim formatStringPositive Code> output may occur; -123,45 $ 123,45 $ But about these countries: - Melissa < Indonesia Somalia / Africa -Arabia How does your currency look on the formatting text box? For example CreateSpecificCulture () different culture, name: 'Malaysia' in CultureInfo = CultureInfo.CreateSpecificCulture as dim CustomCurrencyInfo ( "I") "Indonesia" ( &qu

php - Magento - Product pages not loading -

यह था कि Magento लॉगिंग के साथ वापस आया: लॉग: 2014-04-28 टी 22: 10: 23 + 00: 00 ईआरआर (3): सख्त सूचना: संदर्भ में केवल चर को पारित किया जाना चाहिए /chroot/home/buggslyc/buggsly.com/ रेखा 256 2014-04-28 टी 22: 10: 23 + 00: 00 ईआरआर (3) पर HTML / एप / डिज़ाइन / फ्रंटएंड / डिफॉल्ट / मिलानो / टेम्पलेट / कैटलॉग / उत्पाद / सूची.फाइल: सूचना: अपरिभाषित चर: BackImg में /chroot/home/buggslyc/buggsly.com/html/app/design/frontend/default/milano/template/catalog/product/list.phtml पर लाइन 225 2014-04-28 T22: 10: 23 +00: 00 ईआरआर (3): नोटिस: अपरिभाषित चर: backImg में /chroot/home/buggslyc/buggsly.com/html/app/design/frontend/default/milano/template/catalog/ उत्पाद / list.phtml लाइन 225 2014-04-28 टी 22: 10: 23 + 00: 00 ईआरआर (3): नोटिस: अपरिभाषित चर: backImg में /chroot/home/buggslyc/buggsly.com /html/app/design/frontend/default/milano/template/catalog/product/list.pht एमएल ऑन लाइन 226 2014-04-28 टी 22: 10: 23 + 00: 00 ईआरआर (3): सूचना: अपरिभाषित चर: backImg में /chroot/home/buggs