Posts

Showing posts from January, 2015

android - How do I get a user's latitude/longitude using foursquare's API? -

Is there any way, using the Foursquare API, the user's geolocation can be obtained purely on the Internet , Without using the phone's GPS. Thanks If a user authorizes your app, You can access in history and see where they finally check in. See

objective c - Trouble when I try to run Archive command in XCode -

I am making an app with Facebook verification. It's working fine on the simulator and in the device. But, when I try to "archive" (product = & gt; collection), I get this error: LD: not for the library Mixed-lfacebook_ios_sdk clang: error: failed with linker command failure code 1 (Use -V to view invitation) The library is fine, otherwise it will not be compiled on the simulator / device. I do not know that this information is relevant, but my project is ARC project. Do anyone know what this error can mean? I just removed the "libfacebook_ios_sdk.a" reference from my link binary libraries and sorted the problem Have done I do not know why it worked, but it worked!

getting parent index with jquery -

I know there is another question with the answer to my question, though a solution that was asked to be new It does not work to me Then I have something like this: & lt; Ul & gt; & Lt; Li & gt; & Lt; Div class = "thumb" & gt; & Lt; / Div & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; Div class = "thumb" & gt; & Lt; / Div & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; Div class = "thumb" & gt; & Lt; / Div & gt; & Lt; / Li & gt; & Lt; / Ul & gt; $ ("Ul li div.thumb"). Live ("click", function () {warning ($ (this) .Parent (). Index ());}); I want to retrieve Lee's pointer, though the solution is not working for me. Edit: Right my real code is div.thumb within children: I did not think it would make any difference because the video thumb is being clicked. I'm getting -1 for anyone. Thumb is clicked ????? ...

ubuntu - strange opencv.pc (pkg-config) file -

I have created opencv on Ubuntu 12.04 64bit. If I issue the following command I can link opencv libraries have: g ++ `pkg-config opencv - cflags` my_code.cpp -o my_code` pkg-config opencv - -libs` However, if I issue the following command: GCC-G-O-2-Y-valve -vino unused -vino -Multi-O main main. -lcx -lcv -lhighgui -lcvaux I have: / usr / bin / ld: can not find -lcxcore / usr / bin / ld : -lcv / usr / bin / ld: can not be found: -lighgui / usr / bin / ld: can not be found -lcvaux collect2: ld 1 exit status problem Problems were released in the shoot: pkg-config --libs opencv and found: / usr / local / lib / Libopenkw_kalib3dkso /usr/lokl/lib/libopenkw_contribkso /usr/lokl/lib/libopenkw_korkso /usr/lokl/lib/libopenkw_fecchars2dkso /usr/lokl/lib/libopenkw_flannkso / sterile / local / lib / libopencv_gpu.so /usr/local/lib/libopencv_highgui.so /usr/local/lib/libopencv_imgproc.so /usr/local/lib/libopencv_legacy.so / usr / local / lib / l Ibopencv_ml.so / u sr /...

- Where Developers Learn, Share, & Build Careers

How do I get my property? Currently a code has got a suspicious match , see the comment row in the code. Public category MyBaseEntity {public MyBaseEntity MyEntity {get; Set; }} Public category MyDerivedEntity: MyBaseEntity {public New MyDerivedEntity MyEntity {get; Set; }} Private Static Zero Main (string [] Args) {MyDerivedEntity myDE = New MyDerivedEntity (); PropertyInfoPenFofofostown = myDE.GetType (). GetProperty ("MyEntity"); // - Error: Unmatched matching found} Such situations in which ambiguity arises ... ... Derivative types declare a property that hides a successive property with the same name, using the new modifier If you run the following var properties = myDE.GetType (). GetProperties (). Where (P = & gt; p.Name == "MyEntity"); You will notice that the two PropertyInfo objects are returned. One is for MyBaseEntity another MyDerivedEntity . This is the reason that you are receiving suspicious match error. You c...

How can I improve this Clojure function? -

I just wrote my first closure function based on very limited knowledge of language. For example, I'm not sure I should use lists or vectors, for example, I would like some feedback regarding the use and usage of the types. id = subject-id [subject-id] (sql / with-connection system / getenv "DATABASE_URL") (SQL / with-query-result result [" Selection entry_id entries where subject_ind =? "Subject-id] ([res ([] in the results)] (map (FN [line] ( (deftest test-actor) For-subject-id (= ([[123] "321"] (Actor-ID-for-subject-id "123")))) If it makes a difference (And I think this happens) about my attributes of the returned data This involves the creation of the union in particular and the intersection of other sets returned by the same function. If the initial vector is empty, it is slightly more concise to use 'vec' instead of 'in'. It can express the intent more clearly, though the case of preference is high. (...

php - Is there a way to catch a parked domain as a referrer -

We have 100 parked domains from the registrar and we have sent it to mypersonaldomain.com. My goal is to determine that parked domains have redirected to mypersonaldoimain.com and then send the user to myperosnaldomain.com/info- We have already been redirected to parked mypersonaldomain.com A sample parked domain has been set for the domain has not registered the $ _SERVER referral. Can you pass the domain name with redirection in the form of your personal domain? D = myprevdomain.com. If this is a 301 redirect If this domain is pointing in your target server domain You can capture it from Capture_UI This only records to http_referer if a user clicks on a link on your new server, this way the browser sends http_referer or while redirecting Headers send http_referer.

- Where Developers Learn, Share, & Build Careers

I have a strange problem with some of my code; I have made a list of some items; When trying to fill this list with new items, if I use F5 , then all the members of the list will be created like each other! But when I try to debug this problem with F11 , then members of the list will be separated from each other (which is correct). I am using a loop to generate all the members of the list, and in each iteration of the loop, I add the first class object using the new and then add it to the list I am I define the list as follows: list & lt; MyClass & gt; Find out why F5 does not fill the list correctly I tried to repeat the same problem in other classes which contained only strings and integer members, but it works properly. The problem is that new random () method in each iteration of the loop Due to the use of this, the right way to do this is to use it for example rndNumber = new random () once out of the loop, and Then only use rndN...

java - How to Convert InputStream.read(new byte[1024]); to String? -

I would like to get data from InputStream () as a code Hi, start, stop , e.t.c. My code is piece byte [] buffer = new byte [1024]; InputStream.read (buffer); My data has been sent from Bluetooth to the above code piece only (like 2 if I sent hi, 5 starts if sent), then send me normal from sender Will have to go back like string. I only changed the string in InputStream . Any suggestions, I appreciate it! Finally, I can solve it! InputStream.read (buffer); Only how many bytes are in the buffer, and return the integer number of socket data stored in the buffer. So, with buffer you get the string eg String result = new string (buffer);

ruby - Call gravatar_for in Rails Model -

I am trying to call gravatar_for one of my models. (Yes, I realize that it is not strictly MVC, but I have a valid reason to do this which I am not going to). I am trying to include helpers for Gravatar, but I have not been able to know what they are. By adding this to my class so far does not work: Announcement of the class posted activity & lt; GravatarHelper :: PublicMethods in Newsfeed Activity Assume that you want to generate an image tag There are some problems to overcome using. Note that the gravatar_for method takes a user object as its first argument. Commenting in your in GravatarHelper :: PublicMethods class all the examples gravatar_for (user, option = {} ) .) Then you will say: alice = user.new () alice.respond_to? (: Gravatar_for) = & gt; Error for true alice.gravatar_ logic: Wrong number of arguments (1 to 0) # (You need to argue - method became zero, but one was expected) alice.gravatar_for (alice) = & gt; "& Lt; img cl...

- Where Developers Learn, Share, & Build Careers

Although I have relevant questions, no one is responding to a large extent of those people I was looking at. First of all, the downloadable Android app may be that "second app runs above", it emulates pre-defined user input and is not a conventional "GUI". For example, (hypothetically) if I have an app that plays the video but every 10 seconds is set to turn off the screen, then I want to stop it to have an on-touch event Want to Nothing complicated, just touches, maybe some swipe, and other events that go with them Secondly, if there is no valid way to prepare an app "There is no interface, only Is there a pre-defined script, is there any other way that I can "inject" touch events on an app, is not an open source? Edit: To be more specific, Is thinking of making "quick" app assistant So, a program that is active, runs a pre-determined group, such an instruction that simulates the user input at a very high speed, so think about an ap...

- Where Developers Learn, Share, & Build Careers

I have a WinForms application and I was wondering if there was a more elegant way to disable Combobox items without SelectedIndex property return It was - 1 for all the disabled values. I have been googling and many solutions include ASP.NET dropdown list but it looks promising. I think I might have to make my combo box control but before I invent the wheel again, I think that if it is possible I would ask here. UPDATE Here is the ultimate solution, thanks for Arif Iqbal: // A Cambodia is a form And add it to the system named combobox 1; Using System.Drawing; Using System.Windows.Forms; Namespace WindowsFormsApplication6 {Public Partial Category Form 1: Form {Public Form 1 ()} {InitializeComponent (); This.comboBox1.DrawMode = DrawMode.OwnerDrawFixed; This.comboBox1.DrawItem + new system.window.form. DietemeventHandler (this.comboBox1_DrawItem); This.combobox1.SelectedIndexChanged + = New System. The eventhandler (this.comboBox1SelectedIndexChanged); } Private Zero form1...

email - php mail function - upload a resume and send as an attched file -

I have a php site here I have a form of uploading a user's resume (should be in the world file ), And mail this file and user information to the administrator. I have used the PHP4 mail function. How do I write a PHP mail function with this enclosed world file Please reply Thank you in advance P> something like that? function attachdir () {$ dir = 'uploaded_photos /'; // resume folder / directory to save PDF $ pdf- & gt; Output ($ dir. $ Filename); // file name $ data = $ pdf-> output ("", "S"); $ Usersubname = $ this- & gt; Input-> Receive ('username'); $ Userid = $ this- & gt; Input-> Obtain ('userId'); $ Leaderd = $ this- & gt; Input-> Receive ('leader id'); $ Pass = $ this- & gt; Input-> Get ('password'); $ From = $ this- & gt; Input-> Receive ('email'); $ This- & gt; Smtpmailer ($ $, $ username, $ dir, $ filename, $ userid, $ leaderID, $ pass);...

database display in android -

After I want to display a table from the database with 5 columns with different strings. The best way for me to advance is to Previously I tried with listview, but different string length lines show not coming correctly. My layout.xml code: & lt ;? Xml version = "1.0" encoding = "utf-8" & gt; & Lt; LinearLayout xmlns: Android = "http://schemas.android.com/apk/res/android" Android: paddingTop = "4dip" Android: paddingBottom = "6dip" Android: layout_width = "fill_parent" android: layout_height = "wrap_content" Android: orientation = "horizontal" & gt; & Lt; TextView Android: id = "@ + id / text1" android: layout_width = "wrap_content" android: layout_height = "wrap_content" /> & Lt; Android: layout_heigh = "wrap_content" android: layout_marginLeft = "40dp" Android: layout_alignParentRight = "true" /> & Lt; A...

.net - How to use $(OutDir) with YUICompressor.targets? -

I have been configured as YUICompressor.NET, an MSBILD function and it is working on my development machine is. When I push the code to the app, I get the following build error: D: \ temporal \ q2hapsex.50d \ input \ Projects \ CroquetScores.Web \ Build \ YUICompressor Goal (21,9): Error MSB4062: "Compressor Tasks" can not be loaded with Assembly D: task \ Projects \ CroquetScores.Web \ Build \. . Compressor.MsBuildTask.dll. The file or assembly file can not be loaded: /// D: \ Temporary \ q2hapsex.50d \ input \ Projects \ CroquetScores.Web \ Bin \ Yahoo.Yui.Compressor.MsbuildTask.dll 'or its dependencies specify one of the systems Unable to locate the file. Confirm that & lt; Using & gt; The announcement is correct, the assembly and all its dependencies are available, and that includes a public class that applies Microsoft.Build.Framework.itask Use of YUICompressor.targets Tasks: & lt; Using Task Function = "Compressor Task" Assembly ...

big o - Using big-O to prove N^2 is O(2^N) -

I can see clearly in comparison to N ^ 2, surrounded by c2 ^ N, but I have given it a formal definition How can I prove the use of big-o I just got it M.I. I can prove by Here's my attempt ... by definition, there is no n & gt; For n0, a stable c is present which is f (n) & lt; = Cg (n) where f (n) = n ^ 2 and g (n) = 2 ^ n Should I log in both ways and solve for C? And another question about the Fibonacci sequence, I want to solve the repetition relation. int fib (int n) {if (n & lt; = 1) return n; And reboot fib (N-1) + fib (N-2); The equation is T (n) = t (n -1) + t (n -2) + c // where c / Code> and another T (n) = t (n3) + 3 t (n4) + 3 t (n-5) + T (N-6) + 6C Then I'm lost to make the normal equation. Is the pattern like some sort of Pascal triangle? T (n) = t (ni) + at (ni-1) + bt (ni2) + ... + kt (nii) + c f (x) Ïμ O (g (x))> You need to find ... ... something c & gt; 0 and ... some x 0 such f ( X) ...

perl - Pattern Matching in Unix -

1 फ़ाइल D07 आस @ QQQ B82 जीजी ^ 333 D84 GG @ WW F59 डालूँगा $$ ईई 2 फ़ाइल D84 / usr / एस एस F59 / usr / झारखंड B82 / usr / केके D07 / usr / ks आउटपुट चाहिए हो D84 GG @ WW / usr / एस एस F59 डालूँगा $$ ईई / usr / झारखंड B82 जीजी ^ 333 / usr / केके D07 आस @ QQQ / मूल रूप से, मैं 1 फ़ाइल का डेटा दूसरी फ़ाइल में एक wrt को हल करना चाहते हैं मैंने इसके साथ की कोशिश की: BEGIN {एफएस = ओएफएस = "\ t"; } एनआर == एफएनआर {मान [$ 1 + 0] = $ 2; आगामी; } {$ 1 = $ 1 ओएफएस (मूल्य में $ 1 + 0? मान [$ 1 + 0]: ""); प्रिंट $ 0; } '1file secondfile क्या कोई इसे प्राप्त करने के लिए कोई आसान समाधान दे सकता है? यदि आप फाइल को सॉर्ट करने के लिए तैयार हैं और फिर बैश join $ $ file1 file2 $ cat file1 D07 एएएस @ qqq का उपयोग करें, तो आपको पर्ल की ज़रूरत नहीं है। D82 जीजी ^ 333 D84 GG @ WW D59 डालूँगा $$ ईई $ बिल्ली करें 2 D84 / usr / एस एस D59 / usr / झारखंड D82 / usr / केके D07 / usr / ks $ तरह -n file1 & gt; File1a $ sort-n file2 & gt; file2a $ बि...

android username password send through json to php-->sql -

I am trying to find a way to use json instead of normal http post to user name and password which is current I'm going to the United States through most tutorials and examples, but I'm still unable to get an idea. I have JSN Fasar to get data from my SQL, but Post Jason does not. Thank you for your help The JSON Post currently used in the edit text uname = (EditText) findViewById (R. Id.log_Eu_name); String Username = uname.getText (). ToString (); EditText pword = (edit text) findViewById (R.id.log_Epass); String password = pword.getText (). ToString (); String result = new string (); Results = ""; ArrayList & LT; NameValuePair & gt; NameValuePairs = New ArrayList & lt; NameValuePair & gt; (); NameValuePairs.add (New BasicNameValuePair ("username", user name)); NameValuePairs .add (New BasicNameValuePair ("password", password)); InputStream = Faucet; {HttpClient httpclient = Try New DefaultHttpClient (); Http post httppo...

flex - set horizontalGap and with on a single button inside a buttonbar -

मेरे पास निम्न टॉगल बटनपट्टी है: & lt; mx: ToggleButtonBar बटनWidth = "85" ऊंचाई = "45" आईडी = "मेनूबार" चौड़ाई = "595" x = "0" y = "23" & gt; & LT; mx: dataProvider & gt; & Lt; mx: ऑब्जेक्ट डेटा = "{LocalConfig.CONNECTION_STATE}" आइकन = "@ एंबेड (स्रोत = 'संसाधन / चित्र / Bonjour.png')" लेबल = "" / & gt; & Lt; mx: ऑब्जेक्ट डेटा = "{LocalConfig.LANGUAGES_STATE}" आइकन = "@ एंबेड (स्रोत = 'संसाधन / चित्र / भाषाएँ' ')" लेबल = "" / & gt; & Lt; mx: ऑब्जेक्ट डेटा = "{LocalConfig.TAGGING_STATE}" आइकन = "@ एंबेड (स्रोत = 'संसाधन / चित्र / टैग' '')" लेबल = "" / & gt; & Lt; mx: ऑब्जेक्ट डेटा = "{LocalConfig.FONT_MAPPING_STATE}" आइकन = "@ एंबेड (स्रोत = 'संसाधन / छवियाँ / फ़ॉन्टपैनेल।' ')" लेबल = "" / & gt; & Lt; m...

sass - Intellij IDEA SCSS support -

Does SCL support Intellij Idea? I have Intelile Idea 11.1 and it is not so. How can I fix it (I'm not a Ruby developer)? Be sure that you have SASS support plug-in bundled enabled Settings ( Preferences on Mac) | Plugins .

java - How can I parse multiple XML documents at once? -

I am using SAXParser in Java to parse my XML documents. Now I want to improve performance and parse multiple documents together. Is this possible? Yes, you can do different threads, where each one of them If the document parses, then multicast XML parsing is realized. Using the experiment will reduce the implementation.

c++ - default value at declaration time -

Is there any way to declare an object's value (I int / Double ) At the announcement time, inside a class announcement? Something like this: class MyClass {MyInt & lt; 1 & gt; My_int; }; Is there a library in it? C + +11, you can provide default initiator within the definition of a class: struct foo {int a = 11; Fu () = default; // still a trivial class :-)}; In the past, you have to use Constructor Starter: struct bar {int b; Bar (): B (11) {} / Non-trivial constructor :-(}; Usage: Fu x; (Xa == 11 & amp; yb == 11); Perhaps you find the solution for @missletters useful: template & Lt; typename t, t inteveal & gt; straight initial type {typedef T type; static type const initial_value = initVal; // ban type and operator (return); {return x;} type const and operator () const {return X;} initial type (): x (intall) {} private: type x;}; You can add InitializedType & lt; int, 11> n; to get something, it looks like a ...

Getting gnuplot to work in JRuby - "RuntimeError: gnuplot executable not found on path" -

मैंने gnuplot का उपयोग कर ... स्थापित किया है jruby -S मणि इंस्टॉल gnuplot लेकिन मुझे "रनटाइम त्रुटि मिलती है: gnuplot निष्पादन योग्य पथ पर नहीं मिला" जब मैं इसे चलाने का प्रयास करता हूं ... 'gnuplot' की आवश्यकता होती है यदि मैं इसे बदलता हूं तो मैं कहता हूं ... की आवश्यकता होती है 'सी: \ jruby-1.7.0.preview1 \ lib \ ruby ​​\ gems \ shared \ रत्न \ Gnuplot-2.5.0 \ lib \ gnuplot ' मुझे अभी भी एक ही त्रुटि मिलती है कोई सुझाव? जब मैं exe को संदर्भित करने के लिए कमांड की आवश्यकता बदलता हूं, तो यह LoadError देता है। इसलिए मैं मान रहा हूँ कि मुझे किसी अन्य तरीके से एक्सई के पथ को सेट करना चाहिए। मैंने ग्नुप्लॉट को अलग से स्थापित किया है। कहां / कैसे सही तरीके से मैं सेटअप करूं? इंटल लॉग्स से परामर्श करें या यह पता लगाने के लिए "ढूंढें" का उपयोग करें जहां यह इंस्टॉल किया गया है।

silverlight - disable map movement from flicks -

I have a map on which I display the pushpin dynamically, and with pushpin without interacting with the map (I can not disable the map just by setting it to IsEnabled = "False" , and I can not use an image of the map). I have used the techniques shown here: which works very well for zooming and panning. To expand this idea, I have set up an event handler for all the events that will appear to match: hold = "map_Hold" MapPan = " Map_mayppan "Mpzum =" Map_mpzum "Manipultionstarted =" Map_manipultionstarted "Manipultiondelta =" Map_manipultiondelta "Manipultionsompleted =" Map_manipultionsompleted "Museleftbuttondown =" Map_museleftbuttondown "Museleftbutonup =" Map_museleftbutonup "Targetviawchanged =" Map_targetviawchanged "Viawchangestart =" Map_viawchangestart "Viawchangind =" Map_viawchangind "Viawchangeonfrne =" Map_ViewChangeOnFrame " (In t...

Load Zend Framework and its application in a PHP script -

मुझे Zend फ्रेमवर्क और इसके MVC आवेदन को देखने की आवश्यकता है एक PHP स्क्रिप्ट इसलिए मैं डेटाबेस को क्वेरी करने के लिए कुछ मॉडल कर सकता हूं। ढांचे और कुछ लिब्ज़ इस तरीके से लोड किए जाते हैं (स्क्रिप्ट किसी अन्य व्यक्ति द्वारा बनाई गई थी): / ** प्रारंभ करें Zend * / define ('BRIDGE_BASE_DIR', dirname (__FILE__)); Set_include_path (get_include_path ()। PATH_SEPARATOR.BRIDGE_BASE_DIR। '/ .. / library'); require_once ( 'Zend / लोडर / Autoloader.php'); Need_once 'Zend / Config / Ini.php'; $ आटोलोडर = ज़ेंड_लोडर_आऊटोलोडर :: मिलस्टस्टेंस (); $ Autoloader- & gt; registerNamespace ( 'xyz'); $ Autoloader- & gt; registerNamespace ( 'Yxz'); मैं एक मॉडल को इस तरह से कॉल करना चाहूंगा: फ्रेंचाइसीइमोडेल_फ्राचासीज़ :: खोज ($ फ्रेंचाइजीआईडी) जो नीचे स्थित है: आवेदन / मॉड्यूल / फ्रेंचाइजी / मॉडल / फ्रेंचाइजी मैंने कई तरह की कोशिश की लेकिन मैं पूर्ण स्टैक लोड नहीं कर सकता। UPDATE मैंने यह भी करने की कोशिश की: & Lt;?...

c# - MVC3,PartialViews,Ajax Passing values -

यह मॉडल example.cs नाम स्थान View_Partial_Editor है .Models {सार्वजनिक वर्ग exampleView {... सार्वजनिक स्ट्रिंग Field1 {get; सेट; } सार्वजनिक स्ट्रिंग फ़ील्ड 2 {प्राप्त करें; सेट; } सार्वजनिक स्ट्रिंग फ़ील्ड 3 {प्राप्त करें; सेट; } सार्वजनिक स्ट्रिंग फ़ील्ड 4 {get; सेट; } सार्वजनिक स्ट्रिंग फ़ील्ड 5 {प्राप्त करें; सेट; } ...}} मैं इस दृश्य है example.cshtml : @model View_Partial_Editor.Models.ExampleView @ {Html.RenderPartial ( "EditExample", मॉडल);} @ Html.TextBoxFor (एम = & gt; m.Field1) तो मेरे पास है इस partialView EditExample.cshtml : @model View_Partial_Editor.Models.ExampleView @ Html.HiddenFor (एम = & gt; m.Field1) @using (Ajax.BeginForm ( "EditExample", नई AjaxOptions {InsertionMode = InsertionMode .Replace, UpdateTargetId = "partial"})) {& lt; div & gt; @ Html.EditorFor (m = & gt; मी, "संपादक", नल) & lt; / div & gt; & Lt; p & gt; & Lt; इनपुट आईडी = "बटन" प्रकार = ...

javascript - How to refresh a div? -

Most examples I have found is how to refresh a div with text or with another page I just want to reload again after clicking on a button. How can I do this using Javascript? Thank you. with AJAX. If you use JQuery, it's as simple as $ ('# mydiv'). Load (url)

delphi - Adding new property to TMS control "TAdvSmoothDock" but it doesn't appear in the Object Inspector -

I am trying to add a new property (images: TImageList) on TMS control "TAdvSmoothDock" but property doesn ' Object does not appear in the inspector I have defined it as the following under "Published": Published property: TImageList Read GetImages Write SetImages; I can compile it but the property object does not appear in the inspector Delphi appears in the IDE when using control in code: Like: AdvSmoothDock1.Images: = ImageList1; Currently I am using Delphi XE2 VCL. Regards. You need to recreate TMS packages that contain components, not just source code Change The object inspector does not use code to detect the source to use. It uses RTTI (run-time type information) which is derived from the compiled version in the runtime package, in which component (or no runtime package is available in the design time package). In the TMS component, open the source of that package in the IDE (package .dproj file), and create that package. Make su...

html - Write Text Vertically at 270deg using CSS -

I am working on an example where I want to write vertical text at 90 degrees and 270deg. On the example It seems that working in FF but it does not appear at all on IE. I tried to change some qualities with some luck. I appreciate if someone can help me solve this so that it works on all browsers. Regards IE does not support it with other CSS3 functions. However you can try to solve these people:

custom CAB background android -

Can the background of the CAB (relevant action bar) change in Android? I'm using it in my application, and when the app has been installed on the tablet (3.0 - 3.2 API), the CAB has a yellow color and a look, and when the app is installed on the phone with the 4.0+ API So, it's some kind of blue background and another look, can I work completely about it and look everywhere only? Note: My application is to run on 3.0+ API You can do this by defining topics by using one of the standard subjects (in your case you can use the theme since Holographic, you are targeting Honeycomb) and customized as a starting point. Do (i.e., override) the pieces you want to change in your case Can only customize the style for CAB. The section of the Android Dev site gives you a brief overview of how it has been done to see the real world examples of two additional places: The actual library source (sample Instead).

- Where Developers Learn, Share, & Build Careers

इस सवाल का पहले से ही एक उत्तर दिया गया है: 3 जवाब मैं एक फाइल खोलने की कोशिश कर रहा हूं, लेकिन मुझे मिली: प्रक्रिया 'एक्स: \ सबग्राफ' प्रॉजेस ए 1.1.वक्ड ' किसी अन्य प्रक्रिया द्वारा उपयोग किया जा रहा है। क्या कोई मदद कर सकता है? स्ट्रिंग सक्रिय डायरेक्टरी = @ "एक्स: \ सबग्राफ \"; स्ट्रिंग [] फ़ाइलें = निर्देशिका। गेटफ़ाइलें (सक्रिय डायरेक्टरी); (फ़ाइल में नाम फ़ाइल स्ट्रिंग) (फाइलस्ट्रीम फ़ाइल = नया फ़ाइल स्ट्रीम (फ़ाइलनाम, फ़ाइल मैोड। खोलें, FileAccess। रीड); .... ....} कृपया फाइलशेयर देकर इसे खोलने का प्रयास करें .Read फ़ाइलस्ट्रीम s2 = नया फ़ाइलस्ट्रीम (नाम, फ़ाइल मैोड। खोलें, फ़ाइल पहुँच। पढ़ें, फ़ाइल शेयर। रीड); फ़ाइलशेयर के लिए MSDN से लें। पढ़ें पढ़ने के लिए फाइल के बाद के उद्घाटन की अनुमति देता है। यदि यह ध्वज निर्दिष्ट नहीं है, तो फ़ाइल को बंद होने तक पढ़ने के लिए फ़ाइल खोलने के लिए कोई भी अनुरोध (इस प्रक्रिया या किसी अन्य प्रक्रिया द्वारा) विफल हो जाएगा। हालांकि, भले ही यह ध्वज निर्दिष्ट हो, फाइल को एक्सेस करने ...

java - Match regular expression with quotes inside? -

I have to read while a file that uses regular expressions string basically anything (upper case, lower than Case, spaces, symbols, etc.), as long as the line does not exceed 60 characters. The method I tried, works for most strings in the file, however, I need to be able to allow quotation marks, which is where I'm stuck. Even I have tried so far. else if (data.matches ("[A-Za-z0-9,.?!% & Amp; () @ $ -_:; \\\"] + $ " ) & amp ;! Label.equals ( "") and amp; amp; and amp; shortly. angle ( "") & amp; amp; amp; and amp; data. Lamp () & lt; = 60) {prompt = data;} it reads everything except string down properly Yes, but displays an error, "Fyusr out "Â Do not ask about the spelling, that was the sample file I was given. Thanks for any help, hopefully I Before that i am Will meet a response before leaving Ndromat, because I have no power or internet at home and I storm on Long Island. the regular expression...

vim fugitive - Map Vim shortcut for Diffget -

I am shortcut mapping: diffget // 2 and: diffget // 3 and: GEORITE! So far on Mac, I have to merge easy: Maps & lt; D-2 & gt; : Diffget // 2 & lt; CR & gt; Maps & lt; D-3 & gt; : Diffget // 3 & lt; CR & gt; Map & lt; D-0 & gt; : Gwrite & LT; CR & gt; But unfortunately, they do not work. Any ideas? The definition of your mapping looks fine (you like : noremap However, as is normal, remapping of the right hand is not necessary, and can cause problems.) In particular the console wim, all key combinations can not be used Some key combinations, such as Ctrl + non-alphabet can not be mapped, and Ctrl + letters vs. The Ctrl + shift + letter can not be separated. (Sorry, I do not know much about Mac.) This is a known pain point, and vim_dev and #vim are the topics of various discussions on the IRC channel. Or in command line mode, try typing the key combination if nothing happens / is inserted, then you can not use tha...

Android SQLite database not open exception -

11-01 18: 20: 09.953: ई / एंड्रॉइडरेंटाइम (528): घातक अपवाद: मुख्य 11-01 18: 20: ०९.९५३: ई / AndroidRuntime (528): java.lang.IllegalStateException: डेटाबेस नहीं खोल 11-01 18: 20: ०९.९५३: ई / AndroidRuntime (528): android.database.sqlite.SQLiteDatabase.insertWithOnConflict पर (SQLiteDatabase जावा: 1526) 11-01 18: 20: ०९.९५३: ई / AndroidRuntime (528): 20: ०९.९५३: ई / AndroidRuntime phoenix.metro.uis.DBHelper.insertCart (DBHelper.java:149) 11-01 18 पर (528): पर phoenix.metro.uis.SearchActivity $ 4.onClick (SearchActivity.java:171) 11-01 18: 20: ०९.९५३: ई / AndroidRuntime (528): पर android.view.View.performClick (View.java : 2485) 11-01 18: 20: 09.953: ई / एंड्रॉइड रेंटाइम (528): एंड्रॉइड। पर देखें। $ PerformClick.run देखें (देखें.जावा: 9080) 11-01 18: 20: 09.953: ई / एंड्रॉइड रेंटाइम (528) ): android.os.Handler.handleCallback (Handler.java:587) पर 11-01 18: 20: ०९.९५३: ई / AndroidRuntime (528): android.os.Handler.dispatchMessage (Handler.java:92 पर) 11- 01 18: 20: 09.953: ई / एंड्रॉइ...

javascript - Output JSON from values in hidden inputs -

मैं इस तरह एक JSON ऑब्जेक्ट बनाने का प्रयास कर रहा हूं: bta.addConversion ({" "", "मात्रा": "$ 123.33", "मात्रा": "1" "" "", "तिथि": "", "आइटम": [{"आइटम_id": "आइटम 1", "वर्ण": "विवरण", "राशि" }, {"Item_id": "item2", "desc": "विवरण 2", "राशि": "$ 10.25", "मात्रा": "1"}]}); इन मूल्यों का उपयोग करना: & lt; इनपुट आईडी = "InvItemId [0]" नाम = "sku" मान = "M0215508" type = "छिपा "& gt; & Lt; इनपुट आईडी = "InvItemname [0]" नाम = "कॉमर्सआईटीम" मान = "4 सीज़न वाइन क्लब गोरे (आरओ)" प्रकार = "छिपा हुआ" & gt; & Lt; इनपुट आईडी = "InvItemPrice [0]" नाम = "स्कू" मान = "12 9 .95" प्रकार = "छिपा हुआ" & gt; & Lt; इ...

iphone - Objective-c Changing the font of a given text -

I'm working on a little iPhone app I am trying to change the font and color of the text inputed by the user I am They type something and then click on a button and the font or color changes and is displayed. I can not find any example code of this online, should anyone do this how it can be done? Thank you If you are accumulating text and display it, but this font for label A basic example of implementing changes is [myLabel setFont: [UIFont fontWithName: @ "someFontName" size: 1 9]]; Edit: - (IBAction) changeFont: (UIButton *) sender {[myLabel setText: myTextField.text]; [MyLabel set font: [UIFont fontWithName: @ "someFontName" Size: 1 9]]; }

- Where Developers Learn, Share, & Build Careers

I am facing an example where the pattern of the strategy should be used in a domain model. I have a user class that shows users of the system Each user can receive a request when using the system. After processing the request, some processing logic is possible: Automatically remove the requests Received requests Notify the user about etc. . In this case, it seems that the nature of the strategy is favorable. I have an interface called RequestReceivedPolicy with many sections implementing this interface (i.e. per process logic one class). The user class places a reference on an example of a class related to the selected policy. This item seems right on the side. My question is related to the stubborn side, in my case, there is a relational database. A user selects a policy through a management interface. I want to continue this option so that the next time the user is logged in, this information will be saved. I had thought about continuing the example of the User...

Joomla article showing an unwanted 1 one every page -

It's been taking more than a month trying to get help for my site, Can not help. I believe if anyone has to go to the backend of my site, then maybe it can be decided quickly. My problem I have is an article showing 1 on each page. I believe '1' was replaced by a former developer, which was probably the title of the article. When I enclose it with Firebug, it looks like this: & lt; Div class = "item-page" & gt; 1 & lt; P & gt; & Lt; / P & gt; & Lt; / Div & gt; I've spent about 9 hours myself who is trying to find it. I have been suggested to look at the template area several times. While switching 1 templates 1 still appears in the text does not seem to be that it is, I am using Rockettheme Please do not recommend that I just go to the article manager and fix it Let me do it Remember that I saw the first place, it is showing for each single paragraph. I appreciate any help; I am in a disappointing situation here ...

- Where Developers Learn, Share, & Build Careers

I have two tables in my database, one is a transaction and the other is transaction history. The latter is essentially an auditing table, so that a trigger triggers the screenshot of the data to execute on the insert, update and delete the transaction. I am recovering all the data stored in the transaction table, which matches the column, but it is difficult, where I am trying to get data from another table using the foreign key I am For example: One field in the transaction table is "TransactionType_TransactionTypeId", but in the audit table we want to store our 'name' equivalent "TransactionTypeName". It needs to be populated from the "Transaction type" table, in which the field is "TransactionTypeId" and "Name". I am struggling to write a query to retrieve it as I want, I'm trying something like the following, but I'm achieving very little success: Transaction type with name from SELECT @ TransactionTypeN...

How to retrieve python list of SQLAlchemy result set? -

I have the following questions to get a column of data: routes_query = Select ([Schema.stop_times.c.route_number], schema.stop_times.c.stop_id == stop_id) .distinct (schema.stop_times.c.route_number) results = conn.execute (routes_query) returns [r ['route_number' ] Results in R]] I'm thinking that data is a cleaner way to bring back the original list of rows. 1-element is the shortest way to draw the list of tuples in the list: result = [r [0] for result in R] or: result = [r for r, result In]

backbone.js - Backbone How to Update a Variable or Section Without Re-Rendering the whole page -

I'm going to update a section of html after a click event. But I do not want to render the whole page again ... my code looks like this; & lt; Div & gt; I do not want to re-render the other page's contents / lieutenant; / Div & gt; & Lt; Div & gt; & Lt; Span id = "update thisSection" & gt; {{Data}} & lt; / Span & gt; & Lt; Div & gt; I want to update the data within that period after a click event linkClicked: function (e) {// at the end of the update Update the data} You can always use it completely through the element or You can adjust just the parts you need: this. $ ('# UpdateThisSection') Html ('some new stuff.'); If you have a simple & lt; Span & gt; , you want to add a separate subsection for that part of that scene, you will tie the sub-view of the render to the appropriate change event.

sublimetext2 - How to select variables (not text) with the same name? -

When the variable f is selected, the editor highlights other versions of the variables. So far, but when trying to add them to the selection list with Ctrl + D , this code is also used as a regular text such as f Also I can drop it from Ctrl + K , but if the editor already recognizes f as a variable, then it is definitely only Can you choose a variable? This option is not in the menu. Take this JavaScript snippet. f = function () {}; F (); When selecting f before , it highlights f in f () But in f the function . When multi-select happens with Ctrl + D , it chooses though. There is also an alternate solution in the post. Instead of selecting the variable, simply press the cursor to it, and press Ctrl + D also select it, but later it will be Ctrl + D Only other variables on the press (or the word that recognizes the word as the variable on the basis of boundaries).

search - How do I query for empty MultiValueField results in Django Haystack -

using Django 1.4.2, Haystack 2.0beta, and ElasticSearch 0.19, how do I query for the results that are empty set Do [] for a MultiValueField? I num_ & lt; Field & gt; and the query against it. In this example, the 'Email' is multilife, so we will create 'num_emails': Class Person Index (indexed search index, index.index and cable): text = index . CRField (Document = True, Use UN_Template = True) Name = Index. CHRfield (Model_AtTro = 'name') Email = IndexMultiWillfield (empty = TrueNew) Now, in your searches you can use Can findcase () Filters (num_emails = 0)

iphone - itms-services // action=download-manifest url as local file -

मैं उपयोग करने की कोशिश कर रहा हूं: itms-services // action = download-manifest यूआरएल को स्थानीय रूप में फ़ाइल, वहाँ है कि के माध्यम से plist फ़ाइल का उपयोग करने का कोई मानक तरीका है? मैंने इसे डेवलपर्स के लिए ओटीए एप अद्यतन करने के साथ एक ऐप में किया है; मैंने सोर्स कोड में क्या देखा था कि एक फ़ाइल: // लिंक इस्तेमाल किया गया था यदि आप ऐसा करना चाहते हैं, तो आपको फाइल सिस्टम में फ़ाइल का स्थान जानना होगा। उसके बाद, आप एक मानक plist फ़ाइल का प्रयोग करेंगे, लेकिन यूआरएल कुंजी में, आप फ़ाइल डाल देंगे: // location / to / your / ipa / फाइल और यह अनिवार्य रूप से एक ही होगा यद्यपि, यह काम करने का सबसे अच्छा तरीका नहीं है, क्योंकि यह अज्ञात है कि उपयोगकर्ता के पास उनके डिवाइस पर आईपीए फाइल है या नहीं।

- Where Developers Learn, Share, & Build Careers

Image
We have found that if you have a variable number of players and then "Auto-match", Game Center players It will start the match with the "minimum" number, even if the game center match-maker UI is showing auto-match spaces for the maximum number of players. For the above mentioned example, even if 3 players , The match will be started with only 2 participants ("me" and an "auto-match"). How this match request looks: GKMurrest * request = [[GKMasteAlive] IIT]; Request.minPlayers = 2; Request.maxplayers = 4; request. PlayerOvoight = PlayersOviWeight; Request.playerGroup = 0; Request.defaultNumberOfPlayers = 4; Is this just a game center bug? I am the only issue I found, to add players immediately after doing the best work Made the match afterwards and increased my minimum players to 3.

Is there any way to take only part of string in jquery? -

I have some anchor links that start with ID "menu -" . & lt; A href = "" id = "menu-alphabet" & gt; & Lt; A href = "" id = "menu-city" & gt; & Lt; A href = "" id = "menu-country" & gt; In my jquery code, I only want to take the menu after anchor link id - For example: $ ("A [id = = menu -]"). Click (function () {e.preventDefault (); $ (this) .tab ('show');}); But $ (this) takes all the IDs I want only words that comes after menu - . Use click (function () {e.preventDefault (); $ ( '#' +) This.id.split ('-') [1]) tab ('show');}); Apart from this, your HTML is not well prepared ..

xml - Android TableLayout with 2 ImageViews in each TableRow -

Image
The colleagues, what you can do to set me up in ImageViews, explains responsible for getting such a screen ? In my huge Android app XML code for this activity: I hereby post it to avoid , there is not much context in your post to explain the code sections; Explain more clearly about your scenario. ............ Lorem Ipsum sits in AMET, consectetur adipisicing changes, SED taxes and laborers to work in the labor market, and dolore magna aliqua. To go to some places, we can not leave any work to get rid of our work. A small copy of any kind has been detected that it can be opened in any form. Excepteur Sint occasecat cupidatat non proident, which can be used in the laboratory of an independent laboratory. & lt; TableRow Android:. Layout_width = "wrap_content" Android: layout_height = "wrap_content" android: background = "# D63B40" Android: Leaut_vet = "0.15" & gt; & Lt; imageView android: id = "@ + id / img1" An...

Drupal 7, managing multisites content in one admin panel -

I have a strange question, is it possible to use an admin panel for multizet detective installation? For example: I have a Drupal installation, and 5 sites are running, so I want to create or modify nodes, blocks etc. in one place. All sites are similar in structure I have never done a multisite before, so if you have any ideas, I would love to hear it Thanks advance! No, this is impossible. Multisite is completely different sites, using different databases, but source code. You can not then share the content or configuration. If you want to create a site for different domains, but you want to share users, content and configuration, then you should use the approach rather than multisites. > Regards

CSS wordpress second level sub menu items disappear on hover -

Using empty Wordpress themes to create a custom site, but it did not have any CSS for the sub-menu drop down I'm working on it basically, but when I try to move the cursor down under the second drop down item, the sub menu disappears I thought I have set all this block to display so that the whole menu item is button But the case is not here You have to set the z-index of more drop-down menus than the image. The default elements have z-indexes of 1, so anyone over 1 will (unless otherwise specified)

send multiple headers python socket? -

So, say that I am creating a TCP socket in Python, and authorizing the server, How do i As soon as I'm going to use the socket.sendall to send them, wait for the author's handshake response. After that, I need that as long as the data is received, I will wait for a data response, how do I even do it, because the socket is not closed if the data set is not available in time? Is there some easy way to send it correctly or what? ~~ Edit ~~ My main question I think is how to send a multi line packet? using a type of python socket SOCK_STREAM , using the socket The .sendall (data) function only sends the string Yes, the data is just a string Now, you can create your own headers and lines and everything and put it in a string and the socket to the server You can ask to send it. Then just socket. An integer of the number of bytes, where RCV (buffer) is buffer According to Thomas Orosco, TCP sockets can stay open for a very long time, so make sure the server gives a ver...

uitableview - iOS - UITableViewCell being removed from superView? -

I have a UIL view viewcase with Textfields, as soon as the screen is no longer visible on the screen, dismiss me the keyboard. Need to do The cell view is being removed from the table view (now no longer visible) when there is an easy way to be notified? I tried the following in my cell class, and did not call it. - (void) removedPopPopular viewer {} > Cells are reused. It is used again on the other end as a cell scroll from one end of the screen. Why do you need to dismiss a keyboard when the line is off the screen? What if the user quickly scrolls the line back on the screen? If you provide more information about what you are doing, then one can provide more specific solutions.

javascript - change backbone models on push notification -

I am trying to push the simple backbone app together. I have the backbone collection of the item model. An application can receive events from Pushar that some of those models were updated. I want to repeat the code with Pushar, so that I have created an app-wide notifier which increases spinal events, pusher receives the event and publishes backbone events. Now my question is how can I update my model in the collection? I was thinking about compiling the notifier when it was created and tied in the event of Notifier's event that changed the model (event data was), the model that changed, searches for such a model in its collection Accordingly, it updates and publishes the 'change' event so that the view responds accordingly. Is this a good way? Searching for the right model in the collection can not be very efficient, so I was considering giving the notifier for each model example and all models should be notified on the change and some condition should be applie...

access log - Apache (internal dummy connection) crashes server with too many logs -

I know that this question is silly and often answered, but no solution works for me so far . I am using OpenSuse and Apache2 and SetEnvIf Remote_Addr "127 \ .0 \ .0 \ .1" Loopback Set Envision Remote_adder ":: 1" Loopback custom log / var / log / Apache2 / Access_log combined env =! Loopback But if I restart Apache, the login log shows me :: 1 - - [01 / November 2012: 23: 18: 06 +0100] "Option * HTTP / 1.0" - "Apache (Internal Dummy Connection)" :: 1 - - [01 / November / 2012: 23: 18: 16 +0100] "Options - HTTP / 1.0 "200 -" - "Apache (internal dummy connection)": 1 - - [01 / November / 2012: 23: 18: 22 +0100] "option * HTTP / 1.0" 200 - "-" Apache (internal dummy) "- 1 - - [01 / Nov / 2012: 23: 18: 34 +0100]" Options * HTTP / 1.0 "200 -" "" Apache (Internal Dummy Connection) ":: 1 - - [01 / Nov] / 2012: 23: 18: 35 +0100] "Options * HTTP / 1.0" -...

objective c - popToRootViewControllerAnimated not performing correctly in context of shouldSelectViewController UITabBarControllerDelegate method -

I have established a representative for my UITabBarController and have the following delegation method: tab tab controller: ViewController {[self.navigationController popToRootViewControllerAnimated: Yes]; no return; } In the method fire and context, I am in one or two tables in the table views. The I root view controller is displayed correctly, but the navigation bar does not get reset, and now There is also a "back" button in the table view from one or two levels. (The above representative method is what I am trying to do in my app, but still is a simplified form of this problem. In my app, I need the original view when I Return to the original tab, before I'm trying to pop in the root view before leaving). suggests a time interval problem, but it does not seem to be what is happening in my case as long as I want that I want SelectionViewController and NAV Bar "Back" button Still got messed up. @interface BasicPlaceItem Comment: UIViewController ...

function - PL DOC source forge - 2 issues -

I am trying to use your code to make a clean page with comments of your choice. I am coming into 2 issues, any help would be appreciated: I was using the tag (/ **, * /) to comment And it works perfectly for the tasks, but does not appear in the processes If I try to use the method recommended to get data directly from the database (), then My actions and procedures are free, not in the package, and the process is out Comments before Krishna is trying to add. Call pldoc.bat -url jdbc: oracle: thin: @localhost: 1521: ORCL -user SCOTT -password Tiger -ssiel SYS_OWNER.DBMS_PIPE, SYS_OWNER.DBMS_OUTPUT ), it puts all the available functions and procedures user SIS_OWNER under ( SIS_owner from the left is the only link) I want to change it so that I could see all the way to the list. Please tell me if you have overcome it and any sign will be great. after I do not know about # 2, but the announcement of the process # 1 Try to keep the Pieldiosi comment, but before the...

Remove values from array on foreach PHP -

I have an array like this: array ([0] => ; Array ([ID] => 68 [type] => altruism [type_ID] => 131 [name] => 1 name) [1] => Hey ([ID] = 32 [type] => Other type [type_ID] => [name] => 2)) Let me tell some arrays Removal needs if users are allowed or not. I am thinking of doing it with everyone, and try to remove or remove the necessary ISOs. My question is this: What is the most effective way to do this? There will be no more than 100 records in the array. But many users will request it and filtering will be done more and more. this simple and easy foreach ($ display_related_tags $ key) = & Gt; $ tag_name} {if ($ tag_name == $ found_tag ​​['name']) {unset ($ display_related_tags [$ key]); }}

- Where Developers Learn, Share, & Build Careers

I am trying to read an XML file out of a zip file. The related code is below: ZipInputStream zis = new ZipInputStream (is); Zip Entry Entry = zis.getNextEntry (); While (entry = tap) {if (entry.getName (.) Equals ("plugin.xml")} {int size = (int) entry.getSize (); Byte [] bytes = new byte [size]; Int read = zis.read (byte, 0, size); System.out.println ("file size:" + size); System.out.println ("Read bytes:" + read); }} When doing this work, the output is as follows: File size: 5224 Bytes Read: 5224 Never causes a situation where the input stream is less than the "read bytes" file size. In this situation, I have changed the text value of the XML property of the same file as above and received the following result: File size: 5218 Read bytes: 5205 // reader quickly Closed! I can not see any patterns whose XML files will work and which does not. It seems completely random. Does anyone come in any way like this be...

Using JQuery's post function in chrome extension -

I am trying to post to a local host from within Chrome extensions and it does not seem that. {"name": "Send to server", "version": "1.1", "background": "send to server", "server "" "" "" "" "" "," Permissions ": [" Experimental "," Tab "," & lt; all_urls "]," browser_action "" Icon_icon ":" icon.png ", "Default_popup": "popup.html"}, "icon": {"16": "16.png"}, "manifest_version": 2} Background html is very short, It only points to "http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js" and "background.js". (I use it to include JQuery and be able to use it in background .js. Is there another way to do this?) background.js: Chrome tabs.onUpdated.addListener (SendToServer); The SendToServer func...

c# - date format in .net - how do I say use the given cultureinfo? -

किसी संख्या को प्रस्तुत करने के लिए CultureInfo का उपयोग करते समय, #, 000.00 का शाब्दिक मतलब नहीं है, हजारों विभाजक और एक के लिए दशमलव के लिए इसका अर्थ है कि उन स्थानों पर उस संस्कृति से सही चरित्र का प्रयोग करें। हालांकि, "मिमी-डीडी-ययय" का उपयोग करके उस क्रम में महीने, दिन, क्या यह कहने का एक तरीका है कि मैं अमेरिकी स्वरूप को पारित कर रहा हूं लेकिन संस्कृति में पारित होने वाले मैच में बदलाव आया हूं? अधिक जानकारी: CultureInfo ci = new System.Globalization .CultureInfo ( "de-डे"); दिनांक समय जन्मदिन = नया दिनांक समय (1 9 55, 9, 26); स्ट्रिंग displayValue = BIRTHDAY.tOsTRING ("M / d / yyyy", ci); कठिन कोडित स्ट्रिंग के बजाय का उपयोग करें। Var text = date1.ToString (CultureInfo.CreateSpecificCulture ("fr-FR")। DateTimeFormat.ShortDatePattern);