Posts

Showing posts from January, 2014

How to assign a heredoc value to a variable in Bash? -

मेरे पास यह बहु-लाइन स्ट्रिंग (उद्धरण शामिल है): abc'asdf " I न्यूलाइनों को संरक्षित करने की आवश्यकता है। मैं स्ट्रिंग में वर्णों से नहीं बचना चाहता हूँ, यह कष्टप्रद होगा ... आप cat के बेकार उपयोग से बच सकते हैं और इस के साथ बेमेल उद्धरणों को बेहतर ढंग से संभाल सकते हैं: $ read -आर-डी '' VAR & lt; & lt; 'EOF' abc'asdf "$ (dont-execute-this) foo" बार "" EOF अगर आप उद्धरण नहीं देते हैं चर जब आप इसे गूंजते हैं, नई लाइनें खो जाती हैं इसे उद्धृत करना उनको संरक्षित करता है: $ "$ VAR" एस्कॉएड "$ (dont-execute-this) foo" बार "'' ' यदि आप स्रोत कोड में पठनीयता के लिए इंडेंटेशन का उपयोग करना चाहते हैं, तो निम्न-थानों के बाद डैश का उपयोग करें। इंडेंटेशन को केवल टैब का उपयोग करना चाहिए (कोई रिक्त स्थान नहीं)। $ read -r - डी '' VAR & lt; & lt; - 'EOF' abc'asdf "$ (dont-execute-this) foo" बार "" EOF $ गूंज "$ VAR" ...

tfs - How to access shelved source code from diff machine? -

I changed some source code from a machine to TFS. Is there a way to access that code through TFS from another machine, or is it accessible from the machine, from where it was cooled? Absolutely, select "unshelve" and see the code by your username. "located on the menu: file \ source control \" absent pending changes "- (John to Dyer)

deployment - How to go about catching database and software version mismatch on deployed application? -

I am developing a standalone application that accesses a common database on a server. This will be used by some dozen people in my organization. I know that I will need to update the software and database design. This creates the likelihood that someone will do a query on the database using the old software. I already have a system that tries to start the old version of the user. application. However, this is not against anybody who keeps the application for a long time. My idea was to keep a version entry (tblVersion or something) in the database and check it every time but not just read it. In this way, I can catch things that (I think) may be that (I think) record (except tblVersion) is added to any table in DB , Is updated or removed even if the user has the latest version of SW: Check the version in DB about what the code contains, and if there is no mismatch, then add, update or delete the operation Do not allow. At the same time, I do not add tblVersion to DB overh...

php - QuickBooks on Mac, PHP5 (NO Web Connector) -

I have a client using QuickBook on the Mac platform. I have a PHP5-based web application, which is the customer / sale Need to export records. I like to try to connect the fastbook web soap structure which Keith has developed but this system is not supported on Mac. I have read that the IIF is not the best way to handle it, but this is my only recommendation at this time? Whatever the file type, are there any existing PHP classes to make those files? Unfortunately IIF thinks this is (and this is not a good option for many reasons). I am not aware of any PHP classes that do this, but the IIF is a very simple format (simple to generate, in fact because the interaction with its QuickBooks is very low and can actually work inconvenient) . Just be aware of the development cost which is happening in you though making IIF file is quite easy, this test is going to be a real cost. Just open it with your eyes.

Cumulative sums, moving averages, and SQL "group by" equivalents in R -

What is the most effective way to create a moving average or rolling sum in R? How do you do the rolling function with "group"? While the zoo is very good, sometimes there are simple ways if you deal with data well , And evenly keep the difference, the embed () function effectively lets you create multiple legions versions of a time series. If you look for vector auto-retression in the VARS package, you will see that the package author chooses this route. For example, to calculate 3 times the rolling average of x, where x = (1 -> 20) ^ 2: & gt; X & LT; - (1:20) ^ 2 & gt; Embed [X, 3] [, 1] [, 2] [, 3] [1,] 9 4 1 [2,] 16 9 4 [3,] 25 16 9 [4], 36 25 16 [5,] 49 36 25 [6,] 64 49 36 [7,] 81 64 49 [8,] 100 81 64 [9,] 121 100 81 [10,] 144 121 100 [11,] 169 144 121 [12,] 196 16 9 144 [13,] 225 196 16 9 [14,] 286 256 225 [15,] 324 28 9 256 [17,] 361 324 28 9 [18,] 400 361 324 & gt; (1 (x, 3), 1, mean) [1] 4.666667 9.666667 16.666667 25.666667 36.666667 4...

security - Single SSL Certificate, Multiple Sites? -

I asked this as another question, but it seems that its own should be: Shared hosting plan, is there a way to secure multiple domains with a single SSL certificate (it is believed that the host allows multiple domains under a single plan)? I know that personalized SSL certificates require a dedicated IP, but I am looking for work around (I do not want to sign up for extra / better plans to keep the costs cheaper and I actually want to open I do not want to outsource certification.) Any ideas? (I do not think wild card curts are an option because they are very expensive ...) Actually, not in the shared hosting plan. When you have many IP sharing sites, know that the site hosts the host root, the SSL hosts the entire request and response, which includes the host header - and A web server does not know that the SSL certificate is used to dismiss the message before trying to root which route - that is why an SSL site should have a dedicated IP address. / P>

javascript - How can you convert blank spaces to  ? -

Without the use of regular expressions, you can specify the spaces for the & amp; Nbsp; How do you convert to ? "This is a string". (/ \ S / g, '& amp; nbsp;')

assemblies - Workflow versioning issue -

In our project, we use WF to run workflows, pure version 3.5 hosted inside the IIS application pool I obviously, we go in some editions: We begin workflow with version 1 of our assemblies. After the persistence point, we renew in version 2, we need to continue to let old legislation run with the old version of our assemblies. The main workflow refers to many assemblies we use assembly binding because we can not establish our assemblies in GAC. However, we fall into a very strange problem: The Web In conjunction with our configuration, we set & lt; Assemblies xmlns = "color: schema-microsoft-com: asm.v1" & gt; & Lt; DependentAssembly & gt; & Lt; Assembly ID name = "post.apple corp.sdccore" culture = "neutral" public keynote = "58AAB 7DB1742" /> & Lt; Codebase version = "1.2.11.0" href = "v11 \ Post.Appl.Corp.Sdds.Core.dll" /> & Lt; Codebase version = "1.2.12.0" href = ...

How to test if a font is installed using VBA? -

What is the easiest way to check that a particular font has been installed using VBA? This vb6 code VBA is compatible with: function fonts installed (sFont as String) in the form of bullion "this reference must be fixed by default" 'Tools' & gt; Reference & gt; OLE Automation Dim Resume Error as STF Font as Newfold New Set NewFont = NewFont with New Stant Font 'Assign Proposed Font Name' if the font does not exist, will not be assigned .name = sFont ' Returns correct if font assignment succeded FontIsInstalled = (StrComp SFont, .name, vbTextCompare) = 0) 'Return the actual fonts name through arguments sFont =. End End End Function

sql - VBA select not returning any rows -

The list below is not returning any row to the list. There is no error message: LstDiff.RowSource = "Select TestScenario, testId from TBTist where empid = '' & amp; Me.txtEmpId.Value & Tested = & '' Tested = '" & Amp; Me.txtAutoNumber.Value & amp; Can anyone help? Individually, whenever I use the SQL statement in the code, I like to store the statement in a convertible. When you test after assigning your statement at a variable , So you dub To see the print that your SQL statement looks after after parsing your TestMedD and TestTurner, this will look like this. String in the form of SSKLL SSQLLL = "Select Test Sessenario, TLDBTT from TestID, where empid = '& amp; Me.txtEmpId.Value & amp; "'And Tested ='" & amp; Me.txtAutoNumber.Value & amp; "" "Debug.print ssql listdif. Rossosource = ssql Until your instant window appears (Ctrl-G), you can see what exactly yo...

How to detect duplicate values in PHP array? -

I am working with a one dimensional array in PHP. I would like to know the presence of duplicate values, then the number of duplicate values ​​is counted and the result is drawn. For example, the following arrays were given: $ array = array ('apple', 'orange', 'pear', 'banana', 'apple', 'pears',' kiwi ',' Kiwi ',' Kiwi '); I would like to print: apples (2) orange pears (2) banana kiwi (3) How to approach this problem but any advice? Thank you. $ array = Array ('apple', 'orange', 'pear', 'banana', 'apple', 'pear', 'kiwi' kiwi, 'kiwi'); Print_r (array_count_values ​​($ array)); output array ([apple] = & gt; 2 [orange] => 1 [pear] => 2 etc. ..)

zend framework - Zend_Form - multiple forms on same page -

If there are too many forms in one page, when I submit to one of them, how can I tell who Submitted? I thought about creating uniqe id for each, and saving them as hidden areas and user sessions - while this is a solution, the problem is that to delete the old ID Not a good place. Any better idea how to solve this problem? Thanks in advance! First of all: Have you considered sending two forms in two different actions? In this way you can control each form separately in each form each. If you are using the Zend MVV component then it should be "best practice". The second option is to check the value of the submit button, which will be included in the request, e.g. & lt; Input type = "submit" name = "save" value = "form1" /> // will include "form1" in PHP: // $ _POST ["save"] & input type = "submit" name = "save" value = "form2" /> // will contain "form2" i...

Why won't Vim compile my C code? -

संभव डुप्लिकेट: मैं जीवीआईएम 7.2 का उपयोग कर एक बस सी कोड को संकलित करने का प्रयास कर रहा हूं। मेरे पास बोरोलैंड bcc32 कंपाइलर स्थापित है, लेकिन मुझे "मेक को आंतरिक या बाह्य कमांड के रूप में मान्यता नहीं मिली" प्राप्त करते रहना है। मैं क्या कर रहा हूँ गलत? समस्या को ठीक करने के लिए मुझे अपने कोड में क्या शामिल करना चाहिए या मेरे कोड को संकलित करने के लिए मुझे किस विन्यास की आवश्यकता है? क्या आपने अपने % PATH% पर बोर्लैंड के make.exe के साथ निर्देशिका को जोड़ा है? राइट क्लिक मेरा कंप्यूटर और आरआरआर पर; गुण और आरआरआर; उन्नत और आरआरआर; पर्यावरण चर

wcf binding - WCF Service Error -

I have a WCF service deployed on the Windows 2003 server. We use a WPF application to consume this service. Are there. If we deploy a new version of the WCF service or for some time IIS and WPF applications leave the idle and then try to run a functionality, we receive the following exception: content type does not match the content type of the response message / html binding (text / xml; charset = UTF-8). When using custom encoder, make sure that the IsContentTypeSupported method is implemented correctly. The first 119 bytes of the response were: '& lt; HEAD & gt; & Lt; TITLE & gt; 500: Server Error [20-0004] & lt; / TITLE & gt; & Lt; / HEAD> & Lt; Body & gt; & Lt; H1 & gt; 500: Server Error [20-0004] & lt; H1 & gt; & Lt; / Body & gt; & Lt; / Html & gt; Thanks and Regards, A 500 error usually To see what happened was an unrestricted exception in the service, see in the Windows Event Log.

linq to sql - LINQ2SQL: How to implement a generic maximum string length validation? -

LINQ2 is a common problem in SQL, whereas while the .NET string allows any length to specify its variable, your database may have a specific maximum length interval (such as VARCHAR (5)). This will give the SQL error message "string or binary data will be deducted", which is extremely useless because it tells you which areas are criminals. Obviously, the maximum string length will be the right way. The main problem that I encountered, is making the required verification for every linky object in my project, and updating the verification if the maximum length of the field is updated. Ideally, I should work dynamically in a way to determine the maximum length of a generated field, so I do not risk risk updating later. I can find the best possible implementation so far, which is better than ever, which I can think of. Only fixed-point dynamic maximum length is set. Has anyone seen or implemented anything like that? The LINQ2SQL code generator retains a feature on th...

resourcebundle - How to load a resource bundle from a file resource in Java? -

मेरे पास mybundle.txt में c: / temp - c: /temp/mybundle.txt मैं इस फ़ाइल को एक java.util.ResourceBundle में कैसे लोड करूँ? >? फ़ाइल एक मान्य संसाधन बंडल है। यह कार्य करने में प्रतीत नहीं होता है: java.net.URL sourceURL = null; स्ट्रिंग पथ = "c: /temp/mybundle.txt"; Java.io.file fl = नया java.io.file (पथ); {SourceURL = fl.toURI () का प्रयास करें। ToURL (); } पकड़ (MalformedULException ई) {} URLClassLoader urlLoader = नया URLClassLoader (नया java.net.URL [] {sourceURL}); Java.util.ResourceBundle बंडल = java.util.ResourceBundle.getBundle (मार्ग, जावा.उत्तिल.लोकेल.get डीफॉल्ट (), urlLoader); जब तक आप अपने संसाधन बंडल फ़ाइलों को ठीक से नाम देते हैं (एक .properties एक्सटेंशन के साथ) , तब यह काम करता है: फ़ाइल फ़ाइल = नया फ़ाइल ("C: \\ temp"); यूआरएल [] urls = {file.toURI ()। ToURL ()}; क्लास लोडर लोडर = नया यूआरएल क्लास लोडर (यूआरएल); ResourceBundle आरबी = ResourceBundle.getBundle ("myResource", Locale.getDefault (), लोडर); जहा...

How can I construct images using HTML markup? -

Using Microsoft's HTMLDocument object, I need to display reports and things in HTML. Unfortunately, you can give document HTML markup, but you can not give it images. It is only capable of displaying images from the URL such as: http: // File: // res: / / I understand that I can create an image using HTML markup, pixel-by-pixel. Is there any work in this area? Should it be positioned exactly 1x1 colored span? A 350x200 table, with one-pixel in both sizes of rows and columns? Can you use it now? IE8 supports this (as the newest browser); Your images will look like this: & lt; Img src = "data: image / png; base64, A0123 ... ==" & gt; Where A0123 ... is a representation of the corresponding image file. Depending on the language you are using, you can take advantage of a lot of work for yourself.

c# - How can I get all the data types specific for a certain version of MS Access or/and every versions of MS Access? -

I am trying to list data types from Microsoft Access 2000-2007 (based on MS Access database version) A C # program I want my program to be able to open MS Access 2000-2007 database If I open a MS Access 2003 then I want to be able to use the datatype of any data for MS Access 2003 and list those data types in a combo box. If I open the MS Access 2007 database then it will be for the data type of data for MS Access 2007 ... I was wondering if I can use ACEDO (ACADOO is only compatible with MS Access 2007?) I am Also, how can I get all the data types for a specific version of MS Access or / and every version of MS Access (in my case 2000-2007)? ACEDAO is backward compatible with all versions of the jet. But compatibility is provided in various ways. For example, if you look directly at the ACEDAO object model, you will see that there is a field data type and a field 2 data type. In Access 2007, you do not see this, my guess is that the field data type is for MDBs (Jet 4 and earl...

c# - ListBox DataTemplate Binding With Two Lists -

I am doing a listbacking in one object that includes two array of string. Each list box item text box and combo box The data made from is set to the template. The first string array is linked to the list, and the second string is attached to the array combo box. Well, at least I'm trying to achieve this. The problem is that I can not find the binding syntax for setting the second array in the combo box. Here's what I have: The first thing is that in my class there are two string arrays. I very straightforward. Please note that string array content is for simplicity public class job assignments {public job assignments () {m_people.Add ("John"); M_people.Add ("Bill"); M_people.Add ("frank"); M_people.Add ("Steve"); M_jobs.Add ("Architect"); M_jobs.Add ("Teacher"); M_jobs.Add ("The Carpenter"); M_jobs.Add ("Plumber"); } Private listing & lt; String & gt; M_people = New list & lt; S...

css - Text in a template jumping to the left of the page. Why? -

I have a template that am amending text and pictures. It's all based on 960grid, and the text is styled in the external CSS sheet when I copy the pieces of a text (placed on the right side of the site), and paste ... it brings the text to the left sidebar. What's wrong? When I look at the pasted text, then there is only one class in it, which I copied. Thank you in advance .. I'm new to this and it's giving me so much hard time! Most likely it is contained in something like a 'right sidebar' which actually keeps it in the right direction. Try straight down the division where the division ends you copy. & lt; Div class = "right-sidebar" & gt; & Lt; Div class = "something" & gt; & Lt; / Div & gt; & Lt; / Div & gt; & lt; Div square = "right-sidebar" & gt; & Lt; Div class = "something" & gt; & Lt; / Div & gt; & Lt; Div class = "something" ...

SQL Server: Access Fulltext Index via LINQ -

Is there a way to direct instructions (LINE) to run a full text index query? LINQ is currently preparing any text search query for me, just ends with LIKE operator Do I need to create a stored procedure for this? One example would be great! Thanks! Since LINQ is a general purpose query abstract layer, you can not directly server through specific LINQ Implementation You may be able to do this with EF using a scene in the store model. That being said, you can be able to do this with LINQ using LINQ using context.ExecuteQuery (string). Remember that if you use ExecuteQuery, be sure to pass the variable as a parameter rather than a simple query, because your query is passed directly to the server and thus SQL injection should not be handled properly. SQL injection Here's an example of avoiding: slow search name = "foo" string like string = "select id, lastname, firstname, website, timestamp" & amp; _ "From Dbo.uthor" & amp; _ "Wh...

fbml - What is the API for Facebook 'profile stream' aka wall posts? -

Is there an API call, and if so, to get 'my position and position on my wall' Does Facebook call? It seems that it can be filtered from the Facebook Stream API, but it is not clear how it works for me. This link means it is possible: You want to query an FQL like this: select actor_id, the message FROM stream WHERE source_id = & lt; User ID & gt; Limit 50 You may want to select some more fields, you can see what's available here:

c# - assign type to variable, use variable with generic static class -

I am working with a normal static class in a C # web service which takes one type I was thinking That's why it does not compile: type1 = typeof (MySnazzyType); Confirm. Eraquall (0, Connectionpool_assore . Pool_ount); This returns the error: Type or name space name 'type1' could not be found (Do not you remember the use directory or assembly reference ?) And when I hover over the type1 in that second line of code, "type or namespace name is expected". Well, type 1 is one type! This is a type of variable type ! It also does not work if I do: type1 = typeof (MySnazzyType); Confirm. EureLL (0, ConnectionPool_Assessor & lt; Typef (Type1) & gt; ._ pool.Count); I was hoping to allocate different types of type variables and simply use those typing, which, instead of typing, Examine the general static classes. > Type Messeny every time I get stuck with any idea, or I'm doing: Assert.AreEqual (0, ConnectionPool_Accessor . P...

c# - Getting the value from cookie and storing in the database -

I want to store the search URL in the form of a cookie on the client side and write back this url in the database . No error is showing, but it has not written the URL string in the database. I have personally tested the URL in the database, it works fine. Just when I was trying to work with the cookie, not working. Please tell me if you have any suggestions // JavaScript part location.href = "& lt;% = UU.RTOSTRING ()%>?" + Math.random () + "#" + query.toString (); document.cookie = "kursearch =" + query.toString (); // # code Storetxt (text); } Public string GetCookie (string cookies) {string cookyval = ""; Try {cookyval = request Cookies [Cucunema]. value; } Hold (exception e) {cookyval = ""; } Return cookie; } Public Zero Startext (String Text) {string connection = "Data Source =. \\ SQLEXPRESS; Initial Catalog = PtsKuratlas; Integrated Security = True"; SqlConnection conn = faucet; SqlCommand CMD = Fau...

SQL Server error on update command - "A severe error occurred on the current command" -

The following query returns an error in running the SQL Server Management Studio. update table_name set is_active = 0 where id = 3 there was a fatal error on the existing command logs Has been truncated An update is triggered but this is not a problem The number of transactions is zero (@@ trancount) I have tried the same update statement in some other tables in the database and they work fine. DBCC checkbox ('table_name'); For DBCC result object "table_name" for "table_name" 1 row has 13 lines in 1 page DBCC execution completed if DBCC completed the error If the message is printed, contact your system administrator. I was just a single error, and it was below a contaminated index. I know that this thread is of one year, but I thought it would be remarkable when it came in front of someone in the future (as I did just now).

sql server - SQL Query - Delete duplicates if more than 3 dups? -

Is there an elegant SQL statement for deleting duplicate records in a table, but only if X is the number of duplicates? So it allows up to 2 or 3 duplicates, but what is it? At present I have a statement that does the following: Remove table from table, left outer (duplicate from table group like Triad, Diplo 1, Duplex 2) 1, Select Max (ID) by Dupl 2. Maintenance as TDI) = Maintenance. Where are kept. Road is empty This works very well. But what I want to do now will only remove those lines, if they have more than 2 duplicates. Thanks with in the form of CT (select row_member ( )) (Divol1 by split, dupol2 sequence by id) from table as rn) from cte where rn & gt; 2; - or & gt; 3 etc. The query is being classified by a 'line number' for each record, (Dupl 1, Dupl 2) and ordered by ID. In fact, this line number is calculated as 'duplicate', which has the same duplicate 1 and duplex 2 and then specifies the number 1, 2, 3. If you want to keep ...

how to create php scheduled process? -

I was asked to create a web application that will send updates to the user for some time. For example, the user is requesting updates every 5 minutes from 1 June to August user2 requests every 10 minutes for update asks user3 Is updated every June 1 from June - August 2009 I do not know how to automate the background process ... should I add it to the cron? Can Cron work on windows server (Apache on windows)? On a Windows server you can write tasks scheduled. In a set task you can set it to run the update for the desired frequency. From: With scheduled work, you can run any script, program, or document at one time that is most convenient for you. A more programmatic approach will be to protect your users' settings and last update time. After that you can take a script that checks and updates as needed. You can do a scheduled task to run that script every minute, which will update based on your users' settings.

c++ - Is it possible to instruct MSVC to use release version of Boost when compiling Debug project? -

I have created a boot in the release configuration and posted it in a folder. Now when I add boost libraries to the project and try to create it in debug configuration - the linker fails because there is no debug version library. Is there a way to use MSVC 9.0 debug configuration version of libraries? Of course, there is an easy soultion - build the debug version of Boost. But I'm just curious. You can do two things: To promote Create debug version (this is the best option) Add a debugging signal to your release build. Do not use the release version of your promoting with your debug build because the boost depends on CRT, which is different in debug / release build.

authentication - Redirect After Registration in Drupal -

After a login screen does a user know how to go back to "previous page" and a new account? Actually this sequence is: User tries to get protected content redirected to login page If he logs it is redirected to the original page If he chooses to "create a new account" and fills it, he is taken to the home page How do we automatically redirect it to the original page (not a static page) There are several ways to go about this in the navigation that is a login link for the most straight forward Somewhere to add the destination to the url. The code for this is something like this: & lt ;? Php if (user_is_anonymous ()) {$ link = l (t ('login'), 'user / login', array ('query' => drupal_get_destination ())); }? & Gt; You can also set a custom access denied page on admin / settings / error-reporting that can either go to callback that outputs the code above, or a simple php Code for the node that outputs. Add...

irb - So maybe I'm not getting the idea in Ruby but I have a question about Enumerables inject -

The | M, K | What kind of thing does it have to do with pre-order order? So why did people put a number .inject ()? Alternatively, there is an easy way to know how to use it, and what exactly is its significance? Looking at this question, I hope you all know that I am very happy for any programming language and Ruby was my first choice. Try for example. number = [3, 1, 4, 1, 5, 9] sum = numbers.inject (0) Do it. Prefix_sum, number | Prefix_sum + number end # injection takes an argument and a block should take two values, and a new value must be returned. In the above example, the argument for # injection is 0 , and block is done. Subfix_sum, number | Prefix_sum + number ending . The value to pass the block to two | Named between markers: prefix_sum and number . Each value of the enumerable # injection has been passed as a second value in the block. , Then 5 , then finally 9 . So in this example, the block will be applied six times; Once for each ...

xcode - What automated build system do Mac developers use? -

My team is currently using to create overnight and continuous-integration and automate regression testing. For Build and Unit Test, the builder simply invokes a script that sinks sources of P4 and then runs xcodebuild . Regression testing is also launched by a shell script, and itself is a combination of shell script and Apple itself. Builds are done on one system, but then BuildBut triggers several tests on the Mac, which have different architecture and OS combinations. Things that I like about BuildBot are automatic triggers (hence the test only then and only when the build is successful) and run the report, including the waterfall to see the overall situation. However, I see a number of problems "master" process, which coordinates construction, it is either a leak or a huge task set which means that some gigabytes of memory Consumes. Sometimes network problems mean that a slave will be lost; Instead of trying again later it will only make the build fail. In fact if ...

asp.net mvc - Page refresh in MVC -

I'm studying the Microsoft ASP MVC framework, here's a problem I get: one of the countries with dropdown list There is one view with list and another dropdown list for the states. Postes the on-change event form back and then the controller sends the states to the data drop, which should be updated. But the second dropdown list does not change. What were they before refreshing? What do I need to do to fix this. Thanks in advance! EDIT: Column ModelState. Clear () In another controller, fix the problem, thank you for all who provide suggestions! Really thank you! ASP.NET MVC provides for generating dynamic web pages. It is at very low level of intangible to ASP.NET and as a result, due to the familiar features of ASP.NET, are not intentionally supported like the events. Try reading for an example what you want to do, the customer side using JQuery fits well into this MVC approach

asp.net - How to open an aspx page using jquery -

I want to know how to display the ASPX page in a popup using jquery You want to make partial use instead of a full page and then use the method found in the following form:. After that, you can put the content of your received request into a jqModal modal window as defined by this page:

.net - How to define custom TraceListener in app.config -

मैंने एक कस्टम ट्रेस श्रोता ( TextWriteTraceListener से प्राप्त किया है) को लागू किया है और अब मैं सेट करना चाहता हूं मानक TextWriteTraceListener के बजाय इसका उपयोग करने के लिए मेरा आवेदन। पहले मैंने तयशुदा TextWriteTraceListener को यह सुनिश्चित करने के लिए जोड़ा कि यह ठीक काम करता है और यह करता है। यहां मेरा ऐप है। Config: & lt; कॉन्फ़िगरेशन & gt; & LT; system.diagnostics & gt; & Lt; trace autoflush = "true" indentsize = "4" & gt; & LT; श्रोताओं & gt; & Lt; add name = "TextListener" प्रकार = "System.Diagnostics.TextWriterTraceListener" initializeData = "trace.log" / & gt; & Lt; नाम निकालें = "डिफ़ॉल्ट" / & gt; & Lt; / श्रोताओं & gt; & Lt; / ट्रेस & gt; & LT; /system.diagnostics> & Lt; / विन्यास & gt; अब मेरा ट्रेस श्रोता को MyApp.Utils नामस्थान में परिभाषित किया गया है और इसे फ़ॉर्मेटेड टेक्स्टड्राइटरट्रेस लिस्टनर कहा जाता है।...

obfuscation - how to write code in asp.net to stop reverse engineering of asp.net application -

We are making an application that is downloadable. We want to stop the reverse engineer reverse application by a person to lose our business. Any way to stop this? What do you mean by downloadable applications? You are talking about ASP.NET applications in the title of the question, but this is not an application that can be downloaded. If you have a console / winform / WPF application that has compiled binaries, you can use code obscuration tool to make reverse engineering difficult. Best Relationship

.net - How to merge several arrays in a List using Linq? -

मेरे पास सूची है और मुझे उनको एक उत्पाद [] । आप SelectMany का उपयोग कर सकते हैं और फिर ToArray ऐसा करने के लिए। var परिणाम = source.SelectMany (i = & gt; i)। ToArray ();

python - Why is there module search path instead of typing the directory name + typing the file name? -

क्या कोई फायदा है? यह क्या है? ताकि सभी को बिल्कुल अपनी हार्ड ड्राइव पर एक ही फाइल संरचना? import C: \ Python \ lib \ module \ संभवत: मेरे मैक पर बहुत अच्छी तरह से काम नहीं करेगा ... संपादित करें: इसके अलावा, क्या आप बिल्ली के बारे में बात कर रहे हैं कार्यकारी डाइरेक्टरी? जब तक वे PYTHONPATH । पर होते हैं, आप निश्चित रूप से काम कर रहे डायरेक्टरी के बाहर मॉड्यूल का उपयोग कर सकते हैं।

java - How to open word document at specific paragraph with poi? -

Required ... We are reading word documents and received all the annotations from that document , And we are sending this document to the user, when the user opens the document which at that time should open the document with specific page specific paragraphs. (This specific page, paragraph space we can give it to, I can give the org.apache.poi.hwpf.usermodel.Range object.) Please provide some example code to perform this functionality ... Appreciate your help ... using it There is no way Apache POI The only way to think about Microsoft Word scroll when a document is opened, then a autoone VBA macro The limit which selects the border must be included. For example, in order to select 9th paragraph, you must include the following VBA code (without even saying it works only if macros are enabled): Public sub AutoOn (active) document. Paragraph (9). Ranges. Select sub sub

Lucene query syntax -

I want to write a licensing query that is equivalent to the following SQL where Is there a more concise way to write this? Thank you, Don age: 25 and name: (Tom Or Dick or Harry) Alternatively Age: 25 + name: (Tom or Dick or Harry)

c# - Connecting to a database from the beginning -

I am working in a business writing advanced software application, and obviously the need for our SQL server and all connection wires is. This is fine for my job - but what if I want to do this for a new (very small) business ... If I want to buy a small database server and want to install a piece of software on this server How can I go about the existing database, how to talk to the server and connect to the code (C #) and b) to make me possible about things like internet / phone connections etc. What need does? EDIT: This will be the reason for the server, because access to 2 or 3 different computers in different locations will be needed? There are actually a few ways to create a database connection, but I would say one of the easiest ways Use methods and sections found in An original connection will look something like the following: using System.Data.SQLClient; Namespace Your Namespace {Public class database connection {public datatype getData () {datatype dataobject =...

sql - Finding columns that do not match existing primary key -

I am trying to add a foreign key to a table, but the database does not like it, SQL Server 2005, it does not like it. It says that columns do not match existing primary key or unique constraints. How do I get a column in questions so that I can delete or change them and add foreign keys? Join a left in the parent table on the question, then check the values ​​in the child's table where Join the left parent's table is zero. For example, if this was your schema ... table1: myKey int primary key, ... other columns ... Table 2: Other Key difference primary key, myKeyFromTable1 int ... other columns .. you want to do this: separate t2.myKeyFromTable1 from table 2 t2 This will give you a special value in table2 which is left in the table 1 t1 on t1.myKey = t2.myKeyFromTable1 table1 .

H264 Video in DOTNETNUKE -

We are about to add h264 videos to our website. So far it seems that we are going to use. What are the best options? Ultra Gallery 3 should work very well, if you do not intend to optimize video controls

Java (J2SE) and Bluetooth -

I want to write some small programs. It will run on your computer (laptop) with Bluetooth adapter and then search for all visible Bluetooth adapters (phones, printers, other computers, etc.), but I have not worked with Bluetooth in Java earlier. Please help me find the starting point, please do I have to download before SDKs or libraries? What is the literature read? I have scored a blokov, but it does not support my Samsung D600, so I could not test my app. This Java sample will be searched on all visible devices, and it will be searched with Bluov and Avetana libraries (both) Works:

vb.net - How do I refer to a windows form control by name (C# / VB) -

Suppose that I have control of a label on a Windows application called "Username". How do I programmatically refer to that label using the label name? For example, I can: as a control in the tab page for each tab. Controls: if ctrl.Name = "user name" then 'something end if next is quite incomplete I would like to do something like this: TabPage .Controls ("UserName"). I did some googling but couldn 't get a satisfactory answer. Most suggested looping, some said. Net 2005 does not support refining directly by using the string name, and FindControl method asp.net only ... Edit Thanks for yet, here's a more detail. I have a window with three taboos, which are similar to all designs and functions, I respond in a similar manner to drop down menus, labels, events, etc. in the same way. Instead of writing code for each event per tagpage, I have created a class that controls events etc. on the tab page. For example, on each t...

c# - Sort String Array As Int -

To sort the group of strings in the form of antras, with the use of iCompair with the URL () The way? If they are all strings, then why are you using an ArrayList? If you are on Net 2.0 or later, then the list & lt; String & gt; is a better option If you are on Net 3.5. Or later: var results = MyList.OrderBy (o => int.Parse (o.ToString ())) .toList ();

iphone - Creating multiple class instances on the fly -

My question includes a simple game in which 2-4 people can play. This is a game that is played on an iPhone / iPod touch, so no networking is necessary. When the game starts, the user will select the number of players. For each player, I need to create a player class and frequency. My question is how do I give code, so that only the number of required sections can be made and all of them have been given different names. I had thought about the following, but I know this will not work. Let's say I have an array named "PlayerName" that stores names of players in the game. for (int i = 0; i & lt; [count of player names]; i ++) {player * player = [[player illusion] IIT]; // other code} I can not just keep "i" in the form of a counter for loop and can not get four examples of nominated player 1, player 2 etc. How do i do this Thank you in advance for your help. You can not create variable examples on the fly - you need to collect as a result ...

objective c - iphone - hiding UITabBar without presentModalViewController or pushViewController -

O people, like the question states, I am trying to slide in a UIDTPIC without using the current model ViUi controller or push ViewController and later trying to hide the main. itemprop = "text"> The application's UTT Now, I'm adding a UIDatePicker subview with a few buttons on a navigation bar for a temporary UIViewController, And start a UINavigationController with that temporary controller as root. I am adding this navigation controller as a subview for myself in an attempt to overlay UITbabar. NavigationController.tabBarController, but when I set up UITabBar to hide, I see that no UIDAte picture is visible below it. Any suggestions? Note: My reasoning for this is that I can not understand the current model view controller as a way to use it with a smaller view than the screen. If you need a design like this: You can read the sample (UIActionSheet + UIDatePicker). For this, please see the UICCell Apple sample to get more.

jQuery: How do I get the contents of a span, subtract by 1, and replace contents of span with new number? -

Assume that I have a PHP loop that removes data that you can delete. I am using AJAX, so when you delete a line, it processes a PHP script and disappears from the row page. However, I have something like "which is 5 items" when the item is removed, then I have to change that "5", I thought it was the easiest way to subtract from one in javascript. The problem is, I really do not know how. If someone can point me in the right direction, then it would be great. Counts with ID 'cnt' Duration: $ ("# cnt"). Text ($ ("# cnt"). Text () - 1) Edit: Secure edition: var cntTag = $ ("# cnt: first"); If (cntTag.Length == 1) {var cnt = parseInt (cntTag.text ()); If (! IsNaN (CNT)) {cnt--; CntTag.text (string (cnt)); }}

uitableview - iPhone Custom UITableViewCell with image after scroll -

The View with custom cells in my app UItableView, cells with the image, but the image in the first few cells no image Other images appear after scrolling the table at that place is white. Please help fix this problem. Although your answer is providing a working solution, I think it is not with this problem imagine dealing the right way There is an NSArray with 1,000 NSStrings that you want to display using the table. By showing them a unique ID for that NSString in a cell, you're basically building 1,000 cells! This will slow down your app. The whole idea is that the cells are reused so that only 1-2 extra are made from the displayed. So the right solution: deal with it Reuse a cell by creating a unique ID for that class Reset / renew the contents of the cell itself; Assume dirty content To see the Stanford iPhone class on the ps table, number 8 (around 18:50), the apple A man tells it all.

sql server - Extended Property Design -

Suppose I have the following table schema: id | Name | Width | Height | | What are the ideas for thinking about breaking this table into two tables with one-to-one relationship? Example: id | Name and id Width | Height | | Size My concern is that I have a lot of columns on the table (not just five, here's the possibility to add new columns in the future only for illustration purposes). I am worried that there may be a negative impact on the performance of large table row size and / or clarity of design. Is it true? And performance hits compared to the included tables. : Crossing 8,060-byte can affect line-size limits Because the SQL Server 2005 database engine still maintains a limit of 8 KB per page. When a combination of varchar, nvarchar, varbinary, sql_variant, or CLR user-defined type column exceeds this limit, while maintaining the database 24-byte pointer, the database engine ROW_OVERFLOW_DATA is the largest width of any other page in the allocation un...

statistics - Goodness of fit functions in R -

What do you do in R to fit a curve in your data and check how well the curve is? What results are considered good? The first part of that question can fill all the books for the standard linear model Package for Linear Models from Robotbas > Then a domain-specific model like Time Series, Micro econometrics, mixed effects and Hut something. For example, many work views discuss this in greater detail for the good of fit, it is also something that can easily discuss the entire book.

solution to index.php in my cakephp application -

If I ignore index.php from my URL, then the control controller is not passing correctly. How to avoid index.php from url ex: thanks, You set your mod_rewrite (via config or .htaccess) in Apache, then all requests will be redirected to fix controllers / tasks without adding index.php to URL. You should help you set up your server correctly.

ssl - What is the difference between X509Certificate2 and X509Certificate in .NET? -

दोनों के बीच अंतर क्या है? इसे .NET v1.0 / 1.1 में पेश किया गया था और इसकी कार्यक्षमता में (तुलनात्मक रूप से) सीमित था। इसका इस्तेमाल मौजूदा प्रमाणपत्र (मान्य तिथियां, जारीकर्ता, आदि) के बारे में जानकारी प्राप्त करने के लिए किया जा सकता है। इसमें सरल तरीके / संचालन था (यानी डिस्क से एक प्रमाण पत्र पढ़ना)। अतिरिक्त कार्यशीलता के साथ x50 9 प्रमाण पत्र का एक उपवर्ग है यह एक वास्तविक X509 प्रमाणपत्र का प्रतिनिधित्व करता है यह .NET ढाँचा v2.0 में नया था। यह वर्ग आपको सभी वी 2 और वी 3 प्रॉपर्टी (एस्ट्रिटी कुंजी पहचानकर्ता और मुख्य उपयोग) तक पहुंच देता है। यह एक प्रमाण पत्र स्टोर से प्रमाणपत्र लोड करने का समर्थन करता है।

Alice vs Python for someone with zero experience -

My brother wants to learn some programming to know whether he will enjoy doing it, he is 16 years old and There is not much information about and especially knows nothing about programming. I'm thinking of choosing Python either. I see it is often recommended to read, but this is not very small (size-wise) for a start? This is certainly not very complicated, but I'm not optimistic about my brother ... :) Can he try something else that will be small and very easy? Besides, does anyone have any experience with Alice? I would not really like to start programming like this myself, but I can see why the visual aspect may be more attractive to some people. I am not sure how limited it is and if the time used to learn pseudo language It will not be better to learn any real language. EDIT: Thank you for your reply. I think we will go with Python, however, as I mentioned above, is not Thing Python a little too wide for the full "novice"? Any other but easy Python pro...

download - python script for downloading all Ctrl+Alt+Del webcomics? -

Do anyone have one? Ive tried Comicdownloader, but it only allows me to download the latest comic and I can not understand Python well how to change it to download all the comics Well, this is not a python and the method is not very elegant, but it will work. After a brief inspection, I came to know that all the comics are stored in the form of these / comics / JPG files. With that assumption, running the following commands in a shell on a * nix machine will download all the comics. The file name is obviously the date in YYYYMMDD format. Oh, and may take some time :).

string - What is the meaning of this C++ Error std::length_error -

I get this error when turning on my program: after the end It is said 'Std :: length_error' (): basic_string :: _ S_create abort trap I know that you can not do much without code but I think it The error is very deep code to copy all of this, maybe I can understand it if I understand what this error means. Is this a sign on the issue of reading or writing at the wrong memory address? Is there anything more to get more information about the problem from my program? This means that you tried to create a larger string than std :: string :: max_size () is. An exception to type length is when the class is thrown when an operation produces a string with a length greater than the maximum size.

java - Sending input to the computer programatically -

This is just for fun. I am playing a game where you can write AJ faster, you can do it, I can not speed it up more than 5 seconds and I think it will do this in 1-2 seconds. Humanity can be impossible. However, it may be possible to create a small program in Java or PHP, which, when it is started, is likely to send the input of letter A-z to the computer as soon as possible. How can this be done in Java or PHP? I know that you do not want to have a solution in programming languages, but for other searchers Open source software is perfect for such things - automating key presses / mouse movements to perform repetitive tasks.

wpf - Changing Context Menu's width results in poor rendering -

What I wanted to do was with ContextMenu on a button Is the width with the width of the button Obviously that's too much if you open ContextMenu and then decrease the size of the button and open it again, OK ( width gets smaller) If you increase width (for example 100 to 200) then ContextMenu 's width also increases (200) but this only changed the previous width (100) to its code in its code, instead used realwid lake Do not assume, however, seem fine, bad rendering the context menu. The width of the context menu appears in the text field of the context item, which is the longest text field. If you add one of the text fields of the reference item, this broadens both the reference item and the entire context menu. Everything is fine then. Hope it helps.

Linux Terminal Problem with Non-Canonical Terminal I/O app -

I have a small app written in C to run on Linux. Part of the app accepts user-input from keyboard , And it uses non-canonical terminal mode so that it can respond to each keystroke. The section of the code that accepts input is a simple task that is called repeatedly in the loop: char get_input () {char C = 0; Int res = reading (input_tamille, & amp; c, 1); If (RSS == 0) 0 returns; If (res == -1) {/ * snip error handling * /} return c; } It reads a letter from the terminal if there is no input within a given time limit, (c_cc [VTIME] value in the vocabulary structure), read () 0 And get_input () is called again It all works very well, I have recently discovered that if you run this app in a terminal window, and then the app Close the terminal window without ending, the app will not exit Received, but CPU intensive launches into an infinite loop, where the read () returns 0 without waiting continued. So how can I get out of the apple if it runs from the terminal win...

SQL in PHP Inserting Two Rows Instead of One -

The following code is inserting two records into my database, but I only want to put it one line two Why is it time to put it? & lt;? If (! $ Con) {dead ('Could not connect:' Mysql_error ()); } $ I = 1; ($ I & lt; = 1) {if (isset ($ _ POST ['submit'])) {$ sql = "Customer (company, greetings, first_name, last_name, phone, email, fax, street, city, Include in the county '$ _POST [Company]', '$ _POST [Hello]', '$ _POST [first_name]', '$ _POST [last_name]', '$ _POST [phone]', '' $ _POST [fax ] '$ _POST [email]', '$ _POST [road]', '$ _POST [city]', '$ _POST [county]', '$ _POST [postcode]', '$ _POST [type]' , '$ _POST [notes]') "; If (! Mysql_query ($ sql, $ con)) {dead ('error:' mysql_error ()); }} $ I ++; }? & Gt; On an estimate, I can say because it is being executed twice ( Not being waist - it is most likely the problem of con...

Using ruby and nokogiri to select ahrefs based on part of the URL -

I have a document that contains Afraq links that I want to remove. The link I want can be identified by the URL link that they link to. I want the URL of the link to be of the form I want to find H1 = Link is it possible? You can search for a normal on the document on the A-Tag Set up document.search ('a'). Find {| Link | ['Href'] links. Are included? 'H1 ='}

c++ - Is there a way to access the underlying container of STL container adaptors? -

क्या कोई मानक स्टैक , क्यू , priority_queue ? मुझे एक विधि बुलाया गया: _Get_container () VS2008 स्टैक और क्यू के कार्यान्वयन, लेकिन priority_queue के लिए कोई भी नहीं! मुझे लगता है कि यह वैसे भी मानक नहीं है। इसके अलावा, मुझे पता है कि यह एक मूर्खतापूर्ण सवाल है! मानक पुस्तकालय के आधिकारिक दस्तावेज कहां से मिल सकते हैं? बस स्पष्टीकरण के लिए, मैं अंतर्निहित कंटेनर के साथ गड़बड़ करने की कोशिश नहीं कर रहा था मैं जो कुछ करने का प्रयास कर रहा था वह यह है: टेम्पलेट & lt; वर्ग कंटेनर & gt; std :: ostream & amp; PrintOneValueContainer (मानक :: ओस्ट्रीम और आउटपुटस्ट्रीम, कंटेनर और कंटेनर) {कंटेनर :: const_iterator beg = container.begin (); आउटस्ट्रीम स्ट्रीम & lt; & lt; "["; जबकि (beg! = Container.end ()) {outputstream & lt; & lt; "" & Lt; & lt; * भीख माँगती हूँ ++; } आउटस्टस्टस्ट्रीम & lt; & lt; "]"; रिटर्न आउटपुटस्ट्रीम; } // स्टैक, क्यूई टेम्पलेट & lt; वर्ग प्रकार, टेम्पलेट & lt; व...

jquery - Call a Javascript function within an inline statement -

Quick question: It's hard to describe, so let me show an example. To do this anyway: (I am using jQuery but this is a common JavaScript question) $ ('div.element'). Offset () X; $ ('Div.element'). Offset () will automatically return {'x': 30, 'y': 180}, so I'm thinking that there is a compact way to do this without making any extra variables. / P> Thanks! As you said, you can use it exactly: $ ('Div.element') offset (). Left OR $ ('div.element'). Offset (). Please note that jQuery returns {left: 30, top: 180} not as you said an X / Y pair.

postgresql - Postgres set local begin/commit -

Document for local states set: "Note that there will be no effect for SET LOCAL This is executed outside of a BEGIN block, because the transaction will end immediately. " If I am using the SET local only in the context of reading, then I will end the transaction with commmat Will the sign statement be given? If it does or does not, then does it matter? If your connection is COMMIT , PostgreSQL automatically returns a rollback will not release it in the context of read-only transactions. If your transaction is open after your transaction, then you ROLLBACK (or

How to integrate OpenId with ASP.Net Membership in MVC -

I am using the following code from MVC storefront to test openID in MVC. How can I integrate it with my ASP.NET subscription so that I can save it to my table using the roles for the user? I believe S is also using something similar. Public Performance OpenIDog () {string returnUrl = VirtualPathUtility.ToAbsolute ("~ /"); Var OpenID = New OpenIDRillingParty (); Var response = openid.GetResponse (); If (feedback == faucet) {// Step 2: Submitting a User Identifier Identifier ID; If (Identifier TryParse (request ["openid_identifier"], ID outside)) {{IAuthenticationRequest req = openid.CreateRequest {request ["openid_identifier"]); Var fetch = new FetchRequest (); // Ask for more information - Email address var item = new AttributeRequest (WellKnownAttributes.Contact.Email); Item.IsRequired = true; Fetch.Attributes.Add (item); Req.AddExtension (fetch); Return Rick Redirectioning Response.ASection Results (); } Catch (before protocol disruption) {View ...

How do i access the data files belongs to a application in Android? -

How do I do this? Using the Getpath () method I can get the path of the database. While appreciating the use of Terminal Emulator, I can see the database file in which the files I have executed are saved in the emulator memory. How can I access that file from the Android application? is. Please help me / P> You can get getContext (). OpenFileInput () to get the files created by / for the current application. These files are in /data/data/com.you.application/ and for safety purposes, the app has a UID / GID

web services - How to setup cookieless domain in Lighttpd? -

I want to set up the domain with inactive cookies, to serve static content. Do not set a cookie on your domain, seriously. Just all you have to do. Just use a subdomain, and make sure you do not hit that scripting solution (php, python, whatever) anywhere on that domain. Also, make sure that you do not have any light module enabled so that the reason for the cookie is created (I'm not sure whether anyone is or not, but to test the best).

escaping - Can I escape braces in a java MessageFormat? -

I want to output some braces in Java message format. For example, I know that the following does not work: MessageFormat.format ("public {0} get {1} () {return} {}}} \ n \ n" , Type, uppercammail, lower camel); Is "Return {2}" a way to avoid surrounding braces? You can put them in single quotation marks e.g. '{' return {2}; '}' See for more information.

How to access delphi function at DPR scope -

I have a problem with maintenance on the old Delphi program (D7). A lot of program logic is in the DPR file (it is not a window program), providing things like database access to some units. We need to get some debug from the DB unit, but debug functionality is in DPR. We can not easily strip the functionality of the debug, because it uses those items which are unique to the DPR, like its main pipe. It would be like trying to tease spaghetti and meatball sauce. So how do we call a function which has been declared by a subordinate unit in the DPR area? What is the equivalent of :: operator in C ++? Please do not tell me to redesign the app. I would love it, but we will not be given the required time. Plus if we design this puppy, then it will not be in Delphi. You can declare a method variable in the program that matches the signature of the function in the DPR In the beginning you set the method variable in the function. Inside the unit, you call the method variable. ...

Android Content provider list -

Where can I find a complete list of content provider , which offers outside the box box is? In the publicly available SDK documentation, Android Providers are listed in the package: All other people are inappropriate, probably for some reason you search the Android source code for those sections, which are the ContentProvider , maybe using it and, if you're working on improving Android firmware, then you can inquire on any of Android's how you are involved in your specific desirable capacity. can do.

tsql - SQL get single value inside existing query? -

I have a query that returns a bunch of rows but I want to use the same question: Calculate the total row in the table Get 2 line numbers where a fixed username is located just like this I am from: BEGIN DECLARE @startRowIndex INT; DECLARE @PageIndex INT; DECLARE @RowsPerPage INT; SET @PageIndex = 0; SET @RowsPerPage = 15; SET @startRowIndex = (@PageIndex * @RowsPerPage) + 1; In the form of the message (select Row_number () as the line (by the order by the DESC score), calculations (different Town. Townned) as the towns, user_details.username, user_score.score, allience.alliencename, allience Include numberofrows interiors from user_details as user.details.username = user_score.username inside user_details.allienceid, allience.alliencetagname, (select count (*) from user_details) city_town.townownname on user_details.username Left External Support Combination allience_roles user_details.useralliencerole = allience_roles.roleid on the left, Select the allience Allience_ro...

How to view existing projects in newer version of the Eclipse on another computer? -

One of my machines, I am using PDT Eclipse Europa and there is a workspace on D: / folder / myworkspace . Then I log in to my second machine, where I have just installed Eclipse Galileo. And this tells me to select the workspace, and I can name M: / folder / myworkspace (a network drive, it can designate as D: /) and it opens the workspace. The problem is that in that workspace Do not show any existing projects available What do I have to do to get a list of projects in the new edition of Eclipse? Do I have to import projects? Can not I have any setting to play with does not want to make copies ?? help please. Thank you. Please see: I can see all the files on a new machine using Windows Explorer. Therefore there is no problem accessing the network. UPDATE OK, I got this job. Actually, what happened, the last time I used Eclipse, it was not closed / stopped because the system had crashed. Now I open the eclipse and close all the files and close it. Then I started ecl...