Posts

Showing posts from September, 2010

passing anonymous function as parameter in javascript -

मेरे पास निम्न जावास्क्रिप्ट कोड है: EventsManager.prototype.hideContainer = function () {Var कि = यह; Var index = that.getNextUnreadEventIndex (); यदि (इंडेक्स! == -1) {EventsManager.animateHideLeft (function () // & lt; --- फ़ंक्शन को किसी अन्य फ़ंक्शन के पैरामीटर के रूप में देना {var unreadEvent = that.eventsList.splice (सूचकांक, 1) [0]; UnreadEvent.isEventOnFocus = सच; that.eventsList.push (unreadEvent); that.displayLastEvent ();}); }} यहां ईवेंटमॅनेजर.एनेटहैड-लिफ़्ट () फ़ंक्शन का कोड है: EventsManager.animateHideLeft = function (callback) {var p = document.getElementById () "eventsContainer"); Var width = parseFloat (p.style.width); अगर (चौड़ाई = चौड़ाई === "नाएन") चौड़ाई = 200; यदि (चौड़ाई & lt; = 10) {स्पष्टटाइमआउट (एफआर); अलर्ट (कॉलबैक का प्रकार); // & lt; - यह "अपरिभाषित" कॉलबैक () दिखाता है; } और {चौड़ाई = चौड़ाई - 10; P.style.width = चौड़ाई + "पीएक्स"; Fr = setTimeout (फ़ंक्शन () {EventsManager.animateHideLeft ...

php - Get all HTML comments on website with html simple dom -

I have tried to get all the comments from a website ( and -> ), but without luck. Here is my current code: Include ('simple_html_dom.php'); $ Html = file_get_html ('url'); Foreach ($ html-> Mill ('comment') as $ element) $ element- & gt; Plain text; Anyone have any suggestions on how to capture comments, at this time it is only giving me blank page I do not know how to parse regex the HTML, but & lt ;! - - (. *?) - & gt; You can use the same regex to search and find comments ...

python - Move data from Raspberry pi to a synology diskstation to present in a webpage -

I am looking for ideas, how the sensor data is displayed in a webpage, by which a Synology Diskstation Hosted, where data comes from sensors connected to Raspberry PI, it is being implemented in Python. I have put the sensors together, and they are connected to raspberry. I also have Python code, so I can read the sensor. I have a webpage and running on display on Python. But how do I get data from the disk? When the webpage is displayed, the reading is done entirely. Is there any type of webservice of Rasp? I've seen Pyro 4 but do not think it can be installed on the disc. Do you have a suggestion? I am not experimenting on this subject, but what do I do (instead of Raspberry PI Synology On) is to establish a database between Let's call your synonyms Server , and Raspberry PA Sensor customer . I will host a database on the server, and the sensor client. Data will either be pushed through webservices using an API or at a more low level if you want it fast (th...

PHP equivalent for javascript escape/unescape -

Assume I have a string: something when I I get it in JS: That's why I get this code by js. Can decode it in: document.write (unescape ('% 73% 6F% 6D% 65% 74% 68% 69% 6 e% 67')); I need the escape function in PHP which will do the same ( some encoding them: % 73% 6F% 6D% 65% 74% 68% 69% 6 e% 67 ) How to do this? PHP: crudelecode ( "Your Funty String"); JS: decodericompment ('% 20funky% 20string'); Do not use escape as it is being disliked.

android - How do I use instantiateItem correctly with a mixture of view and layouts objects? -

I am trying to get this code working: @Override public object instantiateItem (See group collection, condition of int) {see v = faucet; If (0 == position) {string data = " gt; body> yes there gt; & lt; html & gt;"; WebView wv = (webview) Find VVBIID (RaidView); Wv.loadData (data, "text / html", tap); V = wv; } And {layout influer vi = (layout inflator) CTT system system (references LAOUT_INFLATER_SERVICE); V = vi.inflate (R.Letter.Editor, empty); } Collection.addView (V, 0); Return vi; } I am copying this article here to create a horizontal swiping view by default: When I use this code, Crash Got Any Suggest I'm not collecting correctly by trying to insert a layout in ViewGroup? 03-20 14: 49: 55.037: Error / Android Randomime (25 9 90): Fatal Exception: main java.lang.NullPointerException com.EditorHyde.app.ba (unknown source) On Android. Support.v4.view.ViewPager.a (unknown source) android.support.v4.view.ViewPager.a at (unknown sour...

ASP.NET MVC - AJAX Postback vs Full post back -

Always use an AJAX postback instead of postback and why not pass in the model through JSAL, because one AJAX Postback is always fast? Complexity, the AJAX page for the most part is more complex, and more to jump through it There are quacks and hoops. Many people do not want to deal with it. Besides, Ajax is not always fast, it really depends.

javascript - find an element by style with jquery -

How can I get an element in an HTML document, whose style is the property? Here's an example: HTML: & lt; Ul & gt; & Lt; Li style = 'z-index = 1;' & Gt; E1 & lt; / Li & gt; & Lt; Div style = 'z-index = 8;' & Gt; Div & lt; / Div & gt; & Lt; Li style = 'z-index = 2;' & Gt; E2 & lt; / Li & gt; & Lt; Li style = 'z-index = 3;' & Gt; E3 & lt; / Li & gt; & Lt; Li style = 'z-index = 4;' & Gt; E4 & lt; / Li & gt; & Lt; Li style = 'z-index = 5;' & Gt; E5 & lt; / Li & gt; & Lt; Ul & gt; The question is how do I choose, for example: z-index = 4 . And how to select all with div to z-index = 8 ... If the style is set to inline, you can use an attribute selector: $ ('li' [style * =" z-index : 4 "] ') // z-index = 4 . The advantage of this method is that it is very fast. If the style is...

vb.net - Adding checkbox to datagridview column header, not aligning properly -

Image
I am trying to add a checkbox to a particular datagraview column header, I have found some code online for help But it is not aligned properly and I'm not sure exactly how to fix it. Below is an image of problem and code, any help would be greatly appreciated! P. s. I think it can do something with the qualities, but I have played with them but have not been successful. private checkboxHeader231 Czech box Private sub show_chkBox () dim rect rectangle = DataGridView1.GetCellDisplayRectangle (columnIndexOfCheckBox, -1, it is true) as in 'set header cell in the center of the box titled +1 pixel position rect.Y = 3 rect. X = rect.Location.X + 8 + (rect.Width / 4) checkboxHeader231 = new checkbox () checkboxHeader231 = "checkbox headers with end with .BackColor = Color.Transparent checkboxHeader231.Name 1" checkbox header 231.Size = New size (18, 18) checkbox header 231. location = Rectit Location Jodenhandlr checkbox header 23lksnketikrit, Ptaopr checkbox he...

database - C# SQlite INSERT INTO does not work -

I'm starting in SQLite now I'm trying to insert new records in the sample Northwind database. My C # code is below: SQLiteConnection myConnection = New SQLiteConnection (); MyConnection.ConnectionString = @ "Data Source = | Data Directory | \ northwindEF.db"; Use (myConnection) {SQLiteCommand myCommand = myConnection.CreateCommand (); MyCommand.CommandText = "Include categories (category ID, category name, description) values ​​(11, 'bakery', 'baked goods as bread and cake')"; MyConnection.Open (); MyCommand.ExecuteNonQuery (); MyConnection.Close (); } When I run this program, I did not get any errors. But my new record has not been put in the table. Please help me out what's wrong with my code. This is a common mess for a database file stored in a connection project folder in server explorer . Then, in the runtime the database has been copied to the output directory and every insert, update, works against that database. No...

Remove Gaussian weighting of gradient orientation histogram in OpenCV SIFT (Python) -

In the SIFT algorithm, the entries of the gradient orientation histogram are Gaussian weighted, such as the orientation away from the main point center contributes less For the histogram, this ceremony can be seen in "ori_hist" I can get rid of this load as all shield orientations contribute equally to the histogram. Basically, I will need to change the following line w = exp (- (i * i + j * j) / exp_denom); w = 1 Is there a Python connection that lets me do this? Or am I out of luck? Download source code of OpenCV 2.4.4. Make the necessary changes to files (C ++), create and install it. I had a problem with the Cullman filter (in Python) once and for debugging, I had added some print statements in OpenCV source code and made it again, it works. Since Python Binding is made up of CTIPs, if you change the C ++ code and make it, then it will work in Python. So if you know C ++, and what you want to change, you can do it yourself.

ios - Create dynamics names for UIViews -

इस सवाल का पहले से ही एक उत्तर है: 1 उत्तर सभी मेरे शीर्षक में हैं, मैं कुछ गतिशीलता नामों को बनाना चाहता हूं, कुछ अलग-अलग UIViews आवंटित करने के लिए, लेकिन बेतरतीब ढंग से। उदाहरण के लिए, मैं बनाना चाहता हूं: स्तर 1 * स्तर 1 दृश्य = [[level1 alloc] init]; तो मैं इस तरह कुछ NSString बनाने की कोशिश: ClasseMap = [NSString stringWithFormat: @ "स्तर% i", मानचित्र]; NomMap = [NSString stringWithFormat: @ "स्तर% Iiview", NumeroMap]; आईडी नूवेयू = एनएससीलासफ्रमस्ट्रिंग (क्लासेसम); नोव्यू * व्यूटेस्ट; देखेंटेस्ट = [आत्म मूल्य फोरेकी: नोममार्क]; देखेंटेस्ट = [[नूवेओ एलोक] इनिट]; लेकिन यह मुझे देता है: अघोषित पहचानकर्ता 'ViewTest' का उपयोग करें मैं इसे कैसे ठीक कर सकता हूं? मैं कुछ चर को कैसे प्राप्त कर सकता हूं (उदाहरण के लिए, level1view.example = YES;)? आपकी मदद के लिए धन्यवाद! =) आप बजाय बजाय विचारों की एक सरणी क्यों रखते हैं? इंट मैप = 0; Int NumeroMap = 1; NSMutableArray * array = [[NSMutableArray alloc] init]; // सरणी के लिए अप...

vb.net - Set Font.Bold on inherited label -

I have to set. Transforms on labels. Style) I delete it for the form. Use the property from the designer's form file. Now I have to set the text of this label to be bold without defining the font name, size, etc. of this label. > I try: label6.Font.Bold = true but this does not work (property.fold) .bould is read only). If I set the font for this label: label6.font = new font (myfontname, 10, FontStyle.Bold, GraphicsUnit.Point) Then I get bold text, but the label does not inherit the font size of the form again. Is it possible to put the font legacy on the label, but will there be bold text on such labels? No, as you already searched for the property of font.bold The only font to read is that the font objects are irreversible, which means that once they are created their properties can not be changed. The only way to modify this property is to create a new font object. When creating this new font, you can definitely copy the properties of an existi...

php - Javascript Function to populate a select menu from MySQL -

मेरे पास यह PHP कोड है जो एक MySQL डाटाबेस से एक मेनू का उपयोग करता है ... & Lt; चयन करें नाम = "इनपुट" id = "इनपुट" & gt; & Lt;? Php $ sql = "चयन करें" तालिका से; $ Rs = mysql_query ($ sql, $ conn) या मर (mysql_error ()); जबकि ($ result = mysql_fetch_array ($ rs)) {गूंज '& lt; विकल्प मान = "'। $ परिणाम [" db_field "]। '" & Gt;'। $ परिणाम ["db_field"]। '& Lt; / option & gt; '; }? & Gt; & Lt; / चयन & gt; जो बिल्कुल ठीक काम करता है लेकिन मुझे किसी भी तरह इसे जावास्क्रिप्ट फ़ंक्शन में प्राप्त करना है। मेरे पास जावास्क्रिप्ट कोड है, जब आप एक बटन क्लिक करते हैं तो यह अधिक टेक्स्ट बॉक्स जोड़ता है और एक अन्य चयन मेनू परन्तु यह किसी भी नए (जोड़ा गया) चयन मेनू में डेटाबेस से डेटा को पॉप्युलेट नहीं करता "post-text" itemprop = "text"> आप विकल्प को जेसनॉन में json_encode का उपयोग कर कनवर्ट कर सकते हैं (मैं एक PHP प्रोग्रामर नहीं हूं और इस...

c++ - Sudoku solver finding a solution for unsolvable sudoku -

I wrote a sudoku solver and sudoku is solvable when it works fine. However, when Sudoku is incompatible, then it changes the original number of the puzzle when the back tracking is done. bool: Sudoku :: sol (int row, int col) {if (board [row] [col]! = 0) {int next_col = col; Int next_row = Row; Next_col ++; If (next_col> 8) {next_row ++; Next_col = 0; } If (next_row> 8) {Back to true; } And {if (the solution (next_row, next_col)) is true; }} For (int number = 1; number & lt; = 9; numbers ++) {board [row] [col] = number; If (check_ro (line, number) & amp; amp; and check_cl (call, number) & check_box (line, call, number)) {int next_row = row; Int next_col = col + 1; If (next_col> 8) {next_col = 0; Next_row ++; } If (next_row> 8) {Back to true; } If (solution (next_row, next_col)) is true; }} Board [row] [color] = 0; return false; } The board is a 2D int array. I know that I can use any type of structure rather than integer, which will store if the numbe...

java - Maven Deployment Parameters in pom.xml -

I have a Maven project, which should organize their compiled files in another folder. Currently, I parameter altDeploymentRepository : mvn -DaltDeploymentRepository = snapshot-repo :: default :: file: / home / user / some / folder / mnn-repo / Snapshot deployed My question: Is it possible to do a simple mvn deploy instead and move the parameter declaration to pom.xml instead? If yes, then how? Update I was asked why I want to do this. I have separated my project into Maven Project with source and Maven reserves. Both are separate github projects and therefore in various folders. I have configured Maven so that target files can be deployed in the repo folder. After this I have to add, change and make changes to the gates. If the target file is directly or in any way with maven deploy in the desired Github repo, make this process more simpler, I'm all ears! Just to make sure that you actually understand the meaning of meaning "deployed" in Maven Co...

android - Use variable in SQLite Query -

Firstly I have seen many topics on this, but this issue has not been specifically addressed in Java I have the following method public string getCount () {SQLiteDatabase db = smokinDBOpenHelper.getWritableDatabase () .; String w = "home"; Cursor = db.rawkey cursor (select from "select" + smokinDBOpenHelper.INCIDENTS_TABLE + "where" + KEY_LOCATION + '=' Home '", tap); Int i = cursor.getCount (); String S = (" Your "+++" has the entries in this column;); return s;} Let me place it above a specific hard-coded string "home" To use the variable should be query . I have tried + {w} + {w%} + w and some other, anything seems to work * Efforts to cursor = db.rawQuery (select "where" + SmokinDBOpenHelper.INCIDENTS_TABLE + "" + KEY_LOCATION + "= '" + w + "' ', NULL);

php - Wordstrip function skipping words for no apparent reason. -

Tonight I realized that the stringing functions I'm using are randomly leaving the words. ? & Gt; This word is "The" skipping and I do not have any clue why this list is something like 200 words and I know its work because it exits from other words. > I gave it a message to the last letter "One George W. Bush and Dick Cheney" I think the reason "/ \ s" is since the beginning of "the" string And "the last letter for George W. Bush and Dick Cheney from one last legend". I tried "/ \ s?" But this did not work. I think I need to make the vacant space right? Thank you To represent you a word boundary, \ B and can not be spaced with spaces or periods or anything else: $ document = strtolower ($ document); Foreign currency ($ wordlist $ word) $ document = preg_replace ("/ \ b". $ Word. "\ B /", "", $ document); $ Nopunc = preg_replace ('/ [^ a-z0- 9] + / i', ...

javascript - if statement not functioning correctly -

My arrow may not seem to be shown in the right direction when a falling item collapses or expands () Code: $ ('body'). ("Click", "span # expandcollapse", function () {$ (this) .text (function (I, currentText) {return currentText === 'Expand all'? 'Collapse all': ' Expand all ';}); if ($ (this) .text () ===' Expand all ') {// Currently ($ ('. Projectscontainer '). ("Div.destarrow") Search ("Div.destarrow"). Search for Hexel ('arrow-right') $ ('. Projectscontainer'). ('Div.destarrow'). Toggleclass ("arrow $ (". Projectscontainer "). $ (" (".srcprojects"). (".srcprojects") Toggle (false);} Other {// Currently Expand $ (". Projectscontainer") (".srcprojects") () () (). ('' Projects' Container '') ("Div.estarrow") Search ("div.destarrow") Haclass ('arrow-down') $ (...

javascript - I need to load a server side image into a user defined 'frame' with straight js on canvas element- -

I have a canvas that gives the user a rectangular stroke - I need this newly drawn rectangle to make the destination caller The image is coming from DB I hope that one of you javascript ji fast high level outline or pseudo code is the most logical approach to my Pandavan problem Will happen. 'Help me [your name here], you are my only hope.' I'm now stopping The way I handled it, the mouse event handlers rect.startX and ; Rect.startY (x, y) and rect.width & amp; Rect.height at destination w / h: document.getElementById ("image"). Onclick = function () {context.drawImage (image, rect.startX, rect.startY, rect w, rect.h); }; Images from the server are handled in an 'image-printer' function which loads images on an off-screen canvas, as long as they do not call on the visual canvas.

matching query does not exist Python Django -

I am programming in Django 1.4.3 with Python 2.7 in Windows Vista, from which the website is being offered . So I have various products listed in my / productive subpage. Now I am trying to display page / product / / which is to show that page with the product listed Shows This is my urls.py , which acts as the index of my pages: , url urlpatterns = patterns ('Demo.apps.home.views', url (r '^ $', 'index_view', name = 'vista_principal'), url (r '^ about / $', 'about_view', name = 'vista_about') , Url (r '^ productos / $', 'productos_view', name = 'vista_productos'), url (r '^ producto / (? P> id_prod & gt; *) / $', 'singleProduct_view', name = 'Vista_single_producto'), url (r '^ contacto / $', 'contacto_view', name = 'vista_contacto'), url (r '^ login / $', 'login_view', name = 'vista_login'), url R '^ logout / I hav...

python concatenate static text with variable -

I am trying to insert static text with a variable. No points are printed without variable but when I try to add static text to it, I do not get any output. Even I have such a distance, how can any idea be fixed? For tweets in status: singletweet = 'URL' + tweet. GetId () Print singletweet what print type (tweets GetId () ) What do you say? I'm not sure why you are not getting a traceback - maybe a higher level is catching it and throwing it. If this is not a string, then you have to convert it to one singletweet = 'URL' + str (tweet.GetId ()) or singletweet = 'url% s'%. Tweet.GetId () # for Python2.5 or older or singletweet = 'URL {id}' Format (id = tweet. GETId ()) for # Python 2.6 or newer

Javascript/JQuery script placement in relation to HTML -

निम्न कोड स्निपेट कार्य करता है: & lt; id = "btnCapturePhoto" डेटा- भूमिका = "बटन" href = "# page1" & gt; कब्जा फोटो & lt; / a & gt; & Lt; स्क्रिप्ट प्रकार = "टेक्स्ट / जावास्क्रिप्ट" & gt; $ ($ ("# BtnCapturePhoto")। क्लिक करें (फ़ंक्शन कैप्चर इमेज () {चेतावनी ('कैप्चर बटन क्लिक');})); & Lt; / स्क्रिप्ट & gt; यह कोड काम नहीं करता: & lt; script type = "text / javascript" & gt; $ ($ ("# BtnCapturePhoto")। क्लिक करें (फ़ंक्शन कैप्चर इमेज () {चेतावनी ('कैप्चर बटन क्लिक');})); & Lt; / स्क्रिप्ट & gt; & Lt; a id = "btnCapturePhoto" डेटा-रोल = "बटन" href = "# page1" & gt; कब्जा फोटो & lt; / a & gt; क्यों? स्क्रिप्ट टैग प्लेसमेंट और उन HTML टैग्स के बीच के रिश्ते को समझने में मुझे परेशानी हो रही है जिनके साथ वे संबद्ध हैं। कुछ मामलों में मैंने एचटीएमएल टैग के ऊपर एक स्क्रिप्ट टैग रखा है (जैसे कि JQue...

inversion of control - Autofac - how to resolve Func for ISomething from Singleton where ISomething is InstancePerHttpRequest -

I am trying to use autofac to inject dependency in FluentValidation in an MVC 4 app. I feel that the strategy has been made, but I am stuck with my request to separate a singleton from a single one. Here's the scenario: I've got an accredator that flirt validation's anabrator. I have read that FluentValidation validators perform best as singletons, then my constructor expects a funk and store which is factory to use later. When the verifier is used, then it should ask the stored factory for an IDataStore, get an example created for that request and use it. This is the principle that I want to give credit, which helped me organize this solution. Here is the author ... Public category SiteAdminViewModelValidator: Abbbetvilidate & lt; SiteAdminViewModel & gt; {Private Readonly Funk & lt; IDataStore & gt; _dbFactory; Public SiteAdminViewModelValidator (Func & lt; IDataStore & gt; dbFactory) {_dbFactory = dbfactory; RuleFor (model => SiteCode)...

java - Solution for Magic Number issue......? -

निम्नलिखित कोड सेगमेंट पर विचार करें ... सार्वजनिक स्थिर यूज़रस्टैटस getEnum (int कोड) {स्विच (कोड) {मामला 0: रिटर्न पेनिंग; मामला 1: रिटर्न सक्रिय; मामला 2: वापसी निलंबित; मामला 3: वापस लौटा; मामला 4: वापसी LOGIN_DISABLED; डिफ़ॉल्ट: वापसी शून्य; }} अब मामले में नंबर 3 और 4 (केस 3 और केस 4) को सोनार द्वारा जादू संख्या के रूप में देखा जाता है। इस मुद्दे से बचने के लिए मैंने अपना कोड खंड को निम्न प्रकार से बदल दिया है ... सार्वजनिक स्थिर यूज़रस्टैटस getEnum (int कोड) {अंतिम पूर्ण लंबित = 0; अंतिम पूर्णांक सक्रिय = 1; अंतिम आंत निलंबित = 2; अंतिम इंट हटाए गए 3 =; अंतिम इंक Login_details = 4; स्विच (कोड) {मामला लंबित: वापसी लंबित; मामला सक्रिय: रिटर्न सक्रिय; मामला निलंबित: वापसी निलंबित; मामले हटाए गए: वापस लौटा; मामला Login_details: वापसी LOGIN_DISABLED; डिफ़ॉल्ट: वापसी शून्य; }} क्या इस तरह के परिदृश्य में जादुई संख्या के मुद्दे को हल करने का यह एक अच्छा तरीका है? मैं इकट्ठा करता हूं कि आप कोड में पूर्णांक लिटरल्स का इस्तेमाल नहीं करना चाहते हैं। आपका समाधान विशेष...

c# - Is it possible to change username types for asp.net membership provider? -

Is it possible to change the way users create accounts for a SQL subscription provider, so that users sign their emails Have to do it. As your user name? I know that default users can create their username in an email format, but still it asks for the email address twice for the username which makes it a little unnecessary. Do not ask your user username while registering UserName In the , replace the CreateUser () method, ask for an email address and pass email address. membership. Creteuseor (PASSEMAILIDHERE, Model password, Model. Email, empty, empty, true, empty, create outdoors);

android - Google map camera position on multiple markers -

After I am using Google Map API2 and show several markers on it. My problem is that I want my camera to be located on all my markers. I have done this as a marker for myMap.moveCamera (CameraUpdateFactory.newLatLngZoom (MyLocation, 22)); The way I used below to see all in keeping with markers. This will bound your legacy with all the loud-long locations in your array list. See // can not zoom to the pan // range to see all the markers unless the size of the map is there. Last View MapView = getSupportFragmentManager () findFragmentById (R.id.map) .getView () .; If (mapView.getViewTreeObserver () .isAlive ()) {mapView.getViewTreeObserver (). AddOnGlobalLayoutListener (new on Globlloalaijhr () {@SuppressLint ( "NewApi") public void (override @GlobalLayout) {lots Laँgbolskbilder Bieldi = new lots long Bounds. Manufacturer (); (i = 0 int i; I & LT; YOUR_ARRAYLIST.size (); i ++). {LatLng ll = new LatLng (YOUR_ARRAYLIST.get (i) .getPos () getLat (), YOUR_ARRAYLI...

objective c - Sorting Array Using NSSortDescriptor -

इस सवाल का पहले से ही एक उत्तर है: 3 जवाब मेरे पास कक्षा की एक सरणी है ए ऑब्जेक्ट्स, इसे विवरण दिया जाना चाहिए। एरा। कक्षा ए की तारीख, नाम के रूप में गुण हैं। क्या कोई भी दिनांक के आधार पर इस सरणी को सॉर्ट करने के लिए एक अच्छी विधि सुझा सकता है? मैं कैसे इस सरणी को सॉर्ट करने के लिए NSSortDescriptor का उपयोग कर सकता हूं? मैं NSSortDescriptor ... किसी भी मदद की सराहना की है। NSSortDescriptor * sortDescriptor = [NSSortDescriptor sortDescriptorWithKey: @ "तारीख" चढ़ते हुए: नहीं]; NSArray * सॉर्ट कियाअरेरे = [विवरणअरेरे सॉर्ट किया गयाअरेउज़िंग डिस्क्रिप्टरः @ [सॉर्टडेस्क्रिप्टर]];

R tcltk: change the icon of a tkmessage -

Image
Does anyone know if there is a way to change the picture icon of a tkmessage? I know that using TCL is a way to change the overall panel icon, but what about the message box? For example, can I change the 'TC' icon something else? Thanks! DD I do not see any option to change the icon in the message box. The message box function for an instant message is very simple, some option is the tool if you want more functionality than giving it (i.e. the option to change that icon) so you can work your own with a label and button You can create a dialog box and change the icon with a regular window.

tortoisesvn - Subversion connection failed using Tortoise SVN but working with IE -

I am unable to connect to our subversion URL using the content SVN, but I use Internet Explorer to send the same URL I'm able to connect. / P> In my Internet Explorer I have configured the proxy settings, which is applicable to Turtle SVN network settings. Please help me solve this problem. It is a good idea to receive wireless hacks / network capture requests and non-working requests. What are you using the Http Protocol? What does the server URL look like? Usually browsers can handle HTMT redirects, but other STVN clients (like Turtle) can not.

symfony - Symfony2 bundle specific Twig configuration/variables -

I know that I can set the tweak variable in my app / config / config.yml Yes, although I want to set the variable at the bundle level (Example: Bundle / Resources / Config / Yml ). For example, I want to include a bundle version identifier in the footer of my pages I tried to keep 'toggle config' in my bundles' services.yml but Symphony was not able to parse the configuration. How can I get it? I'm not sure how you can implement bundle specific configuration for your example Configure bundles Main config files are imported, which are now environment specific rather than specific bundles. However, for your example I can only create a jogging extension that gives you the name of the bundle, in this way you can use it in your templates wherever you like. You can get your controller's fully designated route by request, then use only the pre-match to get the name of the bundle. Something like the following should be done: public function getBundleN...

linux - How to determine sysfs devpath from USB device VID and PID in Python? -

I need to locate a USB device in my VID and PID Python in sysfs tree. What will be the most sensible approach? Scanning the Directory Tree consistently is the only idea that comes to my mind. Is there a better view? I can not use libusb binding You can try to use the sysfs path for the USB IDProduct and for idvendor files / Sys / bus / usb / devices /, and globbing / sys / bus / usb / devices / * / idProduct / sys / bus / usb / devices / * / Idvendor

c++ - Send Close File Signal to FTP Server -

I am implementing FTP Client in C ++ using Windows Sockets. I have successfully connected to the server on port 21, and transmitted the file to PASV mode using the "STOR Sample.txt" command on the data port. The problem is that I can not tell the server about the completion of the transfer (I want to send the signal to stop the data connection) so that I can get "226 transfer ok" from the server on my control connection. Next, I'm not receiving anything from the server () I think that's because this is still listening on the server data connection. Take a look at this: / P> When you send PASS and then you Tell the server that using STOR to restore the port to store the data and you connect to the port, the PAV command returns and sends the data - when you close this second socket and Continued sending the command with the original one.

sql - how to use inserttrigger if inserting Multiple records in one insert statement -

I want to add several records to an inclusion statement that the timing is causing an error in my trigger Error Message 512, Level 16, State 1, Process SetIntflag, Line 7Subjectivity has returned more than 1 value. When subquery =,! =, & Lt;, & lt; =, & Gt ;, & gt; = Or when the subquery is used as an expression, it is not allowed! This statement has been abolished. My Trigger Announce @act char (16) if update (first_nm) set @act = (choose acct_no from) Update customer set Phn9_int = 1 where acct_no = @act If more than one column is inserting its display error, then assign it to a variable. updated client set Phn9_int = 1 where in acct_no (/)> Actually, my rule of thumb is, if you see any scalar variables in the trigger, then possibly it is broken in relation to multi-line tasks. The exception is if it is using the cursor, but the cursor usually can be avoided.

odata - wcf data services - passing extra params on save changes -

I have an existing web application that I want to wrap with WCF data services, giving it an audacity input / output formatting . In recovering the records, send me whatever you like (myusername = "blabala", mycurrentusersession = "23434sdfgdf" and so on ...). But I do not control what I've sent in "Save Change" - however, I need the ability to supply an existing application: - My current user session - Recover the key of the specific state (My existing app is static) You can add these values ​​to the heading of outgoing requests. Suppose you have " service reference " in your Client app, your WCF-DataService . , then search for Reference.cs client inside the service), OnContextCreated event: and then, SendingRequest event Add a handler in partial Zero onContextCreated () {this.SendingRequest + Entity_SendingRequest; } and inside Entity_SendingRequest you can add the header. Zero Entity_SendingRequest (Object...

classpath - How does Java decide where to look for the main class? -

मेरे पास "स्टाज" नामक फ़ोल्डर में .jar फ़ाइलों का एक गुच्छा है। / लक्ष्य / मंचित - अक्का-स्लफ 4 जे.ओ.. 10.0-आरसी 1 -2.1.0-आरसी 1.जेयर - प्ले_2.10-2.1-आरसी 1.जर - आदि ... मेरी वर्तमान निर्देशिका "लक्ष्य" है, मैं कमांड चलाने की कोशिश करता हूं $ java -cp ./staged/* play.core.server.NettyServer। / .. त्रुटि: मुख्य वर्ग को ढूँढ या लोड नहीं किया जा सका ..staged.akka-slf4j_2.10.0-RC1-2.1.0-आरसी 1.जर यह व्यस्त है कि जावा मंचित में एक मुख्य वर्ग की तलाश कर रहा है। Kka-slf4j_2.10.0-आरसी 1 -2.1.0-RC1.jar। NettyServer वर्ग एक पूरी तरह से अलग .jar फ़ाइल है जो play_2.10-2.1-RC1.jar नामक है। जावा कैसे तय करता है कि कौन सी फाइलें मुख्य पद्धति को खोजने के लिए खोज करती हैं? आप मिल रहे हैं यह त्रुटि क्योंकि कक्षा पथ में अपनी प्रविष्टियों को कॉलन : द्वारा अलग किया जाना चाहिए, और सफेद स्थान से नहीं जब शेल target / * का विस्तार करता है, तो प्रत्येक फ़ाइल के बीच रिक्त स्थान रखता है, जिससे जावा "सोचता है" केवल प्रथम जार फ़ाइल क्लास पथ में होती है, कि दूसरी...

java - Why does FindBugs raise a critical warning when explicitly throwing a NPE? -

निम्नलिखित पर विचार करें एनपी: नल मान dereferenced होने की गारंटी है (NP_GUARANTEED_DEREF) एक बयान या शाखा है कि अगर गारंटी देता है कि इस बिंदु पर एक मूल्य शून्य है, और उस मूल्य को परिभाषित करने की गारंटी दी गई है (रनटाइम अपवाद )। ध्यान दें कि एक जांच जैसे कि (एक्स == रिक्त) नए NullPointerException () फेंकना; इसका मतलब है कि रन टाइम अपवादों को शामिल करने वाले मार्गों को छोड़कर ? इसके अलावा क्यों एक चेक जैसे यदि (x == नल) नया नलपॉइंटर एक्सेप्शन (); एक चेतावनी उठाना? इस भयानक अनुक्रमित कोड पर विचार करें: स्ट्रिंग मान = शून्य; यदि (5 & gt; 8) {value = "foo"; } कुछ करो(); यदि (value.equals ("foo")) {System.out.println ("मान है foo"); } स्थिर विश्लेषण यह साबित कर सकता है कि मान होगा null जब बराबर कहा जाता है, जिसके कारण NullPointerException फेंकने के लिए। हालांकि, यदि कॉल को doSomething () परिणामों को फेंका गया रनटाइम अपवाद होता है, तो कॉल को बराबर पर कभी नहीं पहुंचा जा सकता है। आपके दूसरे प्रश्न के लिए, FindBug...

Form validation with Javascript - Field value must be between 2 specific numbers -

I have a form on a page, there is an area called Birthday on the farm. I need to know the following in javascript: When the value field entered between 1900-2012 is entered, the form is accepted. If the price is not between 1900-2012, then the birthday text box background color will be yellow. Does anyone have any idea how to achieve this? My HTML is following: & lt; / Head & gt; & Lt; Body & gt; & Lt; Div id = "div1" & gt; & Lt; Form name = "myForm" action = "demo_form.php" onsubmit = "return validateForm ()" method = "post" & gt; Username: & lt; Input type = "text" id = "user name" name = "user name" & gt; & Lt; Br> Birth year: & lt; Input type = "article" id = "birth year" name = "year of birth" & gt; & Lt; Br> & Lt; Br> & Lt; Input type = "submit" value = "submit" &...

xaml - GridView Selection Mode -

I am working on the Windows Store app in which I have set the selection mode to "single" but by default the grid First item view is selected, the item should be selected only when we do the correct tape Try setting the selected item attribute to empty?

android - Testing Asynch Task and Junit -

So I was looking for help in writing an archive test and I got a lot, but I do not know how Start. I want to test a class that AsyncTask expands, and only that class, what will I put in the constructor for the junior test? It extends InstrumentationTestCase because I need to use restTestonUI Sorry, if this is a silent question then I have never used junit before. start asynch work Nameoff task task = new name ottertask (); Task.execute (); {progression DLOG pDialog; Protected void on prefixute (pdialogg = new progress dialeg (cuzenius.es); PDialog.setMessage ("aysnc function ..."); pDialog.setCancelable (wrong); pDialog.show ();} protected voice downline background (zero ... unused) here you want to try Return (empty);} Override Protected Zero Progress Update (Zero ... Value) {// TODO Auto generated method stub super.onProgressUpdate (Value);} PostXAutute (zero-zero) on protected zeros {PDialog.dismiss ();}}

c# - General points to remember while doing URL Rewriting -

Using urlrewritingnet to re-url the URL. Can anyone suggest me that it can be linked outside, which needs attention while keeping this thing in mind. As I have seen in many places the developer gets it while using the problem How the full list of URLs to be re-written looks like. Do you need to cover all URL rules in that file? As I am a novice on this, I do not want to repeat any mistake and want to rewrite the URL for the better SEO (this is the only benefit I know) Hope that makes me clear what I am asking for. I think you should try: ASP.Net Routing IIS 7 URL Rewrite Module : ASPNT routing will enable you to use those URLs For those who do not have a map, specific files in the Web site do not need to map the URL to a file, then you can use the URL that can be used by users Come to understand the material. : Module 2.0 for Microsoft URL rewrite IIS 7 and above IIS administrators should map the URL to the URL-friendly URL Enables to create powerful c...

mustache - How to use Partials with Nustache in c# application? -

I have a window application that is using Nostatch. Can I redo an object or array using Nostachch, but how to use partial calculation to use Nstruck? Check the sample 11. var data = {name: "sales": {{name: "engineering", employee: [first Name: "Christophe", last name: "conrites"}, {first name: "John", last name: "Smith"}}}, {name: "sale", employee: [{first name: "Paula" Last name: "Taylor"}, {first name: "Lisa", last name: "Jones"}]}]}}; Var tpl = "{{#depts}} & lt; h1 & gt; {{name}} & lt; / h1 & gt; + "& Lt; ul & gt; {{# employee}} {{Employee}} {{/ employees}} {{/ depts}}"; Var partial = {employee: " {{first name}} {{lastName}} "}; Var html = mustache Html (tpl, data, partial); . $ ('# SampleArea') HTML; How to get into C #? Modify the step {{employee}} "+" & Lt; Ul & gt; {{# Emplo...

How to random each loop item and on ajax / json data in jquery? -

प्रत्येक लूप आइटम और jquery में AJAX / json डेटा को यादृच्छिक कैसे करें? data.json " "" "" "" "" "" "" "" "" , {"शीर्षक": "नया 3", "सामग्री": "सामग्री 3"}, {"शीर्षक": "नया 4", "सामग्री": "content4"}]} jquery एजेक्स मिल जेसन $। एजेक्स ({url: 'data.json', टाइप करें: 'मिल', डाटा टाइप: 'जेसन', एसिंक: फॉल्स, सफलता: फ़ंक्शन (डाटा) {$ .each (डेटा.इटम, फ़ंक्शन (इंडेक्स, आइटम) {var template = '& lt; p & gt;' + item.title + '& lt; / p & gt;' + item.content + '& lt; br / & gt;'; $ ('एचटीएमएल') .एंडेंड (टेम्पलेट); रिटर्न इंडेक्स & lt; 1; // सेट 2 आइटम});}}); प्रत्येक लूप आइटम और jquery में AJAX / json डेटा को कैसे यादृच्छिक करना है? जोड़ें ' और .each () जोड़ } बंद करें .each के अंत में () $। प्रत्येक (डेटा.इटम, फ़ंक्शन ...

elasticsearch filtering by the size of a field that is an array -

How can I filter those documents in which there is an array that is more than N elements? How can I filter the documents that have a field that is an empty array? What are the solutions to the aspects? If so, then how? The following filter should only return documents that have fieldName fields There are at least 10 elements, which is an array. Keep in mind that depending on how many documents it can be expensive based on your index. "filter": {"script": {"script": "doc ['fieldname'] .values.length & gt; 10"}} Regarding the second question: Do you really have an empty array? Or is it just an array area with a price area? You can use to obtain documents that have no value for specific fields: "filter": {"missing": {"field": "user"} } Otherwise I think that you need to use the script again, as I have suggested above, just with the input as a separate length. If the lengt...

IOS - Linkedin integration for oauth2.0 with google oauth library -- Got 404 error(page not found) -

I've been using Google OAuth2.0 to LinkedIn integration in iOS. But I get a 404 error when the app tried to get Existone. Can you see it and give me some guidance? Tracked thanks I requested in advance and is given below: authorization code generation, is http like the request: then find the redirect URI: Aksestokn request Body request Post to receive such: client_id = dqabmvt35aee and Client_secret = tlsAaUCZ5XtrTfHz & amp; Code = AQRnqUBueoz5jZqolVl5suiUQFnLExkmRQSOdndgFK59t4cKC4EjUm38zTbXjDvLwWItUrYrXnOt6KRxTz_SZ5m0Qq3t9rZHG1qaqltb79m7ZJ5K2Y & amp; Grant_type = authorization_code & amp ;. redirect_uri = http% 3A% 2F% 2Fwww.google.com% 2FOAuthCallback and got 404 on error finally, I got it once about what token URL access because of this problem. I have an end to the SLSH of this URL which caused this problem. In the Google Swearing 2.0 Library, we should set an accesstoken url such as "", "" should not be

c++ - Extract data from Point2f -

I am developing a code that needs to find a red slice. I get the function of the image to get the center of the image minEnclosingCircle . The way the function gives me, vector format vector & lt; Point 2f> Center (contours.size ()); However, I need this data to determine the area of ​​interest (ROI). Can I extract data from a point in any way, so that I can get two coordinates in X and Y in the integer? Thank you! - Update - I will post some code to try to do better what I want to do: vector & lt; Vector & lt; Point & gt; & Gt; Contours_poly (contours.size ()); Vector & lt; Point 2f & gt; Center (contours.size ()); Vector & lt; Float & gt; Radius (contours.size ()); For (Int i = 0; I & lt; contours.size (); i ++) {approximate polydee (mat (pattern [i]), contours_poly [i], 3, true); MinEnclosingCircle (Mat) contours_poly [i], center [i], radius [i]); } So once I get the shape from my image, I apply the function minEnclosi...

jquery - Javascript Difference between normal function and function object -

In JavaScript, the way to create classes (or objects) is to use; function MyOn () {this.somevar = "xyz"; This is a common task ... how different is this function from a normal javascript function ... a function that adds 2 numbers? The function is no different. For example, they have similar effects: function myob () {this.somevar = "xyz"; This.someMethod = function () {console.log (this.someVar); }} Var obj = new MyObj (); Obj.someMethod (); and function someMethod () {console.log (this.someVar); } Function myob () {this.somevar = "xyz"; } Var obj = new MyObj (); SomeMethod.call (obj); and function someMethod () {console.log (this.someVar); } Function myob () {this.somevar = "xyz"; } Var obj = new MyObj (); Obj.f = someMethod; Obj.f (); As you have tagged your question, I will finish by saying that the best way to make your function will be: Function MyOne ( } {This.somevar = "xyz"; } MyObj.prototype.so...

java - Servlet response should be cached but isn't -

I am trying to cache servlet feedback, but in some way it is not working (firebug me 200 releases I'm doing the page). The code I added to this subnet: response.setContentType ("Application / JavaScript"); Long time = System.currentTimeMillis (); Response.setCharacterEncoding ("UTF-8"); Response.setDateHeader ("Last-Modified", 0); Response.addHeader ("Cash-Control", "Max-Age = 5184000"); Response.setDateHeader ("End", now + 5184000 * 1000); Response.addHeader ("different", "host"); I have also tried with setHeader and last-modified , now. Nothing seems to work. Any ideas? Thank you This way Firebug shows me the response / request header (when the resource should be taken from the cache, but not): Response HeadersViews Source Cache-Control Max-Age = 5184000 Connection-Live Content-Type Application / Javascript; Charset = UTF-8 Date gurus, 21 March 2013 09:53:48 GMT Sun expiry, 31 Ma...

nosql - Neo4j How to add multiple values to the property of a node -

While I'm creating nodes for a problem, I'm stuck after going through the document, I realized Multi-value asset assignment for the node that I did not find For example: Node 1 has a property on the website, because it can not be a single website, property on the node 1 "website" How to add two values ​​like www.abc.com www.def.com node 1 ["website"] = "www.abc.com" "www.def .com " access to each property in this node may be each website individually access the node properties Thanks for your time! This is not a good way to graph and instead of creating a connection between node 1 and website nodes, Create a node for each website? Anyway, for the memory streaming array you can see it:

linux - Dealing with decimals in C -

I am writing an application in C (under Linux) which works with prices. The program gets an integer value (M, E) in the form of value quotation, so the resulting value is only 'm * 10 ^ e'. I would like to manipulate prices with both arithmetic operations and use the functions like " printf " - functions for output formatting. I have to do that very fast What is the fastest way in C? I have read about it, but the lack of libc support has made it impossible to use them in a standard way. Thank you. You can of course use a library as if it is arbitrarily floating-point accurate It should be able to deal with your data.

ms access - Simplifying a SQL Query with multiple columns -

I was wondering if you could simplify the questions given below in the Single Question can help me. I have 10 questions that are given below. The only difference between all those fields is the "Outgoing Task" that starts at 1 and runs to 10. SELECT S1 [Main project] AS Co., S1 [Main link] AS Project, S1 [Name] milestone, S1 [Start] MilestoneDueDate, S2 [Name] As successor, S2 [Start] SuccessorDueDate as sheet 1 as S1 interiors as included in sheet 1 S2 on S1. As [outcoming Task 1] = S2 [ID] where S1.Start & gt; S2 [Start] and S1 [% Compl #] & lt; & Gt; 100 and (S1 [Task Class]. & Lt; & gt; '*** Sammelvorgang' and S1 [Task Class]. & Lt; & gt; '' and S1 [Task Class]. & Lt; & Gt; 'Md-Muster') and (S2 [Task Class]. & Lt; & gt; '*** Sammelvorgang' and S2 [Task Class]. & Lt; & gt; '' and S2 [Task Class]. Is it possible to add all the questions in the same? Can you tell me how? ...

android - Combining native app with worklight project -

I am working on a wrechlight application that requires an IO file. I have used that code separately in an Android project Can someone tell me how can I add both of them in one? Like Idan, Indran said, there is no way to stop its existing native application in the Warklight Hybrid application. However, you can benefit from various environments like Android and iOS, which work outside the box with the Varkalite hybrid application. If you create, you will need to create a plugin for all the environments that you want to support . Here is a quick example of the file I / O API: // to load Cordoba // to load the document. AddEventListener ("deviceready", onDeviceReady, incorrect); // Cordoba is ready // Work on Device Ready () {window.requestFileSystem (LocalFileSystem.PERSISTENT, 0, gotFS, unsuccessful); } Found (file system) {fileSystem.root.getFile ("readme.txt", {created, exclusive: incorrect}, gotFileEntry, unsuccessful); } Function FoundFileInterry (file en...

Java string concatenation - is there a better way? -

Just a quick form question is a better way to insert stars in the following code (i.e. instead of adding it Can I set tmpError just like a new string?) Validate the public null () Exceptions thrown {string tmpError = ""; If (absolute == faucet) tmpError = tmpError + "did not set the absolute"; If (Permanenti == blank) tmpError = tmpError + "the parametric was not set"; If (paramC == null) tmpError = tmpError + "paramC was not set"; If (! TmpError.equalsIgnoreCase ("")) {tmpError = "Error occurred" + tmpError; Throw a new exception (tmpError); }} Thanks in advance I would always recommend StringBuilder Usage Something like this: Validate public null () throws exception {StringBuilder error = new StringBuilder (); If (absolute == faucet) error .append ("Parama was not set"); If (paramB == zero) error.append ("paramB was not set"); If (paramC == null) error.append ("paramc was not set...

php - SELECT from database WHERE some parammeter is equal to a portion of a string var -

I'm trying to recover it from my database of "validity" of the domain (if something is authorized to do) The URL being checked came to my script on a GET variant and then I just asked the database: $ url = $ _GET ['url']; // The complete URL of the site like: sub1.domain.com/page/1/some $ url = parse_url ($ _GET ['url']); // URL parsing http://php.net/manual/en/function.parse-url.php $ host = $ url ['host']; // gives me sub1.domain.com after parsing: $ query = "SELECT * fROM domains_table WHERE domain = '". $ Host "'; This works great, sometimes domain.com has several sub-domains and I can not save all the variations in the database. It seems to me a lost place if we say domain.com has 30 sub-domains and then I need to save sub1.domain.com sub2.domain.com and so on ... Instead, I was thinking in a more robust way, saving in the data base such as *. Domain.com and then somehow (and this is where I need help...

javascript - How do you create a jQuery function with multiple .click() functions within it? -

How or what is a good approach to this function that I am trying to create? my_script .js $ (document) .ready (function () {$ ("# home") click (function () {$ ('. Click here (function () {$ ('.banner'). ({Top: '370px', height: '250 px',}, 1000) return false}} $ ("about #"). ({Top: '20px', height: '145px',}, 1000) Return false} $$ ("# games"). Click (function () {$ ('.banner'). ({Top: '20px', height: '145px'}, $ 1000) Return (false)} $ $ ("# district") Click (function () {$ ('.banner') .at ({top: '20px Return '(' top '' 20px ', height:' 145px ', '1', 1000) return false}}} ($ 1) if about "[" "," Concussion "I" is clicked on an ID in the "game", "district", "game", "membership"], then I have to make some things live. But if ID = "home", I want to a...

three.js - can I use shadermaterial on particlesystem? -

which put a different pixel data as the contents of each particle, that is this is the idea of ​​my train: Set up a canvas in the form of a plain gemetry structure, get pixel volume through a piece of laminate from a plane gemetry, and is it true by placing it on a particle through a particle piece piece? Yes, you can custom three. You can use with the SHERMER content THREE.ParticleSystem . It is also worth noting that if you want to use the canvas only as a texture, you do not need to go through the plain gemetry .

email - Does the php mail() function work in Wordpress? -

This is related to another question I posted here, but this is a different matter so I hope people I do not think I am posting again. I have an email form in Wordpress. html & lt; Form action = "id =" contact form "& gt; & Lt; Input type = "text" id = "contact name" placeholder = "name:" & gt; & Lt; Input type = "text" id = "contactEmail" placeholder = "email:" & gt; & Lt; Select id = "form-topic" & gt; & Lt; Options & gt; Subject & lt; / Options & gt; & Lt; Options & gt; Accounting & lt; / Options & gt; & Lt; Options & gt; Bookkeeping & lt; / Options & gt; & Lt; Options & gt; Start & lt; / Options & gt; & Lt; Options & gt; CIS returns & lt; / Options & gt; & Lt; Options & gt; Payroll & lt; / Options & gt; & Lt; Options & gt; Self assessment & lt; / Opti...

Decrypt MySQL's AES_ENCRYPT in Node.js -

I have a problem in using AES to understand the buffer object and I hope someone has an idea, I What is wrong .. My example: I have a MySQL table with AES_ENCRYPT for username and password ... Create a tablet account (ID INT (4) No, tap AUTENCcmment, username wizardry (128) noise, password wiredini (128) faucet, primary key ID; DELIMITER | Create Trigger Encodings Register for accounts per line before INR SET NEW.USername = AES_ENCRYPT (NEW.username, 'password'); SET NEW.password = AES_ENCRYPT (new password, 'password'); End; Node.js: I'm using the node mysql module to send a question to my datase: select from accounts; Such types of values ​​are coming back for the password and username: How to interpret it with node. How to understand JS? All my efforts fail ... I hope that AES 128-ECB is selected correctly ... Some deciper in Node.js should look like this: Decipher on = crypto.createDecipher ('AES-128-ECB', 'password')...

Connecting Ektron with third party enterprise systems -

I'm working in ektron 8.6. I have a third party enterprise system ektron. DSH has got a pre-built marketing automation connector, which is Marco. My third party Enterprise Connector is also a marketing automation system. I Now, my question is that I have proposed to establish a connection with the third party system through the ConicTus API, some changes in the workarama files I need to have some functionality So is it necessary that the connection established by the DCHH? Can anyone give me some insight on this? If you are asking "Why use DxH?" Your tight integration with the main answer Ekton is. You can continue to use your marketing automation system and will share relevant data with Ektran. If you are instead seeking to make a bulk mileage away from a particular system, then you must use the APIs in Ekron. Can import data one-time. The difference is that you will be moving away from the third party system, while DXH and its referencing allow bo...