Posts

Showing posts from August, 2012

debugging - Flex SWCs: Are there "debug" and "release" versions for SWC's? -

Using Flex Builder 3, I have no option to export the release build for my SWC. Is there any concept - "Release" versus "debug" versions for SWC? In fact, Flex Linker will do all the optimization / stripping when you link SWC to your last SWF will do. After saying this, if the reason you are worried about it is that you do not want to be bloated, you can use the adapter that comes with SDK, the "release of SWC embedded SWF file" "Can create the version.

python chaining -

नवीनीकृत मान लें कि मेरे पास है: डाइक = {"z": "zv", "a": "av"} ## क्यों निम्नलिखित कुंजी की एक सॉर्ट की गई सूची नहीं लौटाती है? कुंजी = dic.keys ()। सॉर्ट () मुझे पता है कि मैं निम्न कार्य कर सकता हूं और उचित परिणाम प्राप्त कर सकता हूं: dic = {"z ":" Zv "," a ":" av "} कुंजी = dic.keys () skeys = keys.sort () ### skeys कोई नहीं होगा क्यों नहीं पहला उदाहरण काम? सॉर्ट करें () मौजूदा सूची की सामग्री को संशोधित करता है यह एक सूची वापस नहीं करता है ।

python - Using Jython with Django? -

I'm planning to use Jethon with Jethon I want to know how stable the Jyothan project is, its use How easy it is to do, and how big its developer community is. The special focus in Jyothan 2.5 was that it is a modern web framework such as DJO In theory, Jethon is 100% compatible with CPI. In practice, some extensions or libraries There may be badly written codes which depend on a specific Python implementation such as Cepiton DiegoGio-Geithon project to solve this problem Of course, you can still run in some libraries which clearly require CPython (hence mostly safe).

Routing generated paths in Ruby on Rails -

I'm making a start in Ruby-on-Rail and I tried to do my work last time: I have a Ruby-on-Rail application - blog with posts and categories. I have to have another URL for posts (I want to do http: // localhost: 3000 / posts instead of http: // localhost: 3000 / news ) First I tried to change the controller and the sections of the post to news , but I left (due to non-singular singular-plural form). Then in my place map.resources: posts (case 1) to map.resources: news ,: admin = & gt; "Post" #case2 or map.resources: posts, as in => As I watched "News" # EK3 in routes.rb . It does not work either. How can I do this? Edit: The output of the rake routes is (only the first lines): Case 1 and 3 To: posts / posts {: action => "Index",: admin = & gt; "Post"} Formatted_Posts / Pastes: Format {: Action => "Index" ,: admin = & gt; "Post"} Post / Post {: Action => "...

c# - How does a strongly typed DataContext work? -

This is a deep continuation, which I'm still stumped about. I am using a strongly typed datacentext for my application and although it emits a warning, this magic works, how does it work? It is usually used code to connect to a database using LINQ-to-SQL. class MyDatabase: DataContext {public table & lt; Widgets & gt; Widget; Public table & lt; Cars & gt; Cars; Public Myadabase (string connection): base (connection) {}} Although it emits a warning, it works out of the box. Anyone can start reading it using: using (var db = new MyDatabase (connectionString)) {foreach (var in db.Widgets var) Console.WriteLine (w ); } widget looks like there is an area of ​​ MyDatabase class. And in my code, I'm not telling it anything. But elsewhere, I am reading it and why its value? In other examples of LINQ-to-SQL, the data reference class with the code generated by the DBML layout tool of Visual Studio 2008 can look like this: public partial squares ...

jquery - Is it possible to use javascript to download JSON object from another domain/server? -

यह कोड किस तरह दिखता है? उस डोमेन / सर्वर को JSONP का समर्थन करने की आवश्यकता है, जो मूलतः कॉलबैक में JSON को लपेटता है। jQuery में, कॉल इस प्रकार दिखाई देगी: $। GetJSON ('http://otherdomain.com/api/whatever?callback=?', {Key: 'value', otherkey: true}, फ़ंक्शन (डेटा) {// हैंडल प्रतिक्रिया} ); अन्य सर्वर से वास्तविक प्रतिक्रिया (अगर आपने देखा कि वास्तव में क्या भेजा जा रहा है) इस तरह दिखेंगे: // इस यूआरएल के साथ: Http://domain.com/api/method?callback=the_callback_function_name // प्रतिक्रिया इस प्रकार दिखाई देगी: the_callback_function_name ({"json": "डेटा यहाँ"}); जब आप अतिरिक्त callback =? की आपूर्ति करते हैं, तो jQuery के जेजोन विधि स्वचालित रूप से JSONP को संभालती है। बस कुछ साइटों को ध्यान में रखें जैसे कि json_callback =? महत्वपूर्ण हिस्सा यह है कि आप इसे यूआरएल के भाग के रूप में शामिल करते हैं और कॉलबैक जोड़ने की कोशिश मत करें: डेटा से getJSON फ़ंक्शन।

.net - Am I able to reuse a HttpWebRequest? -

Am I able to reuse HttpWebRequest? It seems that the third request for a site is caused due to the operation for time it seems that each request creates a new connection, so I want to know whether I change the URL and again I can reuse a HTTP webbrick by receiving the request. The code in question is below. This code checks if a limit of urls exists. Fixed Validation list (text worker sw, string urlTemplate, int start, int end) {for (int i = start; i & lt; end; i ++) {var url = String.Format (urlTemplate, i); Var Rake = (HTTPWebST) HTTPPUBLUBE REF. Crelet (url); {Req.Method = "HEAD"; TryHttpWebRequest {var resp = req.GetResponse (); Sw.WriteLine (i); } Hold (exception e) {}}} sw.flush (); } If you call on your response then it should be OK. You are allowed only "open" connections, so the reason for this being unsuccessful is because it can not open a new connection. Once done with the reaction, you have to close it. There is no need to reuse any th...

Is it possible to submit batch processing requests with the Python Youtube API? -

I am writing a program that adds video to the user's playlist on Youtube. By doing this one at a time, YouTube causes my requests to start throttling. A batch processing API that allows you to submit 50 requests at a time, but I do not know from the docs how to submit a batch processing request about XML content in the only information about it Which has to be sent for request. Can anyone know how to submit a batch processing request? It appears that it is documented on the gdata-python-client wiki:. Although the examples of that page are for bays and spreadsheets, not YouTube, the same technology for YouTube API should be quite simple to implement. You, I believe, need to use the v2 API.

c# - comparing to MinValue using <= instead of == -

मैं बस कोड की निम्नलिखित पंक्ति में भाग गया: यदि (someInt & lt; = Int.minwalue) मुझे लगता है कि मुझे कुछ सूक्ष्मता है जो & lt; = तुलना का उपयोग करता है अधिक सहज ज्ञान युक्त == तुलना से बेहतर? यह न्यूनतम संभव मान है इंट की कोई बात नहीं है, ऐसा लगता है कि इसमें कुछ भी याद नहीं है कोड के साथ जाओ जो आपके लिए सबसे अधिक सहजता से पढ़ता है।

Is there a C function to find the second occurrence of substring in string? -

Is there a C function to find the second occurrence of the sub-string in the string? i.e. String - "213 file status 550 login has been rejected." 550 entry prohibition. " Use strstr . int count_550s (char const * str) {char const * p = str; for integer number; for calculus = 0 ;; + + Count) {p = strstr (p, "550"); if (! P) brake; p ++;} calculation of return;} Edit: forget "return"

php - Question about MVC folder structure -

To use the MVC pattern / layout structure, is it basically loading everything through 1 file? Is your index file like this? No MVC patterns should only be different from events related to event / request handling, data modeling and user interfaces. Gives suggestions. The way to implement it is not specified. Many of the existing PHP frameworks (all?) I know about do know that a single entry point (index.php) and use the route from there. It often uses the "front controller" pattern. The second method (using a different PHP file per page) is known as the page controller pattern, it has the advantage of being very easy, but the application provided by the front controller will lose extensive control And can be prone to code duplication.

database schema design about clothes -

I am working on the inventory control of a fashion store, but stuck on the fabric model There should be a style class, public class style {String styleNumber; String [] color; String [] size; Int volume; } Another garment garment: public class garment {style style; String color; String size; Int volume; } For example, there are two colors of a style, and each color can have four shapes, therefore, clothing can have 2 * 4, we can have a specific color, or size Need to query the inventory. Can you give me some hints about this about database schema design? Thank you This is what you need, I doubt it. Table: Color ID color 1 Green 2 Red table: Size ID size 1 Small 2 medium table: Apparel ID ID_COLOUR ID_SIZE list 1 1 1 3 1 1 2 1 From this perspective you can choose whether you have rows with a list of 0 or not. The issue with this approach is that you do not believe in style style, you make them because you have stock in the GARMENT table if you want to ...

javascript - Small Image Hover Views Big Image (Not Separate Window, though) -

I want the big image in the hover over the small image view in the same window ... Can also do First and foremost, welcome to StackOverflow! What you are describing is not PHP, instead, the best technique to use for your problem will be a client-side solution, such as Javascript if you have no problem, then I I would like to encourage you to consider using the JavaScript framework to cut down on the development time of different browsers (if you do not already know, you can make them crazy. Can and can drive opportunities). Due to having a thumbnail to display a large image with Javascript, it is not difficult to consider the following HTML: & Lt; Div class = "preview" & gt; ... preview will be seen here & lt; / Div & gt; I'm basically storing large file names in the rel tag to access it through our JavaScript. Using a popular JavaScript library, we can easily perform a preview operation: $ (function () {// Add some events when we ...

php4 - export mysql database to excel by php -

I want to export my database to axl file by php, I need a source code in php to do this This may be helpful. If you just need a softcode, why do not you pass it?

Right margin in Vim -

Is there any way to highlight the right margin on current documents? I have started working with Vim for some time now and I found that this column was irritated without correct margin at 80. vim 7.3 has started color color. : setcolorcolumn = 80 It's easy for you to remember the short form. : set cc = 80

Drupal: content types URL? -

I am new to quick and I have a quick question: I have created the content type "news_section" for our site, but I do not know how to reach it. It says that I can use it by visiting sitename.com/news_section, but it does not seem so. How to consider any? Appreciate your help Other way: Apply the categorization word, make it necessary, and give it to other names in the classification word like this Difficult method: Create your module.

flex - How to set a style for a cell in datagrid -

I am using a datagrid in Flex and need to present each cell with a different style. What is the best way to set a style in a granular cell in the Dietgrid / Advanced DataGrid (Flex)? I think a possible choice can extend the datagrid and override the downloaded background function. Apart from this, I can use some properties similar to some custom item renderers or chain labels function, where it was used to return the label, we need a style. Thanks in advance. I think the item renderer is your best choice, you can use a canvas as your renderer The cell can be used and its data can be based on it.

core graphics - How do I draw this exact gradient on the iPhone? -

The gradient in question is from the quartz 2D programming guide, "A radial gradient that varies between a point and a circle ". I am trying to create a CGGradient object (not a CGShading object, which can be a problem): CGColorSpaceRef rgb = CGColorSpaceCreateDeviceRGB (); CGFloat color [] = {0, 0, 0, 0.9, 0, 0, 0, 0}; CGGradientRef shield = CGGradientCreateWithColorComponents (RGB, color, faucet, size (color) / (size (color [0]) * sizeof (CGFloat)); CGContextClipToRect (reference, rect); CGContextDrawRadialGradient (Reference, Slope, Initial Center, Start Radio, Closing Center, Interval, Gradient Drawingopts); CGGradientRelease (Slope); CGColorSpaceRelease (RGB); Of course, this is not perfect - the center point and radius are correct, but the actual gradient does not look the same. I used to provide only the source code for every instance of the apple! >: Update: These color values ​​add shading to the top Content (to pull out of a circle from a poin...

Design patterns in Assembly language -

Actually, is there anyone? For example, one can be implemented as a series of "leap", where I think that they are present, where the goal of a jump is "outwardly " is specified. Only one famous place in singleton memory / code etc. I am not an assembly expert in any way, so these examples can be completely impossible, but still. The assembly language design pattern is more about "moves" while the high level design pattern is still Can be thought and brought into play, most of the assembly people are more worried than the clock chakras and are taking advantage of the direction of the movements. For example, in x86 it is faster to do mov eax, 0 to xor eax, eax . I'm making the issue (thanks for the downwots!) It is that with assembly language you want to concentrate more on small things than a big design picture. As soon as you do not focus on the exact description of the speed of execution in high level language.

unit testing - How to test non-dojo javascript code with doh? -

doh डोजो यूनिट-परीक्षण फ्रेमवर्क है मैं एक गैर-डूजो जावास्क्रिप्ट कोड का परीक्षण करने के लिए doh का उपयोग करने की कोशिश कर रहा हूं, लेकिन मुझे समस्या का सामना करना पड़ रहा है जो मुझे दखल लगता है और मुझे डूजो का उपयोग करने के लिए अपमानित करता हूं। प्रोविडस () परीक्षण जेएस फ़ाइल में (और संबंधित dojo.require () में) परीक्षण जे एस फ़ाइल)। मैं चाहता हूं कि परीक्षण किया जेएस फाइल को असम्बद्ध और डोजो-अज्ञेयवादी क्या यह संभव है? मुझे समाधान मिल गया है। सरल /MyModule.js सरल / परीक्षण / MyModuleTest.js परीक्षण फ़ाइल में, बस का उपयोग करें: dojo.provide ( "simple.tests.MyModuleTest"); dojo.require ( "doh.runner"); dojo.require ( "simple.MyModule", true); के रूप में जेएस फ़ाइल को dojo.provide () मॉड्यूल की जांच के बिना उसका नाम मिल जाता है

Zend: Separate default controller for default module vs custom module? -

After What I'm trying to get is the default controller for news controller My default module for using, and my index controller for my admin module As of now , because my admin bootstrap is being applied, the default controller name for my default module is now index instead of news (I want the latter ). The administrator itself is fine how can I edit my settings to get what I need like this My application.ini settings: bootstrap.path = APPLICATION_PATH "/bootstrap.php" bootstrap.class = "bootstrap" resources.modules [] = '' resources.frontController.defaultControllerName = "news" resources.frontController.defaultModule = "default" resources.frontController.defaultAction = "index" resources. FrontController.controllerDirectory = APPLICATION_PATH "/ controller" resources.frontController.moduleDirectory = APPLICATION_PATH "/ module" resources.frontController.moduleControllerDirectoryName = ...

.htaccess - Problem with 301 redirects due to URL rewriting -

I have got a new site setup using CMSMadeSimple (PHP based) but I am having trouble redirecting 301 old site URL. With new setup I am using a standard .htaccess file for CMS which translates SEO friendly URL, but I also need to redirect the old URL (ASP site) to this file. My present. Htaccess is shown below, the line I tried to add 301 / test.asp redirect http://www.example.com/test. Html But when I do this, the page does not redirect as necessary # BEGIN Alternate settings # Close the directory browsing # Not absolutely necessary, But keeps # people without empty snapping everywhere need empty index.html files. Option - deny access to index # config.php # This can be useful if PHP ever breaks or dies # Be careful Use it with CMS It can break other functions of MS which can also break a config .php # file it also runs other programs running under your CMSMS # which uses config.php. You may need to add another .htaccess file to those # directories specifically to allow con...

java - spring hibernate.createSQLQuery return as custom entity -

I am query query = hibernate.Sent SQLQuery ("Select ABC from the ABC,") ; Is it possible for auto "pars" in the "Pozo" list? So I can do this: list & lt; CustomPOJO & gt; Abc = query.list (); // CustomPosozoza is not an Entity tag, Entity tag Try Hibernate.Credit SQLAquiry ("ABC, select DEF from table"). Cetreccial Transformers (Transformers. Liestiobian (CustomPoos.class)); Disappears as if.

c# - How edit dataset column value in asp.net -

Hello, I have a database where 5 columns in a table fills out data from the database. When there are more than 50 rows in the data I run the application, I would like to update the value of the data after receiving the data from the database. I have needs In this table are some cells with tap values, I would like to replace the blank with "-"? A column is the System.datetime datatype, where I want to take the time, just want to date? I am using the push approach in this dataset in the crystal report of asp.net. Here I am thinking that I apply a loop of rows in the data and update the cells accordingly. But am I searching for any direct update method? Please help me how can I solve 2 issues? alternative form From, to automatically generate content, create new columns in the table. ("Foo_dash", typeof string), "isool (afu, '-')"); Add column ("bar_assash", "bar"). Typef (string), "isal (bar, '-...

Detect removable drive (e.g. USB flash drive) C/C++ -

How can I find out that when there is a removable disk drive (D) connected to the system? How to obtain the mount path (for linux) and drive letter (for windows)? EDIT: Is there a way to detect currently connected devices? For Windows, the API will tell you that when a USB device is added, given information about the volume has gone. The drive letter dbcv_unitmask returns.

php - Find the name of a calling var -

Anyone have an idea if this is possible with PHP? function foo ($ Var) {// Here the code should be output to the value of the variable and should be the name of the variable when calling this function) $ hello = "World"; Foo (hello); I have to give this output varName = $ hello varValue = world Since most people accuse me of bad behavior and global variable things, why am I going to expand this bit a bit more about why I am looking for this behavior. P> What we are seeing on this kind of behavior is that we want to assign our scenes to extremes. Most of the time we are doing this to assign a variable to our view $ this-> View- & gt; Assign ('product', $ product); $ This- & gt; View- & gt; Assign ('subscribers', $ members); Although will be easy and more readable only to be able to do the following tasks and the data assigned due to the determination of this scene is in our thoughts. $ this-> View-> Allocat...

swing - Can I build attractive GUI in Java? -

Can I create a compelling GUI in Java? If so, how should I do this? Or should I use some other language or tool to do this? You can just modify the swing lecture 'according to feel.

c# - Creating a folder Inside Mydocument Using Silverlight -

I am developing a Silverlight4 application that has given higher permissions and is running out of the browser Using MyDocuments if (application.Current.HasElevatedPermissions) {string path = environment. GETFolderPath (Environment.SpecialFolder.MyDocuments); } Is it possible to create subfolders inside MyDocuments. Can someone give sample code for it thanks in advance To manipulate the directory on the file system, would you like to use static methods? One such way is.

php - How to increment count in the replacement string when using preg_replace? -

मेरे पास यह कोड है: $ count = 0; Preg_replace ('/ test /', 'test'। $ Count, $ सामग्री, -1, $ count); हर जगह के लिए, मैं test0 प्राप्त करता हूँ मैं test0, test1, test2 आदि प्राप्त करना चाहूंगा। उपयोग करें : $ count = 0; Preg_replace_callback ('/ test /', 'rep_count', $ सामग्री); समारोह rep_count ($ मैचों) {वैश्विक $ गिनती; वापसी 'परीक्षा' $ गिनती ++; }

ASP.NET MVC w/ Entity Framework - UpdateException -

When I'm experiencing an issue to update an object to use an entity framework in my database . First of all, this concept is: A user can be a member of a group, so there are users in a group Modeling in this database For, I have the following structure: User: ID name etc. Group: Name of ID Group Members: Group ID UserID Both fields in group member are foreign keys related to User ID and Group ID. When I load it into the unit framework, it is created correctly, in which a group object contains a list of user objects, and each user object has a list of group objects. However, when I add a user to a group, I get the following problem: var group = DAO.GetGroup (GroupID); Var user = DAO GetUser (UserID); Group.Users.Add (user); Conn.SaveChanges (); EntitySet is unable to update 'GroupMembers' because it has a defined form and no element exists in the element to support the existing operation. I have seen many different types of online pieces which are a...

max - SQL finding the maximum of all averaged results -

I have a Relationship Trainer (id, name, department, name, salary). How will I go about finding the department's name with the highest average salary? Is this trick? Nominated by name order, nominated by ID, at the top, by AG (pay)

powershell - How can I remove SVN directories after a confirmation prompt? -

I want to be able to remove .SVN folders from a directory. I've been found in the registry hack that allows you to do this ... However, one thing that I have about this solution It does not like that it does not confirm it. I want to do what this CMD script does, but there is a confirmation signal first. Any ideas at all? Edit I understand that the SVN export does not copy the untrue files, this is the reason why I ask for it. Seth You can use the subversion command line and run Svn export If you are using Tortoise SNN, you can use it.

asp.net ajax - How to call C# Rest Web service from javascript -

I created the rest architecture based web service in C # which will return a Jason string. I want to use this web service Javascript How can I call this webservice from javascript? Use an object (or is a com-based brother): function getJSON () {var xhr = window.XMLHttpRequest? New XMLHttpRequest (): New ActiveXObject ('Microsoft.XMLHTTP'); Xhr.open ("GET", "http://mysite.com/myscript.asp", true); Xhr.onreadystatechange = function () {if (xhr.status == 200 & amp; amp; xhr.readystate == 4} {if (JSON) // Available by json2.js or native JSON var results = JSON.parse Browsers with (xhr.responseText); Else var result = eval ('(' + xhr.responsetext + ')'); // do something with the result here}} xhr.send (); } json2.js is a script for secure JSON parsing, and is available from .

Why can't mysqldumpslow.pl find any Perl modules on Windows? -

I'm trying to parse the MYSQL slow query log from the command line. On entering this: Set PATH = G: \ xampp \ perl \ bin \;% PATH% cd / d g: \ xampp \ mysql \ scripts Perl mysqldumpslow.pl -sc -t 10 returns a shell error in @inc. PM can not get (@inc include:.) On line at mysqldumpslow.pl. Entry failed In the xampp perl directory, there is only one file perl.exe . Am I losing perar modules / libraries? Do I need to read this log file? An action must be followed by strict.pm in your perl installation and the environment To add to the variable, or perl to the -i / path / to / strict.pm / directory option (see). If you get more dissatisfied dependencies, you can continue adding the directory to your program with the PERL5LIB or additional -i options. (Although in the end you probably might have tired of it and correct Pearl.) UPDATE : 1.7.3 XAMPP delivery, all the Pearl Library files are located under xampp \ perl \ lib and xampp \ perl \ ...

How is it legal to use a function name as the argument to another function in JavaScript? -

I was ready for javascript but was reading the tutorial and came to this code: function sorting (A, B) {return a - b; } Var n = ["10", "5", "40", "25", "100", "1"]; Document.write (n.sort (sortNumber)); These elements are very easy in the array. But how can we pass sortNumber (name of a function) as a parameter for the sort function? As they were variables. Javascript manages the tasks in the same manner as the plan was planned. (Some people say "the functions are first class citizens.") For example, you can type: Foo = function () {Alert ('bar');}; // function like call foo foo (); connector = function (x) {return function (y) {x + y}}; add5 = adder (5); add5 (1); // == 6 Hope this helps.

.net 2.0 - Asp.net Mvc 2.0 RC Setting Thread CurrentCulture/Ui -

I was pulling my hair all day. I can not seem to do anything other than English to set existing thread culture culture or culture in the controller I have protected override zero initialize (System .Web.Routing.RequestContext requestContext) {base.Initialize (requestContext); CultureInfo CultureInfo = CultureInfoGetCalcherInfo ("FR-FR"); Thread Present. culture; Culture = culture; Thread Existing content Current uk agriculture = cultureinfo; } I have Thread looks fine, but watch as soon as there is something back in English !! I know its RC, is it broken or am I missing something ?? Cheers Johnny Set language later I use a filter which goes before the action (OnActionExecuting). My first shot on this will be set in action.

http - How can i visit a webpage with ant? -

Ant task will download an http request received How do I go to a webpage and the current logger How can I react to it, and according to the reaction maybe I can make some decisions? Edit in advance Edit: This has worked: & lt; Target name = "parent" & gt; & Lt; Exec Executable = "Curl" OutputProperty = "Web Process" ErrorPrint = "Error" & gt; & Lt; Arg line = "http: //web/web.php" /> & Lt; / Executive & gt; & Lt; Echo message = "$ {web process}" /> & Lt; Condition property = "isOk" & gt; & Lt; Equal arg1 = "fine" arg2 = "$ {webProcess}" /> & Lt; / Condition & gt; & Lt; Echo message = "$ {iok}" /> & Lt; Antcall target = "doStuffIfOk" /> & Lt; / Target & gt; I believe that you & lt; Exec & gt; To get this kind of functionality, external program like curl or wget ...

3d - Virtual world help -

I want to start writing a multiplayer 3D game. It will be a virtual world, it will be displayed as a user player, each player is a 3D model, I am going to write it in Java and JGL, so it will be a cross platform and accessible through the web (applet). The server will have encryption in C ++. When a user clicks with his mouse at some point in the virtual world, then it goes to this point in the animation. My question is, should the customer be calculated where to go, and the server should send it to its new position so that the server can update the client? Or, would the customer just send it to the server, and then the server will send its new status to this client and all customers? Consider that I want the minimum bandwidth and want to stop script cdds. Thank you. I believe the prevailing design is to take on the client that an action will be successful and with it Let the server know about it, and allow the server to "correct" the client when it detects that ...

locking - How to find locked rows in Oracle -

We have an Oracle database, and there are about one million lines in the client account table. Over the years, we have four separate UI (Two in the oracle form, two in the net), which all remain in use. We also have many background tasks (both continuously and scheduled) From time to time, on the one line in the account table, lock lock (more than 30 seconds) for a while, None of the tasks fail. After the update times the background function in the question automatically restarts. A few minutes after this happens, we can find out about it, but by then the lock has been issued. We have reason to believe that this may be a misbehavior UI, but that "smoking gun" I have received some inquiry which blocks the list, but when you get two jobs for one line, I want to know which rows are locked when another job in trying to get a lock is not necessarily. We are on 11G, but since 8i we are facing the problem. The locking concept of Oracle differs significantly from o...

c# - How to name textboxes in MVC when passing XElement -

I am passing an XElement in my editing scene and want to design and normalize the normal HTML controls created for me Are there. I have the code: ... div & Lt; / Div & gt; & Lt; Div class = "editor-field" & gt; & Lt;% = Html.TextBoxFor (model = & gt; Model.XPathSelectElement ("site [@id = 'customerName']"). Value)%> & Lt;% = Html Validity Message (Model = & gt; Model.XPathSelectElement ("Site [@id = 'Customer Name']"). Value)%> & Lt; / Div & gt; ... but it produces the following: & lt; Div class = "editor-label" & gt; & Lt; Label = "value" & gt; Value & lt; / Label & gt; & Lt; / Div & gt; & Lt; Div class = "editor-field" & gt; & Lt; Input id = "value" name = "value" type = "text" value = "" /> & Lt; / Div & gt; Why is this and how can I create a smartly de...

OpenId - have returnTo url requested with POST instead of GET -

How can I return it so the url has to be replaced by any person instead of signing in with their openID provider Is requested with? I have a form that someone has to log in to post. When they press submit it, they redirect them to the login page and they choose their OpenID provider. After successfully choosing and certifying with its OpenID provider, she requests a page that was trying to make a request, other than receiving it originally. I do not think this is possible. I found a related post here:

sql server 2005 - UNDEFINED data type when reading SQL database from Lotus Notes using ODBC: nvarchar -

This is the second time for me and before trying to modify the third party database structure, wanted to know if someone knows better Solution: I'm reaching MS SQL Server 2008 from a Lotus Notes Agent (Notes 7) to recover some data. I use LSXODBC and my "Selection" statement works right ... except that my agent can not "understand" the attribution SQL field type. Any other data types work fine (without the problem numbers can get values ​​from the fields and dates). I took some time to understand it, and I resolved (except for modifying the field types on the SQL table for nVarchar instead of the behavior) I call it MS SQL 2005 and 2008 I can repeat both. The last "elegant" solution was to create a SQL view - instead of modifying the table structure - works properly with varchar type rather than nerve, but I have to create a scene for each table, Recovering from I tried to use the field type FieldExpectedDataType method but did not work. ...

Notepad++ File Filters -

I was wondering if a list of exclusions inside the file filter in Notepad ++'s "Find in Files" functionality Is possible for For example, the dog will be replaced with the dog in all the following files. Find What: Dog Replace With: Cat Filters: *. * What do I want to do, except for cats in all files with dogs, leaving those files and leaving .sh files. Is this possible? I feel like no one is present in Notepad ++ like "negative selector". I have a quick look and feel that the file proves the system selection mechanism for a function called getMatchedFilenames () , continuing through all the files under a certain directory Runs in, which in turn will match the following file name Pattern: bool Notepad_plus :: matchInList (Const TCHAR * Filename, Constant Vector & lt; generic_st Ring & gt; ; & Amp; Amp; Pattern) {for (size_t i = 0; i As far as I can determine, negative selectors do not allow. This is probably possible t...

javascript - jQuery.ajax() sends POST requests as GET in a Chrome extension -

I am creating a small chrome extension that messages a server in my company network via POST http request Send me, and I'm using jQuery 1.4.1 to speed up the development of the JavaScript part. I have this code to send a request: send function () {$ .ajax ({url: "http://mycompany.com/update" , Method: "post", data: {status: "sometest", in_reply_to_status_id: "anId"}, success: work (data, text position) {console .log ("success"); console.log (data); console .log (textStatus);}, Error: function (XMLHttpRequest, textStatus, errorThrown) {console.log ("error"); console.log (XMLHttpRequest); Console.log (textStatus); console.log (errorThrown);} , Complete: function (XMLHttpRequest, textStatus) {console.log ("full");}}); } The request made in this way fails, in the Chrome log I see that the server responds with HTTP status 400 and "this method requires POST" . If I make the above code change wit...

mysql - proper way to delete album and its media and sub album and its media -

Will the album be the proper way to delete the sorted data with your media? Would I just start looping and find all sub album ids and want to delete thous and create a query to delete all media related to that album id. This query may be loaded in performance if the data is too many for one or one album The structure of my database: ** Album ** album_id name parent_id ** media ** media_id album_id name Remove from album, media WHERE media.albumID = albums.albumID and (albums.parentID =? Or album. AlbumID =?) This is a simple way, assuming that your data Triggers or relationships have not been defined Hard to give your best answer without knowing more about your specific database structure; However, with other situations, why are you better than doing this as a single SQL statement? This protects your data integrity, otherwise you have to issue locks on various tables, while your software manually deletes specific entries (which is also a solution, but knowing mor...

SQL server - Select all items with a date on the previous month -

I have a table in my SQL Server database that is called " item " whose column " Done ". I have a script that will run on the first day of every month, which will have to select all the items that end in the previous month. Therefore, for example, on February 1, all the items must be selected where dated is between 1 January to 00:00 or less and less than 00:00 on 1st February. It also needs to work in new years (such as DEC - Jane). Any thoughts? You have a date code of the last month of the dateadd (m, -1, getdate ()) Can be found with . After that, filter the year and month of that date, in which where in the section, such as: select where datepart (yy, dateFinished) = datepart ( Yy, datayed (m, -1, millennate ()) and dataparte (m, datinfinished) = deterterate (m, datayed (m, -1, dddet ())) Work throughout the year, and if the question is run in later days than in the next month.

See if user is part of Active Directory group in C# + Asp.net -

I have a way to see if a user is mine. Net 3.5 is part of an Active Directory group from asp.net c # applications. . I am using MSDN's standard ldap authentication example but I do not really know how to check against the group. with 3.5 and it is a bit cleaner: public list & Lt; String & gt; GetGroupNames (String Username) {var pc = New Principal Contex (ContaxTip.Deman); Var src = Userpanel. FidbiIndentity (PC, Username). Gate Group (PC); Var result = new list & lt; String & gt; (); Src.ToList () ForEach (sr = & gt; results.ad (sr.SamAccountName)); Return result; }

sql server passing error to application -

I have to pass the error in the application. I have written the stored procedures below: Does this error in application or do we need to do anything else? Example. Enter the insert_emp Emp values ​​(..........) to initiate the process; insert the tran in the comma; Finally try to catch if @@ Tranquil> 0 rollback declared @armesaj varchar (2000), announcing @Ermember Int @Ermessage = error_mess (), @Ernumber = ERR_Number () Researcher (@Erm Message, @Ernumber, 1) End Catch If there is no error and no error number, if I have an error then 0 need to pass, so how can it be done to raise? How can we use the racer to log the error incorrectly? More important things can be done eg. Pass error in an application? Do not pass raiserror (@ eramsase, @forenber, 1) . There are logic messaging IDs, for severity , you are passing @armanber for the position severity , which is wrong. You should instead raise a custom error and include the exception message caught in the error ...

c# - ADO.NET: convert a DataTable to an array of DataRows -

I am using ADO.NET and C #, and I want to convert a DataTable object to a Datasher array I am What is a great way to do this? Why would my first question be? Request does not make any sense The answer is: Datarao [] rows = myDataTable.Select ();

php - Using AND vs && in a for loop (Not related to precedence?) -

Why is it that this code prints "Hello!" Four times and then prints "1": However this is "Hello!" Does not print exactly and then prints "1": I know more & amp; Amp; There is different precedences, but that does not seem to apply here. What am I missing? (I am using a type of code above, because I will use $ blah inside the loop, and I want to set the value for it) Thanks for any help! @OP, please read the doctor. This example illustrates the difference between # 1 logical operators

iphone - Group UITableView for Selection -

I have a UITableView in the group style, and I'm using it with the navigation controller. When a user clicks on the cell, I am encouraging another view to select a user, while all are working fine. I want the user to be brought back to the first scene, when the user selects. And I want to display their selection on the cell. Thank you in advance for your help . (UITableView *) tableView didSelectRowAtIndexPath: (NSIndexPath *) indexPath {NSString * selected (zero) tableView - I think you can use NSUserDefaults // Selecting the View Controller for ; If (indexPath.row == 0) {selected = @ "Apple"; } And if (indexPath.row == 1) {selected = @ "Microsoft"; } [[NSUserDefaults standardUserDefaults] setObject: selected forKey: @ "selected"]; [Self. Navigation Controller PopWebControllerUnited: Yes]; } Important point you need to call [self.tableView reloadData] in view. DidAppear // To show view controller what the user is selected - (zero) ...

javascript - How do disable options from the Format menu in CKeditor? -

In the Select Format box, you can select title 1, heading 2, etc. How can I disable some of those options? Is it possible to change their name too? I only want to allow heading 2 and heading 3, and if possible, name them in the title and sub-heading. I came to know how to name them - in the language file. I edited 'n-au.js' and then set {language: 'en-au'} , but it did not work. OK, so I've changed the title under en.js , And other formats, I'll call it Format_tags: 'p; H3; H4 '' in config.

SQL - many-to-many table primary key -

In this question comes after reading a comment in this question: When you create multiple-to-many tables, you should make a composite primary key on two foreign key columns, or create an auto-increment surrogate "ID" primary key, and just index it on your two FK columns. (And perhaps a unique obstacle)? What are the implications on performance for new records / re-indexing in each case? In fact, it is: PartVice ---------- PartID (PK / FK) DeviceID (PK / FK) versus this: PartVice ---------- ID (PK / Auto-Inchargement) Partaid (FK) Device ID (FK) By creating two IDs, PK means that the order is physically sorted on the disk, so if we insert (Part 1 / Device1), (Part 1 / Device2), (Part 2 / Device3), then (Part 1 / Iwais 3) database table must have separate entries include last between 2 and 3. Many records, it becomes very problematic as it contains hundreds of thousands or millions of records added every time. On the contrary, an autoincrementing PK tries ...

java - Accessing struts 2 jsp from non-struts 2 action -

I have a servicelet that takes us to the current jsp, called "home.jsp". It is made up of several JSPF pieces. So the struture is like Home.jsp jsp1, jsp2 and so on. Now we have moved part of the module struts2 and a "new .jsp" (uses the String 2 tag) which we need to include inside "home.jsp". To achieve this I returns the result as "new.jsp". But when I press Sewlett, I get an exception about the Straits 2 filter despatcher during rendering. The exception mark is associated. Please make it clear, then (1) this is possible, while the S2 operation does not present it via an S2 jsp Is to render> ** (2) ** Is there anything missing? The following exception trace is: The Strat Dispatcher can not be found. It is usually done using a string tag without the associated filter, the struts tag is useful only when the request is passed through its servlet filter, which starts the traits dispatcher for this tag. - [unknown...

asp.net - How to change the checked property of a TreeViewNode In TreeView ,Its source is XMldataSource? -

I added an XmlDtaSource to with check boxes with TreeView . I want to populate user permissions and asp: treeview id = "treeview1" runat = "server" expand = "2" ShowCheckBoxes = "all" ShowLines = "True" & gt; & Lt; Databindings & gt; & Lt; Asp: TreeNodeBinding ValueField = "value" datamember = "menu node" TextField = "title" /> & Lt; / Databindings & gt; & Lt; / ASP: TreeView & gt; I want to change the value of the checkbox (checked or not) according to one field in XML. how to do this ? Plz Do something like this secure zero page_load (object Sender, EventAgages E) {foreach (tree node node in Tree View 1 node) {Setnode (node); }} Zero setnode (tree node node) {if (node. Text == "check status") // node. Use the datatyme to get the data that surrounds your data and use this ID to see your flag in the source of actual data. Maybe you want to retu...

tiles2 - Struts2 with Tiles 2.1 or 2.2 -

There is not an easy way to use tiles 2.1 or 2.2 with the current String 2-Tile plugin, with Struts 2. I need to use tile wildcard functionality in my project where tile.exm has become unmanned. Is there no way to set tile 2.1 or 2.2 with Strauss 2? how? thanks, load as where By the time I'm aware of current struts2 major release ships with 2.0.6 tiles. Wildcard support has been added since tiles 2.1. So I'm afraid you can not use wildcards with the current version of the plugin. If you want to set up tile 2.1+ with Straits 2, you still have to tweak the plugin or wait for the next release. You can also consider using the preparer , if you want to set some dynamic value for definition. Hope this will help. You can see it for the tile plugin, which is not yet unresolved.

expressionengine - .htaccess issue -

I am using the ".htaccess file" below so that any "url." So if domain.com/news is typed It is then redirecting to domain.com/en/news - it works fine. This rule should not be applied to some folders like Images, SDF and Mipup. Works well for me, so when I use domain.com/swf I see a list of directory contents and "N" does not add. However, this "myphp" folder (this is a phpmyadmin installation). Generally it will load myphp / index.php, but the rule does not matter by adding the file name. The page only loads but nothing happens Does anyone know? RewriteEngine On RewriteBase / #for Redirected Language Specific Page RewriteCond $ 1! ^ (N | fr | nl) $ #dont Applying Rules to Property Folders RewriteCond $ 1! ^ Images $ RewriteCond $ 1! ^ Swf $ RewriteCond $ 1! ^ Myphp $ # Previously on the predefined n page If a language is not present in the absolute URI, RewriteRule ^ ([^ /] +) /.* / en / $ 0 [L, R = 301] #remove index.php Revoked code% ...

objective c - Releasing of strings -

I suspect that the string should be issued. I have not given any allocated strings for the string? No, if you are issuing the string automatically, then not. For example NSString * aTestString = [NSString stringWithFormat: @ "Hello% @", @ "World"]; This string is an automatic release, so you do not need to call [aestestring release]; If you do: NSString * aTestString = [[NSString alloc] initWithFormat: @ "Hello% @", @ "World"]; Then you must issue it [aestestring release]; Because you are allocated manually, so it is worth noting yourself, so you should have it later NSString * aTestString = [[[NSString alloc] initWithFormat: @ "Hello% @", @ Need not be considered @ world]] autorelease]; But it will be just like the first part of the code I gave you. Back to the point, no, you Manually do not need to release it until you allocate yourself.

user interface - How to write a GUI for a large cross-platform C++ project? -

I have a large cross-platform (Linux and Windows) C ++ project, for which I want to create a GUI . I have some very common questions about the basic principles of GUI for such a project: Should the GUI be separated from the application logic? If it is different, how should logic and GUI dialogue? Is TCP / IP Sockets a Good Option? What are the other possibilities? Is it good to have a GUI in any language compared to C ++? If yes - which language? Is this a browser based GUI? Although the main logic of the project is cross-platform, I can determine that the GUI will be only Windows-based (.NET) and this related to the related Win / Linux machine through socket or similar method But will communicate with logic. Is there a good idea to do this? The GUIs can be separated from the application logic is? Yes, definitely .... If this is different, then how should the argument and GUI be communicated? Is TCP / IP Sockets a Good Option? What are the other possibilit...

character - Trouble selecting an item in a SELECT box with jQuery with a quot -

I am getting a hidden form with the list on which I need to select this option when the user Wants to see the form. I was using var assignini = 'people's name'; jQuery ('# edit-form' option [value = '+ option +']: first '). Attr ("selected", "selected"); I tried to do this but it is not working because the value in the option tag is also not specified with \ \ n, so it will not get any matching JQuery ('# edit-form option [value =' + option.replace (/ \ '/,' \\\ '') + ']: first'). Attr ("selected", "selected"); Is this the only option for me? jQuery ('# edit-form option') each (function () {If (jQuery (this) .val () == option) {jQuery (this) .attr ("selected "," Selected "); return false;}}); A test page & lt; Html & gt; & Lt; Top & gt; & Lt; Script src = "http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquer...

objective c - What is the difference between window based and view based iphone apps? -

What is the difference between the window-based and viewing-based iPhone app? Windows based provides a starting point for the template: Any application offers only an app representative and a window. This view based template provides a starting point for an application that uses a single view. It provides a visual controller to manage the scene, and a nib file that includes the scene.

java - Alternative ways to configure security constraints with container managed security outside web.xml? -

If you use the Java EE6 Container managed security, then you have security for resources inside the web.xml deployment descriptor You can configure the obstacles. Are there alternative ways to do this? For example, the container can get them out of the database, as it does with user data. Is such a thing possible? I would like a method that does not need to recoup the webapp again. Thanks in advance. Actually, the standard approach is to use an LDAP, where you declare users and make them Allocate for LDAP groups, which are then mapped to security barriers. Administration at the user level is done in LDAP. And once security is depleted, they almost never change my experience (why they will?) Check out the tutorial for more on this. So, to answer your question clearly, it is not possible to draw obstacles from the database, it's not just how JavaEE security works if you More flexibility is needed, so maybe a look, but I do not think it allows to set the roles eithe...

performance - Know any papers comparing trade-offs of Web Applications vs Desktop Applications? -

Does a good article, paper, or publication know about trade-off search between web applications and desktop applications Does it? Specifically, I want to see some data on performance and TCO. Other comparative research will also be useful.

tcl - Understanding the usage of braces -

I am learning TCL / TAC and am confused with the use of curly braces in TCL. It is being used to indicate the scope and declare the string for me. Is this a bug (or feature)? Is my interpretation correct? In short, TCL's braces have single coats of sh Work like - group term (and lines) without launch Dual quotes of TCL act as double quote marks - permission for launch. The fact that you are not mandatory to use curly braces in the definition of proc is a convenient way to pass a script as a logic without interpolation. Arguments to These are identical proc add3 {abc} {return [expr {$ a + $ B + $ c}]} proc add3_weird [list ABC] "return \ [expr {\ set a] + \ [set b] + \ [set c]}]" Once you quote TCL, you will realize how flexible TCL can actually be.

php - Insert into MySQL tables with JOIN? -

I have these tables: How do I insert an ad here? Explanation: I need to include value in several tables, and it is not known how to do it except to use it So I wonder. Is it just a statement (one line) and is used to join INSERT? As far as I know, you do not put data in several tables inside a plain SQL statement Can. Many database abstract structures For this, the SQL itself is not enabled for such things. / html>

html - Why is there extra "white space" between these floated Div's in FF and not IE? -

Why is there so much extra space between two blocks in Firefox? & lt; Html & gt; & Lt; Top & gt; & Lt; Style type = "text / css" & gt; # Container-9 00px {Width: 900px; Padding: 10px; Limit: 1px solid #CCCCCC; } # Container-900px Left {float: left; Width: 435px; Height: 300px; } # Container-900px .right {float: right; Width: 435px; Height: 300px; } / * Float clearing for IE6 * / * html. Chalerphics {height: 1%; Overflow: visible; } / * Float Clearing for IE7 * / * + html Chalerphics {Hi-height: 1%; } / * Float clearing for everyone * / .clearfix: after {clear: both; material: "."; Display area; Height: 0; Visibility: hidden; Font-size: 0; } / * CSS3 styles * / # container-900px {-moz-box-shadow: 0px 0px 12px #CCC; / * Firefox * / -bid-box-shadow: 0 px10px12pxl #ccc; / * Safari, Chrome * / Box-Shadow: 0 px 0 px 12 pixels # ccc; / * CSS3 * ## Container-9 900px Left {background-color: RGB (238, 238, 238); } # Container-900px .right {backg...

sql - How to move data between multiple database's table while maintaining foreign-key relationships/referential integrity? -

I am trying to figure out the best way to move / merge two tables of data from multiple databases. I have a schema like the following: Make the table product (Product ID inti recognition (1,1) No, name varchar (250) No, details Varchar ( 1000) False, image image with a foreign key of the image (image image identification (1,1) faucet, image data does not create image faucet) Create image ImageID Image '. What is the best way to move data from multiple source databases into a destination database with a single schema in this table? My primary issue maintains links between products and their respective pictures. . In SQL Server, you enable identification applicants: Turn on SET IDENTITY_INSERT newtables & lt; Insert questions here & gt; SET IDENTITY_INSERT NewTable OFF While privacy entry is enabled, you can insert a value in the Identity column like any other column. This allows you to copy the table, for example from a linked server: into newdb....

c++ - How to compare two objects (the calling object and the parameter) in a class? -

I am writing a "date" class for assignment and I'm having trouble doing the function one. This is the header for the class. class date {public: date (); // constructor date without parameters (int m, int d, int y); // Constructor with // Parameter // Accessories in Amnath (); // Diamond enters the size of the gateway; Int gear (); // set the mutator bool (int m, int d, int y); Bull Set Format (Four F); // standard input and output routine zero input (); Show zero (); Zero increment (int number = 1); Int Comparison (Constellation and D); Private: int month, month of month, // day variable year; // variable variables in year; }; The member function I am trying to do is the int compare (constant date and d) function. I need this function to compare two functions (calling object and parameter), and should return it: -1 If the calling object comes first in chronological order, 0 if the object is the same date, and 1 if the parameter object The first comes from chro...

installation - Verify/Check to see if a Configuration Profile has been installed on iPhone -

Do anyone know what an API is that to see if any special configuration profile is installed on the iOS device? has been done? Thank you, Cole There is no API for this, but a certificate verification Action based on You must create a self-signed root certificate and include it in your configuration profile. You will then have to make another certificate signed by this root certificate and it must be included in your application. When you need to verify that if a configuration profile is installed, you can verify that it is reliable on that certificate See the Apple Developer Forum for details -

iphone - Core Data Ordered Join Table Efficiencies -

I have a complex core data mapping, which is simplified here in this picture for relevant questions in this picture: My question is, Get a list of all categories, which are sorted by name For each category, collect the sorted fuses, sorted by ascending index For each sorted foo, bring the associated foo, stick in the array Take a fuse, Now sorted by an index in an array, and this array is added to the 2D array Return the 2D array as the ordered foo in each alphabetized category. It seems that Soooooo should definitely be a better way to make this normal type of fit to disable me. Can someone recommend a new way of doing this? I will make the foo sort index universal in all categories. After that, sort all foo objects by index. If you were using the result controller with any result, you would use that category name as the path to the section name. If not, you can divide them by category name only. UPDATE In fact, the way you have the index,...

sorting - Qt QTreeWidget preserve sort -

How do you implement a sort sort in Qt QTreeWidget? To wit. I would prefer the previous order of the protected tree as much as possible. This allows the user to click on the "Name" column header and then click on the "Date" column header, and as a result the tree shows the item in the curie room by date and date. Unfortunately, you can not do Normally, you can Within the QAbstractItemModel you want to implement one. subclass. A constant type will leave those things whose position is not needed to change in the same place.

PowerShell Remote sessions and scope question: Commands appear to run locally -

Here is a sample script that tries to create a remote session on a server, then to get the list of the server's IIS Use WMI for the application pool, and list their names: Function Test-Remoting {[CMDLabing ()] Ultimate (start) {Enter- PSSession Test Server $ appPools = Get -WMIObject -namespace "root \ MicrosoftIISv2" -Choose "IISAPPplicationPool" - Authentication 6 $ Appulle | For every object {$ appPool = $ _; $ AppPool.Name} Exit-PSSession}} This function is included in a file called "Test-Remoting .ps1". I open the PowerShell, put the CD in this file in the directory, dot-paste the file, and call the function: PS C: \ Users \ moskie> . . \ Test-Remoting.ps1 PS C: \ Users \ moskie & gt; Test-Remoting But the result of this script is a list of application pools on my local machine, and not test server Alternatively, if I manually run the following lines (similar to the function) at the PowerShell prompt, then I do get ...

actionscript 3 - AS3 Functions: is it possible to return a value inside of a loop? -

I am trying to find the pointer using a loop function, but I am getting an error: Private function findMatch (matchValue: int): int {for (var i: int = 0; i & lt; playersList.length; i ++) {if (player list [i] Value + matchValue == levelTarget) {return i; }}} Is it not possible to return any value from the inside of the loop, or instead, I get an error every time not returns a value ?!? findMatch the private function (matchValue: int): int {var _i: int = -1 ; (Var i: int = 0; i

c# - Handling rude application aborts in .NET -

I know that by asking this I am opening myself for royal ignition, but I thought I would see that Is there anyone near the stack overflow that I have a solution to a problem ... I have a C # application which is failing on a client site so that I can reproduce locally I'm unable. Unfortunately, to get any information for me, it is very difficult (impossible) that helps in separating the source of the problem. I have a very large error monitoring frame that is not looking for exceptions in all the normal places: The backstop exception handler controls in the threads Application for WinForms exceptions. Thread Exception AppDomain.CurrentDomain.UnhandledException that logs detailed information on the place where I have access to them. It has been very useful in identifying problems in the production code in the past, but it is not giving me any information about the current series of issues. My best estimate is that the main issue is one of the "rude" e...