Posts

Showing posts from April, 2015

web scraping - What are the new enhancements in scrapy 0.24.0? -

What are the features extracted from scrap 0.24.0? How is it different from earlier versions? Personally, the most important change for me was the namespace cleanliness. Since 0.24 you can: Spider, request, item, field from scrap import Firstly, you have to modify the module for each of these Had to remember. In addition to this, the feedback object received some gifts: Now you can response.selector to get the selector for that reaction (now someone needs to do the institute Is not), and you also have new shortcuts methods response.css () and response.xpath () as well. There are several other minor changes and fixes, full release notes are available here:

ios - @2x images are too large, outside bounds on retina displays -

Image
I've added the assets described in the SRP developer documentation, to earn the name of my images, namely naming imagename.png and imagename @ 2x.png for retina I have pulled the images on my storyboard and when I run it on the retina display device it automatically uses @ 2x image, though the image becomes wide because it looks like I If I run it on a non-retina device beyond the boundaries and the image looks right inside the storyboard You can see my problem here, the retina is on the left side and the storyboard and this should look at how the side is right. What am I missing Or are they wrong? Try changing your imageView settings in the storyboard.

http - How to avoid redirect in a spring webflow? -

I ended up using several redirects in my spring web flow controller sections. I want to bring down the number of redirects. New Models and Views (New Redirected Views (DUMMYFLOW_URL, True)); Currently, whenever I want to go to another state, I am using the above code (The problem is that there are many corner cases and the number of web forms URL can be suppressed depending on the states that I am redirecting). How can I send a send instead of sending 301?

Heteroscedasticity in categorical fixed factor. Is there a simililar function varIdent of nlem (R) in SAS? -

I would like to know how I can apply different variations of the specific factor in the pro glimm of SAS. I have done a normalized linear composite model with beta distribution with a fixed fix factor, and there are 3 random factors, and I got a model with its definite fixed factors. Now I have been recommended in the book "Mixed Impact Model and Extensions in Ecology vs. R.R." Zur et al., 2009, as in RK Package NLM Variance structure like "varIdent".

java - How to get size of NFS Export point at client side? -

Can anyone tell me how the NFS export point size will be obtained in the customer's favor when the export point is available? Is any command / Java API available for the same? Take a look at Lucas's answer: If you pass the mount point in the file class on the getTotalSpace () and / or getUsableSpace () methods on the NFS client, then export it Relevant information should be returned to

.net - deployment of owin class library to iis causes 404 -

I am receiving 404 when I place it under IIS sites with a 4.0 intergrate pipeline. As the console application it works just fine. My startup file Should I add web.config? Change app.config to web.config? Maybe I can not create an IIS site and set the physical path in the OWin directory? The problem was that the project was a library and not a web application.

javascript - Remove class added after clicking new button -

After clicking Help was adjusted to create a jQuery to change the orbit of the button but I think You need to click on a new button class that has been removed from others I am trying but I can not I have tried somehow, but whenever I try I can remove all, and I can click that button Programming was not even with the new class. Can anyone help me? $ {Document> $ (document) .ready (function () {$ ('div # filter-container button'.) Click (function () {var id_button = $ (this) .val (); $ ("#" + Id_button + "") .addClass ("cbp-filter-item-active");})}}); .cbp-filter-item-active {background-color: # 5d5d5d; Color: #fff! Important; Border color: # 5d5d5d} & lt; Script src = "https: //ajax.googleapis com / ajax / libs / jQuery / 1.11.1 / jquery.min.js" & gt; & Lt; / Script & gt; & Lt; Div id = "filter-container" & gt; & Lt; Button value = "0" id = "0" href = "vi...

angular ui - How do I disable specific markers in Ace Editor? -

I am using an as-editor with angular-u-ac instructions in my angular project. Need to remove specific markers from my session (like 'disappearing! DOCTYPE) How do I do this? You can set the error type for errors that you ignore "none" You can also add the same API to customize, or to disable disabled errors.

javascript - Encrypting files with SJCL client-side -

I have trouble encrypting files with SJCL and Javascript. I have been able to encrypt the text files using the FileReader API and readAsBinaryString. When it comes to PDF / PNG / Encryption, the problem probably arranges because of the encoding. I found that I can use readAsArrayBuffer which considers this work to be completely appropriate, so I basically read the file and create a new type array New Uint8Array () But I do not know what I really need to do to encrypt such data. Here's my code: / ** Convert bits from an array of bytes to bits. * / Function to BetterErrorcode (bytes) {var out = [], i, tmp = 0; For (i = 0; i > 24); TMP & lt; & Lt; = 8; } Exit; } Var Reader = New FileReader (); Reader.readAsArrayBuffer (fileData); // The claimant comes from the reader function. Open = function () {var bytes = new UIT 8 array (reader.Selt); Var bits = tobitArrayCodec (bytes); Var crypt = sjcl.encrypt ("aaaaa", bits); Var decrypt = sjcl.decrypt ("...

javascript - Angularjs : Controller values not getting displayed in html page -

I still started learning angular. Js. I wrote a basic controller in the app.js file and set its property. I am trying to access this data inside the HTML page but is in vain. The code below is not being shown to the controller property values ​​in the webpage: app.js: (function () {var app = angular.module ('gemStore ', []); Var gem = {name:' diamond ', value: 120, description:' hard '}; app.controller (' StoreController ', function) (this.product = gem;});}) ); index.html & lt ;! DOCTYPE html & gt; & Lt; Html ng-app = "gemStore" & gt; & Lt; Top & gt; & Lt; Meta charset = "ISO-8859-1" & gt; & Lt; Title & gt; Insert title here & lt; / Title & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Script type = "text / javascript" src = "https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js" & gt; & Lt; / Script & gt;...

Android studio custom gradle launch command -

Image
Clean up to gather / gradlew. - PidisablePreDex But I do not want to go to the command line and then use the ADB install name.apk. I am using Android Studio and want to configure run configuration to run with this command? Click on the dropdown list to the left of the "Run" button. Click on "Edit Configuration ..." Click on "Gradle" button. Create your custom "Run" Configure the script

c# - Date conversion -

Let me present date "November 4 00 00:00 UTC + 0530 2014" to C #. Now say I have a date like: date time DT = date time.Now; Now, how can I convert it into a format? Allows you to specify a format for your date. You can build a custom format using.

c# - Representing colors -

I am currently trying to create some type of graphical interface framework, such as consoles and terminal emulators, but more A more declarative approach, though I have been giving headache to me for a few days, stumpled on anything: color . What I'm curious to do is a way of representing colors with color as well as basic implementation and planning ( ANSI , indexed , 24-bit for VGA, xterm, Windows ..) My initial idea was to create a simple structure that represents one color in RGB color space: public structure color {public byte r, g, b; } ... and a predefined color such as colored black = new color (0, 0, 0) for public static reading; will not work as Red on xterm is not red as in Windows Console then I thought of using the enum , but here I am unable to determine how much color is actually in value. What would be a possible way of obtaining this? Are there other color spaces which RGB ? In addition, it would be nice if they could be coali...

ios - Any chance to register a callback URL for In App Purchase at iTunes Connect for consumable products? -

We are reading the receipt from the storekit sending NSDT to our servers. We are validating the data there after this, we do booking transactions in our cloud systems and mark the transaction as complete. But what if the data connection of the client (user) is broken during the purchase transaction, then we will not receive the request with the receipt data and we can not complete the process on our server side. So Apple has presented a callback for every new transaction in app purchase, it will be completely. That's why we can investigate the time when the customer bought a product on the app. idea?

javascript - Ember - Need to add/delete an item in the model -

I have a list of items that have separated on the basis of different values ​​(today, tomorrow, first) . When an element is added / removed, the template should be updated within the specific partition values. Template: & lt; Ul & gt; {{Item in model}} {{#if item.split}} & lt; Li class = "value" & gt; {{Item.Value}} & lt; / Li & gt; {{Else}} & lt; Li & gt; {{Item.name}} & amp; Nbsp; & Amp; Nbsp; & Lt; Span {{Action 'Remove' item}} & gt; X & lt; / Span & gt; & Lt; / Li & gt; {{/ If}} {{/ each}} & lt; / Ul & gt; & Lt; Button {{action 'addToday'}} & gt; Today's object & lt; / Button & gt; & Lt; Button {{action 'addyesterday'}} & gt; Tomorrow's object & lt; / Button & gt; App.js: App.IndexRoute = Ember.Route.extend ({model: function () {var temp_obj = [{'value '' Today ',' division ': true}, {' name ':...

plot - plotting trajectories using matlab -

im matlab is trying to plot the interpolation path on my data file (try.txt) trajectory and looks like this: NumofTrajectories TrajID1 #ofPoints xyx y .... TrajID2 #ofPoints xyx y .... Example: 7 0 23 898.6 673.0 85 9.1 669.9 813.7 667.8 776.8 664.0 739.8 662.1 69 9.6 654.7 664.5 648.6 640.6 552.3 634.2 516.6 628.2 477.2 624.3 442.1 613.6 406.7 603.4 36 9.5 59 9.8 332.7 594.1 297.4 585.2 258.6 583.7 224.1 573.1 191.2 556.8 152.7 554.0 115.1 546.0 79.6 535.8 1 8 481,4 624,9 445,9 596,3 374,5 573,9 354,2 541,0 334,2 508,9 327,6 474,1 324,6 437,5 324,2 390 , 3 2 24 151,6 570,8 188,3 556,5 225,1 547,7 257,9 529,4292,9509,8 326,8 496,8 356,2 476,0391,2 463 , 3 423,7 447,9455,7 431,8 489,2 416,0 524,3405 , 3 560,0395,9 595,8 385,6 632,8 376,1 671,5 372,0 706,9 361,8 742,3 347,3 778,0 334,5 820,5 336,5 856,5 325,0 894,5 309,5 946,1 309,9 990,5 287,0 3 3 594,2 580,4 5 66,6 544,3 544,9 509,4 4 5 281,8 661,9 266,8 623,4 246,2 576,4 229,7 541,0 220,9 498,4 5 2 563,6 511,3 532,5 479,...

javascript - How can i fix this getJSON method()? -

I have an exercise that I want to use the getJSON method to display information from the html page! Below is my code js. And I do not know how to fix it. . $ (document) .ready (function () {$ ('# id-a a'). Click (function () {var url = "http: //headers.jsontest Com / "; $ .getJSON (url, function) {$ ('# content') empty (); $ .eE (data, function (entry index, entry) {var html = '& lt; div class = "Entry" & gt; 'html =' & lt; div class = "language" & gt; '+ + [[Accept-language]]' '& lt; / div & gt;'; html; = '& lt ; Div class = "host" entry ['host'] + '& lt; / div & gt;'; html + = ' Please help me! Thanks! Use the data ['accept-language'] instead of entry ['accept' Language '] . And $ Delete each , because it will not lose through the objects, keys. HTML & lt; Div id = "id-a" style = ...

xslt - Select template based on attribute-defined order -

मेरे पास निम्न टेम्पलेट (अंश) मिला है: & lt; xsl: template मैच = "खंड [@ दिखाई = '1']" & gt; & LT; डीएल & gt; & Lt; dt & gt; & lt; xsl: कॉल-टेम्पलेट नाम = "सामग्री" /> gt; & lt; / dt & gt; & Lt; xsl: लागू-टेम्पलेट चुनें = "(पृष्ठ | फाइल) [@ visible = '1']" / & gt; & Lt; xsl: लागू-टेम्पलेट्स चुनें = "अनुभाग [@ दृश्यमान = 1]" मोड = "बच्चे" / & gt; & Lt; / डीएल & gt; & Lt; / XSL: टेम्पलेट & gt; & Lt; xsl: टेम्पलेट मैच = "अनुभाग [@ दृश्य = '1']" मोड = "बच्चे" & gt; & Lt; dd & gt; & lt; xsl: लागू-टेम्पलेट चुनें = "।" / & Gt; & lt; / dd & gt; & Lt; / XSL: टेम्पलेट & gt; मेरी समस्या अंत में दो लागू-टेम्पलेट तत्वों के साथ है स्रोत XML तत्व (पृष्ठ, फ़ाइल, अनुभाग, ...) में सभी एक pos विशेषता है जिसमें एक संख्या है, जो परिभाषित करता है कि उन्हें आउटपुट में कब जोड़ा जाना च...

objective c - NSMutableDictionary not being set properly -

I suspect that I am clarifying something here, but it is not working as it should be .. treeRects = @ [@ 83, @ 227.5, @ 0, @ 6.5, @ 136.45, @ 268, @ 62.45, @ 36, @ 23 9 .45, @ 268, @1954.45 ]; [Collision Set Object: Treats Foreke: @ "Tree 1"]; And the reason that is not working, because conflict has not been started, but I can not seem to do this, every time I write something collisionRects = [CollisionRects alloc] It really comes with AllKeys option, alloc is not what I am missing? The way to start an NSMutableDictionary is as follows: Collapse = [NSMutableDictionary dictionary]; If you know the size that needs size roughly: collisionRects = [NSMutableDictionary DictionaryWithCapacity: 10];

Openfire Plugin: Null Pointer Exception when trying to get the instance of the plugin -

I'm developing a plugin for openfire. By playing the game jsp, I am using and the setters to transfer the data to my problem is similar to the mention here:. I have a week out trying to figure I have the following code: & lt;% @ page import = " Orgkjivesoftvrekopenfirekcmppsserver, Dekmistrfaukopenfirekplginktamfntasian_ussersrviseplgin, Orgkjivesoftvrekutilkprmutils, Orgkjivesoftvrekopenfirekkantenrkplgin, Orgkjivesoftvre. Util. *, java.util. *; Java.util.HashMap, java.util.Map "errorPage =" error.jsp "%> & Lt;% @ taglib uri = "http://java.sun.com/jstl/core_rt" prefix = "c"%> & Lt;% @ taglib uri = "http://java.sun.com/jstl/fmt_rt" prefix = "FMT"%> & Lt;% boolean save = request.getParameter ("save")! = Null; String pNameSpace = ParamUtils.getParameter (request, "pNameSpace"); String pModule = ParamUtils.getParameter (request, "PMDUL"); String pCreateUser =...

mysql - Joining four tables with SQL -

How can I join 4 tables and get information about an ID? This is what I have done so far: Try it. SELECT students Student_id, course CRDDC, Nomination. Sdiid, nomination.offer_new, visit.offer_new students join student enrollment Student_ID = Nomination Please enroll on SDDIID registration. SIDIID = Attendance. Offer- Do not do any course. Offer_NO = course No Course WHERE Student_ID = '103'; In addition, the WHERE section looks like it may be wrong try "WHERE Student_ID = '103';"

wpf - Binding default value to visibility if default value is null in ViewModel -

itemprop = "text"> The first time I want to be collapsing a text box while keeping one property (SomeProp) bound in my ViewModel Loading is. Unfortunately I am not able to do this. I have tried that: Effort 1: I have tried clarity that the manufacturer of zero-view modal in price also clearly calls Onpropertychanged. The converter has not been triggered. Effort 2: In the back code I have set the default visibility for visibility. Collapsed It seems to be a side effect that visibility is no longer bound to SomeProp property Effort 3:. After googling I found something about PriorityBinding, but it seems to only work on the text property of the text box Thanks in advance, Additional information: I have a text box and it should only be visible if a property (SomeProp) is in my ViewModel, one value 'Other' I am using a converter successfully for this. This means that whenever I change the value of SomeProp, the text box becomes visible / invisible ba...

html - How to clear float only in curent div? -

Image
मेरे पास followin g HTML है: & lt; div class = "wrapper" & gt ; & Lt; div वर्ग = "बायां-ब्लॉक" & gt; & Lt; p & gt; कुछ पाठ & lt; / p & gt; & Lt; / div & gt; & Lt; div class = "right-block" & gt; & Lt; p & gt; कुछ पाठ & lt; / p & gt; & Lt; div वर्ग = "कुछ-ब्लॉक" & gt; 654 & lt; / div & gt; & Lt; div वर्ग = "कुछ-ब्लॉक" & gt; 132 & lt; / div & gt; & Lt; div वर्ग = "कुछ-ब्लॉक" & gt; 987 & lt; / div & gt; & Lt; div वर्ग = "स्पष्ट" & gt; & lt; / div & gt; & Lt; div वर्ग = "नियमित-ब्लॉक" & gt; 10002 & lt; / div & gt; & Lt; / div & gt; & Lt; / div & gt; वर्ग बायां-ब्लॉक और कुछ-ब्लॉक के साथ ब्लॉक वाले गुण हैं float: left ऐसा लगता है ब्लॉक स्पष्ट के साथ स्पष्ट है: बाएं; मैं इस स्क्रीनशॉट पर ब्लॉक नियमित-ब्लॉक कैसे बना सकता हूं : ...

numbers - PHP round() 0.50 to lower value -

Can you round in any way with at least any number .50 with .50? For example: goals (1.4 9) => 1 round (1.51) = & gt; 2 rounds (1.50) = & gt; 2 Is there any way to make: goals (1.49) => 1 round (1.51) = & gt; 2 rounds (1.50) = & gt; Use PHP_ROUND_HALF_DOWN echo round (1.4 9, 0, PHP_ROUND_HALF_DOWN); PHP_EOL echo; Echo round (1.50, 0, php_ROUND_HALF_DOWN); PHP_EOL echo; Echo round (1.51, 0, PHP_ROUND_HALF_DOWN);

php - How to select only 1 row from a query result? like the 4th row -

I have this code and I want to create a type of "citation area" on my website. I want it to be my Select 3 random quotes from the database. I know about the function rand (minimum, max) , but how do I use the query to select that exact line? requires 'DBPPP'; $ Link = mysql_connect ('localhost', 'root', '430123'); $ Db = mysql_select_db ('bakery', $ link); $ Result = mysql_query (select 'with quotes'); I can use for loop and how much was the number from rand () to use mysql_fetch_row () But could that be a little disabled? To use only 4 lines, offset limit, number_of_records quote from SELECT * sequence by rand () range 3, 1

sql server - Snapshot repldata\unc not clearing -

SQL सर्वर 2008 R2 स्नैपशॉट प्रतिकृति पृष्ठभूमि जानकारी x3 सर्वर सभी चल रहे MSSQL 2008 R2, Windows Server 2012 पर: SERV1 दो प्रकाशित डेटाबेस- S1DB1 और S1DB2 SERV2 युक्त दो सदस्यता डेटाबेस- S2DB1 और S2DB2 SERV3 जिसमें एक सदस्यता डेटाबेस- S3DB1 x2 प्रकाशन में समान प्रकाशन: PUB1 & amp; PUB2 सेट अप स्नैपशॉट्स को एक कार्यक्रम पर दैनिक S1DB1 (PUB1) और S1DB2 (PUB2) चलाना है (सभी सदस्यताएं हैं पुश सदस्यताएं) PUB1 एक कार्यक्रम पर दैनिक चलने S2DB1 की प्रतिकृति करता है PUB1 मांग पर S3DB1 की प्रतिकृति करता है (कोई शेड्यूल नहीं है) PUB2 प्रतिदिन दोबारा S2DB2 की नकल करता है स्नैपशॉट संचय करने के लिए फ़ोल्डर डिफ़ॉल्ट फ़ोल्डर है (सी: \ प्रोग्राम फ़ाइलें \ Microsoft SQL Server \ MSSQL10_50.MSSQLSERVER \ MSSQL \ repldata \ unc) SERV1 _ S1DB1 _ PUB1 मैं FOLD1 के रूप में देखेंगे SERV1 _ S1DB2 _ PUB2 मैं FOLD2 के रूप में संदर्भित करेगा समस्या FOLD2 में स्नैपशॉट डेटा युक्त उप-फ़ोल्डर्स हैं स्वचालित रूप से दैनिक नष्ट कर दिया जा रहा है, वहां केवल एक उप-फ़ोल्डर है जो...

javascript - How to apply a css loader to just one specific part of content -

I am thinking that it is possible to implement a loader image for only one particular part of the content on the webpage? The tutorials I have seen for loader images are for the entire webpage - what I would like to do, only apply a plain loader to a single device. I am creating a website, there are 2 profile images for leveled staff members on each other, so when you hover over the image, it fades the image on the back I use this method Because we want a smooth transition roaming. The only problem is that when you open the page with the speed of slow internet, you see the image of the bottom / back up to a load above what we do not want. When you move on the image of the profile, you will only see the image. Any ideas how can I create a loader image for this part of the content? Here is a page on development server: Thanks for the information DeeMac I did not even think of not doing this as I described the image below as well as hiding it below. I have changed the c...

wmi - Local path from shared path: Powershell -

How to find the local path of a shared path My shared path "\ somemachine \ shared \ script \ test" its local path "D: \ myshares \ scripts \ test" Thanks! By using WMI, you can get a list of shares with your local path counterparts: PS C: \ & gt; Name of Gwmi Win32_Share Path Description ---- ---- ----------- Admin $ C: \ Windows Remote Administrator C $ C: \ Default share IPC $ remote IPC You will need to match your shared path to the property named, then to get the local path on that server, change it to use the property of the path results: $ name = "shared" $ share = (gwmi Win32_Share |? {$ _ .name -key $ name} $ path = $ share.Path + "\ scripts \ test" Note: You -computer name Parameter can also run gwmi cmdlet to run an order against another computer, to provide you with valid certificate -Creditential parameter. / P>

android - Where to create own thread, Inside service class or Inside the activity form where we give call to the service -

One service in Android runs in the main thread of its hosting process, I want to know if I want to make my own Thread, where to make it, within the service class or within the activity, the way we call the service ..? Thanks in advance Your activity should start your service, then start your thread inside the service if If you put your service launching code in a thread, then whatever the thread does, the thread starts in the background, but the service (and as a result, the code you want to run in the background) will still run on the main thread. If you want to do some continuous work If not shish, I would suggest using one. All thread handling and service cleanup with an IntentService are done for you.

visual studio - Wix MajorUpgrade will not detect last position of product version -

I am trying to configure my Wix Toolkit installer to handle upgrades for my Visual Studio app. & lt ;? XML version = "1.0" encoding = "UTF-8"? & Gt; & Lt ;? Defined ProductVersion = "5.0.0.115"? & Gt; & Lt ;? Defined ProductUpgradeCode = "9880b0b8-b3b1-4fa6-b65e-d4ecff430248"? & Gt; & Lt; Wix xmlns = "http://schemas.microsoft.com/wix/2006/wi" xmlns: util = "http://schemas.microsoft.com/wix/UtilExtension" & gt; & Lt; Product ID = "*" name = "My software" language = "1033" version = "$ (var.ProductVersion)" manufacturer = "My company" upgrade code = "$ (var.ProductUpgradeCode)" & gt; & Lt; Package ID = "*" InstallerWarsian = "200" Compact = "Yes" InstallScope = "permachine" Comments = "My Software Version 5 Installer" /> & Lt; MajorUpgrade Downgrade Errm Message = ...

ios - Generic XOR Swap in Swift -

Today I was reading about XOR swaps, and thought I would try to implement a function in Swift Who would like to do this. I successfully wrote a non-generic version of this function: Import UIKit func xorSwap (Exact x: int, in-out Wi: IT) {if x! = Y {x ^ = yy ^ Xx ^ = y}} var a = 10 var b = 20 xorSwap (& amp; a, & amp; nbsp;) println (a) // = & gt; 20 printen (b) // = & gt; 10 I tried to write a normal version after that, but the compiler complained that 't is not equal to balls' I'm assuming there is another protocol that makes me conform Is required, but I'm not sure what that is. Here's a general version attempt: Import UIKit func xorSwap & lt; T: Equatable & gt; (X: T, Inbound Y: T) {if x! = Y {x ^ = yy ^ = xx ^ = y}} var a = 10 var b = 20 xor swap (and a, and b) println (a) println (b) After the you can use the built in BitwiseOperationsType Funk Ezire Speech & lt; T: Protocol & lt; BitWord Operation Type,...

python - Passing an Array to Function with "..." -

I am using an API whose function is declaration: Expecting API: Reverted Boundaries (["NAME: NewOrder", , , ...]) Do I have an array that I have created all the Bandhnim, can I pass the array in any way, like it behaves like logic? What do I have to do: array = [Bound name 1, Update: I'm using Python (IronPathon) (If it makes a difference)) Just adding two lists: pre> array = [Bound name-1, Bound name 2, Bound name 3]

python - wsgi for virtualenv not working -

मैं bitnami Django stack का उपयोग कर रहा हूँ डब्लूएसजीआई वर्चुअलएन्वी का उपयोग न करने पर ठीक काम करता है हालांकि मैंने वर्चुअलएन्व को रूट में sudo apt-get install का उपयोग करके स्थापित किया है और अब वर्चुअलएविन प्रोजेक्ट्स के लिए डब्ल्यूएसजीआई काम नहीं करता my अपाचे कॉन्फ फाइल है उपनाम / स्थिर "/opt/bitnami/apps/live/lib/python2.7/site-packages/django/contrib/admin/static" & lt; निर्देशिका '/ चुनते / bitnami / apps / लाइव / lib / python2.7 / साइट-संकुल / Django / योगदान '& gt; & Lt; अगर विर्सियन & lt; 2.3 & gt; ऑर्डर की अनुमति दें, अस्वीकार करें सभी से अनुमति दें & lt; / IfVersion & gt; & Lt; अगर विर्सोन & gt; = 2.3 & gt; सभी प्रदान की आवश्यकता है & lt; / IfVersion & gt; & Lt; / निर्देशिका & gt; WSGIScriptAlias ​​/ खोज "/opt/bitnami/apps/run/live_cybrhome.wsgi" निर्देशिका "/ opt / bitnami / apps / run '& gt; & Lt; अगर विर्सियन & lt; 2.3 & gt; ऑर्डर की अनुमति दें, अस...

Matlab out of memory error behave differently in one and two dimensional arrays -

Today I need to assign 100,000 vector vectors to Matlab. I try to use it simply: a = ones (100000); In my opinion, the answer to anger: Type support memory for your options outside memory This is strange because I have Matlab 64 bits running on 64 bit machine with 8BB RAM. I had tried many "to solve memory errors in Metlab" so that recipe can be done in sleep or elsewhere but there is no luck yet. Now that I like something, I am more confused: one = people (10000,10000); My machine runs without problems. Does this mean that Matlab has some mechanism to limit the number of elements of a vector in a one-dimensional space? Nowadays I need to allocate vectors with a size of 100000. I / O Now, as written in the comments, and such a method ( a = ones (100000); ) creates a 100000x100000 matrix, which is not what you want. I suggest you: a = ones (1, 100000); Since it creates a vector rather than the matrix.

java - boolean method passed through a string to return either true or false -

Depending on what is in the string, I must use a boolean to get the right or wrong back. If there is a "penny" in the list, then it is considered to be a false return, but I can not seem to do this. Any suggestions or things that I'm messing up? Public square wallet {Private array list & lt; String & gt; List = New Arrestist & lt; String & gt; (); Public stationary zero main (string [] args) {wallet c = new purse (); Scanner input = new scanner (System.in); C.addCoin ("Quarter"); C.addCoin ("coins"); C.addCoin ("nick"); C.addCoin ("Money"); Println (c.toString ()); } Public Zero addCoin (string coin name) {list.add (name of coin); } Public Boolean Search Koyna (string coinnation) {if (list.contains ("penny")) {return false; } And {return true; }} Public string toString () {return.getClass (). GetCanonicalName () + list.toString (); }} You need to find the method that will determine the boolean ...

iis - CSS Rendering differently on server than local -

I have this annoying CSS rendering issue, which I'm not sure is because of it. The local copy looks like everything I want. When I place it on the IIS server. There is a minor minor DIV which is not rendering as much as I want or it also provides a local copy. In this case, when there should not be, there is a padding above and below the div. It looks fine in the local. I tried to set x-au in the header, but he did not help. It is only to present a div differently. All other elements look fine. It is really strange. Have you tried to disable IIS static content compression? The servers running IIS were already having problems with Micrified Jayquery and CSS and I had to convert it into non-minified versions.

html - How to know which checkboxes are checked? -

I'm having trouble checking which checkboxes in my MVC project, here my check box is setup : & lt; Div id = 'myCheckboxDiv' & gt; & Lt; Input type = "checkbox" onclick = "checkel (this)" & gt; Check all @forich (@model.deatable object.aaFormGroupDocuments @ var form) {& lt; Br> Var checkboxId = "chk" + form.DocumentId; @html Checkbox (checkbox, new {value = form.DocumentId, @checked = true}); @ Form.DocumentName; } & Lt; / Div & gt; Basically I load a page that will display a checkbox with each DoaFormGroupDocument with DetailObject (can be anywhere from 0-10). What I would like to do, when I click on the save button at the bottom of the page, the IDs related to each checkbox (each one unique) are saved in a list. To be clear, I really do not have to do anything specifically on this page, I need a stored ID in a list which I can use in other areas (pages) I think this means that I need the checkbox sta...

sql server - What is the best way to update a calculated derived column during Slowly dimension update? -

Image
I am working on an SSIS project to create a datawarehouse. Here is my simple SSIS process. The location table created to load one dimension table (location) is a parent / hair structure based on nested set (left, right, level field). Therefore, along with the process involved, the update process also works. However, I have a parent relationship There is a need to fill a calculated column (PARENT_ID) in order to store. Therefore, for every line I need to use the SQL statement (left, right and level column) to find the value of the PARENT_ID.) This is the table structure of the source table: then the loading process What is the best way to populate my parentadid column during RIA? Should I create a dedicated data flow in this process? Can I use a SQL statement in a derived column component to find the parent_id value? Edit : Here's my SQL query to update the structure of my parent / child (parent area). Update L1 SET L1. [PARENT_ID] = (top 1 L 2. ID FOR [DW]. ...

android - Deleted picture still visible in gallery -

I have a small problem. In my application, I have a picture gallery to the user. I save the path before doing something else when the user wants the picture, then I want to copy it to another folder, and then remove it from the original one. Well, it works, the original photo is removed, and a copy appears in another folder. Buuut It's still there The deleted photo can still be seen in the gallery, and the copy can not be seen. When I call Gdx.files.absolute (original text) .exists () wrong, and gives Gdx.files.external (copyPath). Axis () returns this truth, and I can work with a copy of the picture with no problem. It looks like the gallery is not updated. I use it to remove and copy an image: Public Zero HTTokfolder () {if (DoesOriginalPathExist ()) {ifCopyExist (! )) {System.out.println ("Copy"); Gdx.files.external ("/ customfolder /" + filename) .write (gdx file. BSLUIT (file path). Reed (true); } System.out.println ("delete")...

ajax - jsonp parse to XML -

मुझे निम्न समस्या हो रही है। मैं Phonegap , और मुझे ब्लैकबेरी पर AJAX कॉल के साथ कुछ परेशानी है जब मैं datatype = 'xml' के साथ एजेक्स सेवा को कॉल करता हूं, यह विंडोज फोन पर ठीक काम करता है, लेकिन एंड्रॉइड लेकिन ब्लैकबेरी पर असफल रहा यह कोड है: jQuery.ajax ({url: अनुरोधित यूआरएल, डेटाटाइप: 'एक्सएमएल', टाइमआउट: this.timeout, पहलेसेन्ड करें: _.बिंद (यह ('एक्स-अनुरोधित-साथ': 'XMLHttpRequest'}}) / कोड> मैं दूसरों के पोस्ट पर पढ़ता हूं, कि आप एक बाहरी कोड को XMLHttpRequest नहीं कर सकते हैं, जो कि ब्लैकबेरी दिखाता है (लेकिन मुझे समझ में नहीं आ रहा है कि यह क्यों अन्य दो प्लेटफार्मों पर काम करता है।) तो मैं डेटा टाइप को 'jsonp' में बदलने की कोशिश करता हूं, लेकिन एक सिंटैक्स त्रुटि दिखाती है। मैंने jsonp text xml के साथ कोशिश की, लेकिन किसी कारण से यह वही नहीं लौटाता है और अनचाहे सिंटेक्स त्रुटि: अप्रत्याशित टोकन & lt; देख रहे हैं, डब्ल्यूएस की प्रतिक्रिया ने मुझे एक वैध XML वापस दिया तो सवाल यह है, मैं उस XML का उ...

report - How to specify a margin top for pto_header in RML? -

I'm doing a report that is going through many lines, so it is being written by several pages. I have declared a pto_header because I want it to be displayed at the top of every page. The problem is that it is always fully connected to the external headers of the report, which does not look good, I have a margin for my pto_header (which is blockTable ) I would like to specify top. By this time, I could not manage this. I changed my code to & lt; Paragraph & gt; With some attribute has been tried to include space before , but they have been omitted and left before each one. ... & lt; Stylesheet & gt; ... & lt; Parachsel name = "terp_header" font seices = "15.0" leading = "20" alignment = "center" before location = "20.0" spaceAfter = "20.0" /> & Lt; / Stylesheet & gt; & Lt; Story & gt; & Lt; Pto & gt; & Lt; Pto_header & gt; & Lt; Paragraph style = ...

set input to AM PM in django timefield -

I currently want to be able to choose between user and middle of my Djangogo Timefield If I enter: 11:00 AM , I get a form error: "Enter valid time." If I enter: 11:00 The form is valid with no problem. I also tried: Class Meta: Model = Notification Paragraph = ('Reminder',) The input format changes as follows: 11:00:00 and still gives me the verification error above What am I doing wrong? Use the following to get you a 12 hour format: For input (This format is a list of Django formats used in verification): field = TimeField (Input_formats = ('% I:% M% p', ...,. ..)) for output (this format will be used to display Django time values): field = TimeField (widget = TimeInput (format = '% I:% M% p')) % I a 12 hour clock format Indicates while% H indicates 24 hour clock format. Additionally, the default list of input_forums can be found in each locale. The Formats.py file uses Django, the first field as ...

html - Perl code to check progress bar level and display through jQuery -

I have a Perl code that gets the percentage of usage which is 30% I have written HTML, which That's the value in class Progress Bar and Pearl as $ usage. And I've used that category to show the progress bar in a page in jQuery. But this is not working & lt; Link rel = "stylesheet" href = "// code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css"> & Lt; Script src = "// code.jquery.com/jquery-1.10.2.js"></script> & Lt; Script src = "// code.jquery.com/ui/1.11.2/jquery-ui.js"></script> & Lt; Script & gt; $ (Function () {$ ("#progressbar"). Programbar ("value");}); & Lt; / Script & gt; & Lt; Div class = "progress bar" value = & lt;% $ usage_percentage% & gt; & Lt; / Div & gt; & Lt;% Perl & gt; My $ usage_percentage = 30; & Lt; /% Pearl & gt; Please help in advance thanks. Some things are wrong in your code. Fi...

javascript - How to generate non-equal random numbers -

I am trying to find 10 random numbers between 100 and 1000 and if any number is equal, Select the random number. Does anyone have to do this? & lt; Script type = "text / javascript" & gt; Var number = []; Var maximum = 110; Var min = 100; Number [1] = monastery.flur (mathematics.rendum) * (max - min + 1)) + minute; Numbers [2] = Math. Floor (Math.Random) * (Maximum - Min + 1)) + Minute; Number [3] = math.flur (math.rendum) * (maximum - min + 1)) + minute; Numbers [4] = Math. Floor (Math.Random) * (Maximum - Min + 1)) + Minute; Numbers [5] = Math. Floor (Math.Random) * (Maximum - Min + 1)) + Minute; Numbers [6] = Math. Floor (Math.Random) * (Maximum - Min + 1)) + Minute; Numbers [7] = Math. Floor (Math.Random) * (Maximum - Min + 1)) + Minute; Numbers [8] = Math. Floor (Math.Random) * (Maximum - Min + 1)) + Minute; Numbers [9] = Math. Floor (Math.Random) * (Maximum - Min + 1)) + Minute; Numbers [10] = Math. Floor (Math. Random) * (Maximum - Min + 1)) + Minute; Do...

date - PHP - Time based math -

How is this correct? There are so many questions on the stack that what I am trying to do; However all the solutions are to edit the MySQL query, and I need to do this from within PHP. I read on another question about strotomium ('- 30 days') method and tried to do it, but I can not find any results. Here's what I'm trying to do: $ current_date = date_create (); $ Current_date- & gt; Format ('U'); ... mysql code ... $ transaction_date = date_create ($ affiliate ['date']); $ Transaction_date- & gt; Format ('U'); (TRANSACTION_DATE & gt;; ($ CURRENT_DATE - strtotime ('- 30 days'))) {} else if (($ TRANSACTION_DATE & lt; ($ CURRENT_DATE) - (strtotime ('- 30 days')))) & Amp; amp; ($ TRANSACTION_DATE & gt; (($ CURRENT_DATE) - (strtotime ('- 60 days'))))} {} Effectively, I Trying to sort all the data in the database based on a date, and if the database entry was posted within the past 30 days, t...

php - Laravel Eloquent belongs to many through -

मेरे पास तीन टेबल हैं: उपयोगकर्ता (आईडी, नाम) कार्य (आईडी, शीर्षक) task_user (id, task_id, user_id, user_post_id) user_posts (आईडी, शीर्षक) क्या मैं ऐसा करने की कोशिश कर रहा हूं जो परियोजना से संबंधित सभी प्रयोक्ताओं को लाने के लिए है। कार्य मॉडल में मेरे पास है: वर्ग कार्य बढ़ाता है \ eloquent {protected $ guarded = []; सार्वजनिक फ़ंक्शन उपयोगकर्ता () {वापसी $ इस- & gt; संबंधित टोमैन ('\ उपयोगकर्ता') - & gt; साथ पीट ('user_post_id', 'hours'); }} और यह बहुत अच्छी तरह से काम कर रहा है मुझे यह परिणाम मिल रहा है: [0] = & gt; ऐरे ([आईडी] = & gt; 9 [बनाया_टा] = & gt; 1996-08-04 08:35:59 [updated_at] = & gt; 1991-07-27 16:36:47 [उपयोगकर्ता नाम] = & gt; xcremin [ईमेल ] = & Gt; amely.wunsch@gmail.com [remember_token] = & gt; $ 2y $ 10 $ WmtDoCCIA25Z / CF28KqlwOngR5vHvghD3cu0bbtPGftUV / ईज़ 2WBGe [पिवट] = & gt; अरे ([task_id] = & gt; 1 [user_id] = & gt; 9 [user_post_id ] = & Gt; 10)) यहां आ...

angularjs - Mapping json object to Spring object in REST service -

मेरे पास वसंत में परिभाषित एक आरईएसटी सेवा है जो निम्नानुसार है: @RequestMapping (value = "/ बनाएं", विधि = अनुरोधित विधि। POST) @ प्रतिसाद प्रति लोक प्रतिसाद प्रतिक्रियाएं & lt; स्ट्रिंग & gt; AddArticle (@RequestBody लेख आलेख) {try {articleService.addArticle (article.getTitle (), article.getContent (), article.getTags (), article.getPublishStatus (), article.getCompanyId (), article.getCategory ()) ; नई रिस्पांसइन्टीटी & lt; स्ट्रिंग & gt; (एचटीटीपीस्टैटस। ओक) लौटें; } पकड़ (अपवाद ई) {e.printStackTrace (); न्यू रिस्पांसेंटिटी वापस & lt; स्ट्रिंग & gt; (e.getMessage (), एचटीटीपीस्टैटस। ओक); }} और मेरे लेख को इस प्रकार परिभाषित किया गया है: सार्वजनिक वर्ग आलेख {निजी आईआईटी; निजी स्ट्रिंग शीर्षक; निजी स्ट्रिंग सामग्री; निजी स्ट्रिंग एसएमएस कॉन्टेंट; सार्वजनिक स्ट्रिंग getSMSContent () {वापसी एसएमएस कॉन्टेंट; } सार्वजनिक शून्य सेट SmsContent (स्ट्रिंग एसएमएस कॉन्टैन्ट) {this.smsContent = smsContent; } निजी स्ट्रिंग [] टैग; निजी इंट कंपनी आईड...

css - Add background color to extra small devices navigation -

I'm developing a bootstrap responsive theme here: URL to add a background which only works on small devices Does, any class is connected to my problem which is waiting for a good solution. thank you in advanced. The solution is to use a CSS. A block of CSS from a media query is applied only when certain criteria (like screen size) are found. According to the Mozilla Developer's Network, the definition of media queries is given here: A Media query contains at least one type of media expression and style sheets Fields using media attributes, such as width, height, and color. Media queries, which have been added to CSS3, should make content presentation consistent with output devices of a particular category, without changing the content For red examples, you can use the following code snippet if you only want a handheld device: @ media hands In {body {background: red; Alternatively, if you only want devices that have a red background screen width 200px or...

html5 - Bootstrap 3 responsive rectangle columns -

Image
I'm trying to complete this layout: On the left is 33% and right is 66%, on the left, each button is 50% height of its width, big rectangular I am using this method: Whatever I have done, its width is 75% higher than its width and blue rectangle is 25% The left buttons are never the same height as the correct two divs If you want to receive and you do not hate JavaScript, you can: HTML & lt; Div class = "col -xs-4" & gt; & Lt; Div class = "color 1" & gt; & Lt; / Div & gt; & Lt; Div class = "color 2" & gt; & Lt; / Div & gt; & Lt; Div class = "color 3" & gt; & Lt; / Div & gt; & Lt; Div class = "color 4" & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; Div class = "col-xs-8" & gt; & Lt; Div class = "color 5" & gt; & Lt; / Div & gt; & Lt; Div class = "color 6" & gt; & Lt...

Push notification for gmail in iOS app -

For the iOS app connecting to the user's mailbox, I am exploring a reliable way of sending a push notification to the user When new mail is available. (Without voting, of course). If necessary, I am fine with the installation of a server which will receive a push from Gmail and will send it again as an iOS push. This is not okay, though the user has to configure anything special to work in his account. Any advice or reference to any library (or external service) will be greatly appreciated. Thank you! Unfortunately, there is no way to automatically get updates automatically when a new mail arrives . I would recommend entering an enhancement request for push notifications support in the Gmail API. Instead, you can reduce the resource usage once you have full sync, and then keep an eye on the history ID and can only partially sync from that point.

javascript - Import from MySQL to ArangoDB consistently incomplete (own Node.js script) -

In order to migrate a MySQL table to a collection, I wrote a naive nod. JS script. This works quite well, in spite of this always the records are lost such that the connection was closed very quickly. How many documents will be missing random, however, this is always the same amount : The source has 68,750 records, 68868 (-68) documents have been created in Argodibo var mysql = require ('mysql'); Var Arango = requires ('arango'); Var docs = []; Function processor (line, connection) {if (docs.length & lt; 1000 & amp; line! == incorrect) {docs.push (line); } And {connection.pause (); Db.import.importJSONData ("target_collection", JSON.stringify (Docs, Function (key, value) {if (value == null || (typeof value === "string" & amp;! Value.trim ( ) {Return undefined;} else {return value;}}), {createCollection: true, waitForSync: false}, function (error, retire) {docs = []; connection.resume (); if (line === Wrong) process....

ios - Xcode6 is breaking my code. Is there a fix or should I re-install it? -

I am developing an iPhone app because I upgraded from Xcode 5 to Xcode6, it became a hell. Xcode 6 will crash without any reason, and every accident will leave my code in some inconsistent state: where some of my pre-crash jobs have been saved and some others are not. After several of these crashes, I updated on 6.1 . Now 6.1 does not crash but it does anything bad: whenever I change something, anything, in a xib file or storyboard, something else, completely unrelated, will automatically change is. It seems as if Xcode has an indirect mind of its own, if I add a UIButton, then some other UIView may be in another UIViewController, the size will change, or disappear, or the status of the Attribute Inspector may change , Or the IBAction connection may be lost. So yes this is a wild ride. I need Xcode 6 because I can develop for iOS-8. However, now I am ready to uninstall Xcode completely and am trying to reinstall. But I do not want to break my whole computer. So, someone with kno...

web - Why is the page constantly waiting? -

For some reason, my pages start loading forever, even if it appears that it is done. I can not comment because of editing here: You can see what is being loaded for your page in the Networks tab. Therefore, in the Status column, 200 OK should be properly loaded to show its resources. Here, you can see what is being done and what it is.

mysql - Err 1292 - Truncated incorrect DOUBLE value -

मेरे पास ये दो टेबल हैं: OLD: बनाएं टेबल `users` (` id` पूर्णांक (11) नहीं NULL AUTO_INCREMENT, `crdate` पूर्णांक (11) डिफ़ॉल्ट शून्य,` fb_id` पाठ, `email` varchar (64) डिफ़ॉल्ट शून्य,` fb_access_token` varchar (256) डिफ़ॉल्ट शून्य , `display_name` varchar (128) डिफ़ॉल्ट शून्य,` first_name` varchar (128) डिफ़ॉल्ट शून्य, `middle_name` varchar (128) डिफ़ॉल्ट शून्य,` last_name` varchar (128) डिफ़ॉल्ट शून्य, `gender` varchar (128) डिफ़ॉल्ट शून्य , `timezone` tinyint (4) डिफ़ॉल्ट शून्य,` locale` varchar (16) डिफ़ॉल्ट शून्य, `fb_profile_url` पाठ,` balanced_id` पाठ, `token` varchar (100) डिफ़ॉल्ट शून्य,` address_id` पूर्णांक (11) डिफ़ॉल्ट शून्य , `admin` tinyint (1) डिफ़ॉल्ट '0',` zip` पूर्णांक (11) डिफ़ॉल्ट शून्य, प्राथमिक कुंजी ( `id`)) इंजन = InnoDB डिफ़ॉल्ट charset = latin1; नई: ( `id` INT (11) नहीं NULL AUTO_INCREMENT, टेबल बनाते हैं नहीं` मौजूद friendzy`.`users_new` `email` VARCHAR (64) शून्य डिफ़ॉल्ट शून्य, `display_name` VARCHAR (128) शून्य डिफ़ॉल्ट शून्य,` firs...

c# - Insert list of ImongoQuery into Query.And -

ऐसा करने के बजाय: var query = query.And (Query.Matches ( "", नई बीसनियरियर एक्सेशन (नया रेगेक्स ("")), क्वेरी। मैचों ("", नया बीएसएक्सियक एक्सपशन (नया रेगेक्स ("")))); मैं इस तरह से कुछ करना चाहता हूं: foreach (gs में var g) {query.AddAndRange (g); } क्या ऐसा करने का कोई तरीका है? अगर मैं आपके प्रश्न को सही समझता हूं, समाधान कुछ ऐसा है: var query = क्वेरी। और (नई बाध्यकारी सूची gt; {query0, query1, query2, query3, query4,}); या var सूची = नया बाध्यकारी सूची & lt; IMongoQuery & gt; (); Foreach (जीआर में जीआर) सूची। जोड़ें (जी); Var क्वेरी = नई क्वेरी। और (सूची);

rest - Can I combine resources in a RESTful API? -

In my application there is a "document", which is essentially just images, and those documents have "areas" Defines the X and Y coordinates on a document to attract a rectangle and crop the document. There may be several areas in one document. Since the areas are completely dependent on the documents, because they can not exist in one part of the document, will there be an end point for creating such an area? Posts / Documents / {document_id} / regions Or like that? In the second case, I have to pass through the JSON parameter in the document ID. Posts / regions The first option, as a general rule, anytime you pass an ID directly into the payload instead of the URI By talking to the resource available, you are doing RPC, not REST

c# - Aspose.Words for .Net insert a table into a table cell -

I have a C # NET Windows app. I am using Assas. Words to make a document from our data This document is a main table containg several lines of Inside this document. We have a requirement to insert another table inside a cell on the main table. I'm not seeing how to do this. I've seen for InsertTable (), trying to add the table as a table node. I tried to use the document builder in the MoveTo () cell, where I want to put the table. There is no dice till now? Edit: Table objects are being used Aspose.Words.Tables.Table Object Aspose.Words.Document doc = new Aspose.Words.Document (); // Create the first line with 1 row and 2 columns. Word.Tables.Table table = new aspose.Words.Tables.Table (doc); // Add the table to the document doc.FirstSection.Body.AppendChild (table); Aspose.Words.Tables.Row row = new Aspose.Words.Tables.Row (doc); Table.AppendChild (line); Aspose.Words.Tables.Cell cell1 = new Aspose.Words.Tables.Cell (doc); Row.AppendChild (CELL1); Aspose.Words.Tab...

node.js - Parse JSON data which is a response to http get request -

I am trying to develop a website using NODE.js which sends a request to some third party server and is being reacted. JSON format is the fastest way to filter data, what's the best way? Suppose I want to query some books of a specific author, what is the best practice? Should I handle it in the callback? And then parse the whole reaction object? Or should I filter the response when getting myself in the stream using the pipe? Note that I intend to develop a website that users will have to answer in real time, so time is very valuable. I think you can use callback to retrieve JSON data and make them real Use the websocket to pass filtered data to clients in time. http.get ("http: // www. Google.com/index.html", function (ridge) {console.log ("received response: "+ Res.statusCode);}). ('Error', function (e) {console.log ("error found:" + E.message);}); You can use socket.io for node.js

java - i cant create a Scheduler instance in spring mvc using quartz -

Hello I am using quartz in the Spring MVC project and I want to make a scheduler instance but I have the following error when I try to do this: Scheduler scheduler = new stdciularfisher (). GetScheduler (); Error: The default constructor can not handle exception type scheduler expansion by the built in super constructor. It's important to define a clear constructor this is my maven suspension & Lt; Version & gt; 3.1.2.RELEASE & lt; / Edition & gt; & Lt; / Dependencies & gt; & Lt ;! - Spring + quartz transaction requirement - & gt; & Lt; Dependency & gt; & Lt; Group & gt; Org.springframework & lt; / Group & gt; & Lt; ArtifactId & gt; Spring-tx & lt; / ArtifactId> & Lt; Version & gt; 3.1.2.RELEASE & lt; / Edition & gt; & Lt; / Dependencies & gt; & Lt ;! - Quartz Framework - & gt; & Lt; Dependency & gt; & Lt; Group & gt; Org.quartz-scheduler & lt...