Posts

Showing posts from July, 2010

PHP: Regex inquiry -

$ regex = '/ [aeiou] * /' क्या वह "एईआईओएयूओ" या केवल "एआआआआआआआआआआआए," "ईईeeee", "आईआईआईआई", आदि (सेट में केवल एक ही अक्षर के शून्य या अधिक)। धन्यवाद चूंकि कोई गंभीर उत्तर नहीं है, इसलिए मैं एक गंभीर उत्तर देता हूं। जब आप इसे पास करते हैं: $ regex = '/ [aeiou] * /' से preg_match या preg_match_all (या कुछ अन्य फ़ंक्शन ), यह किसी भी स्ट्रिंग पर एक मैच की रिपोर्ट करेगा। preg_match , preg_match_all , preg_replace और preg_replace_callback डिफ़ॉल्ट रूप से सभी गैर-अतिव्यापी उपस्ट्रिंग (ओं) मिलेगा जो कि regex से मेल खाते हैं। (अन्य भाषाओं में फ़ंक्शन होते हैं जो संपूर्ण स्ट्रिंग regex से मेल खाता है, जो अलग है)। [aeou] * किसी भी स्वर (अंग्रेजी में), 0 या अधिक बार, लगातार प्रदर्शित हो रहे हैं चूंकि सभी में कोई भी वर्ण ( खाली स्ट्रिंग ) नहीं है, और रिक्त स्ट्रिंग किसी भी स्ट्रिंग में कहीं भी हो सकता है, फिर भी regex मेल खाती है, आपको हमेशा कम से कम एक मैच मिलता है। यह जांचने के लिए कि केवल ...

datetime php fatal error with negative time stamps -

पार्स करने की कोशिश 5 मई 1 9 42 -872726549 डेटाटाइम :: __ कंस्ट्रक्ट () स्थिति 7 (4) पर समय स्ट्रिंग (-872726549) को पार्स करने में असफल: अनपेक्षित चरित्र पहले सभी डेटा के लिए 1 1 1 1970 31 दिसंबर 1 9 6 9 में एक ही त्रुटि है मैं खिड़कियों पर xampp का उपयोग कर रहा हूं, php 5.4 यह त्रुटि को चालू करता है: $ topv = -872726549 ; $ Compar_time = नया दिनांकटाइम ($ टॉप); दस्तावेज़ के अनुसार आपको ऐसा करना चाहिए: $ topv = '1930/08/09'; $ Compar_time = नया दिनांकटाइम ($ टॉप);

machine learning - why classification results using SVM is not good in matlab? -

I have some problem with svm I used svmtrain and svmclassify classification for mass and no mass. I have 40 incorrect positive data and 13 are true positive. When I test it (the data test i have used is = data training) and gives 100% accuracy, but when I test it (data testing i get from data training) data training (tp = 8 FP = 30) and data testing (TP = 5FP = 10). The result gives false data all false positives. Have an idea about this problem? Or because the small number of data testing and training? It is quite normal that independent test sets can perform poorly, which means that your model Clearly stacks because when you get the training data fits, you get 100%. Try adjusting the SVM model parameters, apply data-preprocessing, especially to reduce your fit in standardization training and (hopefully) your independent test data when two accuracy stops, the model will be valid.

java - Populate an object array -

I am currently studying Java and it is not certain how to do it. At this time I am an employee class public class employee {Private Ent Ampid; Private string empName; Private string job; // Constructors; Public employee () {this.empID = 0; This.empName = ""; This.job = ""; } Public Employee (Anti-APID, String Implement, String Job) {this.empID = empID; This.empName = empName; this. Job = Job; } // it happens; Public int getEmpID () {return.empID; } Public string getEmpName () {return.empName; } Public string getJob () {return this .job; } // set; Public Zero SetEpid (Ent APIDID) {this.empID = empID; } Public Zero Set efmp (string empName) {this.empName = empName; } Public Zero SetJob (string job) {this.job = job; } } While in my main I created an object and type of employee of type with the size of 2 and then the number of arrays for entering the user Increase in basic information and then enter another loop to print all information. import java.util...

sql - NSIS Interacting with C# or VB? -

I'm probably looking for a way to talk with NSIS with C # or VB. This idea is to do some validation of the user through a database. (Actually to see if the user exists or not). Since I do not think NSIS can communicate directly with Microsoft SQL but can be C #, what would be the easiest way to go about this? Can call any normal WinAPI (stdcall / cdecl) function in Windows or third-party DLLs. You need to use it to use .NET stuff ...

How can I access these elements using jQuery to add and remove a class on click? -

I have several undocumented lists, which are being dynamically created for the loop. The problem is that I can not just target elements in this ul, it is changing the active class for every one. I am finding it difficult to understand what a brother is, a cousin etc. I have tried some of the closest (), siblings (), past (), find () and some of them different combinations, but this may not seem to work out. Here is the HTML & lt; Ul & gt; & Lt; Li & gt; & Lt; A href = "#" square = "active button" & gt; Option 1 & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "#" square = "button" & gt; Option 2 & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "#" square = "button" & gt; Option 3 & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "#" square = "button...

javascript - removeEventListener with Unique Anonymous Function -

I have an object that generates HTML elements that are also associated with an array of objects, and we It says that we have one example of this as it creates this element, it provides the following event listener to a nested part of the element (class uploading). Now the event listener must call the method of removing the example of the object that it was created, with the value of it I assigned to my creation. Because the events are under the window, for example an unknown function must be passed along with the I value. This is why it provides a very unique function for the event, and because the removal method will destroy the element in which the listener is involved. I want to delete it first; I may leak from what I have read otherwise (?) I am also using the strict mode, hence the argument is not. Therefore file.display.getElementsByClassName ('uploadDelete') [0] .addEventListener ('click', (function (that, i) {return function () {that.delete (i) ;};})...

version control - filter a lot of sensitive code from an svn repository -

I know about the whole dump. Filter | Load, oblivion etc. Issue and I believe that generally you do not have to delete files from history. Still, I have a special case. For the last few years my team was working on some iOS projects, not all of them are closely related, but they share some common code , And they are managed in the same SNN repo. Problem: The company has decided to transfer further development to the third party of one of projects. We have to give them the code of that project - including history - but we do not want to code them for other projects. How can I do this? For reasons written by the author of the Swedish musician, the dump. Filter | Load cycle does not move; Unfortunately, neither the voluntary democracy itself is mine, my current approach is to transfer repo to GIT, where you can do delete history but I think it is an overkill. applies to your case until I see an ATM. A new approach that allows you to filter repository history is consid...

Combating AngularJS executing controller twice -

I understand that AngularJS runs twice through some code, sometimes even more like $ watch Local.get (); // user to save user data locally .get ({id: $ scope.User._id. $ Oid}, function (user) {$ scope.User = new user (user); local.save ($ Scope.User);}); // ... To put 2 records in my DB, it is executed twice, I am still clearly learning because I have beaten my head for ages against this I am doing App router resembles specified navigation to MyController : $ routeProvider.when ('/', {templateUrl: 'pages / home.html', Controller: MyController}); But I have also got the code in home.html : and data-ng-controller = "MyController" Was & gt; The problem has been solved by removing the data-ng-controller attribute from the double-digested controller. Alternatively, controller: could have been removed from the routing directive. This problem also appears when using tabbed navigation for example, app.js can contain: ....

javascript - Capturing removeObject from indexedDB -

Using a cursor, I am displaying all items in my indexed DB. For my assignment, we need to create an administrator account at the page launch. I have used a local storage API to record that this account has not been created to create this admin account continuously. When a new user is created and displayed, there is a deletion button next to his name. I am trying to launch the function that will change the local level of the administrator key: function adminRemoved (), if the administrator account was to be deleted but I do not know that I How capable of capturing the event. This function is used to show the list of all users in DB: Function Show User List (e) {// var results = e.target .result; //databox.innerHTML = '& lt; Div & gt; + Result.id + '-' + result.name + '-' + result.date + '& lt; / Div & gt; '; Var cursor = e.target.result; // Capture many return values ​​as a cursor. // if (cursor) {databox.inner html + = '&...

java - Reaching JTextField in a DocumentListener -

So, I ended up making a Sudoku Solver, but I want to improve it. To do this, I need to reach betterJTextField to documentListener . I am using a documentListener to read from my betterJTextFields in real-time, I have the problem that insertUpdate (DocumentEvent e) . I need to reach Better Zest Field that happened to DocumentEvent . For example, if invalid input, would be better zestfield turn red etc. I have all my better zestfield in the matrix if you should know. Each area handles a number in the Sudoku. @ Override public zero inserted (DocumentEvent e) {// Code removed which checks that the input in the fine zest field is OK. } ( JFormattedTextfield extended JTextField ) public class betterJeststeffiledJFormattedTextField {private int row; Private int column; Public BetterJustStस्टfield (format format, infinite row, EIT column) {super (format); This.row = Line; This.column = Column; // To-O Auto-Generated Constructor Stub} Public Ent Miller () {ret...

windows - Unable to load a .Net assembly -

I am trying to access a net assembly in a VB program running on a server. I could not load the file or assembly mentioned frequently getting the error I went through about 60 different web pages and I have not done anything. I have DLL in the same directory which is executable I am starting. In Appbase, this file: //? / C: and I have researched it in other examples, they all had file: /// . I do not know if that issue can happen or not, if it is so, then someone can tell me how to fix it? I file: //? / but it ignores all special characters, even if Google and Bing engage in question marks, as I can best tell. Error message: No compromise of tampering: the system. Typing Initialization: The startizer for 'cgiTest.modCurrentBalance' threw an exception --- & gt; System.IO.FileNotFoundException: Could not load file or assembly 'Aspose.Cells, version = 7.4.1.0, culture = neutral, publicKeyToken = 716fcc553a201e56' or one of its dependencies. The system ...

jquery - Collapse and expand all -

I am trying to expand / collapse all the functionality I have a list of expandable items, the top right With a button that allows users to expand and collapse everything. Currently, my code works if everything increases / collapses, but does not work properly when the user expands certain elements (and not all) it only collapsed / expanded Switching Elements Here is my jQuery code that is running: $ ('div.srcprojects'). Hide (); $ ('. Projectscontainer'). ("Click", "span.destproject", function () {$ (this) .siblings ('.srcprojects') toggle () .inter (.). Siblings ('div' ("click", "div ("Click"); $ (this) .Parent "Span # expandcollapse", function () {$ (this) .text (function (i, current text) {current text on current === 'expand all'? 'Collapse all': 'expand all ("Click");}); How can I make it / Sus So that my #expressed calculation really can expand to ever...

java - Can't get namespace to display correctly in soap response from Spring Web Service -

I can not seem to get rid of the ns0 from the root. What am I doing wrong interceptor @Override public boolean handleFault (MessageContext messageContext, object endpoint) {SaajSoapMessage saajSoapMessage = (SaajSoapMessage) messageContext.getResponse (); Soapsmaking Soap Message = (Soap Message) Message Contact. Gateresons (); {SOAPMessage saajMessage = try saajSoapMessage.getSaajMessage (); . SaajMessage.getSOAPPart () getEnvelope () setPrefix ("soapenv") .; . SaajMessage.getSOAPPart () getEnvelope () removeNamespaceDeclaration ("Soap-ENV") .; . SaajMessage.getSOAPPart () getEnvelope () addNamespaceDeclaration ( "IMS", "http://www.imsglobal.org/services/lis/cmsv1p0/wsdl11/sync/imscms_v1p") .; SaajMessage.getSOAPHeader () setPrefix ("soapenv") .; SaajMessage.getSOAPBody () setPrefix ("soapenv") .; SaajMessage.saveChanges (); } Hold (SOAPException e) {e.printStackTrace (); } Correct & lt; soapenv: Envelope...

Play Framework 2.0, Scala define input type and print a list -

I am using Play Framework 2.0, I am trying to print a table, and the types of my data Based on this, my program input will be different. I have already figured out how to use the class of instanceoff in my input, but when I do it on the list, it gives returns: Non-variable type logic models Type in message in Java Below is my code: @ (title: string) () content: object) & lt; Tr & gt; & Lt; TD & gt; @ Title & lt; / TD & gt; @if (content.isInstanceOf [date]) {& lt; Td> @ Content.asInstanceOf [date]. Format ("yyyy-MM-dd") & lt; / Td> } And {@if (content.isInstanceOf [list [medicine]]) {& lt; Td> & Lt; Table & gt; For @ (a & lt; - content) {@ a.name & lt; Br> } & Lt; / Table & gt; & Lt; TD & gt; } Other {& lt; Td> @ Content & lt; / Td> }} Please help ... I do not think the warning is blocking compilation, it can obscure the actual compilation error. If in the exa...

C++ How to store a parameter pack as a variable -

Currently I'm having trouble storing a parameter pack, this is the example code of the design: Template & lt; Typename Func, typename ... Args & gt; Zero Handluffs (Funk Funk, ARGs & AGRG) {Strict Nest} (Fnac Nestfunk; Argus ... Nest Argus; // I do not know what to set up wrong (fnks funk, arges ... args) {nestFunc = func; NestArgs = (Args) ...; // so I can set it // // later I will forward it and the function is unsigned process () (nestFunc (std :: forward & lt; argee & gt; (nestArgs) without its arguments ... ); // Return to here 0;}}; nests * myNest; MyNest-> Setup (Funk, (Args) ...);} For this problem There is an example of all the things involved, I need to archive the arguments to request later in my Nest Structure. Well, if you have any way to store it but to set it, it is different for me, please tell me about it also. Thanks. You must use the :: std :: tuple & lt; ARG ... & gt; to store it but then the question This is how...

node.js - mongojs [Error: connection closed ] -

I am using mognojs version 0.7.2 and socket.io, and works fine, but when I query Does not the database for a while, possibly the connection time may expire, and when I try to recreate any query, the callback response is [error: connection closed] I `M to add auto_reconnect, but I have the same error var db = require (" mongojs "). Connect (databaseUrl, archive, {auto_reconnect: true}); Thank you for your help. In version 0.7.7 there is no connection to the connection (server) option for the original mangodb driver layer Not forwarded. Your auto_reconnect is meaningless here, I am looking for solution to this problem

Efficient way to select a nested child nodes with Jquery -

मेरे पास यह html संरचना है: & lt; div id = "title" class = "span7" & gt; & Lt; span id = "विवरण" वर्ग = "विस्तार से पुल-दायें" & gt; & Lt; एक वर्ग = "विस्तार दिखाएं" href = "#" & gt; अधिक विवरण & lt; / a & gt; & Lt; / span & gt; & Lt; p & gt; मेरा पाठ उदाहरण & lt; / p & gt; & Lt; / div & gt; & Lt; div वर्ग = "span9 छुपा" शैली = "प्रदर्शन: ब्लॉक;" & gt; & Lt; div वर्ग = "पंक्ति शीर्ष पंक्ति" & gt; & Lt; div class = "span9" & gt; & Lt; div class = "detailInfo" & gt; & Lt; p & gt; इनफ़ॉर्मोज़ीनी एग्गुइंटिस & lt; / p & gt; & Lt; / div & gt; & Lt; / div & gt; & Lt; / div & gt; & Lt; / div & gt; मैं डिप्टी "शीर्षक" पर मेरे पहले अनन्य आईडी से शुरू करते हुए .detail.info div चुनना चाहता हूं। मुझे यह कोड है: $ ("# श...

c# - Clearing a list using a for loop -

I'm making a black jack game, and at the beginning of every new round I need to clear the list of cards And represents the dealer's hands. I used to do this: Public Zero ClearPlayerHand () {for (int i = 0; i The problem seems to always be left with a card left in the list, or I get out of bound error, regardless of how I change the value of Is the best way to remove all elements from the player? If your archive implements PlayerHand you can only call You can. Clear () method. This is a general implementation of the interface. If you want to clear one list & lt; T & gt; For for loop, you should use a reverse for the loop, the reason for this is that when you remove an item from the list , Then it will make a change under all the indices, and you can easily run into the index from the exceptions. An example would be: for (int i = player hack.count - 1; i> = 0; i--) {PlayerHand.RemoveAt (I); }

java - Using Linked List in Hazelcast -

I was just thinking that I can use Linked List as a data structure in Hajjcast because I need to This demand is currently only distributed maps, distributed queues, distributed sets and distributed lists only. If possible, how do I implement it? A linked list "bus" / P> class entry {entry next; Item value; } And there is one object 'list' that manages them. Dual Linked List of Courses class entry {Entry entry; Previous admission; Item value; } So if you use 'Distributed Set' and enter objects in Type Entry, then you can add links to the top of any storage implementation, which is definitely your But I can not tell that something like this happens in your case.

api - wt.vc.VersionControlServiceEvent.NEW_VERSION -

I have a windchill service, from which I am capturing the revision. I am using the API VersionControlServiceEvent. NEW_VERSION But this event is capturing both the checkout and revision events. I just need to capture the modified incident. It is only modified to modify the event or to have another API to do this Starting with my last answer (), you just need to test the target object's position: public class versionEvent Listener Adapter ServiceEventListenerAdapter {public VersionEventListenerAdapter (String serviceId) {super (serviceId); } Public Zero does not indicate VietEvent (object event) throws WTException, WTPropertyVetoException {if ((Event! KeyedEvent of Event Event)) {Return; } Object target = (KeyedEvent event) .getEventTarget (); Object eventType = ((KeyedEvent event) .getEventType (); If (eventType.equals (VersionControlServiceEvent.NEW_VERSION)) // Check that the object has been checked, if (the example of the goal) the work and the operating system...

text rendering in qt 4.8.4 -

Image
मैं QGraphicsTextItem बनाऊँ और इसे घुमाएं। मैं प्रतिपादन झंडे का उपयोग mMapView-> setRenderHints (QPainter :: Antialiasing | QPainter :: TextAntialiasing); लेकिन टेक्स्ट आइटम केवल तब ही देख रहा है जब घूमता नहीं। इसे ठीक कैसे करें? थानक्स! यह थोड़ा सा मुश्किल है। मुझे लगता है कि आप विंडोज के तहत काम कर रहे हैं। आपको फ़ाइल ... \ src \ gui \ text \ qfont_p.h में डिफ़ॉल्ट हिंटिंग को बदलना होगा 75 से > ... hintingPreference (QFont :: PreferNoHinting) फिर आपको क्यूटी लाइब्रेरी को डायरेक्टवर्इट के साथ कॉन्फ़िगर और संकलित करना होगा। कॉन्फ़िगर करें- opens -debug-and-release -directwrite nmake (यह समाधान Windows XP के साथ काम नहीं करता है)

email - django sending mail using pre_save -

1. Déggens is a part of learning, I'm trying to send an email to the email id using the pre_save signal. 2. Mail should be sent to an email ID which is mentioned in the field. I have no proper way of using signals. Here I am models.py and views.py. views.py def addbook (): form = BookForm if request.POST: form = BookForm (request.POST) if form.is_valid (): cd = form.cleaned_data form.save ( ) Return Redirects products.py pre> class book (models.Model): Book_id = models.AutoField (primary_key = true, unique = true) book_name = models.CharField (max_length = 30) author_name = models.CharField (max_length = 30) publisher_name = model .CharField (max_length = 40) email = models.EmailField ( ) Bookref = models.CharField (max_length = 10) square meta: db_table = u'book 'def __unicode __ (self): return "% d% s% s% s% S"% (self.book_id, self.book_name, Self.author_name, self.publisher_name, self.email, self.bookref) My requirement is an email that a...

localization - Lithium PHP form helper fails while generating URL when using globalization -

I have activated the globalization config in my lithium framework. When I'm using the HTML Assistant in my view, '$ the-> Form- & gt; Create () ' This page throws an exception with "no parameter match found for Aprell {$ url} ". I have found that in my ' lithium / action \ request ' object, Param property has a key name in the ' locale Is, locating the locale setting with "zh_CN". That's right, but the problem is solved. The route object could not be found exactly matching. How to deal with it? Thanks for all the help. You can use it to help debug it. Ensure that you have the required paths and languages ​​(here zh_CN ) in the Locale environment variable.

php - left join optional table -

मैं तालिका pep_posts का चयन करने का प्रयास करता हूं और फिर pep_postmeta से जुड़कर छोड़ दिया तालिका pep_postmeta वैकल्पिक है अगर तालिका में कोई भी डेटा pep_postmeta , परिणाम अभी भी दिखाया जा सकता है। नीचे मेरी क्वेरी है लेकिन यह क्वेरी केवल डेटा दिखाती है तालिका pep_postmeta में डेटा है, यह नहीं जो मैं चाहता हूं। चुनें पी। *, Pm * `pep_posts` p से 'pm_postmeta' pm को pm पर भेजें। Post_id = p.ID जहां p.post_parent = ''। $ Current_page_id। '' और p.post_status = 'publish' और pm.meta_key = 'book_image' यदि आप WHERE खंड में वैकल्पिक तालिका का संदर्भ देते हैं, तो एक बाएं जुड़ने में, यह अभी भी केवल पंक्तियों को फ़िल्टर करेगा उस तालिका में एक मान आपको क्या करने की जरूरत है pm पर ON खंड को हालत में स्थानांतरित करने की आवश्यकता है, जहां यह पंक्तियों को नहीं हटाएगा, बस मान सेट करें NULL । SELECT p। *, Pm * से 'pep_posts` p LEFT JOIN' pep_postmeta 'pm पर pm.post_id = p.ID और pm.meta_key =' book_image 'WHE...

java me - custome tab header in lwuit resource editor -

I am trying to create a codenamed application in which I must use the tabbed form. I have created a form containing tab container which has three containers to show three tabs. But these three tab header looks very heavy, the height for my UI is very big. How can we change its height? Can we create our tab headers if so, how? Should we use any kind of renderer in it. Whether it can be done using the lwuit res editor or I have to do it in code. Please help. Simply define the tab limit to clear and it will be removed limit thus reduce the size TABS Container UI does the same for the UIID and the size should be very small while taking the tab. If you still want to look good, just define a new "small" limit that suits your needs.

android - How to read an existing xml file from sdcard and add new data into it -

I just want to read xml file from sdcard and want to add some new data. Then I have to write it in sdcard. How can I implement it Any help would be highly appreciated. Writing Reading is XML file sample. And you can get them using lots of them. However, two important sections of the XmlSerializer and XmlPullParser . A simple XmlSerializer example: - public static string CreateXMLString (throws IllegalArgumentException, IllegalStateException, IOException {XmlSerializer XmlSerializer = Xml.newSerializer ()); Stringworld author = new stringwriter (); XmlSerializer.setOutput (author); // Start Document xmlSerializer.startDocument ("UTF-8", true); XmlSerializer.setFeature ("http://xmlpull.org/v1/doc/features.html#indent-output", true); // Open Tags & lt; File & gt; XmlSerializer.startTag ("", "File"); XmlSerializer tempXml = Xml.newSerializer (); Stringwriters temputer = new stringwriter (); XmlSerializer.startTag ("",...

phpmailer - In "To" header same Address display two times in mail when using php mailer -

When I send a mail at ok@gmail.com using the php mailer then match the same address in the head to "to" Displays twice in like this: to: ok@gmail.com; Ok@gmail.com Simple I used to: $ mail-> AddAddress ("ok@gmail.com"); $ Mail- & gt; Subject = $ theme; $ Mail- & gt; Body = $ body; $ Mail & gt; IsHTML (true); $ Mail & gt; Send (); $ Mail & gt; ClearAddresses (); $ Mail-> AddAddress ("ok@gmail.com", "Mr. John Smith"); When you do not set the name mail mail and name are used for both things.

matlab - how to remove third legend from merging two figures -

I am discussing this problem. My problem is that in the third figure, there are 3 legends (which are 2 figures). 2 is fine but there is a 3 legend (the figure is a legend from 1 or 2). How can I erase it programmatically? fig = open ('fig 1. figure'); Fig2 = open ('fig2.fig'); AX1 = get (Fig1, 'child'); AX2 = get (fig2, 'child'); I for = 1: numel (ax2) ax2hildren = get (ax2 (i), 'children'); Tri = get (AX1 (i), 'child'); Wait; First = Copax (triangular, axis 1 (i)); Second = Copago (ax2hildren, ax1 (i)); End set (first, 'color', 'g', 'marker', 'o'); Set (second, 'color', 'b', 'marker', 'x'); Legend (first, {'first'}, 'space', 'northwest', 'color', 'g'); Legend (second, {'second'}, 'location', 'northwest', 'color', 'b'); Thanks! You must use HashioView ( set (Dissatisfaction (t...

java - How to config the generated code's placement in IntelliJ? -

Now I'm using IntelliJ, it's great. But there is an annoyance: it actually generates a gestਟਰ setter above the real area, how can I change this behavior? "post-text" itemprop = "text"> Place your mouse pointer under all fields ALT + INSERT - & gt; Gater and Setter - & gt; Select fields - & gt; Fine. it must be.

c++builder - Firemonkey: TGrid usage on Embarcadero C++ Builder XE3 -

I am trying to create a device that reads the data from the database and can use it in the FireMonkey using a TGIR Displays in the form. I need to use different types of columns like TCheckColumn and TPopupColumn, but can not find any good guides or examples on how to use them in C ++ Builder. Either way, I managed to understand the use of TStringColumn, the column of TGrogress, set the value of the cell on the event of TGridGet value Does anyone know how to set up TCheckColumn, TImageColumn and TPopupColumn columns for any one? Thanks DANIEL --- UPDATE-- - I have been able to use the test column. This is what I do in the manufacturer of the form. I: // TStringColumn Grid1-> AddObject (new TStringColumn (this)); // TCheckColumn TCheckColumn * c = new TCheckColumn (this); Grid1-> AddObject (c); // TPopupColumn // List of values ​​TStringList * l = new TStringList (NULL); L & gt; Pairs (L "first"); L & gt; Pairs (L "second"); L & gt;...

django - Looping checkbox not all values adding to database -

I have the following function, what should it do, which should loop the submitted values ​​in the checkbox named Group, then Each value is in the database. However it seems to add a value to the database, is there a mess? Groups = 1,3,3,4 Function Renewed def Add_batch (requested): # If we find a post, then get request post value. If we have valid data before saving to request.method == 'POST': form = batchform (request.POST) # to check if form.is_valid (): # Clear all data and add to var data. Data = form.cleaned_data group = data ['group']. Batch = batch (content = data ['message'], group = group.bizzets.jet (pk = item), user = request.user) batch. Save () returns for items in groups (","): Redirect (batch.jet_send_conformation_page), Post Works: Groups 1, 3, 4 Form: form action = "{% url 'add_batch'%}" method = "post" square = "form-horizontal" Encrypt = "Multipart / Form-Data...

ios - accessing json content from dictionary -

I have a dictionary that contains Jason data. I am not able to handle the data inside it. I tried to calculate but fails This is the data format I'm refunding using NSLog: 2013-03-21 12: 48: 36.973 [2]: [article = "Other shoes on the surface are going to drop: Full Windows 8, Intel Core -Cowered Surface leads to stores in just a few weeks. "; Id = 2; Title = "Microsoft Surface Pro hits America and Canada"; } 2013-03-21 12: 48: 36.974 Cell Items [21009: c07] {article = "Hit by the rising demand of Samsung devices, iPhone will lose smartphone market share for the current quarter, says a City analyst"; Id = 3; Title = "iPhone to Shade Market Share"; } 2013-03-21 12: 48: 36.974 Cell Items [21009: c07] {article = "The carrier says that in an effort to promote its spectrum, the Atlantic tele-network, aka Altetel, from the wireless spectrum and the network's Is planning to buy the property. "; Id = 4; Title = "AT & T spend...

ffmpeg - How to execute a cmd command using java program -

इस सवाल का पहले से ही एक उत्तर है: 14 उत्तरों मैं एक सीएमडी निष्पादित करना चाहता हूं Java प्रोग्राम का उपयोग कर कमांड ffmpeg -i input.mp4 output.mp3 मैं चाहता हूं कि उपरोक्त आदेश को सीएमडी में जावा भाषा के जरिये निष्पादित किया जाए। और उपरोक्त कोड में मैंने सीधे इनपुट फ़ाइल नाम को निष्पादित करने के लिए दिया है लेकिन क्या मैं एक कोड लिख सकता हूँ ताकि उपयोगकर्ता मैन्युअल रूप से एक इनपुट फाइल दे दे? यहां आप जा सकते हैं - रनटाइम.गेटरीटाइम ()। Exec ("ffmpeg -i input.mp4 output.mp3");

Month names in MySQL column -

I have a MySQL column name known as fee . The value within charges is something like: Jan, Feb, Mar or Jan, Feb ... which means The fees were paid for January to March (January was paid for the second instance on February). How do I know about the count of the number of months those fees have been paid? To wit. 1 For example, I would expect to get 3 and 2 for example 2. If the months are always displayed by 3 characters, you may Select can use floor ((length (fee) +1) / 4) from table_name; We denote the number of months as n , note that the number of commas is less than n Because there is a 'T' at the end of the string, hence the length of this field represents 'Fei' 3 * n + (n-1), which is shown as N , so we 1 N can add and divide by 4. To achieve the nearest integer is the goal round which can be removed in this case. SELECTA ??? Length (fee) +1) / 4 from table_name; will get the correct answer, length () The length of the string...

android - Show all items in AutocompleteTextView without writing text -

I have an autoplaytextview and it works fine. When I write a word it shows relevant results, but I want to show all items without writing any words in AutoCompleteView. How can i do it You need to expand the full text extension automatically, "When threshold is less than or equal to 0, the threshold of 1 applies." Import android.content.Context; Import android.graphics.Rect; Import android.util.AttributeSet; Import android.widget.AutoCompleteTextView; Public Class InstantAutoComplete AutoCompleteTextView Extends {Public InstantAutoComplete {Reference Reference} {Super (Reference); } Public Instant Information (reference ARB0, AttributeSet arg1) {super (arg0, arg1); } Public Instant Complex (Reference ARB0, Attributaseat AGR1, Inti arg2) {Super (RG 0, AG1, AGR2); } @ Override public boolean tofilter () {back true; } @ Override Protected Zero to Focus Change (Boolean Focus, Int Direction, Reich First Focuserate) {super.onFocusChanged (Focus, Direction, First F...

java - Error loading KeyStore(PKCS12) -

I want to load a keystore with the load method, but when I use it I got an error What is ICParameter It does not understand. try {fileInputStream = new FileInputStream (new file ("D: \\ use \\ key_privateUZ.p12")); Ks = KeyStore.getInstance ("PKCS 12"); Password = "1234" .toCharArray (); Ks.load (is, password); } Hold (exception e) {e.printStackTrace (); } My error: java.security.cert.CertificateParsingException: java.io.IOException: Only names supported eCParameters sun.security.x509 . Sun.security.x509.X509CertImpl. And lt; Init & gt; (X509CertImpl.java202) at X.Security.x509.X509CertImpl.parse (X509CertImpl.java:1788) on X509CertInfo. & Lt; Init & gt; (X509CertInfo.java:171) sun.security.provider.X509Factory.engineGenerateCertificate (X509Factory.java:97) java.security.cert.CertificateFactory.generateCertificate (CertificateFactory.java:339) on sun.security.pkcs12.PKCS12KeyStore.loadSafeContents (PKCS12KeyStore.java:1441 on java...

c - Process name from its pid in linux -

How to get the process name from his PID? For example, I execute cat file1.txt, but I have to find out that since the cat command and its logic system in its pid. Is there a straight to determine or something similar? Any ideas? There is no common way to do this unix. Each OS has a different way to handle it, There are different ways and some are very difficult. Although you mention Linux, the information is in the proc / proc filesystem. To get the command line for the process id 99 99, read the file / proc / 9999 / cmdline .

HTTP POST request in Inno Setup Script -

I want to submit some information gathered from the user during the Inno setup installation on our server via post. The obvious solution is to include an .exe file that will remove the setup in a temporary location and launch it with parameters. However, I am thinking - is there any easier / better way? Based on the advice jsobo using the WinHttp library, I very Come up with a simple code that runs, say, you want to send a serial number for verification before the actual installation starts. In the code section, put: process karstepanked (curlestop: tsetupupstep); Var Win HTTP: Variants; If CurStep = ssInstall starts, then start AutoCheckRadioButton.Checked = True then WinHttpReq: ​​= CreateOleObject ('WinHttp.WinHttpRequest.5.1'); WinHttpReq.Open ('Post', ' The method takes HTTP method as a logic of the URL and async has to request and it seems that we have to set SetRequestHeader to set Content type titled application / x-www-form-urlencode...

android - Trouble aligning TextView and Checkbox in a layout -

I have a linear layout that includes text view and checkbox & Lt; Checkbox Android: id = "@ + id / checkFollowDate" style = "@ style / checkbox style type 1" /> & Lt; / LinearLayout & gt; More styles are: & lt; Style name = "linearLayoutStyleNoBgColor" & gt; & Lt; Item name = "Android: layout_width" & gt; Fill_print & lt; / Item & gt; & Lt; Item name = "Android: Layout_hete" & gt; Fill_print & lt; / Item & gt; & Lt; Item name = "android: layout_margin" & gt; 5dp & lt; / Item & gt; & Lt; Item name = "android: weightSum" & gt; 1.0 & lt; / Item & gt; & Lt; / Style & gt; & Lt; Style name = "textFieldStyleType1WithCheckbox" Parent = "@ style / text filetype type 1" & gt; & Lt; Item name = "Android: Layout_hete" & gt; Mail_parents & lt; / Item & gt; & Lt; Ite...

Google Cloud Messaging for Android works from server to client, but also viceversa(from client to server)? -

stackoverflow fellow, Since I am very new in cloud computing, I want to ask you one Q: Google Cloud Messaging for Android works from client to client, but from client to vice versa on client? I'm asking you this because I am currently developing an Android application. In structure, normal lines, this is something like: I would like to use my laptop as a server - and make all the computations here. Then, to send everything from my server to the cloud, to the cloud and to the cloud, on the device that runs my Android directly, I want to store computing and database on my local server (because, because I am a student, I have There is not enough money from Google to actually pay for a server (we say), so I'm concentrating on freebies for my needs. ) And just communicate with my Android device using Google Cloud Messaging for Android. (I want my application to be independent of my mobile device's hardware, and also, I want to write a program that will compute on my serv...

jquery - Trying to load external website page from my ASP.NET MVC3 app into a popup -

I have an ASP.NET MVC3 website, which needs to display the card verification page in the popup. The card verification page is actually on the external website and I can not change it One of the requirements is that I have to make a POST request on that external page and pass the custom headers so that the card number can be pre-populated in their text box. I tried to make javascript jj call, but it can not load XMLHttpRequest ... because they did not enable cross domain access If I use custom verb and to post a webclient in it and then download a feedback string and then send it back to a view, then it really does not work because I'm happy with my page Th lets get HTML source and it lost all related contexts as scripts and CSS files they no longer point to my site. Is there any way of doing it? Ideally i want to load my page with a post request in some iframe what do you do Load the initial content for popup and popup from your website This content contains a hidden...

java - Setting a number format pattern for a report to retain all the digits after the decimal point -

I am using iReport 3.1.0 to generate a JSCR report I I want to set a 1000 splitter pattern for one of the fields in my report. This field is in the extension band and displays after the decimal point with different digits of the digits. So, all the points that come after the decimal point (I can not specify a certain number of digits in the pattern), is it possible to write the number format pattern that displays all the digits after the decimal number? Just after the decimal point in your format pattern an insanely in large numbers # Insert trailing zero will not be shown, as long as you have more data in your data than # decimal places, you will get all the points.

symfony - Default language set by default french -

मेरे पास config.yml में निम्नलिखित प्रविष्टि है रूपरेखा: अनुवादक: {fallback : De} जब मैं अपने सूचकांक पृष्ठ पर जाता हूं क्रोम हमेशा मुझसे कहता है कि वेबसाइट फ्रेंच में है और अनुवाद करना चाहता है। मैं इसे कैसे से छुटकारा मिल सकता है कि यह फ्रेंच में है? मैं क्रोम में समारोह को अक्षम नहीं करना चाहता मैं config-files में कुछ भी नहीं देख सकता जो मेरी समस्या को हल करे। चूंकि आपके पास पहले से ही क्या है @ एल्नूर ने सुझाव दिया है कि यह भी कोशिश करने के लिए चोट नहीं पहुँचा है: & lt; मेटा HTTP-EQUIV = "सामग्री-भाषा" सामग्री = "{{ऐप .request.locale}} "/ & gt; फिर, फिर से, पढ़ें

Zend Session Namespace, get key of defined array -

I am using some Zend_Session_Namespace objects to save some data, most of these data or multidimensional arrays I'm looking for That I'm missing a part of Z_Session_Namespace argument or I do not want to use them for them. For example, I store a CD id with my simplified list. / P> $ session = new Zend_Session_ namespace ('cd-track-list'); $ Session- & gt; {123} = Array ('first track', 'second track'); After this, I want to loop the session name space and I need to know the ID of the CD and its tracklist. ($ session as $ key = & gt; $ value is $ 1 -> - but should be $ 123 $ value is the array ('first track', ' Second track ');} $ value is correct, but the key of $ is not set here. So my question is, how can I get a CD ID when I This will be done with your integer index Will not work, this problem is put in "0". "Zend_Session_Namespace.php" (__ Set) $ name = (string) $ name; You can...

iphone - Saving Core Data when the user exits the application? -

I am trying to save the core data while pressing the home button on the Home button. I will do it from -applicationDidEnterBackground Wanted: but it is not being called. This is probably because you can not save core data here or just because there is not enough time to complete the operation. Although it works with -applicationWillResignActive: I'm just curious who is the best representative method to do this and why -applicationDidEnterBackground: is not working (as You can see from the output that both the methods are being called, if I remove it from -applicationWillResignActive: does not occur, so this is not the case when blocking someone else ) // Call Save - (empty) application Iseshgyanatmk action: (Uaiapiplikeshn *) application {[self-model] Shejenkoretata: Save @ "application Willilrasaktivakt"]; NSLog (@ "APPDEL:% s", __PRETTY_FUNCTION__); } / / No left - (zero) applicationDidderbackground: (UIApplication *) application {[[self model] ...

java - Issue with contains() method -

I am writing a simple code using the () method, but the problem is That if I put a string array in the argument of method () , nothing in the program (no error), so it should just loop over a string array and see if it contains There is an element from the other arrow. I tried with a word in logic and it works fine arrays are not empty and I can print them. So, any suggestions? This is a part of the code: for (int i = 0; i & lt; farbe.length; i ++) {for (int jm = 1; j & lt; names.length; j ++) {if (name [j] is included (fürb [i])) {System.out.println (name [ja] + "\ t" + "Yes "); }}} array elements. * Reading from the txt file. Therefore, there is a word sequence in the 'Name' array and there is color in the 'color' array. Parts of the Arrays: Name: Hernelderjekke & gt; & Gt; Collins Helenstoffjke & gt; MH 7 4B 9-LV (Schwarz | 54) 9-LV (Schwarz | 52) Tunica-Leiderclide & gt; 9519 color: beige br...

PL/SQL Oracle Error Handling -

I created a trigger that gives 10 existing orders to only one user, so now when the customer moves the order number 11 , Oracle database throws an error back. Well 3 Errors ORA-20000: You currently have 10 or more order processing. ORA-04088: error during execution of trigger 'C3283535.TRG_ORDER_LIMIT' ORA-06512: "C3283535.TRG_ORDER_LIMIT" The top error is one I have used: raise_application_error (-20000), 'you currently have 10 or more order processing.'); I was just thinking after searching and was trying to change error messages for other two errors or show them in many ways for the user all together? Here is the code I used Before entering the placed_order for each row, declare the v_count number to trigger or change trg_order_limit; Start - get calculation count (order_ID) of the current order count placed in v_count / command where fk1_customer_id =: new.fk1_customer_id; - Increase exception if there are too many if v_coun...

ruby - How to describe belongs to many? -

I have three model class users, products and purchases. I describe the quantity of a product for the purchase order. So a purchase is a product, and a product may be related to many purchases, but the Mogoid message about the problem: Mongoid :: Errors :: InverseNotFound (problem: when the # product If you add an (N) product to buy, you could not determine the inverted foreign key to set the muquidoid. Summary: When adding a document in a relationship, Mongoedd remembers the newly added document based on relationship in memory. Attempts to link, as well as sets the foreign key to add them from the database. This matter could not determine what was distracted foreign key: Resolution: If no inversions are needed, such as a_expression or has_and_belongs_to_many , Make sure that: inverse_of => is set to zero relationship. If inversion is required, then the most likely is the inverse address from the names of the relationships It can be applied only and you will need to be clearly...

ios6 - How to present a login screen before uisplitviewcontroller? -

I am developing an app with UISplitViewController. However, I need to show a login screen before UISPlitViewController. A simple UIViewController has been created and I created a Segue from DetailViewController in the new UIViewController. I have also created a ViewDeadPaper in detail in the Visual Controller, which calls SEGU. - (zero) viewDeadapp: (BOOL) animated {[super viewDidAppear: animated]; [Self Performance Cigu with Identifier: @ "Login SageUu" Sender: Self]; } I found this error: "There is no segue with identifier 'login sigu'" Is there any way to do this? Great way? Thanks I got the solution myself: a model inside the application Call onDefiefDisable in AppDelegate Example: Static Sendout_OnceTit; Dispatch_once (& amp; one time token, ^ {UIStoryboard * storyboard = self.window.rootViewController.storyboard; LoginViewController * launchViewController = [Storyboard Instinct ViewControllerWithIdentifier: @ "Log ...

RealTime Architecture(ARA) in Asterisk 1.6.2.1 & more? -

Currently I'm using Asterisk version 1.6.2.1. All settings are default (I install and configure it according to the tutorials in different forums) so when I use the following commands in the console: - astrisk -r core show settings Then I know Realtime Architecture (ARA): Disabled 1. How to enable it? 2. ARI by default Asterisk version 1.6.X & amp; Above or disable it by default & amp; Do we have to enable it? app_set = 1.6 3 I'll try in asterisk.conf pbx_realtime = 1.6 res_agi = 1.6 app_set = 1.6 I convert to 1.4, but no Does not even use Any help? Be sure that you've reviewed: Which database access method is Are you using? ODBC? My sql? Can you access the database through the credentials provided to Asterisk for the connector? Are you installing Estherik through packages, or via custom-compile? You have indeed given so little information that it is difficult to guess what your problem might be.

javascript - What are the pros and cons of calling jQuery functionality via these 2 different methods? -

I'm trying to understand the difference between these 2 methods of javascript / jQuery functions (if any) I am / P> Method 1, in document.ready () : $ ('body'). ('Click', 'a.popup', pop up); then function popup () {$ (this) // do something} Method 2, In document.ready () : popup (); Then click function popup () {$ ("a.popup") (function (e) {// do something here}) ; } All advice appreciated. The popup function in method 2 is called only once, otherwise you are equal Functions onclick often attach, what you probably do not want is the popup function body directly in document.ready () . . There is no big advantage in writing, the advantage of method 1 is that if you want to attach the same function to different events and / or with different elements such as onclick , onmousemove etc. In this way you will not have to type the body of the function twice. In short, I do not get the benefit in method 2, ...

asp.net mvc 4 controller execute multiple ajax calls in parallel -

मेरे पास एक asp.net MVC 4 नियंत्रक thats विधियों को AJAX के माध्यम से कहा जाता है। समस्या है कि एजेक्स अनुरोध नियंत्रक द्वारा क्रमिक रूप से नियंत्रित किया जाता है। यह पृष्ठ को लोड करने का समय के रूप में प्रदर्शन संबंधी समस्याएं होती है, सभी एजेक्स अनुरोधों का योग होता है और सबसे लंबा एजेक्स अनुरोध नहीं। इसे प्रदर्शित करने के लिए, मैंने पहली बार ("ReadOverview8Week") विधि में एक ब्रेक पॉइंट लगाया । इन विधियों में से प्रत्येक को व्यक्तित्व निष्पादित करने के लिए ~ 600 एमएमएस लेता है। मैं नियंत्रक को तीनों अनुरोधों को समानांतर में कैसे बना सकता हूं? मैं आईआईएस 8 का उपयोग कर रहा हूं। यह एजेक्स अनुरोध (केंडो यूआई डेटासॉर्स से) .डेटासोर्स (डेटासॉर्स = & gt; डेटाससोर्स.एजैक्स)। पढ़ें (पढ़ें = & Gt; read.Action ("ReadAllSitesOverview", "AbuseCase")। प्रकार (HttpVerbs.Get)) धन्यवाद। आप जिस समस्या का सामना कर रहे हैं वह एएसपी.एन.टी. के सत्र के प्रबंध के कारण होता है। ( समवर्ती अनुरोध और सत्र राज्य अनुभाग): एएसपी.NET सत्र स्थिति त...

split - Spliting String into different stings c# -

इस सवाल का पहले से ही एक उत्तर है: 4 जवाब कृपया मुझे क्षमा करें अगर यह है कहीं और पोस्ट किया गया, मैं यहाँ और कोडिंग के लिए नया हूँ! सी # में मैं 'हैलो, 15, 20' की तरह एक स्ट्रिंग प्राप्त करना चाहता हूं, फिर एक स्ट्रिंग में 'हैलो' को 'दूसरे' और दूसरे में '20' लिखकर कोड में वे चर के रूप में उपयोग कर सकते हैं मैंने चारों ओर देखा है और मुझे लगता है कि काम करता है एक को खोजने के लिए कठबोली, (या मैं सही ढंग से गूगल का उपयोग नहीं कर रहा हूँ!) कोई भी सहायता बहुत अधिक योग्य है और मुझे आशा है कि मैंने समझदारी बनाई है: पी धन्यवाद! का प्रयोग करें var input = "हैलो, 15, 20" ; Var भागों = input.Split (नई स्ट्रिंग [] {","}, स्ट्रिंग एसप्लीट ऑप्शन। नॉन); यह एक सरणी वापस करेगा जो आप इस तरह से उपयोग कर सकते हैं: कंसोल। WrightLine (भागों [0]); // "नमस्ते"; Console.WriteLine (भागों [1]); // "15"; Console.WriteLine (भागों [2]); // "20";

java - org.apache.http.client.ClientProtocolException in HttpPost -

I try to upload some strings on the server. When I try to upload to the server, in the string: HTTPRSpace response = httpclient.execute (httppost); I have the error org.apache.http.client.ClientProtocolException I have all the code: public zero-transmitted string (string string tossed) {try {DefaultHttpClient Httpclient = new DefaultHttpClient (); Httpclient.getCredentialsProvider () Set credentials (AuthScope.ANY, new username password credentials (username, password)); Http post httppost = new HTTP post (server address); InputStreamEntity reqEntity = New InputStreamEntity (new bytereinputstream (stringToSend.getBytes ()), stringToSend.length ()); ReqEntity.setContentType ("application / xml"); Httppost.setEntity (reqEntity); HttpResponse response = httpclient.execute (httppost); If (response.getStatusLine (). GetStatusCode ()! = Org.apache.http.HttpStatus.SC_OK) {Log.i ("Send", "Do not Send" + Feedback .getStatusLine ()); } Else {Log.i (...

Generating site map using PHP and MySQL by current_timestamp -

मेरे पास MySQL डाटाबेस रिकॉर्ड्स हैं: post_id int, post_title text, post_date टाइमस्टैम्प (डिफ़ॉल्ट मान current_timestamp के साथ) कैसे मैं रिक्त तिथि नोडों के परिणामस्वरूप (जहां पदों को डेटाबेस से ही हैं) बिना निम्नलिखित संरचना के साथ PHP का उपयोग करके साइट मैप का निर्माण कर सकता हूं, जैसे: 2010 - 2010 Jan - 2010 Jan 10 - - 1 के बाद - -2 के बाद -2010 जनवरी 12 --- पोस्ट -3 - 2010 जनवरी 17 --- पोस्ट -4- 2010 फरवरी-2010 फ़्रेब 05 -5 के बाद-2011 2011-दिसंबर 2011 - 2011 दिसंबर 02 --- पोस्ट -6 --- पोस्ट -7 - 2011 दिसंबर 21 --- पोस्ट -8 आदि। सबसे पहले आपको अपना डेटा चुनना होगा ताकि यह आपके संरचना में छापने के लिए सुविधाजनक हो। इस तरह कुछ होना चाहिए: दिन के रूप में दिन (पोस्ट_डेट) का चयन करें, दिन के रूप में महीना (पोस्ट_डेट), वर्ष (वर्ष के रूप में), वर्ष (पोस्ट_डेट), DATE_FORMAT (पोस्ट_डेट, "% Y-% m-% डी ") के रूप में बनाया_एट, पोस्ट_चिटल, पोस्ट_आईड से पोस्ट ऑर्डर द्वारा बनाया_एट; फिर आप परिणाम के माध्यम से दोहराते हैं और सूचकांक के रूप में वर्ष, महीने और दिन ...

c++ error cannot be used as a function, some stray error -

I have written a calendar code, but I have some incorrect error here. My code is: #include & lt; Iostream & gt; # Include & lt; Iomanip & gt; using namespace std; Int main () {int month, year, y, m; Int day [13] = {0,31,28,31,30,31,30,31,31,30,31,30,31}; Int FirstDayofMonth; Cout & lt; & Lt; "Please fill the year!" & Lt; & Lt; Endl; CIN & gt; & Gt; year; While (year The result of the second part is to print. And it shows me the error below try.cpp: 18: error: stray a ???? \ 342â ???? Try.cpp in the program: 18: error: stray a ???? \ 200 one ??? Try.cpp in the program: 18: error: straying a â ???? 223â ???? Try.cpp in the program: 18: error: stray a ???? \ 342â ???? Try.cpp in the program: 18: error: stray a ???? \ 200 one ??? Try.cpp in the program: 18: error: straying a â ???? 223â ???? Try.cpp in the program: "int int main" () in function: try.cpp: 18: error: expected ')' first '' month '...