Posts

Showing posts from July, 2013

java - Email Thread Messages using JavaMail API -

How to recover the email thread and message in that thread using the JavaMail API to identify that particular message? How to obtain information about this thread? Thank you to support threading IMAP describes the extension. Too many servers do not support it, and JavaMark does not support it. If you need to implement the threading algorithm in your application, then there are some references in RFC that can be useful. Gmail offers a non-standard API for receiving a "thread ID" for a message. You can use this information to use it.

VB.Net Split string after certain words -

After I am struggling to find a solution to my small problem in VB.Net . I basically an XML that I have a string basically need to put a new line (Chr (13) after a few words My string example If ;. TAF AMD EGNM 171734Z 1718/1818 16010KT 9999 BKN018 Tempo 1718/1803 8000 -RA BKN010 PROB30 Tempo 1718/1724 4000 RADZ BKN006 PROB40 Tempo 1800/1809 BKN005 PROB40 Tempo 1809/1818 6000 SHRA BKN010 BKN020TCU Biisimji 1810/1813 23010KT I look like it needs; TAF AMD EGNM 171734Z 1718/1818 16010KT 9999 BKN018 Speed ​​1718/1803 8000 -RA BKN010 PROB30 Speed ​​1718/1724 4000 RADZ BKN006 PROB40 Speed ​​1800/1809 BKN005 PR OB40 speed 1809/1818 6000 SHRA BKN010 BKN020TCU BECMG 1810/1813 23010KT As for the split keywords you can see 'Tempo' , 'PROB30' , 'PROB40' etc. Any ideas Try this :? dim ToReplace () new string () {" speed "," PROB30 "," PROB40 ", (... )} Each word string toReplace value = value.Replace (word = fo...

velocity - More Complex Templating/Themes in Java/Spring -

कुछ पृष्ठभूमि जानकारी: मैं अभी सरल स्प्रिंग थिमिंग का उपयोग कर रहा हूं। वसंत नियंत्रक कोड उपयुक्त दृश्य को खींचती है, उदा: वेब-एनएफ़ / दृश्य / उचित दृश्य। जेस्प विचारों में सभी समान मूलभूत HTML वर्ग हैं, जो कि एक डिजाइन। सीएसएस फ़ाइल विषय हो सकता है। दृश्य ने डिजाइन फ़ाइल को वसंत के माध्यम से सेट किया है: ऐसा कोड: & lt; link rel = "stylesheet" प्रकार = "text / css" href = "& lt; वसंत: थीम कोड =" css.layout_style_sheet "/ & gt;" / & Gt ;. वेब-आईएएनएफ / वर्ग / थीम- thetheme.properties फ़ाइल सीएसएस फ़ाइल के माध्यम से उपयोग करने के लिए परिभाषित करेगा: css.layout_style_sheet = theme960 / 960.css। सभी विषयों पर आधारित एक ही सीएसएस ढांचा (9 960 फ्रेमवर्क के लिए 960.css, 1024.css, 800.css, आदि का उपयोग करना) और एचटीएमएल बिल्कुल वही शून्य से 1 अलग सीएसएस फ़ाइल दिखाई देगा। लेकिन अब हम ट्विटर बूटस्ट्रैप या Zurb फाउंडेशन या 960 आदि का उपयोग करना चाहते हैं। उपयुक्त वीज। जेएसपी पर, ट्विटरबॉस्ट्रैप अपने फ्रेमवर्क बनाम फाउंडेशन का उपयोग ...

ruby - Rails 3.2 page caching incompatible character encodings: UTF-8 and ASCII-8BIT -

I've successfully cached the page. This page contains words like: :: But when we call on the cached page the following error occurs [2014-02-18 01:35:24] Error Encoding :: Compatibility error: Incompatible character encoding: UTF-8 and ASCII-8 BIT / Home / Asgar /. RVM / Games / Ruby-1.9.3-P484 / Village / Track-1.4.4 / Lib / Tra / Handler / Whibric RB: 72: 'Block In Service' / Home /sagar/.rvm/gems/ruby-1.9.3-p484/gems/rack-1.4.5/lib/rack/response.rb:87:in 'Every' / Home / sagar / .rvm / gems / ruby- 1.9.3-p 484 / gem / rack-1.4.5 / leeb / rack / reaction. RB: 87: `each '/home/sagar/.rvm/gems/ruby-1.9.3-p484/gems/rack- 1.4.5 / lib / rack / body_proxy.rb: 31:` each' / home / sagar Webrick.rb: 71: `service '/home/sagar/.rvm/rubies/ruby-info/rvm/gems/ruby-1.9.3-p484/gems/rack-1.4.5/lib/rack/handler/ 1.9.3-p484 / lib / ruby ​​/ 1.9.1 / webrick / httpserver.rb: 138: in 'service' / home /sagar/.rvm/rubies/ruby-1.9.3-p484/lib/ruby/1.9 .1 / webri...

Create a standalone Java websocket client endpoint? -

A websocket endpoint in Java customer want to make (pure as possible, no frameworks) , but I have almost all instances, only the server endpoint in Java, while the customer can do in JavaScript can anyone tell me a good client for example, or one? Not sure that this is a very clean client examples of your criteria, but JT: helps that hope :)

regex - How to find 2 or more consecutive words which are in caps whereas remaining words are non-caps -

I'm trying to solve this problem using RegExp. I'm sure it can be easily solved in Java and many other languages. However, I use this example RegExp wants to about 4 below to learn more input sentences like: 1 ABC Abcabc 123,00 tests ABCDTEST XYZTEST XY 2. ABC Abcabc 24DD test ABCDTEST XYZTEST XY test 3. ABC Abcabc test ABCDTEST XYZTEST 4. ABC ABCABC test ABCDTEST XYZTEST as I got word that you want to match: 1 ABCDTEST XYZTEST XY 2. ABCDTEST XYZTEST XY 3. ABCDTEST XYZTEST 4. (only finally satisfies condition b) (no match, because all of them Statistics are characters) You will find it helpful to get start offset and end offset of the match. For simplicity, suppose that only one match will be present. I.e., this will not be 5. ABC Abcabc 123,00 test ABCDTEST XYZTEST XY AGAB WXYZ ABCDE However, if any input you like additional credits It can also solve. It looks like my initial Rijksmuseum (which is false) (([AZ] +) {2}) {2} If there are no tw...

inheritance - Is there a better way to write this code to alter an object inheriting from `list` in python? -

In my reply, I am now thinking that there is a good way to improve the following code: square circle (list): def insertextend (self, index, other, reverse = fail): "" "Increase the circle by inserting an instance into the given position." "Index" = index (self) if reverse: super (cycling, self) .__ init __ (self [: index] + list (reverse (other)) + self [index:]) Other: super (cycling, self) .__ init __ (self [: index] + other + self [index:]) Any idea how I can remove super (cycle, self) .__ init __ (...) ? def insertextend (self, index, other , Reverse = fail): "" "Extend the cycle by inserting a frequency in the given position. "Reverse": reverse = other = reverse (other) self [index: index] = other

python - multiple iteration using dataframes to perform calculations -

I am quite new to Python. How do I do many repetitions with dataframes in pandals I have 8760 values ​​of sun zero values ​​----> theta_z 8760 values ​​of sun azimuth values ----> theta_a Now I have to repeat for two conditions 1) Panel tilting (0-90) ---> theta_t 2) Panel Azimuth (0-360) -----> theta_azi I have to show (computation for I = 0, i & lt) x = arccos ( Cos (theta_z) * cos (theta_t) + sin (theta_z) * sin (theta_t) * cos (theta_a-theta_azi)) (k = 0, k & amp; 91; k = k + 1) x =. ... Instead of using the loops below, how can I move into pandas If I do them as separate dataframes for each. I need to get 8760 x 361 x 91 value or 361 x 91 sets of 8760 values.

matlab - dynamically specifying floating point number size in a function-enclosed sscanf statement -

I have a structured data file that contains header lines with block of data. I Line defined) in a separate cell of the cell array. For example, suppose that after loading data with textscan , I have a cell array x and header lines and EOF ( headerIdx The following form: x = {'header line 1'; '98 .78743 '; '99.399717 '; '99.997878 '; '100.40125'; '100.79166'; '101.10525'; '101.34037'; 101.49 553; '101.56 9 3'; '101.56072'; '101.4685'; '101.2 9 184'; '101.03002'; '100.68249'; Header line 2 ';' 100.24887 ';' 99.72897 ';' 99.12274 '; '98.443036 ';' 97.65215 ';' 96.78864 ';' 95.84054 ',' Header Line 3 ';' 3.2 ';' 4.31 ';' 2.7 ';' 4.6 ';' 9.3 '}; HeaderIdx = [1; 16; 24; 30]; Then I have a different element of a cell array by using sscanf and str2mat each bl...

ios - SKEmitterNode change particle speed to particles already emitted -

Is it possible to change the speed of the particles already emitted? SKEmitterNode has a particle-spitted property, but it only applies to particles that will be emitted in the future. For example, suppose we are building a spacecraft simulator. Imagine the spacecraft above a starfield. Starfield was created through a particle file, which was provided using SKEmitterNode. Through this simulation the spacecraft never changes the situation. SKEmitterNode is made of particles which proceeds at a constant angle of 10 in the negative x direction. To speed up the spacecraft, it would be good to keep the ability to change the motion of already emitted particles, to simulate. As of now, if the motion of the particles is to be changed, then the particles already emitted will be slow in comparison to the particles emitted after the speed change. Defining a solution is a particle system that emits in a range of particles, for example, with 100 x 100 0 speed and 0 acceleration. This partic...

date - Python 2.7 Datetime Object Offset Unaware Even With Dateutil Parser -

18 tz = pytz.timezone ('अमेरिका / शिकागो') 19 TZOFFSETS = {'CST': -21600 } 20 POSTS_SINCE_HOUR = 1 21 now_date = datetime.datetime.now (tz) 22 time_stamp = now_date - datetime.timedelta (घंटे = POSTS_SINCE_HOUR) 23 24 thread_batch = [] धागे में धागे के लिए 25: 26 last_post_time = parse (27 धागा [" नवीनतमपोस्टडेट "], 28 टीज़िनफॉस = टीजीओएफएफएसटीएस) 30 30 अगर अंतिम_पोज_टाइम & gt; टाइम_स्टाम: 31 धागा_बैच.एपेंड (धागा) एक @ चैट-डैश ~ /। विली $ पायथन रेकपैस ट्रैसबैक (सबसे हाल ही में कॉल अंतिम): फाइल "req.py", पंक्ति 30, में & lt; मॉड्यूल & gt; अगर last_post_time & gt; टाइम_स्टाम: टाइप एर्रॉर्फ़: ओफ़्सेट-भोले और ऑफसेट-जागरूक डेटासेट की तुलना नहीं कर सकता मुझे समझ में नहीं आ रहा है कि इस बारे में शिकायत क्यों है last_post_time ऑफसेट-जागरूक करने के लिए datutil.parser पार्स का इस्तेमाल किया। tzinfos पैरामीटर को पार्स निर्दिष्ट नहीं करता है कि किस समय का उपयोग करने के लिए है, यह आपको केवल नए कस्टम समय क्षेत्रों को जोड़ने क...

dart - How to get the HTTP response text from a HttpRequest.postFormData's catchError's _XMLHttpRequestProgressEvent? -

निम्न छद्म कोड को देखते हुए: आयात "डार्ट: html"; HttpRequest.postFormData (url, डेटा) .then ((HttpRequest अनुरोध) {...}) catchError ((त्रुटि) {// मैं यहां से प्रतिक्रिया पाठ कैसे प्राप्त करूं?}); यदि वेब सर्वर एक 400 BAD अनुरोध के साथ उत्तर देता है तो catchError को लागू किया जाएगा। हालांकि, त्रुटि पैरामीटर प्रकार _XMLHttpRequestProgressEvent है जो जाहिरा तौर पर डार्ट की लाइब्रेरी में मौजूद नहीं है। तो, मैं कैसे 400 BAD से प्रतिक्रिया पाठ प्राप्त कर सकता हूं अनुरोध प्रतिक्रिया जो वेब सर्वर से भेजी गई थी? ऐसा लगता है कि आपके लक्ष्य आप ऐसा कुछ कर सकते हैं: आप यह लिंक उपयोगी पा सकते हैं: > आयात करें "डार्ट: html"; HttpRequest.postFormData (url, डेटा) .then ((HttpRequest अनुरोध) {request.onReadyStateChange.listen ((प्रतिक्रिया) = & gt; / * प्रतिक्रिया के साथ sth * /);}। CatchError ((त्रुटि) {प्रिंट (त्रुटि .target.responseText); // वर्तमान लक्ष्य आपको एचटीपीआरएक्वेस्ट होना चाहिए});

android - Unable to get app to handle file extension -

I have the file extension *. I am trying to write an app to handle MPB . I have the following AndroidManifest.xml : & lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Manifest xmlns: Android = "http://schemas.android.com/apk/res/android" package = "package.etc.android" android: versionCode = "1" Android: versionName = "1.0" & gt; ... ... & lt; Application ... ... & lt; Receiver Android: name = ". FileReceiver" & gt; & Lt; Intent-Filter & gt; & Lt; Action Android: name = "android.intent.action.VIEW" /> & Lt; Category android: name = "android.intent.category.DEFAULT" /> & Lt; Data Android: scheme = "file" /> & Lt; Data Android: Host = "*" /> & Lt; Data Android: pathPattern = ". * * \\ .mpb" /> & Lt; Data Android: mimeType = "* / *" /> & Lt; / Intent-Filter &...

Prevent Multiple jQuery Menus From Being Triggered -

I'm new to jQuery, and there is a problem with implementing several instances of a menu on the page This problem is quite Simple: Click on a menu and they are all open. I have been mixed with other posts which I have to go through (I think?) Dome and either engages a class in each menu or something similar. $ (document) .ready (function () { $ (". Submenu"). Hover (function () {$ (".sub"). Slide Toggle (250);}, Function () {$ (". Sub") .hide ();} );}); Here jsfiddle: (Forget the layout for now, just a quick copy paste) What am I missing? thank you in advanced! change $ (".sub") to $ ( "Sub.", This) period.

groovy - Spring boot CLI settings proxy -

I have installed Spring Boot CLI on Windows 7 but, I use a proxy I configure the proxy with the spring boot I wanted to know how to set variables JAVA_OPTS with -Dhttp.proxyHost = proxyhostURL and -Dhttp.proxyPort = proxyPortNumber but I have received this message: "Startup failed: common error during connection ..." After the order "Spring Run MScript. Groovy" May include jdk he uses Lk7k0_5l and spring boot 1.0.0 RC 3. Thanks in advance! It looks like a known bug and there Not sure if it Still on ...

knockout.js - Use knockout-kendo binding with MultiSelectBox plugin -

I try to use the multi service box KDOI plugin, shown in the following Bella with Bacon Bounding, Can not work & lt; Data type: value: PID}, Event: {change: changeProjectType} "/ & quot; multiplexed data & quot ;, & quot; multiselectbox & quot ;, data-bind =" cando multilibellectbox: {dataTextField: 'desc', data value field: 'id', data: Gt; "text"> I have been able to work it out : & lt; Input Data-Bind = "Choose Cendomult: {dataTextField: 'Desc', dataValueField: 'ID', Data: Project Type, Value: PID}, Event: {change: changeProjectType}" /> The main element is select the Kendo-Multi select binding

c++ - Reading cstrings of different length from an input text file into a linked list -

I am currently working on an assignment which gives me an input text file name and other different data to a linked list To read in I say using seestering I have reduced all the necessary components One thing is all but one of the names has three words in the last line of the input text file to read the input text file properly to see my loop To f There are only two words in the throw. Input text file is as follows: 12345678901234567890123456789012345678901234567890 Worms Bunny Junior 1234 1001.01 Dr. Willy Coyote 2345 1002.02 Taco Promo Gonzales 3456 1003.03 Billy Goat 4567 1004.04 Porky Pig 5678 1005.05 Here is my code function To: zero input FN (customer type * and head) {customerType * currptr, * nnptr; Head = zero; Fin.ignore (50, '\ n'); While (feathers) {// Create the first node if the head is zero (head == faucet) {head = new customer type; Wings & gt; & Gt; Head & gt; Name [0] & gt; & Gt; Head & gt; Name [1] & gt; & ...

repository - GIT: Better method of setting up fresh repo -

With a new GIT repo, I want to know what is the best practice ether to create GIT repo locally and Pushed, or pulled away and pulled. Method 1 Local machine (whatever in the project folder) git Add init GIT Git commit -m 'Initial commitment' git Remote add original & lt; Server-repo-url & gt; Git push --all origin Or is it better that you install the repo on the server and then drag it to your local machine? Method 2 Remote Server mkdir myrepo.git cd myrepo.git Git --bare init Or does it also matter? It does not specifically talk to the GIT that the equivalent repository is configured for the client and server Can be shared between Unless your clients (servers) are fully configured to work with a repository on the server, they are both great.

c# - Multiple cross reference table joins in linq -

It's been annoying me for a while because I'm trying to come in an optimized way to find it. So you can say that I have 3 cross reference tables, which share a common column, where common columns will include one last in a main table with more information. For example: Say: I have the following: Customers / Properties: ID, name, address, IEnumberable So I can make a question like this: I have clients of lacrosse, football, soccer (customer support) List two. .. and dogs and cats (customerspets) who live in New York (customer location). Lookup tables can be faucetable, so customers can play games, but there is no pet. Then when I get a list of customers, I will find that customer ID in the common column (customer ID), ID, name and address. I was thinking about joining the customer table every, and then was bringing a union to bring the list of customers, but I do not know it's the right way to do this. Unless you have correctly organized your design...

java - JFreechart XYline connect with database -

I created a graph with a connection to the database as follows: string s = jTSensor. GetText (); String query = "select date, dual_points from records where id sensor like '+++"; "; JDBCCategory Dataset dataset = new JDBCCategoryDataset (CriaConexaokgetConexao (), query); Geoffrey chart chart = Chartfractorkkraditlain chart (" Records "," date "," Dew Point ", datasets, Plotoriatteshnkoartisiel, false, true, truth); time renderer renderer = nULL; category plot Plot = null; renderer = new Barrenderr (); Chartfrem frame = new Chartfrem ( "Records" chart); FrameksetVisible (right); frame.setSize (400,650); But to show only one These returns. I believe that the pursuit of other data in the database and the results show possible with other lines, but I'm not successful. Can someone help me please Greetings Watch createXYLineChart . already for database access one is JDBCXYDataset . XYDataset supports a serie...

php - How to count number of the same elements in array -

I have a very simple problem. I have an array $ a = array ('Dog', 'dog', 'dog', 'mouse', 'mouse', 'mouse', 'cat', 'cat'); How many counts are there are elements called 'dogs'? I tried the count () function, I know that this is not good because the count does not appear array only calculates the number of elements for example my problem The answer will be: dog = 3 mouse = 3 cat = 2 Use: print_r (array_count_values ​​($ a)); Array ([dog] => 3 [mouse] => 3 [cat] => 2) $ count = array_count_values ​​($ a); Echo $ count ['dog']; // print3

php - Laravel Facades - Passing parameter to __construct() -

If I'm making a mask, and I want to pass the parameter before it's instant, what should I do? The mask is resolved through the IoC container, so what you need to do is properly tie it . Create , and whatever you want, pass brighten up \ Support \ ServiceProvider; Class FooServiceProvider ServiceProvider Extended {Public Function Register () {$ this-> App- & gt; Tie ('foo', function) {new fu ('whatever you want');}; }} Do not forget to load the service provider in your app's configured array. Then use that bound key in your mask: are spread in square bar {protected static function getFacadeAccessor () {return 'foo'; }}

java - How can I count the frequency of words without using Collections? -

परिणाम 0: भालू 1: कार 2: भालू 3: बिल्ली 4: कार 5: कुत्ता 6: भालू --- आवृत्ति --- भालू: 1 कार: 1 नल: 1 कैट: 1 नल: 1 कुत्ता: 1 नल: 1 कोड आयात करें java.util.Arrays; आयात करें java.util.StringTokenizer; सार्वजनिक वर्ग वर्डकाउंट {सार्वजनिक स्थिर शून्य मुख्य (स्ट्रिंग [] आर्ग्स) {स्ट्रिंग टेक्स्ट = "भालू कार भालू बिल्ली कार डॉग भालू"; स्ट्रिंगटोकनाइज़र str = नया स्ट्रिंगटोकनाइज़र (पाठ); स्ट्रिंग शब्द [] = नई स्ट्रिंग [10]; स्ट्रिंग अनूठा [] = नई स्ट्रिंग [10]; स्ट्रिंग w; Int count = -1; जबकि (str.hasMoreTokens ()) {count ++; W = str.nextToken (); शब्द [गणना] = w; System.out.println (गणना + ":" + शब्द [गणना]); } System.out.println ("--- फ़्रिक्वेंसी ---"); // अद्वितीय शब्दों के लिए (इंट I = 0; i & lt; 7; i ++) {if ((!! Arrays.asList (अद्वितीय) के लिए बनायें। (शब्द [i]) शामिल हैं) {अद्वितीय [i] = शब्द [i] ; }} // आवृत्ति आवृत्ति को मापने [] उपाय = नया इंट [10]; के लिए (int z = 0; z आपके वर्तमान कोड में कई समस्याएं हैं: आप स्पष्ट रूप...

javascript - Navigation properties do not get refreshed -

I have a home unit that I send from my server to my server public home {public home id {set; Set;} public string address {get; Set;} public iconback & lt; Cell & gt; Room {find; Set;}} All data management on the client side is controlled by bridges. My web application is Multiuser whenever a user updates a Home unit, the server notifies all interested clients using the SignalRs. When the customer is notified, it runs the following query to refresh its cache: Refresh the function (home id) {var query = entityQuery.from ('home'). WithParameters ({homeId: homeId}); Return Manager ExecuteQuery (query) .file (queryfailed); Function queryfailed (data) {// error}} Server side controller: [HTTPGATE] Public home home (int home id) {var home = _context.Context.Homes Include (T = & gt; T. Rooms). FirstOrDefault (t = & gt; t.HomeId == homeId); Return home; } Problem When a home unit is refreshed, all properties will be replaced by new values...

javascript - Need some pointers regarding JSON formatting for Highcharts -

I have the following JSON that I am trying to use for a higher chart, I do not get anything in production, although I look at all the four "questions" in mythology. [["name": "question 1", "data": ["13, 81824000, 2", "139, 81874000, 2", "13 9 1 9 9 66000, 4 "," 1391982000000, 1 "]}, {" name ":" question 2 "," data ": [" 139198180000, 3 "," 139, 81878000, 4 "", "" 3 "," data ": [" 139, 81837000, 1 "," "," "," 13, 9, 71000, 2 "," 13191982005000, 2 "]}, {" name " 13 919 1885000, 1 "," 139, 19777000, 1 "," 1391982010000, 3 "]}, {" name ":" question 4 "," data ": [" 13 9 1 9 81842000, 4 "," 139, 1989, 000, 3 "," 1391982, 82000, 3 "," 131919 82015000, 4 "]}] / Pre> and j...

excel - If File path does not exits then exit sub -

Hey, I'm quite new in Excel and I'm running into problems with handing error. I want to run my macro and if he can not find the folder then it has to give a message to the users and the sub has to be found. Worksheets ("input data"). Any help would be appreciated! Below is my code where my macro file is saved worksheet ("input data"). View = true folder = "\\ Group_SHARED \ Group Shared \ Engineering \ Controlled Folder \ Number_Checkout \ Archived \" MyTime = Time Sheets ("Input Data"). Select range ("G2"). Value = MyTime strFileName = folder & amp; "_" & Amp; Sheet ("input data"). Range ("C6"). Value & amp; "_" & Amp; Sheets ("Get_ECN"). Range ("B6") Value & amp; "_" & Amp; Sheet ("input data"). Range ("C3"). Price & amp; "" & Amp; Sheet ("input data"). Range ("C4")...

linux - Django - how to Install Python Image Library (PIL) -

I want to use the form according to ImageField and the documentation, she said that I need to install the Python Imaging Library : It says that the current free version is PIL 1.1.7, so I decided to go for it. I am using Linux (Linux) and only non-windows is installed Python imaging library 1.1.7 source kit so I click and click on that .tar.gz Decided to install the file. I know that there is imaging -1.1.7. Tar.gz file in my download folder. Can anyone tell me / show me a site that tells me how to add it to DJGongo? How do I remove files? How about pillow: This is a PIL's fork, and If Jaguanga supports from 1.6, and likes it on PIL. pip up pillow edit: @ miki725 Like, it's also working before It was 1.6, but since then "officially" has been supported.

osx - Installing Python 3.3 on mac -

I installed the installer from the install succeeded, and I left Python 3.3 folder in my application directory. I had included it in the "Update Shell Profile Dotmanned" script, and in my way it was prepared for / libraries / framework / Python.framework / version / 3/3 / . However the version appears to be Python version 2.7.5 in that directory. / library / framework / python Libre Share / Library / Framework / Python in Framework / Version / 3.3 ls Header Python Resource Bin. Framework / Version / 3.3 Python - version Python 2.7.5 In addition, ls / usr / bin | Grep Python Shows: Python Python-Python2.5 python2.5-config python2.6 python2.6-config python2.7 python2.7-config pythonw pythonw2. 5 Pythonw2.6 pythonw2.7 What did I miss? There are many problems here. First of all, you should not run the Python , the executable framework of the frame is not executable, and it is actually only a coincidence that it is a To work is done. To run the fram...

javascript - Can Google chart api controlwrapper for a line chart interpolate nulls? -

I have a Google line chart controlled from the control line, but the line chart options are interpolated, not set to true , But I can not get the controller to work in the same way, so that the line of lines of the line appears to be split. How do I control a line chart? Controller interpolateNulls?

ruby - Rails view Rspec tests expectations not met -

I think PP views are messing around because the links which the tests are looking for are part of the real view Not, but for example, I have the following CPC code: Description 'signups / new.html.' Do the first: Each template is to render: "signup / new", layout: eliminates "layout / application", does not display signup page on link request page. The error I am getting is the error of "rendered.should_not has_link" ("mailing list", href: new_signup_path) to "request a new one", href: new_request_path That's got the "Include me in the mailing list" link. Still, I assure you that this is not the case with the local server. What's going on in the scene is down (again all of this layout / App file, not signup / new): & lt; nav class = "navbar navbar-inverse navbar-static-top" role = "navig Section ""> a class = "navbar-brand" href = " "& gt;...

jQuery widget (jPanelMenu) stops working on meteor route change -

I have implemented the Japple menu through a render template, which works great, If not, then the menu stops. Here's the code that I'm using to open the plugin. Template.mobileMenu.rendered = function () {var jpm = $ .jPanelMenu ({menu: '# mobile-menu', trigger: 'menu-trigger'}); JPM.on (); }; The template is loaded on all the pages of the footer, I am thinking that it needs to be run again on a route change, or is prevented from running again. I'm not sure which one thanks for any suggestions. It seems like a problem like many people have a 3-party Ii component. I have given an example example of using a Model Dialog component, which can be helpful: In addition, I should say that the new meteor UI rendering system, " Blaze ", should end this type of issues. I hope Blaze will be released soon. (For future visitors coming in, the latest version is at the time of writing the meteor.)

visual studio - Shortcut to surround an html tag by table/row/cell with their closing tags? -

& lt; Table & gt; Find a shortcut in Visual Studio to surround the selected tag; & Lt; Tr & gt; & Lt; Td> My selected element & lt; / Td> & Lt; / Tr & gt; & Lt; / Table & gt; I am using Visual Studio 2013. Anything in plain vanilla vs? Is web essential? Resharper? CodeRush? Codec can certainly solve this problem for you. Reuben is quite right we have "tunnel with tag" refactoring which can be applied gradually with 'TD', 'TR' and 'table' . Alternatively you Structure Only & lt; TAB & gt; & lt; tr & gt; & lt; td> «Carat» & lt; / td & gt; & lt; / tr & gt; This will create the table structure you create and prepare your careet to enter the data of your choice. Structure with Paste & lt; Table & gt; & lt; tr & gt; & lt; td & gt; «Paste» & lt; / td & Gt; & lt; / tr & gt; Existing template ...

java - What does (x & 0xff00) != 65280 do? -

I am working with a legacy code and I have a lot of (c & amp; 0xff00)! = 65280 for a character array (where c is a letter). Can anyone tell me what does this work? It is testing whether the high byte of the character is all or most, not all the exams Is successful - not all people - if the character is neither "half-yearly and full bird form" in the Unicode category nor in the Unicode category "Special" according to the following file:

why does angularjs blank out the input field when ng-maxlength is exceeded on initialization? -

If I have an input text field whose value is more than NG-MAXLead over form load (input still $ is real , Not $ dirty), the input field is empty from misery, while the ng-model still has data. I want to present the same data to the input which is the model, why is it showing me a blank? Is this a bug? Is this intention behavior? This is because after the greater than the NG-max lamp standard, angular believes the JS input is undefined . You can use HTML Maximal Attribute with NG-Maxlemth. The HML Exclamation will limit the input value to that limit and the NG-model will only store the input value for a limited length. And you can use ng-maximalband to show an error in crossing the border.

Reading static HTML content from Facebook page -

I've added a tab with the static HTML content on my Facebook page, it's a simple with two input fields and a submit button. Is the form. Does FB store data from this form anywhere? Is there a way to read this data using Graph API / FQL? I know that we can easily access it using Javascript but I want to access this data after the use of the HTTP call. Regards, Robert

HTTPS on JBoss AS 7.1.2 -

I have followed the link below for HTTPS setup on jboss AS 7.1.2 But after this, when I start the job, I get the following error: 10: 31: 05,481 error [Org.apache.coyote. Http11.Http11AprProtocol] ↳ (MSC service thread 1-11) error to start the endpoint: java.lang.Exception: load certificate unable to load key ../standalone/configuration/chap8.keystore ↳ (error: 0906D06C: the PEM routines: PEM_read_bio: Org.apache.tomcat.jni.SSLContext.setCertificate (Basic Law) [jbossweb-7.0.16.Final.jar:] at org.apache.tomcat.util.net.AprEndpoint.init (AprEndpoint. No start line java): 644) [jbossweb-7.0.16.Final.jar:] on org.apache.coyote.http11.Http11AprProtocol.init (Http11AprProtocol.java:121) [jbossweb-7.0.16.Final. Jar:] at org.apache .catalina.connector.connector.init (connector.java: 9 83) [jbsweb-7.0.16. Firefighter] at org.jboss.as.web .We BConnectorService.start (WebConnectorService.java, 2007) [jboss-as-web-7.1.2.final.jar: 7klk2kfinl] at org.jboss.msc.service.ServiceControllerI...

postgresql - Postgres csv upload stored procedures -

I have a stored procedure to copy the details from the CSV file to the database table. Function Gis_portal.copycsv (IN path in text) As $$ copy back with zero as gis_portal.temp_excel DELIMITER ',' $$ LANGUAGE Sql Volatile LEAKPROOF; but it is showing as an error: Error: Syntax error on or near the "path" SQL state: 42601 Character: 101 The path here is dynamic, please help me. COPY does not support statement variables - with the plan only makes statements and SQL language dynamic SQL Does not support - so you should use plpgsql language see

Mule ESB: Getting rid of XML spaces in Groovy Output -

I am executing logs in Groovy in the script to populate in XML as part of this I In grabbing values ​​stored in variables & amp; Use them in Groovy to update them XML ahead. Although I think that when I put these values ​​in, I feel that the extra spaces are attached in production. This output is: & lt; Address 1 & gt; 4375 West 1980 South & lt; / Address1 & gt; & Lt; Address 2 & gt; & Lt; / Address 2 & gt; & Lt; Address 3 & gt; & Lt; / Address3 & gt; & Lt; CityName & gt; Soul Lake City & lt; / CityName & gt; I want to make it appear in the production without any spaces: & lt; Address 1 & gt; 4375 West 1980 South & lt; / Address1 & gt; & Lt; Address 2 & gt; & Lt; / Address 2 & gt; & Lt; Address 3 & gt; & Lt; / Address3 & gt; & Lt; CityName & gt; Soul Lake City & lt; / CityName & gt; My code is for your reference: & lt; Set-variable d...

android - Toast message shows each time i send sms -

यह ActivityOne में एसएमएस भेजने के लिए मेरा कोड है > निजी शून्य भेजें एसएमएस (अंतिम स्ट्रिंग फोन नंबर, अंतिम स्ट्रिंग संदेश, अंतिम स्ट्रिंग उपयोगकर्ता संदेश) {स्ट्रिंग SENT = "SMS_SENT"; // स्ट्रिंग वितरित = "SMS_DELIVERED"; लंबित प्रतिनिधि भेजा गया PI = लंबितIntent.getBroadcast (यह, 0, नया आशय (SENT), 0); // लंबित प्रत्यार्तित वितरित पीआई = लंबित आईटीएब्रेडकास्ट (यह, 0, नए आशय (वितरित), 0); // --- जब SMS भेज दिया गया है --- registerReceiver (नई BroadcastReceiver () {@Override सार्वजनिक शून्य onReceive (प्रसंग arg0, आशय ARG1) {स्विच (getResultCode ()) {मामले Activity.RESULT_OK: टोस्ट टोस्ट = टोस्ट .makeText (getApplicationContext (), userMsg, Toast.LENGTH_SHORT); toast.show (); तोड़; मामले SmsManager.RESULT_ERROR_GENERIC_FAILURE: Toast.makeText (getApplicationContext (), "एसएमएस नहीं भेजा, सामान्य विफलता", Toast.LENGTH_SHORT) .show (); तोड़; मामले SmsManager.RESULT_ERROR_NO_SERVICE: Toast.makeText (getApplicationContext (), "एसएमएस नहीं ...

java - adding SOAPHeader in response in AXIS2 webservice -

I want to add soap headers in response to a soap request. I have done a lot. What I have found is to add headlines and define it in module.xml, but I have embedded the Axis 2 web service in Java web application so I have the module XML or Axis 2.xml is not My project only has services.xml which is autosenerated by axis2 lib, while the axis2 server generates side code. In WSDL, the operation is defined as below: & Lt; Input & gt; & Lt; Soap: body usage = "literal" parts = "XYZ" name space = "http: //www.ecma-international.org/standards ...." /> & Lt; Soap: header message = "wss: header" part = "header" usage = "literal" & gt; & Lt; / Soap: Header & gt; & Lt; / Input & gt; & Lt; Production & gt; & Lt; Soap: body use = "literal" parts = "XYZResponse" namespace = "http: //www.ecma-international.org/standards ..." /> & Lt; Soap: header...

ios - Apple Smart Banner (meta apple-itunes-app) not working with my app ID - also not after clearing cache on iPhone Safari -

Apple Smart Banner (Meta apple-iTunes-App) is not working with my app ID - Cash on iPhone Safari Not even after cleansing. I'm using this: & lt; Meta name = "apple-iTunes-app" content = "app-id = 632225412" & gt; If I change the app ID to someone else then it works. It used to work a while back, and I'm not sure who changed it probably has something with iOS 7? There is a bug in iOS 7 that prevents the banner from appearing again. It's rather rigid, but a setting -> General -> Reset -> Reset all the settings seems to allow it to appear again.

mysql - How to find TOP N compoent in my sql -

मेरे पास ऐसा तालिका है आईडी स्थिति घटक -------- ----------------- 001 ए कंपोनंट 7 002 सी कंपोनंट 7 003 बी कॉम्पोनंट 1 004 ए कंपोनंट 1 005 ए कंपोनंट 2 006 बी कंपोनेंट 5 007 ए कंपोनेंट 3 I शीर्ष 3 घटक चाहते हैं शीर्ष-घटक ------------ कम्पोनेंट 7 घटक 1 घटक 2 क्या कोई मेरी मदद कर सकता है? यदि आपको लगता है कि शीर्ष 3 अलग घटकों को चाहते हैं तो नीचे दिए गए क्वेरी की कोशिश करें: आईडी एएससी की सीमा 3 द्वारा अपने- tablename` आदेश से अलग घटक चुनें।

php - Fatal error: Call to a member function sql_in_set() on a non-object in -

My question is, is this error message telling me? What specifically do I need to do? Fatal error: Call the member function sql_in_set () on a non-object at 15/15/15/15 / on line 15 I have a php page that draws users and has information from a phpbb3 forum. I have decided to add a recent topic sidebar to the same page and use the code from anywhere else, so it is not mine and I It is not fully understood. I get this error message. I tried to see it and did not understand it, but I think that I want to fully understand what it means to use it better and to solve it. Thank you. This error message is saying that sql_in_set is being called on non object. / P> If you are familiar with OOPs concepts, then you should know that whenever we are going to call functions of some class members, we will have to do it through class objects. Such as: $ db = new database (); $ Db-> member_function (); In this example, we are calling the contents of the database class of the d...

SQL Server CASE 1 WHEN 1, WHERE 1=1 AND 1=1 -

I inherited the following queries from the previous application. I'm having a hard time understanding "selection" and "case" in the "Where" section. SELECT J1.AC_CODE, J1.PERIOD, J1.JRNAL_NO, J1.DESCRIPTN, - J1.AMOUNT, J1.ANAL_T3, Case 1, when 1AJ, which is 1.ACCNT_CODE END, Deo with J1.JRNAL_LINE JSOs J1 where 1 = 1 and 1 = 1 and not ('A' like '% Z%' and J1.JRNAL_SRCE IN ('B / F', 'CLRDN') and J1.JRNAL_NO = 0) and case 1 When 1 'A' is either J.AC_CODE END = 'A' and J1.AC_CODE = '156320' and J1 Differences between 2014 and 2014012 and J1 NALTH3 = 'Analyam' order 1,2, 3,4,5,6,7,8 I'm not sure if I understand the following sections correctly: First section: issue 1 when 1 then J1.AC_CODE END through A Gone: If column 1 is true, select literal A or else choose J1. AC_CODE Second section: where 1 = 1 and 1 = 1 and not ('A' like '% Z%' and J1.JRNAL_S...

emulation - Taking input and redirecting it to an emulated rom (Twitch Plays Pokemon) -

So if any Twitch Plexes is following Pokémon for the last week or any other, then you will know what I About what I am saying They are streaming an emulated version of Pokeman Red and allows members to type control in chat. Those controls that are analogous to that genre on a real gameboy and in some way emulator 'sent' as a control, for example, if a person 'starts' then it pops up the start menu in the game. Is there any online document that can show me how to do something (although on small scale)? Thank you! Once you have copied keystroke, you have keyboards on windows WinAPI can be used to simulate, here are some examples c ++ code that holds a key for 150 milliseconds: keybd_event (0x41, 0, 0, 0) ; // key 0x41 (A) sleep (150); Keybd_event (0x41, 0, keyIvanti_kEUUUP, 0); // release key 0x41 (a) (you can get values ​​for other keys) Once you have keystroke emulation work, you can Connect your software to your Twitter chat IRC channel or run HE...

integer - What does fractional power of number mean -

I have a question in my mind for many years. I know that it looks stupid and if people do not like it then they will be removed. I know that 2 ^ 3 means that 2 to 3 times times, 3 ^ -2 means multiplication (1/3) twice. 2 ^ (0.22) times 2 times? I mean what is the logic behind partial power of integer? a ^ (m / n) = n√ (a ^ m) This is a ^ MKN-J root 0.22 = 22/100m = 22n = 100

javascript - IE Issue of Google Maps Marker Animation -

I'm using the Google Maps API v3 I'm trying to run down, all browsers except IE Is working on Would you please suggest necessary changes to work in IE? My code is: var map; Var mapOptions = {center: new google.maps.LatLng (0.0, 0.0), zoom: 2, map typewrite: google.maps.MapTypeId.ROADMAP}; Var marker = []; Function initialize () {map = new google.maps.Map (document.getElementById ("map_canvas"), map options); From1 = new google.maps.LatLng (0,0); To1 = new google.maps.LatLng (30,12); From2 = new google.maps.LatLng (-30,15); To2 = new google.maps.LatLng (10, -100); From3 = new google.maps.LatLng (0, -50); To3 = new google.maps.LatLng (0, 50); AddMarker (to1 to1,); AddMarker (to2 to2,); AddMarker (to3 to3,); } Function addMarker (pos, dest) {var marker = new google.maps.marker ({map: map, position: pos, destination: dest}); GooglekmapskeventkaddListener (marker function (event 'click',) {fromLat = this.position.lat (); fromLng = this.position.lng ();...

changing ROOT_URL for meteor app -

I am trying to get my app to run behind an NGINX reverse proxy and it has some minor success . The path is http://dev.sertal.ch/myApp and this application is accessible. The issue I am still facing is that the public folder URL is not accessible at the beginning of the link without the code coding myApp There is an issue for the URL inside the CSS form. You want to set the ROOT_URL environment variable. Start your meteorite app if you want to go to your app's directory If you are using meteorite to start from the command line, then it will be like this: ROOT_URL = http: //dev.sertal.ch/ your app Meteorite

neo4j - How to construct cypher query for passing parameters in nodejs -

I should be able to create or update a node in neo4j. I am using node js. I am trying to use the parameter to complete it. I have to build a cyber query. User (email: {props} .email}) Create user = {props} on SET user.created = timestamp () MATCH SET user.lastSeen = timestamp () returns user ' I have node outside the query parameter. node = {Sahara: {Name: 'Shekhar', email: hashkar@bc.com ', How do I create a cipher query? I am trying to build cyber like this .. saferrack = 'merge (user: person: user {email:' + node.prop. Mail + '}) Turn on user =' + node.prop + 'SET user.created = timestamp () match set user. Last session = timestamp () returns user '; I get this error: Error error: invalid input '@': an identifier character, node labels, property map, relationship pattern, (','. ',' [',' = '', IN, IS, '*', '/', '%', '^', '+', '-...

Sending a POST request with JSON from Android to a node.js server -

इसलिए मैं JSON को मेरे node.js एक एंड्रॉइड ऐप से पोस्ट अनुरोध के माध्यम से सर्वर सर्वर हेरोकू पर होस्ट किया गया है मुझे पूरा यकीन है कि सर्वर ठीक से काम कर रहा है क्योंकि जब मैं कर्ल अनुरोध जारी करता हूं, तो सब ठीक से काम करता है मुझे लगता है कि इस त्रुटि के साथ कुछ है कि मैं कैसे JSON बॉडी को फ्रंट-एंड में स्वरूपित कर रहा हूं और बैक-एंड कुछ अलग की अपेक्षा करता हूं। यह मेरा एंड्रॉइड कोड है जो निवेदन। यह एक AsyncTask में है: HttpURLConnection urlConn = null; स्ट्रिंग परिणाम = "-1"; JSONObject json = jsonParam [0]; लॉग डी। ("पोस्टटस्क: जेओ", जेसन.ओस्टस्ट्रिंग ()); {URL url; डेटाओटपुटस्ट्रीम प्रिंटआउट; स्ट्रिंग पता = BASE_URL + "/ उपयोगकर्ता / जोड़ें"; Log.d ( "sendPost", पते); Url = नया URL (पता); UrlConn = (HttpURL कनेक्शन) url.openConnection (); UrlConn.setDoInput (सत्य); UrlConn.setDoOutput (सच); UrlConn.setUseCaches (गलत); urlConn.setRequestMethod ( "पोस्ट"); urlConn.setChunkedStreamingMode (100); urlConn.setRequestPr...

wordpress - How to Clear Facebook Cache while sharing Image and text -

Image
I am using Wordpress and talking a staircase. I have shared a link in the past, in which now the image has a different image, when Facebook shares it is taking the same image. I'll tell you what process I've tried & meta property = "og: title" content = "& lt; php echo $ blogArray [' Post_heading '];?? "/ & Gt; & Lt; Meta Property = "OG: Type" content = "Article" /> & Lt; Meta Property = "OG: Image" content = "& lt ;? php echo $ blogArray ['image_url'] ;? & gt;" / & Gt; & Lt; Meta Property = "OG: url" content = "& lt ;? php echo site_url (). '? Page_id = 3205 & ID ='. Base64_encode ($ blogArray ['id']) ;;>" / & Gt; & Lt; Meta Property = "OG: Description" content = "& lt ;? php echo $ blog array ['post_sort_details'] ;? & gt;" / & Gt; and HTML http://www.face...

objective c - Crash:com.apple.root.default-overcommit-priority -

In the crash report I see many threads with com.apple.root.default-overcommit-priority. Can anyone tell me what it means? I am unable to find any lead to fix the accident. com.apple.root.default-overcommit-priority Thread: com.apple.root.default-overcommit-priority 0 libsystem_kernel.dylib 0x3873dc7c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x387a3dcb _pthread_wqthread + 310 I suppose it is due to it.

How to execute Hadoop Job written in Java on Hadoop Environment -

I have class files loaded on the Hadoop file system. And I have also loaded the input file in HDFF. When I run the class file through the headop command in the terminal then I did not get the class error. Ex: I have HDFS content as WordCount. ClassWordCountMapper Classroom Conductor Reduce Class sample insp. TSS Can someone correct me where I am doing wrong? Or can it be done in real? Below we use the command line to run a Java MapraRes job on our 4-node Hadoop-2.2.0 cluster. it works fine. We run it by nomination, but any machine in the cluster should work fine. help jar ~ / .. path ../mr_orchestrate / target / mr-orchestrate-1.0.jar com.rr .ap.orchestrator.mROrchestrate /user/hduser/in/Sample_15Feb2014.txt / User / hduser / out / out15Feb2014 You may need the "-libjars" option to add other library paths.

Java wicket dataprovider for large tables size -

I am developing a wicket front end with an MySQL database for an EJB3 Java application. The website is submitting mostly forms and showing the table. For these tables I prefer to create IDataProviders which works very well with AjaxPaging Navigation. But I have some tables which are quite large and it becomes a bit difficult to implement the size function of the IDataProvider, usually I use a count for the query and it performs well in most cases, but my Have some large tables where a count is too high (3s +). Now there are some options that I can use but I'm not really happy using any of these, so I ask, does anyone know a great solution to implement the size of a larger table () function? The first option I found on Google used a subquery with threshold results, which makes a count. But since I mainly use named queries and EJB3, it seems a hack and if there is some change it can be difficult to maintain it. The second option uses a ListDataView and just does a limited que...

javascript - Angular stagger animation custom directive -

I have an NG-view that loads an HTML file with Directive: Angular ('MyApp.directives', [' NGMMET ']) Instructions (' Page List ', [' $ Animate ', Function ($ Atimet)) {Refund {Restrict:' e ', Template Answer:' / Template / List Html ', Controller: Function ($ scope) {$ scope.items = [' Page 1 ',' Page2 ',' Page3 ',' Page4 ',' Page5 '];}}])); with the following in the form of list.html: & lt; ng- View & gt; & lt; / ng-view & gt; ). I use ng-stager using & lt; Li & gt; I want to be able to start off the entrance of the elements, but it only applies to elements of ng-repeat , which is not my ng-view How can I do this? Here seems to be a guide: but I can not follow how to apply it in my situation. Thank you! I'm new to Kangaroo, if there is another "Kangaroo" way to do this then I know. Try it! .page-list-item.ng-enter-stagger, .page...

c# - UpdatePanel doesnt work as intended for file upload control -

When I click on Attach button, it adds a new line to the grid with the posted file name. But also due to the refresh of its entire page, such as UpdatePanel is not present, I have to update the gridview. Why should this file be with upload controls? UpdatePanel works on the page as desired for other controls / grids. I have no knowledge on jquery, so it is only to work with C #. Any suggestions & asp: updatepanel runat = "server" updatemode = "conditional" & gt; & Lt; Runs & gt; & Lt; Asp: postbacktrigger controlid = "btnAttach" /> & Lt; / Runs & gt; & Lt; Contenttemplate & gt; & Lt; Asp: gridview ..... /> & Lt; Asp: fileupload id = "fup" runat = "server" & gt; & Lt; ASP: Button ID = "BTN Etch" text = "run" = "server /> I suggest you use the AJAX asyncFileUploader This will help you with no postback and without jquery it uses pla...

version control - How to host the website in svn local host to IIS server -

I have a svn repository in my machine. The website is hosted locally on my machine. I access it through a localhost address. How to host the website from an SIVN server to an IIS server. I use Turtle SVN. Thank you. In advance. You can not publish SVN repositories through IIS. You can use Apache, SVN server or SSH. All these are free though a paid option is SVNIsapi .

sql - Does Liquibase support dry run? -

We have some data schemas and we investigate the migration of the linkage. (A data schema has already been migrated to Lycbase) The important question for us is whether the Liquidity supports dry run: We need to run database changes without any schemas, to ensure that our There are no problems In the case of success, all the databases change once again with the commitment. (Such questions, but related to Liquibase) Added after the answer I update I read the documents related to SQL and this is not the answer to the requirements of "dry trick". It just generates SQL (in command line, in the ant task and in the Maven plugin) I will clarify my question: Is there lexchange support control on transactions? I want to open the transaction before executing the Lynch conversion, and want to rollback the transaction after the changelog execution. Of course, I have to verify the outcome of execution. Is this possible? Added Without the control of the tran...

c# - MySqlException: The timeout period elapsed prior to obtaining a connection from the pool -

अपवाद जानकारी: अपवाद प्रकार: MySqlException अपवाद संदेश: त्रुटि जोड़ने: समय समाप्ति की समय सीमा समाप्त हो गई है। पूल से एक कनेक्शन प्राप्त करने के लिए समय समाप्ति अवधि समाप्त हो गई है। ऐसा हो सकता है क्योंकि सभी पूल कनेक्शन उपयोग में थे और अधिकतम पूल आकार तक पहुंचा था। उपरोक्त त्रुटि यह है कि मैं ईवेंट व्यूअर में मिल रहा हूं यह अपवाद केवल हमारे विकास सर्वर पर होता है यह एक घर के गोदाम प्रबंधन और निजी कंपनी webshop है। हमारे पास एक समय पर 100 से कम उपयोगकर्ता हैं और यह मैं समझता हूं: कनेक्शन नहीं किए जा सकते क्योंकि बहुत सारे खुले थ्रेड हैं। इस समस्या को हल करने की कोशिश करने के लिए मैंने जो कुछ किया है: "पूलिंग = ट्रू" सक्षम करें; एप्लिकेशन के कनेक्शन स्ट्रिंग में। अधिकतम पूलिंग आकार = 1000; " MySQL व्यवस्थापक में 8 घंटे से 2 घंटों तक कनेक्शन धागा निष्क्रिय जीवनकाल कम करें। MySQL प्रशासक में अनुमत अधिकतम कनेक्शन बढ़ाएं। यह अभी भी एक ही मुद्दे का कारण लगता है और मैं वर्तमान में अपने दिमाग के अंत में हूँ इस मुद्दे पर नियंत्रण को नुकसान पहुंचाने ...