Posts

Showing posts from May, 2012

PHP PDO MYSQL - Easiest way to compare array to query and return an array with results not in result of query? -

PHP में मुझे $ allFiles जैसा एक सामान्य सरणी है: अर्रे ([0] = & gt; test1.csv [1] = & gt; test2.csv [2] = & gt; test3.csv) MySQL में मेरे पास एक टेबल है उसमें मूल्य हैं: | आईडी | प्रोसीसेड | | 0 | Test2.csv | $ allFiles को तालिका में तुलना करने के लिए और एक नया सरणी $ newFiles तुलना करने के लिए सबसे आसान तरीका (PDO को कनेक्शन विधि के रूप में प्रयोग करना) क्या है? कोड> उसमें: अर्रे ([0] = & gt; test1.csv [1] = & gt; test3.csv) (ये हैं जो फाइलें MySQL में तालिका में प्रदर्शित नहीं की जाती हैं) मैं मैनुअल के माध्यम से किया गया है, लेकिन ऐसा कुछ भी नहीं मिल सकता है, जो वास्तव में इससे संबंधित होगा, शायद मुझे कुछ याद हो सकता है कोई इनपुट बहुत सराहना की जाएगी, धन्यवाद! ऐसा करने के लिए कोई तैयार फ़ंक्शन नहीं है। ज्यादातर समय, आपको पता चल जाएगा कि आपकी समस्या का कोई आउट-ऑफ-बॉक्स समाधान नहीं है। आपको अपना कोड लिखना पड़ेगा, जो कि बहुत मुश्किल नहीं है: डीबी को सभी फाइल नाम मिलते हैं, परिणामों के साथ एक सरणी बनाते हैं, फिर अपने पास की सरणी

java - How to create JUNIT Reports using runlistener? -

I am using JUNIT for my test but I am able to run my test but The problem is how do I programmatically make Junich reports using the runlistener? ( Without using AN or MAVEN ) I am a little overwhelmed and appreciate any guidance for this. Implementation of the listener: - Junitak junit = new geotitcore (); Junit.ed Listener (new MyJunist Listener ()); Junit.run (AllEJBJunitTests.class); How do I proceed with the report creation? You can generate HTML reports using StringBuffer. string filePath = "file path where you want to keep your report"; String report filename = "myReport.htm"; Junitak junit = new giantitcore (); Junit.ed Listener (new MyJunist Listener ()); Results Result = Jr.Run (AllEJBJunitTests.class); StringBuffer myContent = getResultContent (result, size); // Size represents the number of AllEJBJunitTests class, if you think 5 EJB categories are then size 5. writeReportFile (filepath + "/" + reportFileName, myContent)

javascript - how to allow geolocation in web page -

I am trying to run this code for latitude and longitude. My IE browser shows this message that geographic location services are not supported, and chrome says 'even after this page has been blocked from tracking your location' even after I set the location setting in Chrome all sites Allow me to track. help please. & lt; Html & gt; & Lt; Top & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; Input type = "button" id = "btn search" value = "search" onclick = "doSomething ();" /> & Lt; Script & gt; Function doSomething () {if (navigator.clocation) {navigator.geolocation.getCurrentPosition (handle_geolocation_query); Function handle_jolocation_corea (status) {warning ('wave:' + position.coords.latitude + '' + 'loan:' + position.coords.latitude); }} And {warnings ("I'm sorry, but geolocation services are not supported by your browser."); }} & lt; / Sc

iOS app with custom VPN connect -

I want to create an application that can connect to VPN using PPTP, L2PP or Open VPN, But I can not find any information about it. It is only found in using the IPSec and IKEV2 in the iOS 8 SDK. If you want to connect to iOS in the program 8 you can only use the IPCec or IKEv2 protocol . L2 TP and PPTP Protocol are personal for apples It is not possible to use L2TP and PPTP APIs in your applications only Apple is currently using these APIs.

objective c - CloudKit Query Time -

I just started trialling CloudKit and some very slow query times are happening. Here are some sample code I am using: // CLOUDKIT CKContainer * container = [CKContainer defaultContainer]; CkDB Base * PrivateDatabase = [Container Private Cloud Database]; NSPredicate * predicate = [NSPredicate predicateWithFormat: @ "TRUEPREDICATE"]; CKQuery * query = [[CKQuery alloc] initWithRecordType: @ "FlightLog" predicate: predicate]; [PrivateDatabase performQuery: Query inZoneWithID: completionHandler zero: (! Error) ^ (NSArray * result, NSError * error) {// success if {UIAlertView * warning = [[UIAlertView alloc] initWithTitle: @ "Success" message: @ "IT Worked "representative: cancel selfTuttonite: @" sack "other button titles: zero]; [Alerts show]; NSLog (@ "% @", @ "Fetch Flight Success!"); NSLog (@ "% @", auto reset); Self.fetchedRecords = Results; [Self.tableViewReloadData]; } // another error {UIAlertVie

angularjs - Nested SELECT options -

I'm looking for an instruction that allows the user to see the elements in the dropdown in a hierarchy. SELECT supports tags but it allows only 2 levels. I would like to show about 5 levels. For Asia Japan Tokyo Okinawa The user will be able to select an item at any level. Users will be able to select Asia or Japan or Tokyo. All these options will appear in a single dropdown. I am not looking for a cascading selection in which you first choose the continent, country, then city. Is there an angular instruction for this? Thank you, Yash Why you just do not have a simple fingerprint bootstrap , And edit the CSS class to substitute a CSS class based hierarchy, and to match your preferences. The UI planker was forked - choose and edit it for your needs, HTML: gt; & lt; / span & gt; & lt; / ui-select-options & gt; & Lt; / ui Select & gt; Javascript: $ scope.countries = [// https: //igist.github. {Name: 'Asia', code:

.net - What RPC technology can I use to call a compiled assembly (rather than my own class) in C#? -

I want to use a .NET compiled assembly through RPC (calling code is Python, but it is actually relevant is not). The assembly represents an API for an ongoing third party application (for example Autodesk, AutoCAD). It consists of several namespaces in which there are static classes in which there are API objects, I need to reach all types of materials in that object hierarchy: properties, objects, methods and, perhaps the most complex, transactions that use the IDIsposable interface (Which basically means that state, i.e. object storage, should be maintained between RPC calls). Instead of developing my own solution (which uses ziromic messaging and reflection-based call dispatch), I wonder if RPC technology will meet my needs. I saw basic examples of popular libraries that implement JSON-RPC and SOAP, I see that these libraries demand that you deprive your callable class from their base class and for example For the class, put the attributes in the manifesto, for example

ios - NSManagedObject and Arrays -

मैं निम्नलिखित कोड में ठोकर खाई हूं NSManagedObject * object = [[NSMutableArray Alloc] initWithObjects: @ "पहले", @ "सेकंड", शून्य]; मुझे आश्चर्य है कि यह वास्तव में संकलन क्यों कर रहा है और रनटाइम के दौरान कोई भी अपवाद नहीं फेंकता है। po ऑब्जेक्ट > रिटर्न: __ NSArrayM 0x17005fc20 & gt; (प्रथम, दूसरा) उद्देश्य-सी गतिशील रूप से टाइप किया गया है वहाँ एक बेमेल है, और संकलक उस असाइनमेंट पर चेतावनी पैदा करना चाहिए, और किसी भी संदेश पर आप "ऑब्जेक्ट" पास करते हैं जो NSManagedObject का समर्थन नहीं करता है। हालांकि, यह पूरी तरह से वैध है। कृपया इसे ठीक करें।

ruby - Testing in rails - First argument in form cannot contain nil or be empty -

I am trying my controller when I run the trial, "user should edit" , this error appears. 1) Error: UsersControllerTest # test_should_edit_user: ActionView :: Template :: Error: user_controller_test Edit "user should edit": id: @user assert_response: sucess end users_controller class UsersController & lt; ApplicationController def index @users = User.all end def = user = user.new (user_params) if @ user.password == @ user.password_confirmation if @ user.save more parameters [User] [document] redirect_to root_path else " to render the new "end" new "end end def edit new @ user = Ughrknu and Diif user = Ughrkfind_bi_aidi (session [: Smrn_tokn]) and Diif edit_password @ user = Ughrkfind_bi_aidi (session [: Smrn_kokn] ] End def update @user = User.find_by_id (session [: remember_token]) If @username @ user.update_edit (user name, Rarem [: user] [: user name]) @ user.update_attribute (: email, params [: user] [: email]) redir

javascript - Printing elements from XPath results in more than the elements -

What I want to do is determined by a xpath that was set to me but getElementsByXPath There is a problem using the function in CasperJS. var casper = require ('casper'). Make ({verbose: false, log-level: 'debug'}); Casper.UserGent ("Mozilla / 5.0 (Windows NT 6.1; WOW64) Apple WebKat / 537.36 (KFTM, like Geico) Chrome / 28.0.1500.72 Safari / 537.36"); Casper.start (); Casper.thenOpen ('http://www.uky.edu', function () {content = casper.evaluate (function () {returns __utils __. GetElementsByXPath ('// div [@id = \' container \ '] / Section [@id = \ 'content \'] / [@ class = \ 'social tab clearfile \'] / div [@id = \ 'usual2 \'] / div [@id = \ 'tab11 \'] / Shape [@ class = \ 'youtube \'] / h4 / a ');});}); Casper.run (function () {this.echo (JSON.stringify (content)); this.echo ('completed') exit ();}); The data does not stop recalling and it is certainly not returning to the part

java - How to initiate class property dynamically -

मेरे पास निम्न सामग्री है स्ट्रिंग [] header1 = {"func", " नाम "," lrt "}; स्ट्रिंग [] value11 = {"f1", "n1", "0.1"}; स्ट्रिंग [] value12 = {"f2", "n2", "0.2"}; ...... स्ट्रिंग [] हैडर 2 = {"नाम", "फंक", "एलआरटी"}; स्ट्रिंग [] value21 = {"n3", "f3", "0.1"}; स्ट्रिंग [] value22 = {"n4", "f4", "0.2"}; ...... वर्ग इकाई {स्ट्रिंग फंक; स्ट्रिंग का नाम; डबल एलआरटी; } मेरे पास अलग-अलग क्रम में व्यवस्थित विभिन्न हेडर (और उनके अनुलग्न मूल्य) के 1000 से अधिक समूह हैं। मैं संपत्ति नाम के साथ इकाई वर्ग कैसे आरंभ कर सकता / सकती हूं मैं इसके लिए प्रतिबिंब का उपयोग करने का सुझाव देता हूं यह वास्तव में बहुत आसान है: इकाई u = नया इकाई (); के लिए (इंट आई = 0; आई & lt;; header1.lenght; i ++) {स्ट्रिंग एच = हेडर 1 [i]; स्ट्रिंग v = मान 11 [i]; फील्ड f = u.getClass ()। GetDeclaredField (h); f.set (u, v); }

ios - How to add view inside Tab Bar Controller Storyboard -

Image
I'm new to the storyboard I have a tab bar controller and I want to create a view controller I have done that in the view that contains the tab bar controller , but it did not work. I have read a lot of topics, but I did not find what I wanted. Want you to use the container view and embed the UITabBarController with it looks like:

php - Load CSS and JS over HTTPS or HTTP in PMWIKI -

We have a website whose home page is as you see it on pmwiki is based. We have loaded CSS, JS and other resources on http . The reason for this is that the php files of pmwiki are preceded by the links link http: // we would like to remove the prepaid http: // as the link : & lt; Script src = "// example.com/script.js"></script> Which of the Pmwiki php files should we modify? Steve gets the right link just in /local/config.php URL needs to be found and modify them as follows: if ($ _SERVER ["HTTPS"] == 'on') {$ farmPubDirUrl = 'https://www.example.com / ~ someuser / pmwiki / pub '; } And {$ farmPubDirUrl = 'http://www.example.com/~someuser/pmwiki/pub'; } There is no need to modify the http: // link in your webpages. I have not done further research, I think the code means: if The page is requested through https , the related URL https gets linked More detailed explanation is welcome.

extjs4.2 - Trying to create custom toolbar in extjs -

मैं अपना स्वयं का टूलबार बनाना चाहता हूं जो कि Ext.toolbar का विस्तार होगा .Toolbar । मैं इस तरह मेरी StandardToolbar वर्ग को परिभाषित: Ext.define ( 'js.grid.StandardToolbar', {विस्तार: 'Ext.toolbar.Toolbar', initComponent: फ़ंक्शन () {this.items = [{xtype: 'tbfill'}]}, और फिर जब मैं अपना ग्रिड बनाता हूं, तो मैं इसे उसी तरह से पास करता हूं: < पूर्व> var myGrid = Ext.create ('js.grid.myGrid', {tbar: Ext.create ('js.grid.StandardToolbar')}); हालांकि इस पर ExtJS यात्राएं मेरे त्रुटि ढेर यह है:। Uncaught TypeError: गुण अपरिभाषित ext-सब-debug.js की 'लंबाई' पढ़ा नहीं जा सकता: 38282Ext.define .getRefItems ext-सब-debug.js: 38282Base.implement.callParent ext-सब-debug.js: 4263Ext.define.getRefItems ext-सब-debug.js: 49999getItems ext-सब-debug.js: 21998cq.Query.Ext .extend.execute ext-सब-debug.js: 22210Ext.apply.query ext-सब-debug.js: 22337Ext.define.getDockedItems ext-सब-debug.js: 44420Ext.define.getDockingRefItems ext

php - Osx: delete all first line of multiple files -

I read a lot of threads about my question, but I can not understand how my problem solves. I have a lot of WordPress files that start with the wrong first line, I think my WordPress was hacked, and each .php file starts with a long set of functions, only In the first line I tried removing the first line of each file with the terminal through the terminal. I run this command find -type f -name "* .php" | Xargs sed -i '' '1d' but only removes the first line on the first file; I do not know why Hope this is not a question already answered. Thanks in advance. You do not have to go for xargs , find the function < Code> -execdir will help you run an external command to find yourself. Search-type f -name "* .php" -execdir sed -i '1d' {} \; OR Search-type f -name "* .php" -execdir sed -i '' '1d' {} \;

sql - how to search a word with in a column and split the date followed by the word -

मेरे पास दो स्तंभ बनाने की तिथि और Rtrail उदाहरण बनाएं_डेट ------------------------------------ Rtrail 5/4/2014 6:28:34 PM ...................................... ..मिमिन (05/11/14 20:16:19) - & gt; डीडी (05/11/14 21:17:04) आउटपुट बनाएं_डेट ------------------------------------ Rtrail 05/11/14 20:16:19 अपराह्न ........................... ............. अमीन (05/11/14 20:16:19) - & gt; डीडी (05/11/14 21:17:04) अब मुझे स्प्लिट डेटटाइम चाहिए जो कि "** amin " से शुरू होता है और पिछला कॉलम " दिनांक बनाएं " को अपडेट करें। यह काम करता है आपके द्वारा प्रदत्त नमूना डेटा पर। इस रूप में यह बहुत भंगुर है मैं कुछ जोड़ूंगा जहां भविष्य के (और) अस्तित्व की जाँच करने के साथ-साथ यह सुनिश्चित करने की भी संभावना है कि अंदर के मान को तिथि के रूप में डाला जा सकता है। मैं उस हिस्से को आप पर निर्भर करता हूं। update # कुछ सेट create_date = SUBSTRING (आरट्रिल, चार्ंडएक्स ('(', आरट्रिल) + 1, चैरिन्डेक्स (')', आरट्रिल) - चार्ंडएक्स (

Display 5 recent items from database - php/mysql -

I am trying to display the top 5 latest things in the database. I'm showing it on my items. Php is on page, but I want to do 5 on dashboard.php page I am just learning php / mysql and only about 4 days and I think that I am learning very fast, but I can not find it while searching. Here is my code to get the full list of items. & lt ;? Php $ SQL_GetProducts = "SELECT * FROM` new_equip` command` ID` by DESC; "; $ R_GetProducts = mysql_query ($ SQL_GetProducts, $ link); While ($ row = mysql_fetch_assoc ($ R_GetProducts)) {$ eid = $ line ['id']; $ Name = $ line ['name']; $ Model = $ line ['model']; $ Desc = $ row ['desc']; $ Visual = $ line ['image']; $ Date = $ line ['date']; If (! File_exists ("../ UIMages /" $ imagename) || strlen ($ imagename) & lt; 5) {$ imagename = "NoImage.jpg"; }? & Gt; & Lt; Tbody & gt; & Lt; TR & gt; & Lt; TD & gt; & Lt; Div class

android - Get only items with a pattern from sharedpreference -

I have value in my app shared preferences Item H1 Item 1 Item 2 Item 2 Item H3 Item 3 How can I get items like code ? If they are all stored in a single priority file, then use the map to find and then use keys to match your pattern. Entries The second option is to create a separate preferences file (for special items (in your example, with H). In this way you can read that the file does not have to check for all keys and one pattern .

Multiple qTip2 on the same element -

Calling itemprop = "text"> "post-text" itemprop = "text"> You can not do 2 on the same element but you can Can wrap the element in a period and call it on qtip with a different trigger.

C Read a column of a line from file -

I am reading / proc / diskstats (you know it or not) but no file is less, Which produces lots of lines and some columns / fields I'm asking for someone to show me how to get a row of columns back to that small data. I have taken a look The output looks like this: 8 17 sdb1 15 0 38 28 0 0 0 28 28 So we have a few numbers (seems to be a long integer) and we have a string at the third position. Now overall, we can read the output line by line, that is standard C for fgets. You may then use sscanf to select different elements. Without testing this something like sscanf (readline, "% d% s% d ....", & amp; var1, & var2 .... That "move" should not work in a combination of you, trying to read the line with the stroke. Hope that gives you an idea.

html - How to jump specific tr to the right? -

I have a datasheet table that uses the alignment plugin. I want to jump the rows into groups on the right. Just said: Group-item class TRS should be taken, say 10 px from the right. You have to change the structure slightly Option 1, Nest a new table & lt; style & gt; .subTable {margin-left: 10px;} & Lt; / style & gt; & lt; Table & gt; & lt; tr & gt; & lt; td & gt; Table class = "subtebble" & gt; & lt; tr & gt; & lt ; TD & gt; & lt; / TD & gt; & lt; / TR & gt; & lt; / table & gt; & lt; / TD & gt; & lt; / tr & gt; & lt; / table & gt; Option 2 Any other type of structure Is to use and emulate the table view: style & gt; .jump-over {status: relative; left: 10px;} & lt; / style & gt; & lt; div class = "table" & gt; div class = "row" & gt; & lt; div class = "span1" & gt; & lt; / div &

.net - Add control to a panel with autoscroll (c#) -

मेरे पास संपत्ति AutoScroll = true के साथ एक पैनल है। स्क्रॉलिंग के बिना पैनल में गतिशील रूप से अन्य नियंत्रण जोड़कर - सभी कार्य ठीक है! शून्य addControl () {int top = 13 + (यह। नियंत्रण। आदेश * cmdSet.Height); UcCommandSet cmdSet = नया ucCommandSet () {शीर्ष = ऊपर}; यह। नियंत्रण। जोड़ें (सीएमडीसेट); } लेकिन, यदि स्क्रॉलबार को शीर्ष [0] की तुलना में किसी अन्य स्थान पर डाला जाता है, तो नियंत्रण बहुत अधिक नीचे जोड़ दिए जाते हैं। मुझे किस संपत्ति की आवश्यकता है लार्सटेक द्वारा समाधान: शून्य addControl () {int top = 13 + (के साथ) यह। नियंत्रण। गणना * cmdSet.Height) + this.AutoScrollPosition.Y; UcCommandSet cmdSet = नया ucCommandSet () {शीर्ष = ऊपर}; यह। नियंत्रण। जोड़ें (सीएमडीसेट); } मुझे लग रहा है कि आपको स्क्रॉल की स्थिति के लिए क्षतिपूर्ति की आवश्यकता है: {शीर्ष = टॉप + this.AutoScrollPosition.Y}; एक फ्लोलेआउटपैनेल आपके लिए, वैसे ही करता है।

Lisp function getting wrong number of arguments -

इस सवाल का पहले से ही एक उत्तर है: < / P> 4 जवाब मैंने निम्नलिखित को परिभाषित किया है फ़ंक्शन soma-n जहां n एक पूर्णांक है और l एक सूची है। (defun soma- एन (एनएल) (यदि (नल एल) () (विपक्ष (+ (प्रथम एल) एन) (सोमा- n (बाकी एल)))) मैं कोशिश कर रहा हूँ इसे इस प्रकार कहते हैं, लेकिन ऐसा लगता है कि कोई तर्क नहीं भेजा गया है, क्योंकि मुझे निम्न त्रुटि मिल रही है: (सोम-एन 3 '(1 2 3)); सोमा-एन को 1 एआरजी मिला, कम से कम 2 करना चाहता था। जिस तरह से मैं फ़ंक्शन बुला रहा हूँ उसमें समस्या क्या है? यह वही है जिसे आप शायद चाहते थे (defun soma-n (nl) (यदि (नल एल) () (विपक्ष) आप कुछ-एन की पुनरावर्ती कॉल की एक सूची गुजर रहे थे

jquery - Triggering a basic CSS animation with Javascript -

I am currently trying to add a Konomi code which is a spin on one of my (very simple) pages Will spin up. / P> Here's my code: & lt; Html & gt; & Lt; Meta charset = "UTF-8" & gt; & Lt; Script type = "text / javascript" src = "jquery.js" & gt; & Lt; / Script & gt; & Lt; Html & gt; & Lt; Script & gt; Var k = [38, 38, 40, 40, 37, 39, 37, 39, 66, 65], n = 0; $ (Document) .keydown (function (e) {if (e.keycode === k [n ++]) {if (n === k.length) {alert ('Konami working'); return! 1 }} Else k = 0}); & Lt; / Script & gt; & Lt; Style & gt; # Div1 {Position: Absolute; Top: 0%; Left: 0%; Width: 100%; Height: 100%; Webkit-Animation: Spin 4S Linear Infinite; -MOZ-Animation: Spin 4S Linear Infinite; Animation: Spin 4S Linear Infinite; } @ -mose-keyframe spin {100% {-moz-transform: rotate (360 degrees); }} @ -webkit-keyframe spin {100% {-webkit-transform: rotate (360 degrees); }} @ Kfra

sql - Store "greater than or equal to" symbol in Oracle varchar2 column -

I have a varchar2 (255) column that I would like to store as a string: 1 â ?? ¤2 However, when I run the following sql ?? ¤ symbol turns into a "=". update my_table set my_column = '1â ?? ¤2 '; This is the result in the following values ​​in my table: 1 = 2 How do I store the database In â ?? ¤ or â ?? Use UTF 8 to store data It is not as convenient as a plain string, But it avoids errors caused by customers not interpreting UTF 8 properly. - â ?? ¥ Select unistr ('1 \ 2265 2') from dual; - ?? ¤ Select from the electorate ('1 \ 2264 2');

javascript - Json submiting same data until refresh -

I have a problem submitting my "form" with json. It is not a traditional form, = "Snippet-code-js lang-js prettyprint-override"> $ ('# select'). ('Change', function {document.getElementById ("info"). Set attribute ("data-information", this.value);}) $ ('# info'). ('Click', function) {var id = $ (this) Data ('info'); Add (notification);}); Add Function {$ .ajax ({type: 'get', cache: false, contentType: content_type, beforeSend: function (xhr) {xhr.overrideMimeType (content_type);}, data: {'action': 'info_add ',' Info ': info}, url: Sitthid +' info / all ', success: function () {update ();}}); } & lt; Script src = "https://ajax.googleapis.com/ajax/libs/JQuery/1.1.0.0/jquery.min.js" & gt; & Lt; / Script & gt; & Lt; Select ID = "Select" & gt; & Lt; Option value = "1" & gt; Data 1 & lt; / Opt

Creating a method to modify elements in an array in Ruby with 2 arguments, one of them being the original array -

मैं एक विधि बनाना चाहूंगा, mod_method (array, n) , जहां सरणी एक सरणी है और n एक संख्या है mod_method को संख्या n लेनी चाहिए और उसे सरणी में सभी आंतरिक नंबरों में जोड़ना होगा और उस नई सरणी को वापस करना होगा। उदाहरण के लिए सरणी = ["मैं", "है", 3, "से", 4, "घंटों"] का उपयोग करके, मुझे mod_method (सरणी, 1) कैसे मिलेगा जैसे कि mod_method (सरणी, 1) = & gt; [मैं "", "है", 4, "से", 5, "घंटे"] मैं एक noob हूँ और केवल पहले से परिभाषित सरणी का उपयोग करके ऐसा करने में सक्षम था और संख्या (चलो 1 का उपयोग करें), जैसे: सरणी = ["I", "है", 3, "से", 4, "घंटे"] = & gt; [[0] "I", [1] "है", [2] 3, [3] "से", [4] 4, [5] "घंटे"] संख्या = array.values_at (2, 4) = & gt; [[0] 3, [1] 4 mod = numbers.map {| x | x + 1} = & gt; [[0] 4, [1] 5] नया_अरे = ["मैं", "है", आधुनिक [0], "से", आ

symfony - Escape HTML code with TWIG Markdown -

I'm working on a blog comment bundle and I want to let the user post some code using Markdown. I work for Symphony 2, TUIG and Parsing {{post.content | markdown}} In fact, the content is well marked by markdown pers ( & lt; code & gt; ...) but if there is some HTML code in my content: some content `` `& lt; Script & gt; Alert ("Hello World"); & Lt; / Script & gt; `` The code has not been saved and I have a warning message. Could someone please tell me how can I deal with XSS issues? ( foo | raw and foo | escape is particularly broken) I am just a victim of this problem, but since the strip_tags attributes are not enough to protect values ​​in the tag, I will present my answer. Open a console console that I am using to remove all unwanted HTML elements and attributes and execute the following command to install it. Music requires $ ezyang / htmlpurifier "^ 4.6" Then you can create your own twig extension:

c++ - Move elements in a multidimensional array -

मैं खेल बोर्ड पर एक चरित्र की स्थिति का एक बहुआयामी सरणी ( बोर्ड [ 10] [20] )। उपयोगकर्ता आंदोलन के लिए अनुमति देने के लिए, मैंने एक विधि तैयार की है, movePlayer () , उस अनुक्रमणिका के मूल्य को संशोधित करता है जहां 'जी' स्थित है। जब भी मैं ऐसा करता हूँ, चरित्र 'जी' चलती है, लेकिन 'जी' का पिछला स्थान गेमबोर्ड पर रहता है, इसलिए दो 'जी' मेरा प्रश्न यह है कि: मैं एक तत्व (जी) को बहुआयामी सरणी में कैसे स्थानांतरित कर सकता हूं? मुख्य फ़ंक्शन: चार उपयोगकर्ता इनपुट; Int main () {खेल obj1; Cout & lt; & lt; "नई गेम (वाई / एन)" & lt; & lt; endl; Cin & gt; & gt; उपयोगकर्ता का इनपुट; अगर (userInput == 'y') {obj1.gameBoard (); obj2.movePlayer (); }} खेल (कक्षा)। सीपीपी: गेम :: गेम () (के लिए (int x = 0; x & lt; 10; x ++ ) {For (int y = 0; y & lt; 20; y ++) {बोर्ड [x] [y] = '।'; }} खिलाड़ी = 'जी'; खजाना = 'एक्स'; srand (समय (0)); P_Pos1X = रैंड ()% 10; P_Pos1Y = रैंड ()% 20; T_

mysql - How to SELECT value from one table based on same value's behavior in another table? -

Please help me with this ... If I have these tables and columns: TABLE1 Column with ID and TABLE2 with column FOO and bar , both of which have different IDs in which All also appear in the ID column TABLE1 . I want to write a SELECT query to get all the IDs from ID to TABLE1 but for this condition Under: For example, ID 101 will be selected from id if the number of rows ( X ) where ID appears under 101 FOO column TABLE2 , then divides by number of rows ( y ) End of column TABLE2 under the id 101 bar Gt appears, less the result of a certain value. So if, say, X / Y , then the ID will be selected from the 101 query. How does such a query look and how can it be done in a longer query? Thank you! You can connect together. From the table 2 where in the table (choose ID from 1 table ID) Group by AFU), q1, (SELECT Bar, COUNT (times) from wi table 2 where times (select from id from table 1) by group Bar) q2 WHERE q1.foo = q2 times and x

ios - Auto activate html5 widget in an iBook -

I'm trying to make an app like feel to your iBook. Is I need your Actimelaks widget to do what I designed to activate automatically after opening a page so that the user does not need to click on it. Is there anything that is possible in the iBooks and iBooks authors? Thank you. This is not possible in the iBooks and iBooks authors. Before activating you have to interact with the HTML widget, unfortunately this is how iBooks are designed.

c++ - BinaryNode and oldNode was not declared in this scope -

मेरे .h फ़ाइल में मेरे पास है: वर्ग BST {private: struct BinaryNode { //चर }; ... सार्वजनिक: ...} जब मैं अपने struct BinaryNode का उपयोग करने की कोशिश करता हूं जैसे मेरी। सीपीपी फ़ाइल: int bst :: ऊंचाई (binaryNode * t) {...} मुझे इस त्रुटि मिलती है कि इस क्षेत्र में BinaryNode घोषित नहीं किया गया मेरे .cpp में किसी अन्य फ़ंक्शन में मेरे पास है: int BST :: remove (const DataType & amp; x, binaryNode * & amp; t) {... else {BinaryNode * पुराना नोड = टी; पुराना नोड हटाएं; }} मुझे BinaryNode * oldNode = t पर त्रुटि बताती है कि इस क्षेत्र में पुराना नोड को घोषित नहीं किया गया था। मैंने इसे अपने कार्य की शुरुआत में BinaryNode * oldNode; के रूप में घोषित करने की कोशिश की है, लेकिन वह भी काम नहीं कर रहा है। मैं इस धारणा के तहत था कि मैंने जो भी किया वो भी इसे घोषित करने के लिए कहा जाता है और क्योंकि यह एक ही समारोह में है, उस दायरे में इसे घोषित किया गया है। किसी भी मदद की सराहना की जाएगी। बाइनरीएनोड को संलग्न वर्ग के नाम स्थान में शामिल किया गया ह

php - Directory path calls, strange behaviour -

I have an Ajax request that I is I am trying to call that particular file which: root / admin / functions / upload / filename.php has requested page is located at: root / admin / customer / 123 Actisi has been modified through the root / admin / customer.php? Id = 123 I've tried every combination of paths that I can think of, but for example, I get some strange behavior when I ../functions/upload/filename.php this file root / functions / uploads / filename.php and when I use functions / upload / filename.php in this file looks root / admin / client / functions / upload /filename.php so I tried . ./admin / functions / upload / filename.php > and it looks Rs I'm pulling my hair here, did anyone know what this could be? -Side does not know anything about the path, and it only appears in the address bar, like http://example.com/ROOT/admin/customers/123 < / Code> Then if your ajax code looks $ Ajax (&#

regex - Javascript Regular Expression Error Testing a Postcode -

I'm trying to use the regular postcode specified expression here: with javascript, but it does not seem to work I am using: var postcode = "^ (([gg] [ii] [rr] {0,} 0 [aa] {2}) | (( ([A-public relations-uwyzA-PR-UWYZ] [a-HK-ya-h-y] [0-9] [0-9]) | (([a-public relations-uwyzA-PR-UWYZ] [ 0-9] [a-hjkstuwA-HJKSTUW]) | ([a-pr-uwyzA-PR-UWYZ] [a-hk-ya-HK-Y] [0- 9] [abehmnprv-yABEHMNPRV-Y])) ) {0,} [0-9] [abd-hjlnp-UW-zABD-HJLNP-UW-Z] {2})) $ "; var aPCode = frm.PCode.value; If (((Postcode.test (aPCode))) {Enter + "Invalid Postcode. \ N"; } The error I am getting is if (! (Postcode.test (aPCode))) with line IE 7 (the browser in which I have JavaScript Errors are enabled) report with error "object does not support this property or method." This means that I can not use the .test method on the string, but that's where it is supposed to be used, right? I have not found a mistake with my code. postcode is a string, is not a regular expressio

javascript - Using perlin noise to make a map? -

Image
I have this Perlin noise code, which I picked up on JS Bellal: As you can see, the image produced is close to the random noise by the noise of the perlin , but why? Production of Perlin noise should not be greater ... Specific areas of 'mountains' and 'valleys' such as: "itemprop =" text "> Can zoom out too much var height = Perlin nois. Note that I am dividing my x by 10 and not multiply to get something like this: Updated Bella: In addition, Many Perlin noise has been added to create the effect of many resolution noise in the image you posted

dynamics crm - Need to validate CRM credentials -

My goal is simple, how do I check the URL, user name, password and domain using Dynamics CRM 2013 API Can the values ​​be valid? I have a custom application that will use the API. I have a setup screen where the user will enter the URL, user name, password and domain. I have a button that is called "Test Connection", it will confirm that it can connect using that information. Here I am using to create arguments: string connectionString; If (_crmDomain! = "") ConnectionString = string.Format (@ "Url = {0}; Username = {1} \ {2}; Password = {3}", URL, Domain, Username, Password); Else connectionString = string.format (@ "Url = {0}; Username = {1}; password = {2}", URL, Username, password); Var CSS = New connection string settings ("CRMonnectionString", connectionString); Var cn = new CrmConnection (CSS); Var service = new organization service (CN); The issue is that even if the credentials are invalid (maybe the wrong passwor

Java: How to count a character in a String using Loop? -

I'm thinking how many times the number of characters written by the user appears in the string that is a user. I have to use loops and if / else statements I think I'm on the right track, but when I'm compiling (using the blues), error message "Icons-variable status can not be found" Any help greatly appreciated Thanks, thanks. string input; String sentence; String letter; Int Time = 0; Int position; Scanner KB = new scanner (System.in); System.out.print ("Please enter a string:"); Input = kb.nextLine (); Sentence = input.toLowerCase (); System.out.print ("Thank you. \ NPlease enter the character you want to count:"); Letter = kb.next (); (Status = 0; condition & lt; = sentence.length (); condition ++) {if (sentence.chartAut (condition) == letter) {times ++; }} System.out.print ("+ + +" + + "sentence + sentence" + + + + letter "has" + bar + "order;) First of all, your statement contains a typo

brackets - Python - what is this syntax? my_2d_list[0:20,1] -

To find out what's inside the bracket, a difficult time with an interpreter is Google or nude. The reference is the code: matplotlib.mlab import from mlabPCA mlab_pca = mlabPCA (all_samples.T.) In the form of PCA ('in terms of measurement axes' from PC axis '\' standard Increased deviation: \ n ', \ mlab_pca.Wt) plt.plot (mlab_pca.Y [0: 20,0], mlab_pca.Y [0: 20,1],' o ', markers = 7, \ color =' Blue ',' alpha = 0.5, label = 'class1') plt.plot (mlab_pca.Y [20: 40,0], mlab_pca.Y [20: 40,1], '^', marker size = 7, \ Color = 'red', alpha = 0.5, label = 'class2') plt.xlabel ('x_values') plt.ylabel ('y_values') plt.xlim ([- 4,4]) plt. Ylim ([- 4,4]) plt.legend () plt.title ('matplotlib.mlab.PCA (to be replaced with class labels') plt.show () I have Tried to create a small 2D array a = [[1,2], [1,2], [1,2], [1,2], [1] , 2]] and evaluation a [0: 2.0] But he did something to m

ios - Swift add viewController as a subview to other views -

Image
I have more than one view controller, which should load specific views in this picture. I have defined that the view in the storyboard is some of the ways that the view works as reusable visual controller as a separate view controller. What is the best way to do this? I tried to use the add-sell subwoovive method but IBoletlet will not start. Please help me < Div class = "post-text" itemprop = "text"> You probably want to use one. With Container view, you can embed individual view controllers in a single scene. Hooking them is really easy, and can be done even within the storyboard.

c# - Comparing values of lists -

Another list compared to the question. Now I want to compare one quantity of one item to another quantity, and if the amount of the first object is equal to or equal to the second object, then return the truth. public hair equal item 1, item item 2) {if item (item 1. e.l.s.s.s. (item 2.itm name) & item 1. item mark> gt; Item 2. ITMCount) {back true; } But the amount of the first item does not make any difference, it always gives the truth. Is there a problem with this block code or is it a problem anyway? var General Items = Items Insight (Inventory. Item, New List Compiler) ToList (); If (normal item number () == item. Calculation ()) {return output; } This is where I am comparing lists. Items in the items of 3 objects will be items. 1 rock, 1 twine and 2 vines, it is being compared to my inventory, and even if I have only 1 vine, then it gets right. It has forgotten to add that the first block of code is in a class which public class list compactor: iCuLyt

c++ - Non-Big O complexity -

I am very confused by calculating the algorithm complexity For an assignment, we are given the following tasks and to find its complexity Is called. int selectkth (int a [], int k, int n) {int i, j, mini, tmp; For (i = 0; i L [A] [mini]) MINI = J; Tmp = a [ii]; A [i] = one [small]; A [mini] = tmp; } Back [k-1]; } The assignment asks itself to find the complexity of the function used to find the smallest integer of k-th in an unauthorized array of integers. " In addition to this we were asked to write our G function along with our F function. For the function, I will add all assignments and operations to the function. Do I include variables or n in this F function? As the best estimate, I would say that F (N) = 6 N + 4 (N ^ 2), because there are 6 operations in the first loop, omitted in the nested loop 4 operations were performed. And to understand, will the big o complexity of this ceremony be O (N ^ 2)? I say that because there is a nested for loop, and this m

ios7 - Storyboard not rendering added views -

Image
I am trying to execute the steps described in the iOS Developer Library. When I add "Seen to Story Board" to run the simulator, I do not see the label. Is it just white screen is not sure what is the reason for this problem? Environment: IOS SDK 7.1 Xcode 6.0 Painted server machine from McNouloud. EDIT: Here's my snap shot of Xcode: When I use the" Single Vis App "template, the" View "I am adding the Story Board is showing properly in the simulator. It may be that the label's status is outside the visible screen. A quick way to improve this would be to add a new alignment barrier so that the label is "horizontal center in the container". An example of adding an alignment barrier below ... < / P>

linux - crontab not running command -

I am trying to run a crontab command but it is not running for some reason. The command has to send push notifications. [reset] code> Bin / flock -n / home / [user] / pushchat server / push / Lockfile usr / bin / php /home/[user]/PushChatServer/push/push.php development I also have push execution seamlessly by pushing the chmod + x push. This code works perfectly for my reset wavillerboard file but will not call push delivery file. This works if I run / home / [user] / pushDelivery this works if I run / usr / bin / flock -n / home / [user] / pushchat server / push / lockfile usr / bin / php / home /wwwuser]/PushChatServer/push/push.php development However if I do in the cronat I * * * * * / home / [user] / push delivery or * * * * * * / usr / bin / flock -n / home / [user] / pushchat server / push / lockfile usr / bin / php / home / [user] /PushChatServer/push/push.php development this is not working Does not. Please help me. Thanks

python - how fft (fast Fourier transform) works -

I am a Python learner and I am developing a small project related to image analysis, to understand this concept I tried to understand the various dragon codes, but this time I sucked and anyone can explain this code? Particularly FFT Part? HeartMonitor (object): def __init __ (auto, window_duration, fps = 30, min_bpm = 50, MAX_BPM = 200): "" "orbit which beats the heart in a sequence of the image Detects color samples of @param window_duration @param possible heartrates to use seconds of samples @param MAX_BPM Nominal sample rate for cut off for maximum possible heart rate @param min_bpm minimum cut off "" "Number of FPS self .min_bpm = min_bpm self .max_bpm = MAX_BPM # The maximum number of sampling buffers will be self.buf_size = integer (window_duration * fps) # buffer (tie) Mstamp, value) tuples self.buf = [] @property DEF FPS (self): "" "average buffer" "framerate / sampleRate" return boat (lane (self.buf) / (self.b

How to enable assert in CQ5/ OSGi Bundle (Java)? -

We also enable java -ea xxx in a core Java application, I also To know that commandline options have been changed to eclipse. But how to enable the OSGI bundle to emphasize. I have a bundle that I want to test with the claim and I want to disable them at the time of deployment (disable by default will be easy to disable) but how do you enable it? You can use ClassLoader # setDefaultAssertionStatus (Boolean) method Sets the claim status only for those sections which have not yet been loaded. Therefore, the best place to tell this statement would be a bundle activator: implements the public class catalyst bundleactivator {@ Override Public Voode Start (Bundle Contact Bundle Concert) Exception {getClass () Throws GetClassLoader () .setDefaultAssertionStatus (right); } @ Override Public VoIP Stop (Bundle Contact Reference) exception to {}} in the maven-bundle-plugin configuration to register the activator Remember for: & lt; Project & gt; & Lt; Constr

asp.net - Object reference is not set to an instance of an object on creating windows phone app -

When I try to create a windows phone app on Visual Studio 2012, I get an error "Object Reference set to an instance Not one item of "I searched on Google and found that removing the 'Nuggett packet manager' would solve the problem. But after removing the packet manager, I got a single error. What should I do to make an app? It appears that your windows phone development kit is mess with Visual Studio with Visual Studio setup again Try running from and choose your repair repair. Once done, try creating a Windows app again. Thanks

xml - Setting OnClick() for an android view -

क्या onClick () विधि layout XML सेट करने के लिए यह एक खराब प्रोग्रामिंग अभ्यास है फाइल में OnClickListener () में java code में एंड्रॉइड गतिविधि में नहीं , बिल्कुल नहीं, जब भी आप setOnClickListener द्वारा कुछ श्रोता सेट करते हैं ( ) जावा क्लास में, फिर आप इसे खुद कर रहे हैं लेकिन जब आप onClick में xml निर्दिष्ट करते हैं फ़ाइल, आप android के लिए setOnClickListener को लागू करने के लिए कमांडिंग कर रहे हैं । हालांकि दोनों ही मामलों में सेटऑनक्लिकलिस्ट कार्यान्वित हो रहा है आप अपनी आवश्यकताओं के अनुसार तय कर सकते हैं जो आप का पालन करना चाहते हैं।

eclipse - Java-OOP I keep on getting this strange output -

I am currently taking computer science at school and I am a little trapped in my laboratory. Instructions are listed below and we need to use an OOP. The problem is that my output is super funny and I really do not know what's going on. The output that I get after running the file is DiscountRunner.java (the code listed below): Enter the original bill amount: 4000 discount @ 1d1be4e Why do not I get discount @ 1d1b4e part? / ** ===================================== ================================================== =========================== * Purpose: This laboratory was designed to teach you that if statements are used. * Description of Lab: Any person should determine the amount of exemption. * If the bill is more than 2000, then the person should get 15% off. * If the bill is $ 2,000 or less, then the person does not get any kind of discount. ================================================== ================================================= * / Import stati

mysql - Join tables from multiple remote database -

I have a mysql database on server A, postgrad database on server b and another mysql database on server i a combined result What is the method of joining the tables from the three servers to get it done in Ruby? If there is no Ruby, then another language will also be sufficient. I need to get anywhere around some 1000 rows of data. The connecting data needs to push the elasticsearch I was going to use the _bulk api in elasticsearch. If it is one stop, download the data from just two db and upload it to a third location. Do the job there If this is a regular thing then it can put effort into connecting the database correctly. Provides postgresqual plugins that allow you to talk to a different database (postgresqual or other). Is one. You define entries for each remote server, user mapping between local users and remote users, and then describe each table to use. After that you can treat them locally (though performance is usually very bad). In theory, you can also write

Javascript: function with "this" undefined -

I'm new to JavaScript and I'm trying to write a function that changes the color of some text, though "This" keeps returning as an undefined, and the text color is not changing. Here's the code, I appreciate some help. & lt; H1 & gt; & Lt; Ul & gt; & Lt; Gt; & lt; div class = "menu" id = "menu" onclick = "test1 ()" & lt;! - this is where the problem is -> MENU You must pass reference to the DOM element in the function & lt ; Div class = "menu" id = "menu" onclick = "test1 (this)" & gt; / div> In the above html, it refers to the current DOM element and then references and modifies the DOM inside the function function test1 (obj) {obj.style.color = '# 9DC8BA';} Side note: You have the same name for div and id for div, which is not a good practice Always remember that the class elements Matches a group and the ID matches the uniq

javascript - jQuery: how to loop through elements with data attribute -

I have several divs that look like this: & lt; Div class = 'popupDiv' data-layergroup = 'layer 1' & gt; Dividend 1 & lt; / Div & gt; & Lt; Div class = 'popupDiv' data-layer group = 'layer 1' & gt; Divantent 2 & lt; / Div & gt; & Lt; Div class = 'popupDiv' data-layer group = 'layer 2' & gt; Divistant 3 & lt; / Div & gt; & Lt; Div class = 'popupDiv' data-layer group = 'layer 2' & gt; Development 4 & lt; / Div & gt; I am slightly stumped like a loop through some popsdave divis, and then loop through each different lagergram. I want to end with an array for each large group I wanted something like this: var mainArray = []; $ ('.PopupDiv') each (function () {var tempArray = []; $ ([unique layer value]) each (function () keep the div value from layergroup in {// tempArray}); mainArray.push (TempArray );}); Return home; But I do not know the s

html - Rounded corners to a textarea -

Image
कृपया संलग्न छवि और jsfiddle देखें: गोलाकार कोनों के साथ एक सरल पाठयरा। सही शीर्ष और दायें निचले कोनों की समस्याओं पर ध्यान दें, जहां स्क्रॉल बार दिखाई देता है स्क्रीनशॉट क्रोम के साथ लिया जाता है, लेकिन अन्य सभी ब्राउज़र इस बग को साझा करते हैं। मुझे पता है कि यह एक jquery / javascript प्लगइन के साथ तय किया जा सकता है, लेकिन मैं एक सीएसएस-केवल दृष्टिकोण की तलाश कर रहा हूं। मुझे केवल स्क्रॉलबार और सीमा के बीच कुछ पैडिंग जोड़ने की ज़रूरत है। यह कोशिश की, अब तक का सबसे अच्छा समाधान: एक div में textarea लपेटें, शैली div बजाय। कार्य करता है, तत्व पर ध्यान केंद्रित करते समय केवल मामूली समस्याएं दिखाई देती हैं। एक बाह्यरेखा के साथ सीमा को बदलने की कोशिश की, और सीएसएस का उपयोग करके बाह्यरेखा-ऑफसेट जोड़ें। महान काम करता है, समस्या यह है कि रूपरेखा गोल कोनों नहीं हो सकता है .. कोई अन्य विचार कृपया? टेक्सटेरा पर स्टाइल सीधे, रैपिंग डिव नहीं। & lt; textarea id = "a" class = "a" / & gt; .a {चौड़ाई: 300px; ऊंचाई: 300px; सीमा-त्रिज्या: 10px; सीमा: 1

redirect - PHP header('Location ... after include not working -

I try to redirect someone after a login. I have actually done a lot of this and now I have to face a strange problem. I've created a very short test file to show the problem: & lt; Php session_start (); Include 'db.php'; Included 'sessionhelpers.inc.php'; Header ('location: ../login.php?e=x'); Go out(); ? & Gt; When I do not include db.php when I include it, it is not strange that I also engrossed the whole contents of the file db.php and It still does not work. Apart from this the file is usable because I use it on many other points of my code. Any thoughts? The only scenario that I can think of is that you have a BOM character in one of your files can read. Open your files with your FTP client if any of these files have a strange character and remove it.

javascript - How can i change the contents of HTML dynamically -

I have some messages to appear on every specific set of 10 seconds. But I am currently able to show only one message. How the remaining messages will be shown after the interval .. This is the code. According to my current code, I am able to display the first message, but how to show others like v2, v3. Please help me .. Create an array with all your messages, and set interval function. You can see the sample in this Bela: var v = {}; V [0] = "Your text Hello"; V [1] = "your text2 Hello2"; V [2] = "your text3 Hello3"; Var i = 0; (I = 0;} and {i = i + 1;}}, 500) ; You should control how you want to display messages after reaching the end of the array of messages: I have already made a loop to start with the message. To do a fade in / out transition, simply add those functions, which put the ARUFF to the "write" sentence: $ ("#mMonMessage"). Fadeaut (800, 'swing', $ ("#dynamicMessage") HT

Sitecore multisites website URL routing -

इस सवाल का पहले से ही एक उत्तर है: < / p> 2 जवाब मैं साइटकोर multisites पर काम कर रहा हूँ । मेरे पास 1 टेस्ट 1, टेस्ट 2, टेस्ट 3, टेस्ट 4 में एकाधिक वेबसाइटें हैं I सभी वेब कॉन्फ़िगर में कॉन्फ़िगर किए गए हैं इसका मतलब है test1, test2, test3 और इसी तरह। तो यूआरएल // टेस्ट 1 हमेशा वहां स्थानीय होम फ़ोल्डर को इंगित करेगा जो test1 / home के अंदर होगा लेकिन मेरी आवश्यकता के अनुसार मेरे पास एक वैश्विक फ़ोल्डर है जो सभी वेबसाइटों से अलग है, लेकिन इसके अंदर के पृष्ठ सभी वेबसाइटों के लिए सामान्य होंगे। साइटकोर / रूट / वैश्विक / श्रेणी / ए साइटकोर / रूट / टेस्ट 1 साइटकोर / रूट / टेस्ट 2 / p> साइटकोर / रूट / टेस्ट 3 अब मैं पृष्ठ ए अगर मैं // test1 में हूं, और पृष्ठ ए और यूआरएल का उपयोग करना चाहते हैं तो // test1 / श्रेणी / ए। कृपया मदद करें मैं एक सटीक उत्तर फिर से पोस्ट करने के प्रशंसक नहीं हूं जो मैंने पहले पोस्ट किया था , खासकर जब मैंने एक हफ्ते पहले मूल रूप से मूल पोस्ट किया था, लेकिन निम्न में से है। साइटकोर में प्रबंधित होने वाले प्रत्येक पृष्ठ सा