Posts

security - iPhone - Send VPN traffic for a specific URL -

I am creating an iPhone web-based app for our fax to see sales data. The app goes to SSL with a normal login page that sets a cookie for the day. Since the information is sensitive and we have VPN at work, I was hoping that I can send all communications with double precaution on our VPN Any way Is that I can only route traffic to VPN for a specific URL? Do anyone have any more information on "Send All Traffic" in the VPN configuration thanks VPN has little control over the app. A well-configured HTTPS site (especially by employing bi-directional certificates) will give you the type of protection you are looking for in your application. He said, I strongly advise that business users send all data to VPN in all cases. It eliminates a wide variety of attacks and provides opportunities for additional monitoring and security. In this way, I usually recommend using the "Send All Traffic" VPN configuration. This will allow you to move the app completely in...

oracle - deploy application with OraOLEDB provider -

I have developed an application that uses Delphi 7, ADO and Oracle, the provider using the provider OraOLEDB (I need this provider because Blob Field support). Now I want to distribute this application with the provider. I search to download the web, but its size is 174 mb Do I need to install this file on all client machines? What is a small distribution of this file? UPDATE I am looking for a lightweight (small) distribution of Orauldibi. Thanks in advance. I allow it to supply the user's client library automatically. You avoid problems where I can have different objects for different Oracle OLD versions, different oracle versions, licensing issues, installation issues etc. As I know you need a package of 170 MB +.

asp.net - How do you avoid duplicate items when a databound control gets bound twice? -

How do you avoid duplicated byte items in this scenario: A database control on one page ( In this case a dropdown list, though I do not think it matters). It has an accessoryband, which is set to "true" elsewhere in the code, a datasource has been set and called databand. So this control is clearly bound. You have a bunch of other things to force on the page, so you call the page. Databand Your data-bound control has duplicate items in it. This (1) was clearly bound, then (2) the page Since AppendDataBoundItems was correct, the second tie adds the first time, and you repeat the items. Some limitations: Draft on clear call control is done through some centralized code, and will be painful to change. I need to force the rest of the page to be completely (through the page. Databind ()) because many different database elements allow different calls To be written without individually. I need a method like ... page.DatabandExceptionActiveBibleBoundDown () ...

asp.net - Umbraco, is it just me or is it really hard to use? -

Some of you are looking for feedback on people who have recently evaluated umbraco I am on a search for the 'best' cm which balances the extension of use / extension / optimization etc. to use as the basis of a new vertical product, I am in the planning stages on that, So in the last month or so I am downloading, reading the source code And I am making a test site in every ASPN.NET CMS, I can get my hands - and so far I have not been able to enjoy Graffit CMS, Mojoportal, Oxyte, Orchard, Kubu and some others who do not have me on top of my head. are missing. For each of them, except for Umbraco , I am running under a couple but after the Aquarius, after wrestling, some During the hours, writing scripts in widgets in C #, hours (especially Graffiti), templates for adding pages, customizing templates, and in some cases. It's been running for about 2 days, and now watching the video one more morning, and then creating pages etc., I'm still unable to operate a si...

sql - Is there an index on the primary key of a table? -

इस सवाल का पहले से ही एक उत्तर है: 10 उत्तर एक प्राथमिक कुंजी स्तंभ होने मतलब उस स्तंभ पर एक सूचकांक है? यदि हां, तो किस प्रकार का सूचकांक है? SQL सर्वर के लिए, जो मुझे पिछले प्रश्नों से विश्वास है आप जो उपयोग कर रहे हैं, जब आप प्राथमिक कुंजी को परिभाषित करते हैं, तो उस कॉलम पर स्वचालित रूप से एक सूचकांक होगा जो कि एक CLUSTERED सूचकांक होने के लिए डिफ़ॉल्ट होगा आप परिभाषित कर सकते हैं कि क्या आप बाधा पैदा करते हैं, यह एक गैर-क्लस्टर या CLUSTERED अनुक्रमणिका होना चाहिए।

java - Experiences with escape analysis enabled on the JVM -

I just tried to enable the -XX: + DoEscapeAnalysis option to jdk6 Is U-18 VM (on the Solar System) and a disappointing experience. I am running a Scala app that is a lot of actors (20,000 of them) is a recipe for this garbage-creation! The app can usually run with a stack of 256 MB, but generates a huge amount of garbage in a steady state : Spends 10% of GC generates 150 MB of garbage & lt; 30 which then becomes GC 'D' I think analysis of escape can be helpful, so I enabled the option and ran the app again. I came to know that this app was unable to remove that garbage, which it had gathered, until it finally seemed to be spending the whole time to GC and the app's full allocation "Flatlining" was. At this point I should say that the app did not throw out the OutofMemory error which I expected. Probably JConsole (which I was using to analyze) does not display GC figures correctly with this option (I'm not sure)? I then remove...

c# - WPF Expander IsExpanded binding -

I have limited the code with expander IsExpanded property Mvvm model In bool The binding works fine until the extension does not touch the extension, after clicking on the arrow in the expander, the binding stops working. To show incorrectly in the model, bool does not fall for the Explorer by setting ShowPreview. & lt; Expander Name = "pExpander" IsExpanded = "{Binding Path = Show Preview, Mode = Wanted}" Header = "Preview" & gt; & Lt; TextBlock Text = "{Binding Path = Message, Mode = Options}" & gt; & Lt; / TextBlock & gt; & Lt; / Expander & gt; If you remove mode = single problem? After reading your other CTIC (do not affect the change model in GUI), I have no good suggestions on how to limit the change seen by the underlying data. What's the difference between: myModel.MyProperty = true; // in the * and myModel.MyProperty = true; // is a compulsive