Posts

Noob LESS/CSS "translation" -

यह कोड सीएसएस में कैसे अनुवाद करेगा? .header-9-sub {। बैकग्राउंड {पृष्ठभूमि-छवि: url ("/ images / header-9.jpg"); }} क्या ऐसा नहीं होगा: .header-9-sub। बैकग्राउंड {पृष्ठभूमि-छवि: url ("/ images / header-9.jpg"); } कम के रूप में यह है: अभिभावक वर्ग / आईडी {शैली जानकारी यहाँ * बाल वर्ग / आईडी 1 {* शैली जानकारी यहाँ *} बच्चे वर्ग / आईडी 2 {* शैली जानकारी यहां *} h1 {* शैली जानकारी यहां *}} जब इसे कम से सीएसएस पर स्वरूपित किया जाता है तो यह हो जाता है: अभिभावक वर्ग / आईडी {* शैली जानकारी यहां *} अभिभावक वर्ग / आईडी बाल वर्ग / आईडी 1 {* शैली जानकारी यहां *} अभिभावक वर्ग / आईडी बाल वर्ग / आईडी 2 {* शैली जानकारी यहां *} अभिभावक वर्ग / आईडी h1 {* शैली जानकारी यहां *}

windows - Install protoc without maven (win7, java) -

I tried to install a prototype on windows without Maven (I can not download Maven due to the firewall issues organization) . I have described in Readme in my protoc.exe in the .. \ src (not in the java \ src as many do) folder. When I enter protoc -version in the command prompt, I get the libprotoc 2.6.0 . no problem. But when I protoc - java_out = src / main / java-i ../ src / google / protobuf / descriptor.proto , I get missing input file all the time & amp; I can not move forward. I have tried to give the entire path where my descriptor.proto lies, -i by changing -IPATH Tried to use - proto_path but I still get the same deleted input file error Can anyone help me? You want the command (with Prototbuf-Java Readme): Ex> Protocol - Java_out = src / main / java-i ../ src ../src/google/protobuf/descriptor.proto Note that I have a different logic ... I think that you accidentally merged them together.

ios8 - dismissGrantingAccessToURL of UIDocumentPickerExtensionViewController is not working -

I am working on the document provider extension for the import provider. The URL of the file shared between both shared extensions and shared containers; Container app. I got a failure to say that it should sit inside the shared container / file provider storage directory. So I copied the file from the root directory to the file provider's storage directory. I have a file in the original location & amp; I got a file in a new copied place But when I call [self declarantGrantingAccessToURL: toUrl] this file does not check for the length of time, UIDocumentPickerExtensionViewController I am not faced with any exceptions, but this will be used to dismiss the transfer and start, so the user can still use the extension. Below is my code, if one comes in the same thing please leave your answer. - (zero) userChoosesEntityOfUrl: (ns URL *) url {NSURL * toUrl = [self.documentStorageURL URLBeBayAppendingPathComponent: [url lastPathComponent]]; If ([[NSFileManager ...

html - NTH-child not working properly -

On some elements I can use the NTH-hair selector, which is the element of a second level (basic> child; The child has got a 3rd level element (guardian & gt; child & gt; child) which triggers different triggers with selectors, it triggers only all those or anyone. Firstly, you should only use the id once in html. If you have a problem, you do not want a class ID, you have only one inferior block block in your block, instead you can use the inbox: nth-child (1) in the block. section #top.black.black block {background: #did! Important;} update: if you want to change. Seperatly block for eatch block : Nth-child (1). Cute Block {background: #ddd! Important;}

angularjs - Order of execution of $http callbacks -

It looks like the factory's performance execution priority is highest, so that the callback does not have any data to deal with. What is the best way to do this work? I found this type of factory app.factory ('jsonservice', function ($ http) {return}: function (callback) {$ http.get ( 'Data / Districts .Jason'). Success (callback);}, getLocations: function (path, callback) {$ http.get ('data /' + path + '.json') .vivet (callback);}} ;}); and the controller var app = angular. Module ('sandbox', []); app.controller ('sandboxCtrl', function ($ radius, jsonService) {// it works with a $ scope.init1 = () {jsonService.getDistults (function) {$ scope.districts = data; $ scope. currentDistrict = $ scope.districts [0] .name; jsonService.getLocations ($ scope.currentDistrict, function (data) {$ scope.locations1 = data;})});}; $ scope.init1 (); // A $ scope.init2 = function is not () {jsonService.getDistricts (function) {$ scope.d...

c# - NServiceBus 5 RavenDBPersistence SetDefaultDocumentStore using EmbeddableDocumentStore -

I am using NSVEBus hosted in my own process with RavenDB and also using RavenDB.Embedded Is hosted in the same process. This combo has worked without problems when I was using NSWerserve 4.6.5, although I have upgraded to NSISBs 5.0.0 and used to configure the new configuration API Has updated. However, NSCRBs then throws an exception with the message: No Saga stability is configured. If you want to use nservicebus saga support, please configure a saga constellation I was successfully using the following configuration from NServiceBus 4.6.5: Configure NServiceBus 5.0.0 I have tried the following configuration without any luck: 1. 1. > Configuration. Use anticipated & lt; RavenDBPersistence & gt; () .SetDefaultDocumentStore (DocumentStore); 2. Configuration. Use Persistence & lt; RavenDBPersistence & gt; () .SetDefaultDocumentStore (DocumentStore) .UseDocumentStoreForSagas (DocumentStore); ); and without all three and without:...

R issues with merge/rbind/concatenate two data frames -

I am starting with R, if I am asking for questions then I apologize in advance. Here's my problem: I have two data frames, DF1 and DF2, which have different numbers of rows and columns, in two frames there is only one customer (column) called "customer_no" . I want to record merged frames based on "customer_no" and only according to rows in DF2. All data for each client. The frame has multiple rows. I tried the following: merged df My questions are: 1) How can I tell the command to leave unmatched columns empty? 2) How can I see a merged file, which row was found? I think that if I solve the above question it should be easy to see it from the empty columns. I am missing something in my order, but I do not know if the question has been answered somewhere, can you still write it again in English for the beginning of R? Thank you! Data example: df1: customer_no country year 10 UK 2001 10 UK 2002 10 UK 2003 20 US 2007 30 AU 2006 DF 2: custom...