Posts

Showing posts from August, 2013

c# - Convert DataTable to LINQ: Unable to query multiple fields -

Importing a spreadsheet I have filled a datatable object with that data and gets the expected result. By putting it in a format, I can easily query to search for the following issues. Public Zero Some (Datatale DT) {var data = in line From dt.AsEnumerable () in the selection row ["command"] ToString () .; } Works as expected, giving me a list of commands, although I can not add other fields to this field by trying to add other fields as this EnumerableRowCollection I get an error Public Zero Some (Datatelle DT) {// row ["version"] gives me an error = line from the row = Asenumerable () Selection row ["command "] ToString (), line ["version"]. ToString (); } Error: "A local variable named in this area can not be declared 'because it will give a different meaning for the' row 'which is already used in the' child 'field Do something else. " I think I should go by the name of the column, but I have no...

installation - SDL.Net application not working without SDL.NET SDK -

I have a game that I created in C # and it installs and runs as expected under Windows XP. However, when I install it on a Windows 7 machine, it does not just work (without any error message) or it gives a normal error message, is it something special that I use SDLnet with Windows 7 computers To be able? Update: I have just been notified that it does not work on XP either. In both XP machines I installed SDL.NET (I did not know that one of them was already when I used it for testing). So much if SDL.NET SDK is not installed on one computer then my program does not work. Does anyone know what SDL needs to do with its program so that it can be worked properly? Now I have all SDL _ *. Are Dll and SdlDotNet.dll and Tao.Sdl.dll. More Required? Or is there any kind of SDL runtime that I have to install with my program to use? I'm really stuck with this one. Have you tried to run it as an administrator? I do not mean being logged in as an administrator account, I mean right cl...

asp.net - pdf will load if use 'save link as' but not if user clicks on the link -

After submitting a form, the user has been presented with a link to a PDF document. The link is directly on the document, it is not streamed. If the user right-clicks and 'saves the link this way,' then the document saves and opens properly, however, if the user clicks on the link, then to respond to the browser It takes a lot of time (I'm guessing that this is 3 minutes) and then Adobe Reader returns the following error: "File is damaged and can not be repaired" It is in Chrome v5, ASP.NET 3.5 and the link is an UpdatePan Is back inside of the cell. It depends on the browser settings that is configured for PDF links. If you have settings in Browzer If you change, you will receive the download dialog. Mozilla Firefox Open Mozilla Firefox Click on Tools and then Options In the Options window, click the App Select the type of content you want to adjust. For example, if you want to change that the PDF file opens in Firefox, select the Adobe...

.net - Passing badly structured information to WCF method. Best practice -

I have a legacy reporting engine class that is responsible for the 50+ report; a single method CreateReport Id, report parameter) parameter; Reports require 12+ and their combination of different parameter types (guide, int, bull, enumeration). For example: Report # 1: No parameters required Report # 2: 2 Boolean (populate user by check box) Report # 3: Guyed (Person ID) & amp; Integer (year to start with) Report # 4: Guid (person income) & amp; PersonType (cognition) The report params are a class with 12+ attributes and arrays that are populated before calling the method. But most of them are unused in the call report engine examines the class that populate the appropriate assets and use strong type of information access. Every time I add a new parameter type to the reporting engine WCF friendly, then I have to rebuild the server, the proxy must be updated (which the client has to re-install), and make sure Make sure that ReportParam structure is being co...

c# - Is there a difference between readonly and { get; } -

क्या ये बयानों का मतलब एक ही बात है? int x {get; } केवल पढ़ने के लिए int x; आपके प्रश्न के उत्तर में: है एक अंतर केवल पढ़ने के लिए और {पाने के बीच; }: में int x {get; } (जो संकलित नहीं होगा क्योंकि एक्स सेट करने का कोई तरीका नहीं है - मुझे लगता है कि आपको सार्वजनिक int x {get; निजी सेट;} ) की आवश्यकता है, आपका कोड x बदलते रह सकता है

php - Logical thing to do about checking for unique id? -

I have a randomly generated link id that is 8 digits long with 50 values ​​per point, which means 4x10 ^ 13 possible combination I think). I have about ten thousand questions per day. My question is, should I check 4 tables of each query for duplicates, or should I leave it? Or can it make 10 points so that it definitely does not match? Edit: Generates my (probably copied) generator // START generates random string function genRandString ($ len = 8 ) {$ Base = 'ABCDEFGHKLMNPQRSTWXYZabcdefghjkmnpqrstwxyz23456789'; $ Max = strlen ($ base) -1; $ Randstring1 = ''; Mt_srand ((double) microtime () * 1000000); While (Stellan ($ randstring1) & lt; $ len + 1) $ randstring1 = $ Base {mt_rand (0, $ max)}; Return $ randstring1; } / END generates random strings This pseudo random number depends on the quality of the generator Does. You may have insufficient entropy, so you are more likely to get a collision which you feel. Is there a reason you are not using? I...

sql - How to delete completely duplicate rows -

Say that there are duplicate rows in my table and well my database design is of third grade: - tblProduct (product id, product name, description, category) value (1) Insert 'synthetic', 'cosmetic soap', 'soap'); Enter TblProduct (product, product, name, description, category) values ​​(1, 'synthol', 'cosmetic soap', 'soap'); Enter TblProduct (product, product, name, description, category) values ​​(1, 'synthol', 'cosmetic soap', 'soap'); Insert TblProduct (product, product, name, description, category) values ​​(1, 'Lux', 'cosmetic soap', 'soap'); Insert TblProduct (product, product, name, description, category) values ​​(1, 'Crowning Glory', 'Cosmetic Soap', 'Soap'); Enter TblProduct (product, product, name, description, category) values ​​(2, 'Synthol', 'Good soap', 'Soap'); Insert TblProduct (product, product, name, description, category...

Check session and cookie not working in PHP -

I have this code which ensures that you are logged in, and then make sure that you check the cookie and the right page Setting Up on Login This code works on any page in a directory below the login in the script, though there is a thought in a page in the directory given below which takes you to Accessidid? & lt ;? Php session_start (); If (! Isset ($ _ session ['SESS_MEMBER_ID']) ((Trim ($ _ session ['SESS_MEMBER_ID']) == '')) {header ("Location: http://mywebsite.com/member/accessdenied HTML "); Exit ();} $ _COOKIE [" Verify "] = $ Verify; if ($ Verify! = File_get_contents (" name.txt ")) {Header (" Location: http: // mywebsite .com / member / accessdenied.html ");} and {}? & Gt; And it just looks like lower part, the part that checks the cookie, works Again, any thoughts? I think your cookie work The phrase is behind: $ _COOKIE ["verify"] = $ verify; should be $ Verify = $ _COOKI...

vsto - Visual Studio 2008 and Office 2003 -

I am interested in using VSTO, but I am running Visual Studio 2008 and I have Office 2003. I know that it is possible to use VSTO 2005 SE for Office 2003 but I did not get any information on VS2008 with programming Office 2003. Is this possible? If so, how do I do this? Yes, it is possible for the 2003 office with VS 2008. If I remember correctly, when you install VSTO, you will know that you have two new project types - one for Office 2003 and one for Office 2007. One thing to note is that Visual Studio will automatically upgrade your VSTO projects in Office 2007 from 2005 to 2008. To get around this, see this article:

c# - Printing a page without displaying it? -

I have a page in which the user will be able to print . However, the page that is printed is not visible to the user but rather a new one which I want to generate on the background and (possibly) only show a print dialogue for it. Just to clarify things: The user is on " View.aspx " and my Print Clicks on the button (not the browser). The Print button loads the contents of " Printable.aspx " and displays a print dialog for it, while the user still " Strong> See I Use a combination in the CSS to show / hide objects to print Media tags. & gt; STYLE type = "text / css" & gt; @ media print {print} only (font size: 10pt; line-height: 120%; background: White;}} @ media scan You can control what style display: any media screen. The user will only see it when printing. & lt; DIV class = "printOnly" & gt; This control will only appear during printing & lt; / DIV & Gt; Any of your controls c...

jsf 2 - Does the JSF lifecycle reapply to the outcome Facelet when I navigate? -

I have a simple login. XHTML Facet that contains a username and password input and command buttons are just a action = "welcome" result in the command button which displays the welcome.xhtml facelet. I am very new to JSF as I have read the life cycle of JSF, when I click on the button, the applicant application handles the lifeline navigation and render (??) welcome.xhtml I am still confused if welcome.xhtml starts the life cycle of a new face or not. PS: I know that the url does not change in welcome.xhtml. Is the life cycle of JSF bound up on request? Yes, the life cycle of JSF is Request-bound and yes, by default it is Same will be presented in the request. A key that is confusing you is " forward " vs. " Redirection in the context of HTTP sublet requests"> " JSF progresses the request for the target page by default. If you know the Seral API well, then you will understand that it is under the following types of hood: ...

types - Access: Text , Memo or VarChar ? Which one to use? -

माइक्रोसॉफ्ट एक्सेस में वर्श्चर, टेक्स्ट और मेमो में क्या अंतर है? एक्सेस टेक्स्ट एसक्यूएल सर्वर के बराबर है VARCHAR एक्सेस मेमो एसक्यूएल सर्वर के समतुल्य है पाठ

c# - Why can't I access my class through COM? -

I have class library which I have written in C # .net I want to register it with COM on my 64 bit window machine so that I can create an example of it in scripts using CreateObject () (javascript, vbscript, whatever). So I created a setup project. I have set the target of the Setup Project in platform x64, the target library of the class library project is set to any CPU, I have created a custom action for the installer, which manually registers the driver and it looks like this .. . Registration Services regsrv = new RegistrationServices (); If (Regsrv.RegisterAssembly (this.GetType (.) Assembly, AssemblyRegistrationFlags.SetCodeBase) {New InstallException ("failed to register driver for COM interop"); } I can add debugger to this process when it is running and it is certain that this registration starts successfully. For some reason, when I used the CreateObject () object, the object of the class gives an error saying it could not "make the name with the er...

mouseevent - in flex, onMouseOut is trigerred on Child -

In Flex, I am using the following code: mx: HBox id = "box1 "MouseOver =" On Box ('Box 1') "MouseOut =" Outfix Box ('Box 1') "// Adding Label // Close HBB Box On-off Box Box Adds an image to: Var crossImage: Image = new image (); CrossImage.source = "Cross Pages"; And the Outfox removes them. I believe the image is the child of the HBox, the mouseot should not be triggered when I hover the mouse over the image. But, at this time, I hover my mouse pointer over the image, why is the mouseot trigerred? set mouse child to container property incorrect

javascript - jQuery:Something fishy about my URL? -

The following URI works in my browser (the desired XML file is coming back): http: // ipaddress: port / server / gate? Command = GET% 26 INO But when I write the following to work with jQuery, it's not like that. Reaction 200 is OK, but I get a blank XML file. $ (document) .ready (function () {$ .ajax ({type: "GET", url: "http: // ipaddress: port / server / gate? Command = GET % 26info ", datatype:" xml ", success: parseXml});}); I tried to convert % 26 to and instead of , but it is not working either Is that what I'm doing wrong by default? If you have access to the server that gives service to xml, you now have FF3.5 and IE8 Can use more in - Cross Genesis Resources Sharing It works like a magic example my, which has not yet been answered

Select input element using f.select() of items connected by a linking table (in Rails) -

I have an example of "project"; Each project has several clients, each client has a unique pair organization and person Person). Therefore, there are many relationships with the client in the project. There are many relationships with the organization with many relationships and organization. See an image of the model diagram: The project, I want to be able to change the organization for every client through the select menu drop down, but I can select the input items The organizations are having problems in appearing. What do I do here: & lt;% form_for (@project) do | F | & Gt%; & Lt;% @ project.clients.each do | Customer | & Gt%; & Lt;% = f.select ("client.organization_id", disclosure.Collect {| D | [D. color.titlecase, d.id]})% & gt; & Lt;% end% & gt; & Lt;% end% & gt; I know this is wrong, but I do not know how to get a select drop-down menu that I want, with a company affiliated with each customer. The se...

c# - ApplicationBar Working Different in Windows Phone 7 Beta Than CTP -

With the beta version of the WP7 tool, I get some issues: ApplicationBeer Now CTP solution causes a page to change the content again Using ApplicationBar from App.xaml and importing as a static resource does not work as expected While using the appbar and navigation on page to page, in the CTP version of the WP7 tool, the content of the app page page Was false set constructor to Isvisible property to work around to stay on top of Aepbar instead of staying on top of Aeppbar and was set right on the page load event. It is no longer working and the app is on top of the page loaded until it is completely closed. My app is XML in app.xaml and each page uses it as a static resource In addition, the click event for the app button is no longer triggered, I use the app to my app. I am doing XML as a resource and I have been added as {Static Resources} in XML of my page. Any help would be appreciated because this is my only way, to navigate around my application, rolling out my own...

c# - NUnit 2.5.6 + PartCover 2.0/4.0 = My Classes Not Shown -

summary: I can run unit tests and code coverage, but only NUnit class in report Are not my application classes. I have successfully used Partkvar in the past, otherwise this time I tried the latest partakers (4.0), downgrade to the next newest (2.0), both with the annuent 2.5.6. I created a simple .NET 4.0 class library (this is also a project that is a class library with a web application) with a class in some namespace and in another class in another library Two Test Methods NUINIT / PartCowers installed correctly; I can participate in NUNIT and through NANIT, and through partcauses (I am running them and can say "pass 2"), but the report only shows me the namesuitue namespace (yes, I + [ ] as my coverage rule.) Any thoughts? The more I like the annuitit, the more I want to see the coverage for my classes: o) And I also tried to align the test-DLL and code-DLL namespaces for any benefit. Edit: I tried to run a sample code-covered work with my previous w...

What WCF client files do I need to check into SVN -

I have added a service reference for my Visual Studio project, and now I want to check that project in SVN. My question is, what files should be examined for the next person to be able to build the project? The built-in files include .svcinfo .xsd.disco .datasource .wsdl .cs and .svcmap. You need them all. Well, you really do. Datasource can not ignore files, but Microsoft thought that you would like them, so that you can keep them properly.

button style, css -

Is it possible that when I go to the button mouse, change the button styles? When on cursor button, show this style: input.button_p {color: # 000000; Border-style: none; } When the cursor is not on the button, show this style: input.button_a {color: #FFFFFF; Border style: solid; } thanks You can use it, like : input.button_p {color: # 000000; Border-style: none; } Input.button_p: Hover {color: #FFFFFF; Border style: solid; } and the element has only the button_p class like:

flex - Asdoc throwing errors for MXML component that includes a separate .as file -

मेरे पास एक MXML घटक है जिसमें एक .as फ़ाइल & lt; fx: स्क्रिप्ट स्रोत = "myfile.as" / & gt; एएसएडीक चल रहा है, जैसे कि "त्रुटि: पूरी तरह से त्रुटियों की एक पूरी गुच्छा फेंकता है, निजी गुण केवल क्लास प्रॉपर्टी पर इस्तेमाल किया जा सकता है परिभाषाओं। " "त्रुटि: सार्वजनिक विशेषता का केवल पैकेज के भीतर उपयोग किया जा सकता है।" इस विषय में मैं केवल उपयोगी जानकारी प्राप्त कर सकता हूं: इस लेख में था:। दो संभावित समाधानों के साथ समस्या का वर्णन किया गया है: समाधान 1 को एएस कोड को एमएक्सएमएल फ़ाइल में स्थानांतरित करना है। तरह की हार एमएक्सएमएल घटकों के लिए बाहरी .AS फाइलों को पहली जगह में उपयोग करने का उद्देश्य है, इसलिए वास्तव में एक अंतिम उपाय विकल्प। एक एमएक्सएमएल फ़ाइल के अंदर कोड गड़बड़ है (मैं वास्तव में तर्क को मिश्रित नहीं करना चाहता हूँ mxml के साथ), और यह भी & lt; ! --- ---> एडडोक सिंटैक्स। समाधान 2 को एमएक्सएमएल घटक को एक सामान्य श्रेणी फ़ाइल से प्राप्त करना है। इसका मतलब बेस क्लास में कोई भी निजी सदस्य नहीं होगा,...

junit - How to unit test this? -

I have recently been playing with .NET speech synthesis. And I have a method that takes you to the string and creates a .wav file out of that string. But how can I test this method? I feel as if this situation is one where unit testing can not help you, am I right? What do you want to test here? Does the .NET SpeechSynthesizer write API wave file or output some code to your code that writes wave file? This test is similar to checking any other dependencies. First of all it is separate (thin and fake cover stands around the Net Speech Synthetizer API). Then validate your code which you feel it should be given and work on any returned data as it should be working. Leave someone else (the creators of the API) test the NIT Speech Synthesiser API. The test of the cover is a transfer test (if you stop it from doing it in TDD Manor your talk), and you should be quite loose on what you are valid ("Speak (string) output file to grow Causes "). But then you do not ne...

How come the answer to every javascript question ends up being "jQuery" -

I've been following JavaScript questions for the last few weeks, and I've got a common recurring topic. / P> Almost any question has been asked here in which JavaScript is included: "jQuery can do this" "There is a plugin for this" / li> "jQuery can make your bed for you." Even the questions that refer to other libraries are answered by saying "Use jQuery instead". Is jQuery completely replacing javascript? This is a serious question. Are we really looking at the JavaScript future? Obviously this community has a strong bias towards jQuery (is it because there is a lot of .NET developers?), But is this a prerequisite to fully share the web development community? I think jQuery can not replace javascript for a very obvious reason. This is because jQuery does not solve any single problem, it only resolves problems with an incompatible implementation between the browser, which is its biggest strength and it comes...

php - How do I give Symfony templates a CSS class based on their navigation path -

I am trying to present the templates with a CSS class in Symphony, from which it shows that they Belong to the site. For example: I am in / Games I like to see the page: & lt; Div id = "wrapper" class = "games" & gt; & Lt ;! - content - & gt; & Lt; / Div & gt; Or if we're displaying / home / profile , the page will look like this: & lt; Div id = "wrapper" class = "home" & gt; & Lt ;! - content - & gt; & Lt; / Div & gt; Actually I am looking for the same functionality for CodeIgniter's url section methods. Is the class only the name of the module? If so, do so: & lt; Div class = "& lt ;? php echo $ sf_context- & gt; getModuleName ()? & Gt;" & Gt; You can also define it in your routes as a parameter on the request: page: url: / page param: { Module: Then close the request in your template: preExecute : > public event...

javascript - Wrong ELF class - Python -

I am trying to establish this library for compression LZJB . Unfortunately, when I import and import into the site-package directory, I'm binding on the Library C library for " , the file is located here wrong ELF class "error . & gt; & Gt; & Gt; Import POLJJBe traceback (most recent call final): File "& lt; stdin>", line 1, & lt; Module & gt; Import Array: ./PyLZJB.so: Incorrect ELF class: ELFCLASS32 Help will be great. :) PS: I'm editing Ubuntu 10.4 64bit : If someone could recommend me an alternative compression algorithm I would be equally happy. :) The algorithm is for html compression , and it requires client side JavaScript deccps / compression support too. I really hope someone can help if someone could recommend me alternative compression algorithms, I would be equally happy. A lot more general of the LGED Compression family Members always have good old defaults. . . In rela...

How Do I Calculate the Area of a Polygon in a MySQL Database When the Polygon's Points are Lat Longs? -

How do I calculate the area of ​​a polygon stored in a MySQL database? Pieces of polygon are long long. Therefore, there is a problem in degree and minute. I tried: `my_table` from SELECT AREA (my_polygon) where name = 'newport' because, Points are long, I get strange results. (I can not switch to Postgrowth). Is there a way to do this in MySQL? I want to get results in square meters or square km or square mile - none of these will be fine. You have to change those latters and be long in the more appropriate coordination system. Since the earth is a spherical, so you are talking about calculating an area in spherical coordinates. Documents say that MySQL takes a polygon as its input, I would say that if you want something like square mile to area then you have the equivalent surface of your latitude / long coordinate (x, y ) Should coordinate with the right units (like miles). Then pass those areas in the array function. It suggests that someone has fac...

active directory - LDAP ModifyAttributes by email -

I need to modify attributes on an existing record in LDAP. I think TI can get the record: ctx.modifyAttributes (CN = Blue, CN = User, DC = EF, DC = COM "), this is the only way to see. But I need to get it from email (or login for that matter). I have tried many forms but got the naming exception For example: ctx.modifyAttributes (& objectClass = user) (mail = jblow *)), cn = user, DC = foo, DC = com) Invalid name exception: (& amp; (objectClass = user) (mail = jblow *)), cn = user, DC = foo, DC = com: [LDAP] : Error code 34 - 0000208 F: Name ARR: DSID-031001BA, Issue 2006 (BAD_NAME), Data 8349, Best Mail: '(& Object Class = User) (Mail = JW * *), CN = User, DC = EFU, DC = COM, Any suggestions would be greatly appreciated. You can not provide a search filter for the modified operation. Shows you the first example of your full DN. Therefore, you must first complete the DN of the object of interest in the base DN of CN = user, DC = FU, DC = COM...

java ee - JPA: Problem with persisting Foreign Key Constraint -

मुझे दो इकाई मिली: ग्राहक इकाई @ एंटीटी सार्वजनिक वर्ग के ग्राहक {@Id @GeneratedValue (strategy = GenerationType.AUTO) निजी लांग आईडी; निजी स्ट्रिंग का नाम; @OneToMany (मैप किए गए = "ग्राहक", कैसकेड = कैस्केड टाइप। एएल) निजी सूची & lt; सुविधा & gt; सुविधाओं; // नाम और सुविधाओं के लिए सेटर और गेटर्स सार्वजनिक शून्य addFacility (सुविधा सुविधा) {this.facilities.add (सुविधा); }} सुविधा इकाई @ एंटीटी सार्वजनिक वर्ग की सुविधा {@Id @ generatedValue (strategy = GenerationType.AUTO) निजी लांग आईडी; @ManyToOne @JoinColumn (नाम = "CUSTOMER_FK") निजी ग्राहक ग्राहक; निजी स्ट्रिंग का नाम; // सेटर और गेटर, बराबर और हैशोड ...} तो मेरे मुख्य में मैं यह करता हूं ग्राहक ग्राहक = नया ग्राहक (); Customer.setName ("वेक वन विश्वविद्यालय"); सुविधा सुविधा = नई सुविधा (); Facility.setName ("टॉम क्रूज़"); EntityManager entityManager = Perseverence.createEntityManagerFactory ("EntityClassPU")। CreateEntityManager (); entityManager.getT...

Apache TomCat problems -

Here the condition is that I restarted NetBence 6.9 on my desktop and the basic application is working properly as far as I can tell I am During the installation I deliberately loaded tomac and did not have a glassfish. He gave me this option. Tomcat has been loaded under my program file directory and I confirm it by going to my control panel. I have a small application and try to run and it tells me that "target server has not been set - missing server problem" when I go to solve this problem, then I must add a server. Follow the instructions to add and I can not get the first base with it. I browse the location where it is stored in my program file directory and when I go to the bin directory there is no file (this is normal). Sometimes I do not get Catalina valid error, I'm pretty sure you are familiar with this error. Can anyone tell me why I am having some problem with this Tommak server when I was using glassfish then I was not before this trouble, it should n...

javascript - Segmenting AJAX responses in perl CGI? -

For a Perl CGI script, is it possible for many different HTTP reactions in your AJAX response segment? Say I have this code: xmlhttp = new XMLHttpRequest (); Xmlhttp.onreadystatechange = function () {if (xmlhttp.readystate == 4 & xmlhttp.status == 200) {onDataReceived (xmlhttp.responseText); } And if (xmlhttp.status! = 200 & xmlhttp.status! = 0) {}} xmlhttp.open ("post", "script.cgi", is true); Xmlhttp.setRequestHeader ("content-type", "application / x-www form-urlencoded"); Xmlhttp.send (toURLString (option)); Javascript (I do not tell about issues of XML object compatibility, I know, and do not care). And this: print "content-type: text / html \ n \ n"; My% form = wars (); If ($ ENV {REQUEST_METHOD} ACCUP "POST") {$ | = 1; (My $ i, (1..100000000)) {print "1 \ n"; }} As perl CGI Is it possible to print this result, instead of making 100,000,000 ss in many different packets of 1S before ou...

android - what does mean about battery_level in event log -

मुझे इवेंट लॉग जानकारी मिली I / battery_level (1147): [0, 3200,420] मैं ईवेंट लॉग-टैग को देखता हूं और ढूंढता हूं: 2722 बैटरी_लेवल (स्तर | 1 | 6), (वोल्टेज | 1 | 1), (तापमान | 1 | 1) मुझे फ़ॉर्मेट के लिए फ़ाइल में जानकारी का पालन मिलता है। वैकल्पिक रूप से, टैग नामों के बाद विवरण प्रारूप में हैं (& lt डेटा प्रकार निम्न मानों से एक संख्या है: P> 1: int 2: लंबा 3: स्ट्रिंग 4: सूची डेटा इकाई एक है निम्न सूची से ली गई संख्या: 1: ऑब्जेक्ट की संख्या 2: बाइट्स की संख्या 3: मिलीसेकेंड की संख्या 4: आवंटन की संख्या 5: आईडी 6: प्रतिशत तो मेरा सवाल है जो तापमान के मूल्य के बारे में जानकारी जानते हैं और मुझे वास्तविक जानकारी बताते हैं? मेरी लॉग जानकारी फ़ॉर्म, हम जानते हैं कि तापमान एक इंट प्रकार है और मूल्य ऑब्जेक्ट्स की संख्या है। मैं पूरी तरह से मूल्य के बारे में समझ नहीं पा रहा हूं, 420. मैं कह सकता हूं कि 420 फ़ारेनहाइट / सेल्सियस तापमान नहीं है। 420 कुछ भी हो सकता है। यह 42.0 एफ (जो असंभव लगता है) हो सकता है यह 42.0 ...

Java constructor final variable assignment -

Text after public class user {personal end string} _first_name; Private last string _last_name; Private last string _org_ID; Private finals timezone_time_jone; Private finals Internet address _mail; Private end date _last_login; Private end date _creation_date; Public user (last string org_id, last string user name, last string first_name, last string last_name, & lt; string & gt; roles from last list, last time zone TIME_ZONE, last internet address email, last date lasT_LOGIN, end date CREATION_DATE) { This (zero, org_ID, user name, first_name, last_name, roles, time_one); This._email = Email; This._last_login = last_login; This._creation_date = creation_date; } The compiler gives the following error for the 3 variable assignments, respectively: "variable_email may already be allocated" The compiler is unable to specify the variable Are not set up for the first CTOR in the call? What am I missing here? "itemprop =" text "> after what,...

c# - How to work continuously on other pages while executing stored proc in asp.net? -

I have a stored procedure that I need to execute with the asp.net button, 30 to execute it It takes more minutes. So here I need to show a message like "Process", while execution and some links have been disabled. Once I have been able to show "Last processed data and time" and after the execution Need to enable the link. Then in the "Process" phase we have to allow the user to access other pages in the site. How is this possible? Please help me on this requirement. thank you in advanced. Your main problem is a design that should stop the UI in any way for long. Perhaps you can be surrounded by the use of the flag, but I will seriously reconsider whether you want to disable anything , while this is going on. Ideally, the user will run it, forget about it, and eventually something will be returned by saying "this is done". Assuming that they also take care of it - 30 minutes is a long time.

sql - SQLite android login and register -

From the last question I asked, I'm still doing the same question. I do not know how to use the database (SQLite) 'sync' to log in or register with your application. package log1.log2; Import android App Import android.content.Intent; Importroid.os.Bundle; Import android.view.View; Import android.view.View.OnClickListener; Import android.widget.Button; Import android.widget.EditText; Import android.widget.TextView; Enhances public class login activity {UserDB db = New UserDB (this); /** Called when the activity is first created. * / Private edit test name of ATU; Private editing text and password; Private button btnLogin; Private button btnRegister; Private textview LLRsult; Override public null on @reate (bundle saved instainstate) {super.naught (savedinstenstate); SetContentView (R.layout.main); // EditText and Button Reference etUsername = Go (EditText) findViewById (R.id.usernametxt); Find Atepassword = (edit text) VVBID (RID password); Find BTNLogin = (button) V...

php - How do I do this query with ActiveRecord Class from Code Igniter? -

I need to increase the number of comments on the entries table, for this would be SQL: Enter entries to entries Comments = Comments + 1 WHERE entry_id = 123; And I was wondering how to use the active code class form code ignition. Your question is too much a duplicate of the third parameter of the set on FALSE Setting prevents you from avoiding data. $ this-> Db- & gt; Set ('Comments', 'Comments + 1', Wrong) $ - & gt; DB- & gt; Where ('entry_id', 123); $ This- & gt; Db- & gt; Updates ('entries'); You do not have to stop anything executing SQL if you have an active record slightly peak. $ sql = 'UPDATE entries SET comments = comments +1 WHERE entry_id =? '; $ This- & gt; Db- & gt; Query ($ sql, array (123));

php - CURL vs fsockopen chunking -

This may be strange ... but I'm being sent over HTTP with HTTP / evaluation of the amount of parsed need to. To say that the HTTP stream may never end. Can I explain any way I can participate with curls? Do I have to resort to some home-pisa fsockopen () solution? Take a look at the option CURLOPT_WRITEFUNCTION . You can define a callback that will be called when the answer is new to the answer. See.

Which .NET SHA1 class is FIPS compliant? -

I am using the SHA1Managed class in my code, but when I leave this one I get this exception on a special machine: System. Invalid Operation exception: This implementation is not part of the valid cryptographic algorithm using Windows platform FIPS. Issue SHA1 managed / , which is not FIPS compatible. Which is the .NET SHA1 class FIPS consolidated? (I can only try them all, I think, but I have no problem with the machine, and I suspect that I will not be able to enable the FIPS on my development machine. I'm lazy.) You may find it helpful to be FIPS compatible.

iphone - Resizing content in a UIScrollView -

I am creating a ScrollView program program and programming it sub-programs programmatically. The sub-scenes are also created in the program I am thinking about how to rotate / rewatch the subview so that it appears in landscape mode. I have to scrollview autorotateSubviews: yes and in my subview I flexible. Flexible High has set the mask to be correct I used to do this in IB with the springs and struts section of Inspector. Thanks Your scroll view is possibly included in a view with a controller: AnimationTotonTouchfase is received: Duration: and DidRotateFromInterfaceOrientation: To change the size of the subviews of notification scrollableview Use these opportunities.

How can I determine on the server-side when an incoming request is HTTPS? -

Is there an HTTP environment variable that I can use to use it? What are you using on the server side? If you are using Java Servlet, You can follow the information: string scheme = request .getScheme (); String servername = request.getServerName (); Int portNumber = request.getServerPort ();

Applying custom color to jquery ui-icons -

I'm new to jQuery. 1-e ", I also want to use a color differnt .png file which I want. Please help me fulfill it. Your best choice is separate PNG file, The only option (which works as a cross-browser) However, you want the color to be very easy to achieve, and you can configure / download / download the exact color in a theme including icons.

android - HttpUrlConnection.openConnection fails second time -

I know that this problem should be fixed with system .setProperty ("http.keepAlive", "false") ; Before OpenConnection, but he did not work before I try to work on this code, the second fails even if I try this request after less than 5 seconds, then it works . If I wait more than that, it fails again This is my code: System.setProperty ("http.keepAlive", "false" ); HttpURL Connection Conn = (HttpURLConnection) mURL.openConnection (); Conn.setUseCaches (wrong); Conn.setRequestProperty ("Connection", "Keep-Alive"); Conn.setRequestProperty ("user-agent", useragent); Conn.setConnectTimeout (30000); Conn.setDoOutput (right); Conn.setDoInput (true); Consumer.sign (Conn); Input source = new input source (conn.getInputStream ()); I get an exception on the last line: java.io.IOException: Write error: I / O error during system call, broken pipe w / System.err (2164): on org.apache.harmony.xnet.provider.jsse.Open...

LINQ to entities - left join with condition -

I have a table table game in which FK (by allowing noses) is included in the game table when I do this : Gamewarson [] q = (Select gb from dv.GameVersion.Include ("Game") gv). ToArray (); This works fine, while playing Game Variable Objects, I can see blank references to the game in some records (just like on the databse), so it's like joining the left Works. However, when I modify a little query and add a search by the name of the game gamewarson [] q = (db.GameVersion.Include in GV ("Game ") In which select gv.Game.DisplayName. (" A ") gv). ToArray (); It behaves like being in a sudden (now does not select zero references) I do not quite understand this behavior. Why is this happening and how can I do a query? I want to apply a game betting game with game game == Null Plus to one of the game columns. Well if there is no game, then there can not be a display name, so " A "can not be if you want to select the versions of...

sql - Ordering Select clause result in specific way -

I need help writing a Choose clause query. For example, say I have such a query: select value from some_table command by ass ascending; As a result, I get this: 1 2 3 4 5 6 7 8 9 10 But one The special query that I want to write is the one that will give me value sorted but after 5 8 will put . > This means that I need a value to be out of the Regular order. It can be described in another way. To say I have two groups of numbers (example): A = {a | 1 & lt; = A & lt; = 118, a! = 78} b = {b | B> 118} I have Group C = AUBU {78} and I need all sorted values ​​like "A, 78, B" is an integer, you can: from SELECT * in the case of tbl ORDER when value = 5 THEN 8.5 ELSE value END

Richtextbox wpf binding -

To do data bonding in a WPF RichtextBox , I have seen 2 solutions so far Getting from the richtxbox and adding a dependency property, and also has a solution with "proxy". Neither the first or the second is satisfactory, does any other solution know, or rather, a commercial RTF control which is capable of DataBinding ? The normal text box is not an option because we need to create a text. Any thoughts? I know this is an old post, but check it out. In this RichTextBox is supported which you are attempting to do.

asp.net - Design pattern for a simple CRUD data driven application -

I would like to know the best practice for designing a simple CRUD application, in which to update some tables, Along with maintaining static data for an application) The easiest way to drag a data grid / gridview, it must be tied on a dataset and using the data adapter for CRUD operation. But if this application needs to be scalable, then ask to add any additional UI / business logic in the future, so what is a design pattern that can help with this? Am I using the object data source control and instead should bind the business object? Or is there a better way to do this? Should I build a fully layered application or should it be overwriting for this requirement? Any example for UI design will be useful. Thank you. If you are really looking for a quick and easy approach, then you can use dynamic data like a Linq2SQL or At the top of the EF4 backend - hardly any code is necessary.

copy - Javascript Clean copied data from html tag -

I create a small web application that retrieves the data and copies the information to my clients' web pages. And paste the data into Excel The problem is that the copied data contains the "html" element about the style or I do not know what the original copy / paste the user, Block the macro in the document if they Copy and paste the data into Notepad, copy it again and paste it because it will remove unwanted data Searching the Internet, I found that, but this is what I want The idea is that when a user makes a copy, then the JavaScript is "clean" and the text is no more copied You assign the text to & Lt; Textarea & gt; can be inserted into the inner text of the tag. After this, any formatting information will be transcribed when it is copied. & lt; Textarea rows = "4" cols = "40" & gt; Text to copy & Lt; / Text field & gt;

iphone - Why does animationDidStart: not work? -

Triangle to inform me when the animation is up and running, so my code is: [UIView Set Delegate Animation: self]; [UIView Set AnimationDedstopSchil: @Selector (AnimationDidtop: Ended :)); [UIView Set AnimationVirstreet Selector: @Selector (AnimationDidStart :)]; I apply these 2 methods, but the animation_desktop: end: was notified, and animationAdstart: was not. This is my implementation: - (zero) animation add desktop: (animation) * Anime ends: (BOOL) flag {} - (zero) animationDadStart: ( Cannimation *) Animation {} When I tried to call the animation animationEditart: or then the edition ended: directly, mine The app crashed and reported that the selector could not be found. But according to the following lines in CAAnimation.h, if I import the Quasak Framework, then all the examples of NSObject should respond to these 2 methods. Is my understanding correct? / * Representative method for animation * / @ NSObject (CAAnimationDelegate) / * When the animation...

asp.net - Listview inside UserControl raises full postback -

I have UserControl and under that control I have the asp: ListView. Inside the ListView I have an asp: LinkButton. When I click on LinkButton, the control picks the full postback, so no matter if the UserControl is inside the UpdatePanel or not. UserControl: & lt; Asp: ListView id = "Lv image" runat = "server" onetime command = "lv image_item command" & gt; & Lt; ItemTemplate & gt; & Lt; Div & gt; & Lt; Asp: image runat = "server" id = "imgImageThumb" ImageUrl = '& lt;% # Eval ("image")%> GenerateEmptyAlternateText = "true" /> & Lt; Asp: LinkButton runat = "server" id = "lbtnImageAdd" CommandName = "Add" CommandEdgement = '& lt;% # Container.DisplayEndex% & gt;' Cause validity = "wrong" text = "add" /> & Lt; / Div & gt; & Lt; ItemTemplate & gt; & Lt; / ASP: ListView & gt;...

java - send Hbase batch Puts compressed? -

Is there a way to send a batch of HBS points, compressed. I'm setting myself to flush for a lie and I'm using a buffer size of 2 mg, one way to add more push in a batch is to do it. You can use any compressed library (such as) to compress / decompress your data.

debugging - Visual Studio debugger - Displaying integer values in Hex -

Image
I am using Visual Studio 2008 and I have just seen that the debugger is showing the integer value as hex When I hover over the variable and also in the immediate window I think I should have a shortcut key accidentally or somewhat hit. Was it before anyone? How can I set it to display in decimal? Click the hexadecimal display option and uncheck it.

java - Error generating maven documentation -

जब मैं mvn site चलाता हूं मुझे त्रुटि मिलती है: Java.lang.NullPointerException at org.codehaus.mojo.versions.ordering.MavenVersionComparator.innerGetSegmentCount (MavenVersionComparator.java पर 1) org.codehaus.mojo.versions.ordering.AbstractVersionComparator.getSegmentCount पर (AbstractVersionComparator.java: 27) यह एक मवेन बग प्रतीत होता है, जिसके अनुसार संस्करण 1.2 में हल किया गया है। मैं इसे एक विशेष प्लगइन का संस्करण 1.2 मान रहा हूं (शायद साइट प्लगिन)। क्या कोई जानता है कि यह तय किया गया है, और यदि हां, तो मैवेन के संस्करण का उपयोग कैसे कर सकता है प्लगइन जो इस फिक्स को शामिल करता है? अपडेट जैसा कि नीचे सुझाया गया है, मैंने जोड़ा & lt; प्लगइन & gt; & LT; ग्रुप & gt; org.codehaus.mojo & lt; / ग्रुप & gt; & LT; artifactId & gt; संस्करणों-Maven-प्लगइन & lt; / artifactId & gt; & LT; संस्करण & gt; 1.2 & lt; / संस्करण & gt; & Lt; / प्लगइन & gt; मेरे pom.xml को org.codehaus.mojo पर org.codehaus.moj...

How to change the colour errors/warnings/suggestions in the Resharper bar -

I am dark red / green and I think the default bar used by "resharper bar" makes suggestions and errors difficult To make the difference - especially if there are lots of suggestions in the file. {From "reverse bar" I mean the text editor is on the right hand side of the window (see)} Is there any way to change these colors? I am using Visual Studio 2008 (and hopefully in 2010!) I do not believe that it is possible to customize these colors, I recommend calling support support directly with JetBrains.

linux - bash: output \n \t characters from mysql query -

मैं वर्तमान में $ गूंजता "echo" joomla का उपयोग करें; Jos_content "| mysql --batch -u root-popassword`" का वर्णन करें और मुझे उम्मीद है कि इस तरह से प्रारंभ होने वाला आउटपुट फ़ील्ड \ t टाइप करें \ tNull लेकिन बजाय मुझे फ़ील्ड प्रकार कील कुंजी डिफ़ॉल्ट अतिरिक्त मैंने इस समय सभी मदों की कोशिश की है। मैं mysql --html और sed का उपयोग कर सकता हूं, लेकिन, मैं केवल वहां जाना चाहूंगा अगर यह काम न करे। धन्यवाद! sed इस नौकरी के लिए सही टूल है, गूंज नहीं। गूंज "जूमला का उपयोग करें, वर्णन करें jos_content" | Mysql - बैच -यू रूट-पीपेश्ड \ | Sed 's / \ t / \\ t / g; एस / $ / \\ n / ' या यदि आप वास्तव में एक पंक्ति पर सभी आउटपुट चाहते हैं: गूंज "का प्रयोग करें joomla ; Jos_content का वर्णन करें | Mysql - बैच -यू रूट-पीपेश्ड \ | Sed 's / \ t / \\\\ t / g' | | जबकि रेखा पढ़ें; Docho -n $ line \\ n; किया गया ( sed कॉल में चौगुनी बचें)।

c# - Help me create a dropdownlist of all Jefes in my database! -

Image
मेरे पास निम्न तालिका संरचना है: मैं क्षेत्र संपादित करते समय सभी जेफ़्स के कंबल-बॉक्स को आबाद करने की कोशिश कर रहा हूं। जिसका अर्थ है कि मैं किसी क्षेत्र के प्रभारी को बदल सकता / सकती हूं। यहां मेरा एरिया कंट्रोलर.कोड कोड है: सार्वजनिक एक्शनरेज़ल्ट संपादित करें (इन्ट आईडी) {एरिया क्षेत्र = एरिया रिपोजिटरी.गेटएरिया (आईडी); JefeRepository jefe = नया JefeRepository (); देखेंडेटा ["जेफ़्स"] = नया चयनसूची (जेफ़.फंडएल्जेफेस (), "नोम्ब्रे", "नोम्ब्रे"); वापसी दृश्य (क्षेत्र); } [AcceptVerbs (HttpVerbs.Post)] पब्लिक एक्शन रिजल्ट संपादित करें (इंट आईडी, फॉर्म कलेक्शन फॉर्म वाल्व) {एरिया क्षेत्र = एरिया रिपोजिटरी। गेटएरिया (आईडी); {UpdateModel (क्षेत्र) का प्रयास करें; areaRepository.Save (); वापसी पुनर्निर्देशित करेंअक्शन ("विवरण", नया {id = क्षेत्र। आईडी}); } पकड़ (अपवाद) {foreach (area.GetRuleViolations () में var मुद्दा) {ModelState.AddModelError (issue.PropertyName, issue.ErrorMessage); } वापसी दृश्य (क्षेत्र); }} ध्यान दें कि। IFind...

Flash vs. Silverlight vs. HTML5 -

I am going to develop a video sharing (open to a specific type of video and public) site. I am planning to use Sirenson Squeege from FFMPEG for processing. Does anyone have other options? These are some basic requirements: ** My app is a .NET app. So you thought you could go with Silverlight but I want to use the best one Should be the best video quality deployment package / files The easiest of the smallest size player to optimize + Rich API video should play easily on PC and mobile devices w / o too many plugins good streaming support all In the OS Support (Linux? Yes) Support HD Any suggestions? I recommend that you first choose a main market, and then apply the app in the same way That's fast and easy and will work for your target audience. Once the app is online and people are using it, you can create additional clients to expand. For example, you might say, you're fine with PC and Mac users, you do not care about Linux or mobile devices and go with Flash ...

JSF Datatable current Page Primefaces -

I would like to display the current page of a data sheet outside the table (I really need it for paging objects a Google Maps component). How can I get the current page? Thank you, D itemprop = "text"> In Datagrams Inside) & lt; T: = Datacroller page for page "index_table" = "current_page" & gt; & Lt; H: output text value = "# {current_page}" /> & Lt; / T: dataScroller & gt;

c++ - Getting a byte value using stringstream -

To get rid of stringstream and store it in a byte-size variable, I got the wrong code (html) (It should be in a byte ware, none): #include & lt; Iostream & gt; # Include & lt; Sstream & gt; using namespace std; Int main (int argc, char ** argv) {stringstream ss ("1"); Unsigned four c; SS & gt; & Gt; C; Cout & lt; & Lt; (Int) C & lt; & Lt; Endl; } When I run it, then it is 49, which I would not like to see. Obviously, this is considered as a four and there is no ordinary numerical value. "post-text" itemprop = " The text "> most certainly reads the value of the parse value in another integer type C ++ - and then is a byte Enter the type (Reading in a char will never be parsed) - it always reads the next character: typedef unsigned char byte_t; Unsigned int value; SS & gt; & Gt; value; If (value> numerical_litts & lt; byte_t>: max ()) {// error ...} byte_tb = static_cast ...

performance - How does Node.js perform compared to Apache? -

Does the node with an appointment.JS is faster and more scalable? Node for web application on apache Are there any performance figures to back up JS performance? UPDATE: OK, my question (above) is misleading because I'm a little angry how nodes.JS sits within the web stack, in what circumstances do I have to use Node instead of traditional stacks like PHP, MySQL and Apache You should consider using .js - or node. Does JS take part in this stack? node. JS is a framework that is particularly suitable for writing high performance web applications, to understand how to implement concurrency at a lower level. This is a framework for writing server-side JavaScript applications using non-blocked IOs: instead of waiting on the results, keep the IO calls. Node.JS provides a system API (filesystem access, network access, etc.), where all API calls take a continuation that will execute the result later, instead of blocking and returning the result to the original caller. You can ...

flash - Flex 3: How to change state in code, using a variable -

How do I change the application state in a code using a variable? When I provide a stable string it works fine, but not with a variable For example, it works: (mx.core.Application as parent) .currentState = 'history' And it is not: (Mother- Mx.core.Application as a father. Current date = @ data Yes, I know that @ data is being populated, because I print it in a warning box. And of course, I have already tried on "currentState = @data" and "currentState = '@data. Sadly, they did not work. Here is the menu object: gt; & lt; / menuitem & gt; & lt; menuitem label =" view "& gt; menuitem label = "Home" data = "home" /> gt; & lt; menuitem label = "monitor" data = "Impn"> Lt; menuitem Force = "table" data = "tables" /> & gt; menuitem label = "schema view" data here is the handler: Code> Personal Function Menhandler (Event: Me...

routing - Rails3 custom route format -

routes.rb में मुझे जोड़ने के लिए मजबूर किया गया था: पोस्ट 'admin / user_update' : update_user,: id => @ user.id},: =>: सही) अब मुझे मिल रहा है: टेम्पलेट गुम है टेम्पलेट व्यवस्थापक / update_user के साथ {: हैंडलर्स => [: erb,: rjs : / Rails / test / app / views " / Pre> मेरा टेम्पलेट update_user.js.erb है: $ ('# उपयोगकर्ता-संपादित करें- & lt;% = @ user.id%>')। Html ("& amp; ; nbsp; "); $ ('# Tr-user-edit- & lt;% = @ user.id%>')। Hide (); मैं कैसे स्वीकार करने के लिए मार्ग प्राप्त कर सकता हूं कि मैं जेएस का उपयोग कर अनुरोध को संसाधित करना चाहता हूं? मैं जेएस को कैसे प्रारूप में जोड़ सकता हूं? कृपया अपने उत्तर में शब्द "संसाधनों" का उपयोग न करें। मुझे पता है कि यह एक कस्टम मार्ग है। अगर मैं सही ढंग से समझ रहा हूँ, यह एक jquery है समस्या (हालांकि आपने स्पष्ट रूप से कभी भी jquery का उल्लेख नहीं किया है) जोड़ने की कोशिश करें: $ (दस्तावेज़) .ready (function () {$ .ajaxSetup...

Ruby modules and extend self -

In what sort of code the code is: Module M extends the DF greetings itself "Hello" and end Use something more beneficial to use: Module M def self.greet puts "hello" end of end On the top, one example example is being expanded, and later only there is a class method, but when you call any method, then you have to make an M. graph Hoog , Is not it? I was just curious if someone could put some light on another using a code thanks! The first example is usually a way for people to get the functionality of module_function (When they do not know the existence of this method). A module_function is both an example method and a class method. The method in your second code example is just a class method.

asp.net mvc 2 - How can I avoid having to write boilerplate code? -

OK, I'm following the Underscore Tutorial online and I've completed it on T. Create database. Li> Create DBML. With Data Access Methods. TableName | Create Repository.cs class. Make partial. Table | Class to handle assumptions Rinse and repeat for all tables. I am being completed until I am finished and I have not done anything, drag and paste and change the variable name. What am I missing here How can I improve this boilerplate mist? Edit: Creating a TAI Template, is there a tool that will help me? I have not used them, but I think that if you take the time to customize them, then you create visual studios that you already have specially T4 template language / interpreter Use visuals are embedded in the studio.

language agnostic - Observer Design Pattern vs "Listeners" -

It seems that the observer design pattern described in the GOF is actually the same thing as listeners found in various toolkits. Is there any difference between the concepts, or the audience and the inspector are actually the same thing (I am not looking for any specific computer language implementation, I only have a design point difference (if Someone). Yes, I know that there are many answers to similar questions, SOF, but they are contained in specific questions about specific languages ​​- I was looking for a design answer I do not answer any language.) What is the word "listener" refers to the observer pattern or Not for reference, for example, "event listeners" of Java swing are part of an observer pattern implementation, whereas nets are not "trace listeners". Framework is not unusual for assigning a different name to the authors, but pattern patterns are commonly used when discussing patterns. In relation to the design, language and...

unity3d - How can I search a .txt file for a keyword in Unityscript? -

What is the correct syntax for searching a .txt file for a keyword in JavaScript? EDIT: I am working with a subset of JavaScript that is called Unity Script in a program. It outputs to .exe programs. Here is an example of Unity Script: import system.IO; Function readfile () {var sr = new streamreader (Application.dataPath + "/" + readFilePath); Var File Resource = sr.ReadToEnd (); Sr.Close (); Var lines = fileContents.Split ("~" [0]); (Line in line) {debug.Log (line); }} I thought that if I can get a function from javascript, then I can import it into my program. Now I think maybe I was wrong. Thanks - Elite Bonneville Try it: Function Process (URL, Send, RegX) {with (new XMLHPRVest) {open (send)? "Post": "GET", URL, false); SetRequestHeader ("content type:" "text / plain"); Send send); If (readyState == 4) RegExp return = = empty? ResponseText.match (RegExp): responseText}} Example: file.txt: name = fran...

svn - Subclipse keeps prompting the request for p12 certificate -

I am using subclipse with eclipse and I have access to an https repository first time he p12 certificate me and Asked for a passphrase and everything was fine but it encourages me to find this repository at any time in this window. Is there a way to store this information elsewhere? I tried to store them in ~ / home / myuser / .subversion / config , but this is not working: [Groups] diiga = narg.diiga.univpm.it [diiga] ssl-client-cert-file = /home/dierre/Scrivania/NARGSvnUsers.p12 SSL-client-certificate-password = mypassphrase Any suggestions? With this configuration BTW keeps asking for it in the command line. Update: I have partially resolved this problem. I went to preferences / team / SVN and switched from JavaHL to SVNKit and now searches and exploration of STNN Paid It is working well without asking about it. So now I think the problem is how to solve it with JHHL? Friends, I just want to let you know that the problem was Ubuntu and was not eclipse because I...