Sunday 15 May 2011

unix - How do I send and receive real-time signals `sigqueue()` in Python? -


पायथन एक संकेतों मॉड्यूल और os.kill प्रदान करता है; क्या इसकी sigqueue () (संलग्न डेटा के साथ वास्तविक समय के संकेत) की सुविधा है? विकल्प क्या हैं?

आप इसे

 > के साथ कर सकते हैं ; & gt; & gt; सीटीआईपी आयात से * & gt; & gt; & gt; C = cdll.LoadLibrary ("libc.so.6") & gt; & gt; & gt; C.sigqueue & lt; _FuncPtr ऑब्जेक्ट 0xb7dbd77c & gt; & Gt; & gt; & gt; C.sigqueue (100, 10, 0) -1> gt; & gt;  

आपको सीटीआईपी में एक संघ बनाने के बारे में देखना होगा जो मैंने पहले कभी नहीं किया है, लेकिन मुझे लगता है कि संभव है।


Remove Characters from the end of a String Scala -


What is the easiest way to remove the last character from the end of a string in scala?

I think there are some very useful methods in the Ruby string class like Cut I used "odononets". Ideopation in Scala, but it's collapsed. I do not want to go to the extreme premises:

  string.slice (0, string.length - 1)  

Please tell me there this normal form There is a simple method like cutting for anything.

Regarding using the drop-down, which works in 2.8: -

< Pre> "abc!". DropRight (1)

which produces "abc"


cocoa - Objective C Printing: How to set header content? -


I want to print a specific NSView. When I do this, I want to add content to the header of the print page.

For example, if a cat's picture is in the NSV, when I suppress the print, the print preview appears with the cat's picture I want the print to be a cat's picture form In, with caption: "Cat" in the title, which I do not want to appear on the original NSV.

In addition, if this is possible, then

thanks!

You can overwrite the method - (NSAttributedString *) page header See document in the code> NSView subclasses

Note that the headers are generated only when the user is in default with the key NSPrintHeaderAndFooter value.

For images, they can be added using an NSAttributedString using a NSTextAttachment .


C++ overloading * for polynomial multiplication -


So I am developing a polynomial square where a user input: 1x ^ 0 + 2x ^ 1 + 3x ^ 2 .. and 1,2,3 (coefficient) are stored in an integer array

My overloaded + and - functions work, however, * does not work. It does not matter, it always shows- 842150450
when should be (5x ^ 0 + x ^ 1) * (-3x ^ 0 + x ^ 1) = -15x ^ 0 + 2x ^ 1 + 1x ^ 2 or (x + 5) (x-3) = x ^ 2 + 2x - 15

I am using overloaded * functions such as: polynomial times = one two;
I am guessing the problem strtol (p; and endptr, 10) because it uses a long int, nevertheless, adding and subtracting tasks completely

My constructor

  polynomial :: polynomial (four * s) {char * string; String = new four [Stellen (s) + 1]; Int length = Stellen (string); Streakpie (string, s); Four * copy; Copy = new four [length]; Strcpy (copy, string); Char * p = strtok (string, "+ -"); Counter = 0; While (P) {P = Strokec (NULL, "+ -"); Counter ++; } Coefficient = New Int [Counter]; P = stroke (copy, "+"); Int a = 0; While (p) {long interval coeff; Char * endptr; Coeff = strtol (p, end, 10); // first stops in non-number if (* p == 'x') coeff = 1; Coefficient [a] = coffe; P = stroke (faucet, "+"); One ++; }}  

and overloaded * function

  Polynomial Multilateral :: Operator * (Cost Polymic and Write) {Multilayer Temporary; // coefficient the array array int count = (counter + right.counter) - 1; Temp.counter = count; Temp.coefficient = new int [count]; For (int i = 0; i  

and reads my whole code:

To zero in the operator, temp.coefficient [i + j] is not visible to start . .

  temp.coefficient = new int [count]; Std :: memset (temp.coefficient, 0, count * sizeof (int));  

winforms - C# Printing Inconsistent -


I have a form on which I have many text boxes I print text from these text boxes in those places I want to where they are on the farm. It's printing using the code below at the moment. However, the text prints separately on different printers (on some it is just right, something is too much, etc.). It is being printed on the pre-printed form with the blank space for the text, so it should be quite accurate, what am I missing to print it on every printer?

  Public Zero Print DevicePropage (Object Sender, PrintPageEventArgs e) {Panel Curpanel = this.FormPanel; Graphics G = (graphics) e.Graphics; Pen apien = new pen (brush black, 1); // Set the cycle through each control, whether it is a checkbox or text box and inside // inside the information, then come to the place xLocation, yLocation; For (int j = 0; j & lt; curPanel.Controls.Count; j ++) {// Check whether there is a text box type by comparing one of the types of text boxes, if (curpanel.Controls [ J] is a text box) {/ Unbox the textbox text box TheText = (text box) curPanel.Controls [j]; // Draw a text box string on the condition of the text box on the form, scale to print page xLocation = theText.Bounds.Left; YLocation = theText.Bounds.Top; G. Drawstring (text, text, fonts, brushes black, x lockation, y lotion); }}}}  

The problem is how are you aligning the controls inside . The default alignment is approximately equal to StringFormat.Anignment = StringAlignment.Center, it can be changed to the button and check the box with your TextAlign property. You must use a drawer () surcharge which takes a rectangle and string formatting. Note that the text box is difficult, so you can also close some pixels.

Take a look at Control.DrawToBitmap () for a completely different approach.


internet explorer - What is this IE CSS bug called? (Double vertical padding) -


(Note, this is not a double margin bug. I'm saying this double-vertical-padding bug then Unless there is no more clever / documented name for this?)

Just when I thought I saw all the false IE CSS bugs, I have done a simple test The case that continues to mislead me looks down the page and works great in FF, Opera, et al though, IE 6 and IE7 seems to be confused. I will let the document given below speak for itself.

Edit: I have put it at the following URL:
Open it in IE and compare it again in FF.

My question is: What is this bug called? (Did I miss it somewhere? Has it been found?) I am familiar with the 3px jog bug and double- (horizontal) -margin bugs and many other float-related bugs ... but the vertical padding is being repeated ? (And to the wrong place, to boot.)

  & lt ;! DOCTYPE html public "- // W3C // DTT XHTML 1.0 Transitional // N" http: // www. W3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" target="_blank"> html xmlns = "http://www.w3.org/1999/xhtml"> gt; Top & gt; Lt; meta http-equiv = "content-type" content = "text / html; Charset = ISO-8859-1 "/>  Title> IE Bork! <LT; / title> Style Type =" Text / CSS "> Html, Body {Margin: 0; padding: 0;} # container {border: 1px solid red; background color: # CC99CC; width: 800px; margin: 0 auto; paddle-top: 100px;} # sidebar {float: left; display: inline; Width: 200px; border: 1px solid blue; background color: # 00CCFF; #content {float: right; display: inline; width: 510px; border: 1px solid green; background color: # 66CC99;} clear { Explicit: Both; / * height: 0 pixels; Lt; <lt; setting: Setting height is the only thing that makes this work as expected?!? * / Background color: #CCCCCC; / * BG color here only for debugging * / Style >> gt; body & gt; & lt; body & gt; & lt; div id = "container" & gt; div id = "sidebar" & gt; i am sidebar & lt; / Div> <div id = "content" & gt; I & lt; / div & gt; & lt; div class = "clear" & gt; & lt ;! - clear! - & gt; & Lt; / div & gt; & lt; / div & gt; & Lt; P & gt; There should be 100 pixels space above the two floats, but the & lt; Em> No & lt; / Em> The place below ... & lt; / P & gt; & Lt; / Body & gt; & Lt; / Html & gt; </code> </pre> <p> PS, I finally understood how to please IE on this. The solution to show the bug (clearly set a height on my "clear" div) has been commented; I can live only for the last few hours of my life that I had to stumble in the real issue / solution! </p> <p> Thank you! </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> Given the solution you found, it seems IE quirk. </p> </p> </p> </p> </p> </p> </p> </p> </p> </p> </p> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/internet-explorer-what-is-this-ie-css.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/internet-explorer-what-is-this-ie-css.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/internet-explorer-what-is-this-ie-css.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=6021861810587554876&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6021861810587554876&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6021861810587554876&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6021861810587554876&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6021861810587554876&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6021861810587554876&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='5307669940808670961' itemprop='postId'/>
<a name='5307669940808670961'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/reflection-given-c-type-get-its-base.html'>reflection - Given a C# Type, Get its Base Classes and Implemented
Interfaces -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-5307669940808670961' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I am working on a game engine in C #. The class I'm working on is called <code> CENTityRegistry </code>, and its job is to keep track of many examples of <code> CENTITY </code> in the game. > CENTITYRegistry </code> to be able to query, and get the list of each <code> CENTity </code> of that type </p> <p> what I want to do, therefore, create a map Have to keep: </p> <pre> <code> Private IDictionary & LT; Type, HashSet & LT; CENTITY & gt; & Gt; M_TypeToEntitySet; </code> </pre> <p> and registry thusly update: </p> <pre> <code> private zeros m_UpdateEntityList () {foreach (m_EntitiesToRemove.dequeueAll in CENTITY theEntity ()) {foreach (HashSet & LT; CENTITY> Set in M_TypeToEntitySet.Values) {If set (Set.Content (Entity)). Remove (ANTTI); }} Foreach (CNTTI Entity in M.Intead.dequali ()) {Type Entity Type = Entity. Gettype (); Foreach (entityType.GetAllBaseClassesAndInterface, type baseClass ()) m_TypeToEntitySet [baseClass] .Add (theEntity); }} </code> </pre> <p> The problem is that I have a function <code> Type.GetAllBaseClassesAndInterface </code> that's there - I would go about writing it how </p> </div> <p> <div class = "after text" itemprop = "text"> <p> Type A property BaseType and one method FindInterfaces. In fact, this is almost <code> Type.GetAllBaseClassesAndInterface </code>, but you have to make two calls instead of one. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/reflection-given-c-type-get-its-base.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/reflection-given-c-type-get-its-base.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/reflection-given-c-type-get-its-base.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=5307669940808670961&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5307669940808670961&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5307669940808670961&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5307669940808670961&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5307669940808670961&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5307669940808670961&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='1561281677083542031' itemprop='postId'/>
<a name='1561281677083542031'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-executing-gcc-from-notepad.html'>c - executing gcc from notepad++? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-1561281677083542031' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> How do I compile a file through Notepad ++, it is far away, I can use the compiler (GCC) and pass it through the file. </html> <p> <div class = "text-post" itemprop = "text"> <p> GCC? </p> <p> I can not copy Notepad ++ in GCC: \ Program Files \ GCC </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> You can use some of the following commands to compile a single source file using CCD / K "c: \ path \ to \ gcc.exe" "$ gcc: (FULL_CURRENT_PATH) "-o" $ command (CURRENT_DIRECTORY) \ $ (NAME_PART) .exe "</code> </pre> <p> <code> cmd / s </code> command keeps command command; Otherwise it will exit the <code> GCC </code> process immediately after completing its work, which is not helpful in making errors by you. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/c-executing-gcc-from-notepad.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-executing-gcc-from-notepad.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-executing-gcc-from-notepad.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=1561281677083542031&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1561281677083542031&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1561281677083542031&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1561281677083542031&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1561281677083542031&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1561281677083542031&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='2422332165135716775' itemprop='postId'/>
<a name='2422332165135716775'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/django-limit-foreign-key-choices-in.html'>django - Limit foreign key choices in select in an inline form in admin
-</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-2422332165135716775' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> तर्क का मॉडल है: </p> <ul> <li> एक <code> भवन </code> कई <code> कमरे </code> </li> <li> एक <code> कक्ष </code> एक और <code> कक्ष </code> के अंदर हो सकता है (उदाहरण के लिए एक कोठरी, - ' स्वयं ') </li> <li> एक <code> कक्ष <!-- कोड--> केवल एक ही इमारत में दूसरे <code> कक्ष </code> में हो सकता है (यह मुश्किल भाग है) </li> </ul> <p> यहां मेरे पास कोड है: </p> <pre> <code> # spaces / models.py से django.db आयात मॉडल वर्ग बिल्डिंग (models.Model): name = models.CharField (max_length = 32) Def __unicode __ (स्वयं): रिटर्न self.name वर्ग कक्ष (models.Model): number = models.CharField (max_length = 8) बिल्डिंग = मॉडेल। फ़नरिस (बिल्डिंग) inside_room = models.ForeignKey ('self', blank = true, Null = true) def __unicode __ (स्व): वापस स्वयं। संख्या </code> </pre> <p> और: </p> <pre> <code> # spaces / admin.py से ex.spaces.models आयात करें बिल्डिंग, डीजेंगो.कॉन्त्रिब आयात व्यवस्थापक वर्ग RoomAdm से कक्ष में (admin.ModelAdmin): पास कक्षा RoomInline (admin.TabularInline): मॉडल = कक्ष अतिरिक्त = 2 वर्ग BuildingAdmin (admin.ModelAdmin): inlines = [RoomInline] admin.site.register (बिल्डिंग, बिल्डिंगएडमिन) admin.site.register (कक्ष) </code> </pre> <p> इनलाइन केवल मौजूदा भवन के कमरे दिखाएगा (जो कि मैं चाहता हूं)। हालांकि, समस्या यह है कि <code> अंदर के कमरे </code> ड्रॉप डाउन के लिए, यह कमरा तालिका (अन्य इमारतों में उन सहित) के सभी कमरों को प्रदर्शित करता है। </p> <p> इनलाइन की < कोड> कमरे </code>, मुझे <code> इन-इन-रूम </code> विकल्पों को केवल <code> कमरे </code> को सीमित करने की आवश्यकता है, जो मौजूदा <code> भवन </code> में है (वर्तमान में बिल्डिंग रिकॉर्ड मुख्य <code> बिल्डिंगएडमिन </code> फ़ॉर्म द्वारा बदला जा रहा है) </p> <p> मैं मॉडल में एक <code> limit_choices_to </code> के साथ ऐसा करने का एक तरीका नहीं समझ सकता, न ही मैं यह जान सकता हूँ कि व्यवस्थापक के इनलाइन रूपों को ठीक से कैसे ओवरराइड करना है (मुझे लगता है जैसे कि मुझे किसी तरह कस्टम इनलाइन फॉर्म बनाना चाहिए, कस्टम इनलाइन के मुख्य फ़ॉर्म के भवन_आईडी को पारित करना चाहिए, फिर उसके आधार पर फ़ील्ड के विकल्पों के लिए क्वेरीसेट को सीमित करें - लेकिन मैं यह कैसे करूँ यह मेरे सिर को लपेट नहीं कर सकता )। </p> <p> शायद यह व्यवस्थापक साइट के लिए बहुत जटिल है, लेकिन ऐसा कुछ ऐसा लगता है जो आम तौर पर उपयोगी होगा ... </p> </div> <p> <div class = "post- पाठ"> <p> obj के लिए अस्थायी कंटेनर के रूप में प्रयुक्त अनुरोध उदाहरण क्वेरीस को संशोधित करने के लिए इनलाइन विधि formfield_for_foreignkey ओवरराइड किया गया यह कम से कम डीजेंगो 1.2.3 पर काम करता है। </p> <pre> <code> वर्ग RoomInline (admin.TabularInline): मॉडल = कक्ष def formfield_for_foreignkey (स्वयं, db_field, अनुरोध = कोई नहीं, ** kwargs): field = super (RoomInline, स्वयं) .formfield_for_foreignkey (db_field, अनुरोध, ** kwargs) अगर db_field.name == 'inside_room': यदि request._obj_ नहीं है: field.queryset = field.queryset.filter (building__exact = request._obj_) Else: field.queryset = field.queryset.none () वापसी फ़ील्ड कक्षा BuildingAdmin (admin.ModelAdmin): inlines = (RoomInline,) def get_form (स्वयं, अनुरोध, obj = कोई नहीं, ** kwargs): # बस obj संदर्भ को बचाने इनलाइन अनुरोध में भावी प्रसंस्करण के लिए। _obj_ = obj रिटर्न सुपर (बिल्डिंगएडमिन, स्वयं) .get_form (अनुरोध, obj, ** kwargs) </code> </pre> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/django-limit-foreign-key-choices-in.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/django-limit-foreign-key-choices-in.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/django-limit-foreign-key-choices-in.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=2422332165135716775&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2422332165135716775&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2422332165135716775&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2422332165135716775&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2422332165135716775&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2422332165135716775&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='5114873606798681817' itemprop='postId'/>
<a name='5114873606798681817'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-display-file-from-byte-or-stream.html'>c# - Display a file from a byte[] or stream -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-5114873606798681817' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I have found a Winforms app that stores the contents of files in a database. The stored files can be of any type (word, excel, pdf, text, image ...), users can simply select any type of file to load. </p> <p> The user can then inquire </p> <p> I have no problem removing the byte array from the database, either as a stream or byte array. </p> <p> Ideally I'm able to display a file directly from a byte array or stream; Right now I am saving this as a temporary file and then I open it: </p> <pre> <code> process. Start (filename); </code> </pre> <p> How can I show files with any byte or application associated with the stream file? </p> <div> <p> <div class = "post-text" itemprop = "text"> <p> In windows, your only option is to do exactly what you are doing. Outlook, Internet Explorer, Firefox, do all this </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/c-display-file-from-byte-or-stream.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-display-file-from-byte-or-stream.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-display-file-from-byte-or-stream.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=5114873606798681817&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5114873606798681817&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5114873606798681817&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5114873606798681817&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5114873606798681817&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5114873606798681817&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='832982504873549629' itemprop='postId'/>
<a name='832982504873549629'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-loosely-coupled-non-referenced.html'>c# - Loosely-coupled, non-referenced assembly - how to make sure it's
in the \bin\Debug folder of the exe project for debugging? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-832982504873549629' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I am creating a loose-coupled app, where the main XE project refers to an assembly with the interface . Solid implementation of those interfaces are in assembly assemblies that are indirectly referenced - though through the IOC, the build output of those assemblies is not copied to the <code> bin \ debug </code> folder in the xi, which means That my IoC can not find them. </p> <p> How can I make sure that those assemblies are copied, if there is no real project / assembly reference? </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> After you build the project, copy the desired files into the output directory. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/c-loosely-coupled-non-referenced.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-loosely-coupled-non-referenced.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-loosely-coupled-non-referenced.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=832982504873549629&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=832982504873549629&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=832982504873549629&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=832982504873549629&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=832982504873549629&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=832982504873549629&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='4421430958055681778' itemprop='postId'/>
<a name='4421430958055681778'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-to-encourage-positive-developer.html'>How to encourage positive developer behavior with an IDE? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-4421430958055681778' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> IDE's goal is to increase productivity, they do a great job on it, refactoring, navigation, inline documentation, auto completion productivity Is to increase. </p> <p> But: <strong> Every device is a weapon </strong> Very IDE helps in producing chunk codes. There is an invitation to create a Bud Code for some INDE features: Code Generation, Code Formatting Tools, Refactoring Tools. </p> <p> The IDE tries to isolate the developers with the most important information necessary. It is a good thing that you can start working. But at some point in your career, you have to find out how to start the process. You can ignore this description for a while, In the end, they are important for writing working products (vs bolt together that works 90% of the time). </p> <p> <strong> How do you encourage the behavior of other developers working with IDE? </strong> This is a question that is old as a copy and paste. </p> <p> To get the right effect: <strong> Developers can use their maximum creativity and inspiration </strong> IDEs and all related tools because they look fit. Nobody should take strict measures against them. I do not want anyone to demotivate and force anyone to be encouraging good behavior. If you do wrong, then he should suck it a bit. You can ignore it in the same line as the "acceptable rate" metric (and reputation), but <strong> life is better if you follow the rules </strong>. </p> <p> (Should work in a particular setting. You can ignore reviews, change staffing or more education possible solutions.) </p> </div> <p> <div class = "Post-text" itemprop = "text"> <p> <strong> Train your IDE instead of being trained by it. </strong> </p> <p> The way you (or your team) wants, formatting the code. Disable the heck, even in those cases where it is understood that I have a sensible combination of such an IDE tab and empty space (where <code> \ t </code> is clearly tab character) Something is not aligned: </p> <pre> <code> {\ tcout & lt; & Lt; "Hello" \ t & lt; & Lt; (Some + tall + expression + \ t to_produce_the_word (world)) \ t & lt; & Lt; Endl; } </code> </pre> <p> In languages ​​like Java, you can not escape boilerplate. You have the best option to see the generated code, to make sure it's written with your hand. Modify it as needed, if possible, configure your IDE to generate the exact code. Eclipse is very good on this. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/how-to-encourage-positive-developer.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-to-encourage-positive-developer.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-to-encourage-positive-developer.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=4421430958055681778&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=4421430958055681778&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=4421430958055681778&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=4421430958055681778&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=4421430958055681778&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=4421430958055681778&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='9103720459156733387' itemprop='postId'/>
<a name='9103720459156733387'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-typegettype-returns-null.html'>c# - Type.GetType("namespace.a.b.ClassName") returns null -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-9103720459156733387' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> यह कोड: </p> <pre> <code> Type.GetType ("namespace.abClassName") <!-- कोड--> <!-- pre--> <p> रिटर्न <code> null </code>। </P> <p> और मेरे पास उपयोग में है: </p> <pre> <code> नामस्थान। <!-- Strong--> अपडेट: <!-- strong--> <!-- p--> <p> प्रकार मौजूद है, यह एक अलग कक्षा पुस्तकालय में है, और मुझे इसे स्ट्रिंग नाम से प्राप्त करना होगा। </code> </pre> P> </div> <p> <div class = "post-text" itemprop = "text"> <p> <code> प्रकार। GetType ("namespace.qualified.TypeName") </code> केवल तब काम करता है जब प्रकार या तो mscorlib.dll या वर्तमान में क्रियान्वित विधानसभा में पाया जाता है। </p> <p> यदि उन चीजों में से कोई भी सत्य नहीं है, तो आपको एक की आवश्यकता होगी। </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/c-typegettype-returns-null.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-typegettype-returns-null.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-typegettype-returns-null.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=9103720459156733387&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=9103720459156733387&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=9103720459156733387&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=9103720459156733387&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=9103720459156733387&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=9103720459156733387&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='1312951074963330627' itemprop='postId'/>
<a name='1312951074963330627'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/aspnet-windows-authentication-testing.html'>asp.net - Windows authentication - testing for different users -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-1312951074963330627' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> There is no role in my application, however I use Windows authentication to prevent anonymous users from accessing webpages. I need to test different users who use the system. I do not want to know different user passwords and I can not set dummy users in Active Directory. So how can I do this? </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> Set up virtual server with Active Directory Domain Services and IIS. After creating your own domain for your test and creating your own dummy user there, you can test your app using different ASP.NET applications and your app, but it is complete with your Live Active Directory setup. Like will be sandboxed. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/aspnet-windows-authentication-testing.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/aspnet-windows-authentication-testing.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/aspnet-windows-authentication-testing.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=1312951074963330627&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1312951074963330627&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1312951074963330627&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1312951074963330627&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1312951074963330627&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1312951074963330627&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='6180158261528949297' itemprop='postId'/>
<a name='6180158261528949297'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/net-vista-minesweeper-gameover-uncover.html'>.net - Vista Minesweeper Gameover uncover algorithm -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-6180158261528949297' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I'm trying to create a Vista MainSyper clone. Right now my highlighted algorithm is a waterfall algorithm, it looks like a class that grows bigger and bigger I saw in Vista Monenegepar, when its gameover, it runs again in a circular way to highlight the mines through the game . Does anyone know where this algorithm is? Thank you </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> You can find the nearest official name for the description algorithm, which is an algorithm in a spiral way Output the path to fully scan a grid. </p> <p> A simple algorithm (2n + 1) ^ 2, n> 0 will look like this for the clock scan of a square grid of size: </p> <p> (in the lower left corner of the grid </p> <ol> <li> Start from the center cell of the grid (</li> <li> left for the next cell (-1.0) </li> <li> Set the movement direction upwards (0, + 1) </li> <li> While the current cell (X, Y) is not a corner (i.e. (xn) ^ 2 == (YN) ^ 2), move in the set direction </li> <li> If the current cell is not (0,0) <ol start = "6"> <li> direction clockwise turn <ul> <li> (0, + 1) (+1) </li> <li > (+ 1,0) -> (0, -1) </li> <li> (0, -1) -> (-1.0) </li> <li> (-00) -> ( </li> <li> Once Upon a New Direction </li> <li> Getty Step 4 </li> </ol> </li> < Li> If you have an existing cell (0,0), you are done for <2} (2n) ^ 2 size and for non-square grid </li> </li>, you have to first 3 steps. </P> <p> There is an implementation available for class grid for Perl in the spiral object of Sarre-Tour module. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/net-vista-minesweeper-gameover-uncover.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/net-vista-minesweeper-gameover-uncover.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/net-vista-minesweeper-gameover-uncover.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=6180158261528949297&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6180158261528949297&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6180158261528949297&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6180158261528949297&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6180158261528949297&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6180158261528949297&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='1135438911675763492' itemprop='postId'/>
<a name='1135438911675763492'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/can-not-get-clojure-contrib-to-load.html'>Can not get clojure-contrib to load - FileNotFoundException -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-1135438911675763492' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I have tried to put the closer-contrib.jar in different places on my file system, when I started manually using RPL I tried to specify classpath, I tried to remove the jar and put the CLJ files on the classpath, nothing is working, I continue to do something like this: </p> <pre> <code> Java.io.FileNotFoundException: not close / destab / straw_utits_init Was taken. When I execute <code> (println (seq (.getURLs (java.lang.ClassLoader / sql) GetSystemClassLoader))))) </code> To view the classpath, it includes the Closer-Contraab: </p> <pre> <code> (# URL: / c: / program% 20 files / Java / JR 1.6.0_06 /lib/clojure-1.0.0 .jar & gt; ... & lt; url file: / c: / program% 20 files / java / jr 1.6.0_06 / lib / clojure-contrib .jar & gt;) </code> </pre> <p> When I create a .clj file of my own and call it Clasp So he keeps on condition I enables to use it or need it and want access to its functions. </p> <p> If I for example - move a .clj file - str-utils.clause for PLD (which is on the classpath) - this sort works - even though the file is found on the lite This is generally dependent on the other because nothing can be done with it buried in the Closer-Contributed work, which he can not get. </p> <p> Any idea why this will not work for closure-content? </p> </div> <p> <div class = "post -text" itemprop = "text"> <p> If you have compiled your own closer-content jar, you probably used the main branch That is not 1.0 compatible. </p> <p> Follow the doctor to checkout the Tagged Amendment of Closer-Contrabb. </p> <p> Here also maintains compatibility 1.0. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/can-not-get-clojure-contrib-to-load.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/can-not-get-clojure-contrib-to-load.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/can-not-get-clojure-contrib-to-load.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=1135438911675763492&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1135438911675763492&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1135438911675763492&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1135438911675763492&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1135438911675763492&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1135438911675763492&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='5502120424230086000' itemprop='postId'/>
<a name='5502120424230086000'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/installer-license-and-distribution.html'>installer - License and Distribution rights for Windows Resource
(instsrv.exe) -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-5502120424230086000' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I have a service installation that used to work on Win2k, I had to include instsrv.exe in the installer, Win2k Not included in sc.exe (which I use for XP and above) and instsrv.exe is not always installed ... so I can not trust it (Instsrv and sc create both services on the system / Is used to install). </p> <p> I am not able to obtain license terms or distribution rights for instsrv. However, there is a legal problem with me, in which the Microsoft Exchange has been included in its own installer and therefore it Is distributing to the consumer's customers? If you can point me to an actual license document for this exe then it would be greatly appreciated. </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> instsrv .Exa comes from the program, which you can download from Microsoft for free. The reference page indicates that when you install it, you will face the EULA (End User License Agreement), where you read about licensing terms about things like redistribution. </p> <p> You should read the agreement yourself, the way I read it, you can not bind the kit with your installer, although you can of course download it automatically and your With your own installed installer, you can click on your end user to accept Microsoft ELA on it. time. </p> <p> What about using a different approach? I believe for a simple service installation that there are probably only some registry keys or to zoom some. Maybe a simple script (Python or such?) Can also work. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/installer-license-and-distribution.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/installer-license-and-distribution.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/installer-license-and-distribution.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=5502120424230086000&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5502120424230086000&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5502120424230086000&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5502120424230086000&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5502120424230086000&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5502120424230086000&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='6968747587185362702' itemprop='postId'/>
<a name='6968747587185362702'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-how-to-set-long-string-in-default.html'>c# - How to set long string(>260) in default FileName in
SaveFileDialog? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-6968747587185362702' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I am using a SaveFileDialog and I have to set long string (longFileName) in FileName. The string longFileName is known in runtime. </p> <p> If I set </p> <pre> <code> saveFileDialog.FileName = longFileName; </code> </pre> <p> Then I get the <code> system.IO.PathTooLongException </code>. </p> <p> How can I do this? The bottom line is ... You can not do, the maximum file name for NTFS is 256. </div> <p> <div class = "post-text" itemprop = "text"> <p> My advice, minimize your filename. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/c-how-to-set-long-string-in-default.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-how-to-set-long-string-in-default.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-how-to-set-long-string-in-default.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=6968747587185362702&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6968747587185362702&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6968747587185362702&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6968747587185362702&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6968747587185362702&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6968747587185362702&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='8657208447025150953' itemprop='postId'/>
<a name='8657208447025150953'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/objective-c-nsmutablearray-addobject.html'>objective c - NSMutableArray addObject not working -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-8657208447025150953' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> मैंने अपने दृश्य नियंत्रक .h फ़ाइल में एक <code> NSMutableArray * श्रेणियां </code> घोषित किया है, और एक संपत्ति घोषित की है इसके लिए। </p> <p> <code> पार्सर में: पाया जाता हैखाना: </code> <code> NSXMLParser की विधि </code> मेरी .m फ़ाइल में प्रतिनिधि, मेरे पास यह कोड है: </p> <pre> <code> - (शून्य) पार्सर: (एनएसएक्सएमएलपीर्सर *) पार्सर पाया गया हैक्रारर्स: (एनएसएसटीइंग *) स्ट्रिंग {if (elementFound) {element = string; [Self.categories addObject: element]; }} </code> </pre> <p> लेकिन जब मैं <code> [self.categories addObject: element] </code> लाइन को डीबग मोड में घुसने के बाद पर ले जाता हूं, तो XCode मुझे बताता है कि आकार 0x0 है , 0 ऑब्जेक्ट्स मेरी XML फाइल में 3 तत्व हैं, इसलिए 3 आइटम सरणी में होनी चाहिए। </p> <p> मुझे कुछ बहुत स्पष्ट है और मैं समझ नहीं पा रहा हूं। </p> </div> <p > <div class = "post-text" itemprop = "text"> <p> "0x0" भाग एक मेमोरी एड्रेस है विशेष रूप से, "शून्य", जिसका अर्थ है कि आपके अस्थिर सरणी को उस समय मौजूद नहीं है जब इसे कहा जा रहा है। इसे अपनी -इन विधि में बनाने का प्रयास करें: </p> <pre> <code> categories = [[NSMutableArray alloc] init]; </code> </pre> <p> इसे अपने-डेलोक में रिलीज़ करना न भूलें। </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/objective-c-nsmutablearray-addobject.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/objective-c-nsmutablearray-addobject.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/objective-c-nsmutablearray-addobject.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=8657208447025150953&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=8657208447025150953&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=8657208447025150953&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=8657208447025150953&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=8657208447025150953&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=8657208447025150953&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='3574238076900085840' itemprop='postId'/>
<a name='3574238076900085840'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/entity-framework-mysql-ef-stored.html'>entity framework - Mysql EF Stored Procedure, did not generate C# part -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-3574238076900085840' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I have mysql database with a store process when I add it to the schema, so I found it in edmx: </p> <pre> <code> & lt; Function Name = "abzac_GetByPage" Overall = "Wrong" BuiltIn = "false" NiladicFunction = "false" IsComposable = "false" parameter TypeSememetics = "Allow Approval" Schema = "Paragraph" /> </code> </pre> <p> This is in my SSDL portion. But there is nothing in the Designer.cs file, what's wrong? </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> You should import the function (just right click Import the function and function in the store part of the model Select ...) <br /> But if you are using EF v1.0 then the function will be imported only when the function returns the result set. This limit is not included in the upcoming EF v4. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/entity-framework-mysql-ef-stored.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/entity-framework-mysql-ef-stored.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/entity-framework-mysql-ef-stored.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=3574238076900085840&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3574238076900085840&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3574238076900085840&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3574238076900085840&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3574238076900085840&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3574238076900085840&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='7237499578454978460' itemprop='postId'/>
<a name='7237499578454978460'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/python-why-do-i-see-import-name.html'>python - Why do I see "cannot import name descriptor_pb2" error when
using Google Protocol Buffers? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-7237499578454978460' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br />We get this error when using the Python code generated from our Protobf classes: </p> <pre> <code> <!-- html--> <p> <div> The name descriptor_pb2 can not be imported </code> </pre> <p> The equivalent C ++ generated code works fine, so it will appear that there is no problem with our actual proto definitions. </p> <p> This error occurs when I try and import my class, like: </p> <pre> <code> import sys.path.append ('.. \ path \ To \ generate ') sys.path.append (' .. \ contrib \ Protobuf \ python ') FoBar_pb2 Import from FooBar </code> </pre> <p> Is it ideal to add system paths? </p> <p> I have a protocol </code> for <code> protobuf \ python \ google \ <code> descriptor_pb2.py </code> but only <code> descriptor.py </code> - we get the latest Version, so I think we do not have any files. </p> <p> Does anyone know what the solution is? </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> I believe that you generated <code> with descript Or_pb2.py </code> with <code > Protocol </code> yourself: </p> <pre> <code> generated by Protocol descriptor.pro-Python_out = GN / </code> </pre> <p> <code> gn / </code> A folder with python squares. After that, the following functions are correct: </p> <pre> <code> import from sys.path.append ('./.gen'). The file descriptor set should exist </code> </pre> <p> <code> ../gen / descriptor_pb2.py </code>. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/python-why-do-i-see-import-name.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/python-why-do-i-see-import-name.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/python-why-do-i-see-import-name.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=7237499578454978460&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7237499578454978460&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7237499578454978460&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7237499578454978460&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7237499578454978460&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7237499578454978460&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='6541871773603978037' itemprop='postId'/>
<a name='6541871773603978037'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/javascript-cfwindow-destroys-page.html'>javascript - Cfwindow destroys page -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-6541871773603978037' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I have an issue with cfwindow. I have a search page and each result has its own CFW Well when I When I open any syfindo, I take the background image and place it on the top of the material (even if the modal is set to right or wrong) and then after closing the window it Will be left without using the back button There is no way to go back to the content of the material, and it brings you back to the page, where you previously searched. </p> <p> Here the output is given for each search result, where it creates Cfwindow. </p> <pre> <code> & lt; Cfoutput query = "mysearch" & gt; & Lt; Cfobject name = "development" component = "TATN.development" type = "component" & gt; & Lt; Cfset page name = development.getListingName ("# mysearch.key #") & gt; & Lt ;; --- our cfWindow --- & gt; & Lt; Cfwindow x = "40" y = "40" closeable = "true" draggable = "false" init Show = "wrong" modal = "true" name = "# pageName #" refreshOnShow = "true" resizable = "true" height = "800" width = "825" source = "/ hotel / # pagename = .cfm" title = "# mysearch.custom3 #" /> & Lt; Div id = "hotels_results" onmouseover = "style.backgroundColor = '## FFBCBC';" Onmouseout = "style.backgroundColor = '## FFEDED';" & Gt; & Lt; Div class = "thumbnail" & gt; & Lt; A href = "javascript: ColdFusion.Window.show ('# pagename =')" & gt; & Lt; Img src = "/ photo / slideshowphoto / # mysearch.key # / one.jpg" border = "0" width = "180" height = "115" alt = "click to see more info" & gt; & Lt; / A & gt; & Lt; / Div & gt; & Lt; Div class = "hotels_text" & gt; If I was asked what the human mind has developed some of its finest gifts completely under the sky, then the biggest problems in life have been considered in the most profound way, welcome text goes here. & Lt; Br> & Lt; Div class = "hotels_book_now" & gt; & Lt; A href = "##" onMouseOut = "MM_swapImgRestore ()" OnMouseover = "MM_swapImage ('Book Now', '', 'images / h_book_now1.jpg', 1)" & gt; & Lt; Im = = "picture now" name = "book now" width = "113" height = "38" border = "0" align = "top" & gt; & Lt; / A & gt; & Lt; / Div & gt; & Lt; H3 & gt; Starting at $ 1000 a night & lt; / H3 & gt; & Lt; Br> & Lt; Br> & Lt; Br> & Lt; Div class = "hotels_ratings" & gt; & Lt; Input name = "star1" type = "radio" class = "star" & gt; & Lt; Input name = "star1" type = "radio" class = "star" & gt; & Lt; Input name = "star1" type = "radio" class = "star" & gt; & Lt; Input name = "star1" type = "radio" class = "star" & gt; & Lt; Input name = "star1" type = "radio" class = "star" & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Cfoutput & gt; </code> </pre> </div> <p> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/javascript-cfwindow-destroys-page.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/javascript-cfwindow-destroys-page.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/javascript-cfwindow-destroys-page.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=6541871773603978037&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6541871773603978037&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6541871773603978037&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6541871773603978037&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6541871773603978037&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6541871773603978037&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='2571118262853595828' itemprop='postId'/>
<a name='2571118262853595828'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-removing-all-references-from-tuple.html'>sql - Removing all references from a tuple using Oracle/Access -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-2571118262853595828' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I have created a simple database using Oracle, which has several tables and some obstacles, I want to interact with the database I am using Access 2007. . </p> <p> My problem is that I have a table called "customer" which holds many fields, especially a primary key called CUSTID. </p> <p> I have an "order" which uses the primary key as "primary" in the primary key </p> <p> Obviously, if I'm a customer being used in "order" If I try to delete, I get an error because it is being used that means I have to delete the special order that refers to the customer and then I can remove the customs record. </p> <p> I know that "Cascade" should remove all the things associated with it, my question is how can I do this from access? My database has limited knowledge, but enough to make an etc </p> <p> It is more of a recognized object, before I can remove anybody else, there is just one problem to remove some tuples. </p> <p> This is a database created for Oracle: </p> <pre> - "Clean" slate drop table item used to make cascade constructor; Drop Table Customer Cascade Consultants; Drop table corner cassettentants; Drop Table Platform Cascade Constructions; Table Item (ItemID Number (4) No NULL, Name CHAR (15) No NULL, Category CHAR (15) No NULL, Value Number (8) No NULL, Handicap ITEM_PK Primary Key (Itemid)); INSERT (1000, 'Carat Seeds', 'Packet Seeds', 2.99) in ITEMS Value; Insert item values ​​(2250, 'Ros', 'flower', 5.99); INSERT in Items Value (3300, 'Tomotose', 'Packet Seeds', 2.99); Include item values ​​(4050, 'gourmet', 'packet seeds', 1.99); (Client ID number table customer (4) No NULL, fName CHAR (10) No NULL, LNAME CHAR (10) No NULL, ADDRESS CHAR (40) No NULL, City CHAR (15) No NULL, PCODE CHAR (7) No Zero, number CNUMBER (11) noise, contract CUSTOMER_PK primary key (CUSTID)); Include in Customer Prices (1010, 'Jamie', 'Kelling', '149 Old Mansfield Road ',' Derry ',' DE214SA ', 07500966490); Insert in Customer Prices (2020, 'Helen', 'Darlington', '27 Morpark Avenue ',' Rockdale ',' All 113JQ ', 07890189802); Insert in Customer Prices (3030, 'Steven', 'Segal', '123 Folk Street', 'Ohio', 'S 090 BG', 01559345467); Customer values ​​include INSERT (4040, 'Bruce', 'Wayne', '17 lecrous crescent ',' Chicago, 'MN 432 BD, 07500966490); (4) No NULL, SHIPPCODE CHAR (7) No NULL, SHIPDATE Date, ItemID Number (4) No NULL, Quantity Number (4) No NULL, SHIPADD CHAR (40) No NULL, 3) No NULL, Total Number (8) No NULL, Obstacle ORDER_PK Primary Key (OrderID), FK_CUSTOMER Foreign Key (Customer ID), Reference Customer (Customer ID), Obstacle FK_ITEM Foreign Key Reference Item (Itemid) ; INSERT (10001010, '149 Old Mansial Road ',' DE214SA ', '12 -Jan-07', 1000,100,100.00) in the Corder Value; Include the order value ($ 2020, '27 MOORPARK Avenue ',' All 113 JQ ',' 04-Novi-10 ', 2250,200,100.00); INSERT (3000, 3030, '123 Folk Street', 'SE 095 BG', '30-OCT -08 ', 3300,150,100.00) in the Corder Value; INSERT (40004040, '17 lecrous crescent ',' MN 432 BD ',' 25-Jul-7 ', 4050,125,100.00) at the Cord value; Create table forums (FORUMID number (4) No NULL, title CHAR (30) No NULL, THREADNAME CHAR (30) No NULL, poster CHAR (20) No NULL, postdate, DATE, FORUM_PK primary key (FORUMID); Insert Forum Value (1001, 'General Chat', 'Beginner Question', 'Jamie Kelling', '25 -Nova-09'); Insert in Forum Values ​​(2002, 'OF TOPIC', 'FAYIVET BAND', 'HELLIN DARLINGTON', '12 -JAN-09 '); Include in Forum Value (3003, 'General Chat', 'Bulwest to?', 'Bruce Wayne', '02 -NOV-08 '); Insert form values ​​(4004, 'Off toxin', 'where do you live?', 'Steven Seal', '13 -JN-08 '); </pre> </div> <p> <div class = "post-text" itemprop = "text"> <p> The following is the standard SQL method to create with Disley Cascade. I do not know that it supports access, but Oracle has support for Delight Cascade. </p> <pre> change the table to add the foreign key to the cd. FK_CUSTOMER Reference Delete the cccad to the customer (custid) </pre> <p> If you are re-creating the tables, you remove the cascade in the table creation details With foreign key can also define. I.e. </p> <pre> constraint FK_CUSTOMER foreign key (customer ID) customer (customer ID) reference </pre> <p> with this </p> <pre> barrier FK_CUSTOMER foreign key (customer ID) reference Customer (Customer ID) on DELETE CASCADE </pre> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-removing-all-references-from-tuple.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-removing-all-references-from-tuple.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-removing-all-references-from-tuple.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=2571118262853595828&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2571118262853595828&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2571118262853595828&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2571118262853595828&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2571118262853595828&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2571118262853595828&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='9044020156984984955' itemprop='postId'/>
<a name='9044020156984984955'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/apache-mod-rewrite-for-shorter-urls.html'>Apache mod-rewrite for shorter urls -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-9044020156984984955' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> Is it possible that you do something with rewriting it? </p> <p> Current URL: </p> <prev> www.example.com/Departments/dynamicPage.php?DeptID=10&DeptName=HR </pre> <p> Set up a rewrite: < / P> <pre> www.example.com/hr </pre> <p> Can be redirected to the above (with arguments)? </p> <p> I know that I can create a "bell" folder at the root level and can add an html page with meta refresh, but I hate the extra disorder. </p> <p> I do not think that .htaccess 301 is possible, but please correct me if I am wrong. I am looking for a great solution which can be added for future examples. </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> It looks like anything should do the trick on its lines: </p> <pre> <code > RiverRightium ^ HR $ / Departments / Dynamic Page DPIPID = 10 & DIPName = HR [L] </code> </pre> <p> If you make it normal: </p> <pre> <code> rewrite% {REQUEST_FILENAME}! -f rewrite code% {REQUEST_FILENAME}! -d Recruitment Rule ^ (.) $ / / Departments / Dynamic Page. ? DeptID = 10 & amp; DeptName = $ 1 [L] </code> </pre> <p> Of course, you need to be careful about those people who are not actually present, and you will need to do this to make sure that your All names mean. </p> <p> If you want a 301 redirect, use <code> [R = 301] </code> or <code> [L, R = 301] </code> to rewrite the rule . </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/apache-mod-rewrite-for-shorter-urls.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/apache-mod-rewrite-for-shorter-urls.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/apache-mod-rewrite-for-shorter-urls.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=9044020156984984955&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=9044020156984984955&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=9044020156984984955&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=9044020156984984955&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=9044020156984984955&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=9044020156984984955&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='7908146695976640545' itemprop='postId'/>
<a name='7908146695976640545'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/multithreading-limiting-thread.html'>multithreading - Limiting Thread Execution Processor Cycles in Java -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-7908146695976640545' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I am writing a-testing framework for a competition. Participants present a bot class which is given from a given interface Matches. Then all the boats play a turn-based game. At each turn, I want to do the following: </p> <pre> <code> B for each bot: Start a thread that runs on most N cycles and beatanetfew () to complete all the threads Wait for everyone to make moves (from each bot) </code> </pre> <p> My difficulty comes in saying "the most N cycles". I can limit all the boats (up to half a second per turn) from time to time, but this means that some can get more processor cycles than others and do not allow hardening "Your bot recovers its decision Must be able to: A turn X time "requirement in competition. </p> <p> As it has been said, is there any idea in this Java? I'm looking at concatenation and locking but it does not feel like the right direction. Also, it is possible to run bots in Parallel and then use time for the ban (given that the computer is not running at that time), but it would be undesirable because it will slow down the speed at which we The result can be from the game. </div> <p> <div class = "post-text" itemprop = "text"> <p> I will create an interface with them to bot 1 repeat your algorithm, and a simple calculation We do. </p> <p> If you need a hard / CPU limit, there are not many (easy) ways to manage it in Java. </p> <p> You can not remove the CPU cycle with Java, but you can measure CPU time - which is just a huge improvement using the timer of the clock. </p> <p> CPU time standard package to use the current thread) </p> <pre> <code> threadmxbin tm = managementfighter .getThreadMXBean (); Tall CPU time = TM.EstContTrade CPU (); </code> </pre> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/multithreading-limiting-thread.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/multithreading-limiting-thread.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/multithreading-limiting-thread.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=7908146695976640545&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7908146695976640545&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7908146695976640545&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7908146695976640545&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7908146695976640545&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7908146695976640545&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='3117709097742650172' itemprop='postId'/>
<a name='3117709097742650172'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-to-trim-whitespace-from-data-bound.html'>How to trim whitespace from a data-bound XML element in WPF using
XPath? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-3117709097742650172' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> How can the white space be removed at the beginning and end of the content of an XML element, when WPAF is bound to the element in XPath ? </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> Believing that you believe something like this: </p> <pre> <code> Lt; X: XData & gt; & Lt; Foo & gt; Bar & lt; / Foo & gt; & Lt; / X: Data & gt; </code> </pre> <p> Then there is no white spot to trim. Immediately after the opening tag, the whitespace, and shortly after the closing tag, is negligible, and anyways it will be ignored. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/how-to-trim-whitespace-from-data-bound.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-to-trim-whitespace-from-data-bound.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-to-trim-whitespace-from-data-bound.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=3117709097742650172&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3117709097742650172&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3117709097742650172&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3117709097742650172&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3117709097742650172&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3117709097742650172&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='3805960408867216806' itemprop='postId'/>
<a name='3805960408867216806'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/net-can-performance-timer-time-in-gc-be.html'>.net - Can the performance timer "% Time in GC" be wrong? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-3805960408867216806' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> We have found that, from today, <em> "% time in GC" </em> (percentage time in the trash Collector) The display timer is continuously 100%, sometimes only slightly less even when no visitor was online at night. </p> <p> Then I placed <code> App_Offline.htm </code> in the root. Usually this brings down all ASP.NET activity. But for some strange reason, <em> "% time in GC" </em>, while decreasing by 34%, it remained constant. </p> <p> Am I clear about something here? </p> <p> <em> Edit: I wrote "only today", but it really is "from today". It has not gone away since then. </em> </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> With your answer, but the real reason this behavior looks different: </p> <p> <em> "Time in GC" </em> is not a real time counter </em>, instead it shows <em> the last value when the last value measured </em> When you close your web application with <code> App_Offline.htm </code>, GC will run and take a certain percentage. After that, CLR is completely inactive (objective op_offline), so there will be no other garbage collection and the percentage remains the same. So straight line, even when ASP.NET CLR activity is zero. </p> <p> Here the details of this counter have been given, which I copied here for reference (and to remind yourself to read the clarification of a counter before asking the stupid questions). </p> <blockquote> <p>% is the percentage of time passed in GC which was spent in the garbage collection (GC) from the previous GC cycle. This counter is usually an indication of the work done by the garbage collector, which is done to compile and compile memory. This counter updates only at the end of every GC and the counter value reflects the last human value; Its not average. </p> </blockquote> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/net-can-performance-timer-time-in-gc-be.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/net-can-performance-timer-time-in-gc-be.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/net-can-performance-timer-time-in-gc-be.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=3805960408867216806&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3805960408867216806&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3805960408867216806&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3805960408867216806&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3805960408867216806&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3805960408867216806&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='7408895745636540092' itemprop='postId'/>
<a name='7408895745636540092'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-date-conditions-using-search-logic.html'>mysql - Date conditions using Search logic -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-7408895745636540092' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> Rail plugin - provides the ability to filter by date of binary argument - I have my form set up in this way ... </p> <pre> <code> & lt;% form_for @search do | F | & Gt%; & Lt;% = f.label: start% & gt; & Lt;% = f.select: due_at_after, [[['', '']], ['Nov', '2009-11-01'. T_DATE), ['December', '2009-12-01' To_date]]%> & lt; Br> & Lt;% = f.label: end% & gt; & Lt;% = f.select: due_at_before, [[['', '']], ['Dec', '2009-12-01' 'T_adet'], ['Jan', '2010-01-01 'To_date]]%> & Lt;% = f.submit 'Search'% & gt; & Lt;% end% & gt; </code> </pre> <p> However, I am returning the date from the search item generated in the controller ... </p> <pre> <code> @search = Task.with_member (current_user). Search (Param [: Search]) </code> </pre> <p> It looks like a date is generating the ultimate </p> <pre> <code> {: due_at_after => Saturn, 31 Oct 2009 20:00:00 EDT-04: 00} </code> </pre> <p> With two formats, this form will not show drop-down as selected. SearchLock The format of the object also uses timezone adjust time. </p> <p> Any ideas on how to handle it? </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> A big part of your problem is happening because you are converting strings into wires, and back To date the dates I believe you can do as much as you want. </p> <p> The HTML form is not really the date of "understanding" - they simply "understand" the wire. Therefore it is okay to pass the stars instead of these stars. In other words, it is ok to remove <code> to_date </code>. </p> <pre> <code> & lt;% form_for @search do | F | & Gt%; & Lt;% = f.label: start% & gt; & Lt;% = f.select: due_at_after, ['Nov', '2009-11-01'], ['December', '2009-12-01']] ,: include_blank => True% & gt; & Lt; Br / & gt; & Lt;% = f.label: end% & gt; & Lt;% = f.select: due_at_before, [['December', '2009-12-01'], ['Jan', '2010-01-01']] ,: include_blank = & gt; True% & gt; & Lt;% = f.submit 'Search'% & gt; & Lt;% end% & gt; </code> </pre> <p> In addition, I like using <code>: include_blank = & gt; Instead of <code> [[,, '', '']] </code> (more human-readable, in my opinion), and I have a closed <code> & lt; Br / & gt; </code> Tags (standard HTML stuff - maybe you have made a typo?). </p> <p> By the way, if you want to specify a date, you can use the date constructor. Compared to writing and parsing it on date, it is faster to write and faster to execute. </p> <pre> <code> # Date (2009,11,1) Fast, Small, and Equivalent Date (2009, 11, 21) == '2009-11-01'. Toadet # - & gt; True </code> </pre> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-date-conditions-using-search-logic.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-date-conditions-using-search-logic.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-date-conditions-using-search-logic.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=7408895745636540092&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7408895745636540092&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7408895745636540092&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7408895745636540092&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7408895745636540092&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7408895745636540092&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='5937227577242836553' itemprop='postId'/>
<a name='5937227577242836553'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/ruby-on-rails-how-to-freeze-gem-that.html'>ruby on rails - How to freeze a gem that doesn't want to freeze? (rack)
-</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-5937227577242836553' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I get this error when I try to run my rail app for my shared hosting : </p> <pre> <code> can not activate rack (~> 1.0.1, runtime) for [], already active rack -0.0.0 [] </code> < / Pre> <p> So I want to freeze the rack gem in my Dev environment, and add it to the project, but even if it is in my config / environment.rb: </p> <pre> <code> Config.gem 'rack' </code> </rack> <pre> <code> ajmbp: trunk ajl $ rake gems: unpack: dependence (/ users / ajl / dev / site / trunk) ajmbp: trunk ajl $ ll vendor / gemma / .svn / haml-2.2 14 / net-ssh-2.0.16 / </code> </pre> <p> I tried to add another gem to configure. Just for fun (redcloth) is a test and he does the required work, but there is no luck with the rack. </p> <p> Any thoughts? Thanks! </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> Are you trying to upgrade to Rail 2.3.5? Read this thread: </p> <p> Short answer: You can not do but Dreamhost will upgrade the train on Monday. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/ruby-on-rails-how-to-freeze-gem-that.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/ruby-on-rails-how-to-freeze-gem-that.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/ruby-on-rails-how-to-freeze-gem-that.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=5937227577242836553&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5937227577242836553&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5937227577242836553&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5937227577242836553&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5937227577242836553&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5937227577242836553&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='3798055798894913887' itemprop='postId'/>
<a name='3798055798894913887'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/performance-what-is-overhead-of-method.html'>performance - What is the overhead of a method call in a good Java VM? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-3798055798894913887' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> Can a decomposed machine code come with an assembler listing? </p> <p> I mean that some upper part should be in C compared to the normal function call. </p> <p> VM needs to track calls to find hotspots, and when it uses the compiled code, it needs to provide ways to change the compiled method to fly, Edit a new loaded class </p> <p>: I think I should tell that I am a compiler writer and not a Java programmer and want to. Find out that Java applications are so slow that when Java micro benchmarks compare to native compiled code. So seeing some people is important to me, even if they only take a few dozen nanoseconds and some additional instructions. </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> Java does not compile directly into the machine code, it is compiled for bytecoc, which is then runtime But the machine code is either understood or compiled - I do not know how to reach the machine code at runtime, I just imagine that this large scale transfer, changing the bytes, to execute drum quickly and easily ends. </p> <p> A small method should be compiled entirely on call runtime. Even a large method call can be written by VM in the form of in-line machine code if sufficient references can be solved or ignored. </p> <p> The last use can be very helpful because this VM indicates how it can be. </p> <p> Since a method call can actually be compiled completely and the best There is also a low cost on the price - you should not worry about it. Just worry about your best code and performance problems when you have failed performance specs (at which point Spot-Optimizing would be better than trying to end method calls in your code, waste your codebase for everyone involved in it ). </p> <p> Note that due to runtime analysis, it can actually be faster than in the same case in C in some very rare cases (C compiler will not profile runtime and will have to adapt your code You must do all this, yourself). </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/performance-what-is-overhead-of-method.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/performance-what-is-overhead-of-method.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/performance-what-is-overhead-of-method.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=3798055798894913887&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3798055798894913887&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3798055798894913887&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3798055798894913887&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3798055798894913887&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3798055798894913887&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='236570350178100436' itemprop='postId'/>
<a name='236570350178100436'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/math-intersection-of-surface-plane.html'>math - Intersection Of A Surface An Plane -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-236570350178100436' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I'm finding a quick selection algorithm faster than the linear selection algorithm. To run some experiments I created two 3D plots which show the algorithm run time as the input array size and the function of the desired order figure. To use Gnuplot, I confirmed that in cases when the quadratic algorithm is fast, I used the Gnuplot's rotating algorithm, which used to function in my works (A, B, C, D, E, F Two functions are found, except for the ones that are stable but I am left): </p> <p> lin_alg_runtime (x, y) = a <em> x + b </em> y + c </p> < P> quad_alg_runtime (x, y) = (d * x * e * y) + f </p> <p> where X is the input array size and y order number The Ha. </p> <p> Now how do I use these models, to know how Quadratic implementation and Linear implementation I suspect that I have to find out what these two functions are but I Not sure how to do this, how does it show that these two functions are from? </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> Actually you want to use the algorithm which has the lowest runtime estimation. </p> <p> You can only calculate each value of the estimated runtime, and use the lowest value algorithm. You can make it very easy. </p> <p> You want to use quad algorithms when: </p> <pre> <code> qual_alg_runtime (x, y) & lt; Lin_alg_runtime (x, y) ax + by + c & lt; Dxey + f axle by -dexy + c-f & lt; 0 </code> </pre> <p> So you can calculate <code> ax + by -dexy + cf </code> and if it is less than zero, then use quadratic algorithm. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/math-intersection-of-surface-plane.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/math-intersection-of-surface-plane.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/math-intersection-of-surface-plane.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=236570350178100436&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=236570350178100436&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=236570350178100436&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=236570350178100436&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=236570350178100436&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=236570350178100436&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='6787369187565297302' itemprop='postId'/>
<a name='6787369187565297302'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/aspnet-remove-extra-unwanted-attribute.html'>asp.net - Remove an extra, unwanted attribute xmlns="" -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-6787369187565297302' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> Web. While adding a node dynamically in the config file, I'm getting an extra, unwanted feature. <br> xmlns = "" </p> <p> </p> <p> How can I solve it? </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> It depends on how you are generating web.config. </p> <p> If you are using XML Serialization, then you need to create an XMLSearer namespace and when you do the serialization. XmlSerializerNamespacesNs = New XmlSerializerNamespaces (); Ns.Add ("", ""); XmlSerializer.Serialize (stream, myObject, ns); </Code> </pre> <p> If you are editing the code in another way, then there will be a different answer. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/aspnet-remove-extra-unwanted-attribute.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/aspnet-remove-extra-unwanted-attribute.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/aspnet-remove-extra-unwanted-attribute.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=6787369187565297302&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6787369187565297302&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6787369187565297302&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6787369187565297302&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6787369187565297302&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6787369187565297302&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='7885891648748469780' itemprop='postId'/>
<a name='7885891648748469780'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-prevent-access-from-changing-queries.html'>sql - Prevent Access from Changing Queries -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-7885891648748469780' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br />Microsoft Access wants to be helpful and changes my query when the underlying object (either form or query) is not present. </P> <p> For example, if I had a query in which the following was done ... < / P> <pre> <code> choose first name from individuals </code> </pre> <p> If the person table is not yet present, and I import the query, enter an "expr:" in front of FirstName Will give place so that it does not find this column The issuer. </p> <p> Thanks </p> </p> </p> </p> </p> </div> </p> <p> <p> <div class = "post-text" "itemprop =" text "> <p> Change the query to specify aliases </p> <pre> <code> Select FirstName First name before the first name </code> </pre> <p> This MS Access I will stop making nicknames for you. I (fool I know, but it works.) </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-prevent-access-from-changing-queries.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-prevent-access-from-changing-queries.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-prevent-access-from-changing-queries.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=7885891648748469780&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7885891648748469780&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7885891648748469780&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7885891648748469780&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7885891648748469780&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7885891648748469780&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='3022254647223182022' itemprop='postId'/>
<a name='3022254647223182022'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/crash-boostpython-init-accepting-none.html'>crash - Boost.Python: __init__ accepting None argument -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-3022254647223182022' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I have a C ++ value type that is wrapped with a boost. Python in which there is a concept of zero value. Relevant sections of the wrapper code appear as follows: </p> <pre> <code> class_ < TCurrency & gt; Currency ("TCurrency") .def (init & lt; tall & gt; ()) .def (init & lt; const std: string & gt; ()) <lt; ... & gt ;; </code> </pre> <p> Currently, <code> any </code> to <code> __init __ () </code> to go through the method trying to create a tap example in Python C ++ ctor is called const string reference (<code> & amp; = NULL </code>) to call with an invalid reference. Is it possible to trap this matter where < Code> any </code> is not being passed to a constructor and to satisfy it or </p> <p> Boost 1.36 and Python 2.6.2 to throw at least a meaningful exception </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> If there is not used <code> init & lt; Void * & gt; </code> Overload passes, but I'm not sure how this can affect other CTOs in corner cases. I do not even find that any string bracket & amp; The conversion you mentioned, if I type <code> init> Void * & gt; </code> come out using Boost.Python 1.37 and Python 2.6.2. </p> <p> Example: </p> <pre> <code> #include & lt; Iostream & gt; #include & lt; String & gt; #include & lt; Boost / python.hpp & gt; Structure A {# Defined body {std :: cout & lt; & Lt; __PRETTY_FUNCTION__ & lt; & Lt; '\ N'; } A () body A (long) body A (std :: string const & body) A (zero * P) body #undef body}; BOOST_PYTHON_MODULE (E) {namespace boost :: python; Class_ & lt; A & gt; ("A") .def (init & lt; tall & gt; ()) .def (init & lt; std :: string const & gt; ()) .def (init & lt; void * & Gt; ()); } </code> </pre> <pre> >>> import pre >>> East. A (A): 0x839bf7c on >> one () and east A object >> >> AA (42) A: A (long int) and LT; East. A Object 0x839 BFCC >>> East A ("ABC") A :: A (Const Stroot :: String End) and LT. X Object 0x839bf7c> >>> <ac (none) a :: (zero *) & amp; east. ax 0x839bfcc> </pre> <p> if <code> init> lt; Void * & gt; </code> Excluded: </p> <pre> >>> ex.A (none) Traceback (most recent call final): File "& lt; stdin>", in line 1, & lt ; Module> Boost.Python.ArgumentError: Python Logic Type in A. __INIT___ (A, any type) does not match the C ++ signature: __int____ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/crash-boostpython-init-accepting-none.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/crash-boostpython-init-accepting-none.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/crash-boostpython-init-accepting-none.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=3022254647223182022&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3022254647223182022&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3022254647223182022&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3022254647223182022&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3022254647223182022&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3022254647223182022&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='6177003754930358236' itemprop='postId'/>
<a name='6177003754930358236'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/jquery-javascript-variable-value-gets.html'>jquery - JavaScript: Variable Value gets lost between functions -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-6177003754930358236' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> मेरे पास निम्न कोड है </p> <pre> <code> function updateSliderContent (json) {// & lt; - यहां परिभाषित जेसन सही है screen_order = json.screen_order.split ('_'); JQuery.each (स्क्रीन_डर, फ़ंक्शन (i, आइटम) {var screen_id = item; // इस बिंदु पर ऐसा नहीं है, इस प्रकार फ़ंक्शन, यदि ब्लॉक में है, तो कार्यान्वित नहीं होता है यदि (json [screen_id] .action == ' जोड़ ') {// doSomething} और अगर (json [screen_id] .action ==' निकालें ') {// doSomthingElse};}} </code> </pre> <p> मेरी समस्या यह है कि किसी भी तरह से, मान Json के (जो कि एक एजेएक्स कॉल से एक ऑब्जेक्ट है) jquery के प्रत्येक फ़ंक्शन में खो जाता है। मुझे अभी तक पता नहीं क्यों है, और न ही इसे कैसे हल करना है। Google मुझे इसका जवाब नहीं देता जो मैं ढूंढ रहा हूं। </p> <h3> संपादित करें 1 </h3> <p> यह वास्तविक कॉल है। </p> <pre> <code> फ़ंक्शन अद्यतन स्लाइडर () {var स्क्रीन ऑर्डर = ''; jQuery ('div # slider td')। प्रत्येक (फ़ंक्शन (आई, आइटम) {स्क्रीन ऑर्डर + = यह.एबीबीआर + '_';}) var एजेक्सडेटा = {sid: sid, story: story, date: theDate, स्क्रीन ऑर्डरः स्क्रीन ऑडर, मोड: 'ajax_update_slider'}; jQuery । एजाक्स ({डेटा: एजेक्सडाटा, डेटाटाइप ई: 'जेसन', सफलता: फ़ंक्शन (जेएसएन) {अपडेटस्लाइडर कंटेंट (जेएसन); }}); TheDate = Math.round (नई तिथि)। GetTime () / 1000.0); // यूनिक्स टाइमस्टैम्प स्लाइडरटिमर = सेटटाइमआउट ('अपडेटस्लिडर ();', 15000); }; जेएस बिन पर आपकी समस्या को पुन: उत्पन्न करने के लिए मैंने कोशिश की और असफल हुए हैं: </code> </pre> </div> <p> <div class = "post-text" itemprop = "text" br> (संपादन योग्य) </p> <p> आपके द्वारा दिखाया गया कोड अब तक बिल्कुल ठीक है, इसलिए समस्या आपके कोड या सिस्टम के कुछ अन्य भाग के कारण होनी चाहिए। हम सभी को सिर्फ अंधेरे में शूटिंग कर रहे हैं यदि हमें नहीं पता कि समस्या क्या है। </p> <p> कृपया समस्या को पुन: उत्पन्न करने का प्रयास करें और हम वहां से आपकी सहायता कर सकते हैं। </p> <h2> पूर्ण स्रोत कोड </h2> <h3> सूचकांक </h3> <pre> <code> & lt;; doctype html & gt; & Lt; html lang = "en" & gt; & Lt; शीर्ष & gt; & Lt; मेटा http-equiv = "सामग्री-प्रकार" सामग्री = "पाठ / html; वर्णसेट = यूटीएफ -8" / & gt; & Lt; title & gt; http: //stackoverflow.com/questions/1831384/javascript-variable-value-gets-lost-between-functions< / title & gt; & Lt; स्क्रिप्ट प्रकार = "टेक्स्ट / जावास्क्रिप्ट" src = "http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js" & gt; & lt; / स्क्रिप्ट & gt; & Lt; स्क्रिप्ट प्रकार = "टेक्स्ट / जावास्क्रिप्ट" src = "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" & gt; & lt; / स्क्रिप्ट & gt; & Lt; स्क्रिप्ट प्रकार = "टेक्स्ट / जावास्क्रिप्ट" & gt; $ .ajaxSetup ({url: 'test.json'}); फ़ंक्शन अपडेटः स्लाइडर कंटेंट (जेएसएन) {// & lt; - यहां परिभाषित जेसन सही है screen_order = json.screen_order.split ('_'); JQuery.each (स्क्रीन_डर, फ़ंक्शन (i, आइटम) {var screen_id = item; // इस बिंदु पर ऐसा नहीं है, इस प्रकार फ़ंक्शन, यदि ब्लॉक में है, तो कार्यान्वित नहीं होता है यदि (json [screen_id] .action == ' Add ') {console.log (screen_id,' action add ');} else if (json [screen_id] .action ==' remove ') {console.log (screen_id,' action remove ');};}); } फ़ंक्शन अपडेटस्लिडर () {var ajaxData = {}; JQuery.ajax ({डेटा: एजेक्सडेटा, डेटाप्रकार: 'जेसन', सफलता: फ़ंक्शन (जेएसएन) {अपडेटस्लाइडर कंटेंट (जेएसएन);}}); // theDate = Math.round (नई तिथि)। GetTime () / 1000.0); // यूनिक्स टाइमस्टैम्प स्लाइडरटिमर = सेटटाइमआउट ('अपडेटस्लिडर ();', 15000); }; $ (UpdateSlider); & Lt; / स्क्रिप्ट & gt; & Lt; / head & gt; & LT; बॉडी & gt; & Lt; / body & gt; & Lt; / html & gt; </code> </pre> <h3> test.json </h3> <pre> <code> {'screen_order': 'foo_bar_baz', 'foo': {'क्रिया': 'जोड़ें'}, 'बार' : {'क्रिया': 'जोड़ें'}, 'बाज़': {'कार्रवाई': 'हटायें'}} </code> </pre> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/jquery-javascript-variable-value-gets.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/jquery-javascript-variable-value-gets.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/jquery-javascript-variable-value-gets.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=6177003754930358236&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6177003754930358236&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6177003754930358236&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6177003754930358236&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6177003754930358236&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6177003754930358236&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='6462893182174701587' itemprop='postId'/>
<a name='6462893182174701587'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-what-shortest-regex-that-can-match.html'>c# - What's the shortest regex that can match non-zero floating point
numbers with any number of decimal places? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-6462893182174701587' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> Can Minimum Regex match any non-zero floating point numbers with any number of decimal? </p> <p> It should accept numbers like </p> <pre> <code> -1-5.9652 -7.00002 -0.8 -0.0500 -0.58000 0.01 0.000005 0.9 900 5 7.5 7.005 </code> </pre> <p> but reject the creation such as </p> <pre> <code> .02 -. -990 0-0.0 0 -0.000 0.00 - .. +0 + 1 + +1.26, etc. </code> </pre> <p> Support me for scientific notation with E, E and such is not needed. <br> The language I am using is C #, the way it is. </p> </div> <p> <div class = "post-text" itemprop = "text"> <pre> <code> ^ -? (0 \. \ D * [1-9] | [1-9] \ D * (\. \ D +)?) $ </code> </pre> <hr> <p> <strong> Edit </strong> Updated to reflect the new requirements (last decimal may be zero) </p> <pre> <code> ^ -? (0 \. \ D * [1-9] \ d * | [1- 9] \ d * (\. \ D +)?) $ </code> </pre> <p> (LookHead's Less than used: <code> ^ - (? (? ([= 1- 9]) \ d * | [1- 9] \ d * (\. \ D +)?) $ </code> .) </p> <hr> <p> <strong> EDIT2 </strong> if the example can pass <code> 001.000 <!-- p--> <pre> <code> ^ -? (? =? . * [1- 9]) \ d + (\. \ D +)? $ </code> </pre> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/c-what-shortest-regex-that-can-match.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-what-shortest-regex-that-can-match.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-what-shortest-regex-that-can-match.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=6462893182174701587&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6462893182174701587&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6462893182174701587&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6462893182174701587&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6462893182174701587&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6462893182174701587&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='2393670101371217805' itemprop='postId'/>
<a name='2393670101371217805'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/linq-problem-with-delete-when-multiple.html'>linq - problem with delete when multiple columns -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-2393670101371217805' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> इस काम को हटाते समय: </p> <pre> <code> orderitems.Delete (x = & gt; x.orderitem_sessionid == ट्रांसकी); </code> </pre> <p> हालांकि यह काम नहीं करता है </p> <pre> <code> ऑर्डरिटम। हटाएं (x = & gt; x.orderitem_sessionid == ट्रांसकी & amp; amp; x.orderitem_productid == 6 ); </code> </pre> <p> मुझे कोई त्रुटि नहीं मिली है, लेकिन कुछ भी नहीं हटाया गया है, मैंने एक विकल्प के रूप में कोड काम किया है </p> <pre> <code> var DeleteableItems = orderitems.All ()। (X = & gt; x.orderitem_sessionid == ट्रांसकी & amp; amp; x.orderitem_productid = 6); Foreach (हटाने योग्य आइटम में विभिन्न आइटम) item.delete; </code> </pre> <p> हालांकि उपरोक्त काम करता है, यह अभी भी मुझे बग करता है कि यह सबसोनिक 3.0.0.3 और माइस्किल डाटाबेस का उपयोग करते हुए केवल नाममात्र हटाना विधि के साथ काम नहीं करता </p> <p> धन्यवाद </p> < / Div> <p> <div class = "post-text" itemprop = "text"> <p> <strike> आपने कोशिश की है: </p> <pre> <code> orderitem.Delete (x => x .orderitem_sessionid == ट्रांसकी & amp; amp; x.orderitem_productid == 6); </code> </pre> <p> अपने संस्करण में अंतिम ऑपरेटर असाइनमेंट तुलना नहीं है </स्ट्राइक> </p> <p> मेरे उत्तर का एक टाइपो संबंधित है लेकिन कुछ के नीचे जनरेटेड एसक्यूएल प्राप्त करने पर टिप्पणी उपयोगी हो सकती है। </p> <p> दया, </p> <p> दान </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/linq-problem-with-delete-when-multiple.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/linq-problem-with-delete-when-multiple.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/linq-problem-with-delete-when-multiple.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=2393670101371217805&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2393670101371217805&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2393670101371217805&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2393670101371217805&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2393670101371217805&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2393670101371217805&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='4859141780573461137' itemprop='postId'/>
<a name='4859141780573461137'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-generic-object-controller-in-mvc-can.html'>c# - Generic object controller in MVC, can you improve my code? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-4859141780573461137' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I am creating an application that will display a list of items in a datagrid (any type of object). , And to update any item, the user code will know nothing about displaying the object to runtime, can you improve your code for updates? I am using FormColle to get an item from the form and to make an example of my class based on routing information, i.e. will remove the object (hardcoder employee, for example) from the URL and make an example of this. </p> <pre> <code> [http: //tipoost] Public Action Result Description {Try (Object stored in foreign currency) {// Tudo has established a form value container for new object string testing. = Archive [item. Toaster ()]; } Assembly assembly = Assembly assembly Gate Accelerating Assembly (); Dynamic Update Object = Current Assembly. Create Science ("Employee"); </code> </pre> </div> <p> <div class = "post-text" itemprop = "text"> <p> Take a look at ModelVisualizer in MVCContrib. It can display a collection of items that you can start from there. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/c-generic-object-controller-in-mvc-can.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-generic-object-controller-in-mvc-can.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-generic-object-controller-in-mvc-can.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=4859141780573461137&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=4859141780573461137&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=4859141780573461137&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=4859141780573461137&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=4859141780573461137&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=4859141780573461137&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='697357554235982624' itemprop='postId'/>
<a name='697357554235982624'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/uml-reverse-engineer-sequence-diagram.html'>uml - Reverse Engineer sequence diagram in StarUML -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-697357554235982624' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I am in the process of reverse engineering of an existing Java project. I am using StarUML to generate a class diagram. </p> <p> I would like to know how can I generate package diagrams, package dependency diagrams and sequence diagrams in the current code in StarUm? I would be more interested in the sequence diagram if not others. Can you please tell me about it? </p> <p> I would also like to know if you have come across any other better open source tools that do this work. Thanks for your time. </p> <p> Thanks, J </p> </div> <p> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/uml-reverse-engineer-sequence-diagram.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/uml-reverse-engineer-sequence-diagram.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/uml-reverse-engineer-sequence-diagram.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=697357554235982624&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=697357554235982624&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=697357554235982624&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=697357554235982624&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=697357554235982624&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=697357554235982624&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='6128025401977321386' itemprop='postId'/>
<a name='6128025401977321386'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/mvcrestful-routing-with-nested-urls.html'>MVC:RESTful routing with nested urls, when entities are not really
nested -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-6128025401977321386' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I really have a hard time with the resume pattern + nested url. I have asked a question, where I am getting right now. My domain is roughly: Schools, schools and teachers of schools are now schools, courses and teachers are not "nested" institutions in this sense that you can refer to any one of these with an ID. The site is a collection of "micro-sites" for each school that shows the curriculum and teachers of each. A course or teacher can be present in only one school. </p> <p> Say that we have a URL / school / 1 / course / 10 in the school curriculum 10 1. This work is fine. Say that the user changes hands from 10 to 11, which is in existence, but there is a school course. Just goes to a disturbance, my site still "thinks" the user is in 1 school, but as part of the syllabus 3 it shows. </p> <p> Should I make extension-prone parametric, both of which are asked for ID and "parent" unit (in this case the school) in this? Get from the repository, not with ID but with school barrier? </p> <p> Or is there a better way to do this? </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> The way I think about it, that is it; Even if you have 11 courses in the service, there is no resource available in URI / schools / 1 / curriculum / 11. Since there is no resource in this URI, I will return an HTTP 404 response to URI requests. </p> <p> In a way you can improve your service, replace the integer ID values ​​with the names of the entities (this name will need to be unique). This will make your URI more user-friendly. An example / school / hogwarts / course / nutrition will be. </p> <p> To further improve your service, you want to give users a way to navigate through various services available through various services. For example, you can definitely allow them to get a list of all the courses provided by a certain school. To do this, you will expose a resource on schools / hogwarts / courses, whose type of return will be a list of all the courses offered by the school. This list may be represented by an XML document such as the following snippet: </p> <pre> <code> & lt; Curriculum & gt; & Lt; Courses Yuri = "/ School / Hogwarts / Course / Defense + + + + + + + Against Arts" Protecting against dark arts & lt; / Course & gt; & Lt; Courses Yuri = "/ School / Hogwarts / Courses / Drugs" & gt; Potions & lt; / Course & gt; & Lt; / Course & gt; </code> </pre> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/mvcrestful-routing-with-nested-urls.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/mvcrestful-routing-with-nested-urls.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/mvcrestful-routing-with-nested-urls.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=6128025401977321386&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6128025401977321386&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6128025401977321386&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6128025401977321386&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6128025401977321386&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6128025401977321386&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='323613100314054343' itemprop='postId'/>
<a name='323613100314054343'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/is-there-substitute-for-pow-in.html'>Is there a substitute for Pow in BigInteger in F#? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-323613100314054343' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I told my compiler that the BigInteger class was using the Pow function in F #: </p> <blockquote> <p> This building is deprecated, this member has been removed to ensure that it is binary compatible with .NET 4.0 type System.Numerics.BigInteger </p> </blockquote> <p>. I feel right, but I did not get the replacement immediately </p> <p> Is there anyone? Should we only use our own Pow function? And (how) will it be converted to NET 4.0? </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> You can use the wrench function </p> <p> <code> Results = Power 42 I 42 </code> </p> <p> does any kind of work which understands multiplication and one. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/is-there-substitute-for-pow-in.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/is-there-substitute-for-pow-in.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/is-there-substitute-for-pow-in.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=323613100314054343&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=323613100314054343&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=323613100314054343&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=323613100314054343&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=323613100314054343&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=323613100314054343&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='5324119051047625833' itemprop='postId'/>
<a name='5324119051047625833'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/vbnet-threadding-clients-using-tcp.html'>vb.net - Threadding clients using a tcp listner -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-5324119051047625833' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> (Using VB 2008 Express.) </p> <p> I send client text to create a server Trying to request me I am using a client TCP listener to accept the clients, then each client has to send a thread to Threadpool, which is related to each customer's request, the client connection closes. It works fine but I would like to know how it works. Using the loop given below, I think I should send some value to the threaded sub. How does it know which customer is dealing with each thread? </p> <pre> <code> Sub. Code> </pre> </div> <p> <div class = "post-text" itemprop = "text"> <p> This does not happen until you have a state object to track that user Do not give up. </p> <p> View the MSDN article on the non-blocked TCP server: </p> <p> </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/vbnet-threadding-clients-using-tcp.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/vbnet-threadding-clients-using-tcp.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/vbnet-threadding-clients-using-tcp.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=5324119051047625833&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5324119051047625833&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5324119051047625833&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5324119051047625833&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5324119051047625833&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5324119051047625833&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='8916334743562431710' itemprop='postId'/>
<a name='8916334743562431710'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/ruby-on-rails-calling-controller-from.html'>ruby on rails - Calling a controller from another -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-8916334743562431710' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I want to take action from another controller of an administrator. </p> <p> How can I do this? </p> <p> A few years ago, there were helpful, but they are no longer available. </p> <p> Best Relationship </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> You do not call the action method of any other controller Can. <br> You have only two solutions </p> <p> Redirecting to the appropriate URL. </p> <pre> <code> redirect_to '/' </code> </pre> <p> But of course if you have data from a form, then you lose them. </p> <p> Any other controller. </p> <pre> <code> Render 'Controller / Action' </code> </pre> <p> You will keep all your defined data (parameters and everything). <br> But all you need to do again is what other controllers will do. </p> <p> There will be a solution to avoid repetitive code lines that you define each wars in a manner that is in your approach, and use this method in two of your controllers. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/ruby-on-rails-calling-controller-from.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/ruby-on-rails-calling-controller-from.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/ruby-on-rails-calling-controller-from.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=8916334743562431710&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=8916334743562431710&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=8916334743562431710&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=8916334743562431710&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=8916334743562431710&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=8916334743562431710&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='1923282488586554301' itemprop='postId'/>
<a name='1923282488586554301'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-why-do-i-need-to-set-visibility-of.html'>c# - Why do I need to set the Visibility of LinkButton in a ListView
Layout in the LayoutCreated event instead of directly on the
LinkButton? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-1923282488586554301' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I have a ListView control and I have LinkButton in the LayoutTemplate I see the visible property of & lt;% # isUserAdmin%> Tried to set up, where IsUserAdmin is a method that the user is either an administrator or not and gives the right or wrong based on the visibility set of controls, but I found out that this layout does not work for the template and I have a layout Go to the created event and get control And then to set the visibility I have to do this to control'm curious Leauttemplet me? I can use the object property in the ItemTemplate with no problem using the & lt;% # ISUserAdmin%> I was thinking that it would be really easy for LayoutTemplate, because only 1 control for Multiple Items for the ItemTemplates Instead is generated. </div> </div> <p> <div</html><br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/c-why-do-i-need-to-set-visibility-of.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-why-do-i-need-to-set-visibility-of.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-why-do-i-need-to-set-visibility-of.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=1923282488586554301&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1923282488586554301&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1923282488586554301&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1923282488586554301&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1923282488586554301&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1923282488586554301&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='6902501757955479441' itemprop='postId'/>
<a name='6902501757955479441'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/android-change-color-of-fab.html'>Android change color of FAB -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-6902501757955479441' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> फ्लोटिंग एक्शन बटन के लिए <code> SDK </code> में नमूना से मेरे पास <code> drawable <!-- कोड-->: <!-- p--> <pre> <code> & lt;? Xml संस्करण = "1.0" एन्कोडिंग = "UTF-8"? & Gt; & Lt; चयनकर्ता xmlns: एंड्रॉइड = "http://schemas.android.com/apk/res/android" & gt; & Lt; आइटम एंड्रॉइड: state_checked = "true" & gt; & Lt; लहर एंड्रॉइड: रंग = "@ रंग / प्राथमिक_लाइट" & gt; & LT; आइटम & gt; & Lt; आकार एंड्रॉइड: आकृति = "अंडाकार" & gt; & Lt; ठोस एंड्रॉइड: रंग = "@ रंग / प्राथमिक" / & gt; & Lt; / आकार & gt; & Lt; / मद & gt; & Lt; / तरंग & gt; & Lt; / मद & gt; & LT; आइटम & gt; & Lt; लहर एंड्रॉइड: रंग = "@ रंग / प्राथमिक_लाइट" & gt; & LT; आइटम & gt; & Lt; आकार एंड्रॉइड: आकृति = "अंडाकार" & gt; & Lt; ठोस एंड्रॉइड: रंग = "@ रंग / प्राथमिक" / & gt; & Lt; / आकार & gt; & Lt; / मद & gt; & Lt; / तरंग & gt; & Lt; / मद & gt; & Lt; / चयनकर्ता & gt; </code> </pre> <p> और मैं अपना <code> TextView </code> पृष्ठभूमि सेट कर रहा हूं: </p> <pre> <code> android: background = "@ drawable / fab_background" </code> </pre> <p> क्या कोई तरीका है कि मैं <code> fab_background </code> का उपयोग कर सकता / सकती हूं या मेरी <code> TextView </code> पृष्ठभूमि को अपने FAB का रंग बदलने के लिए खुद को संपादित कर सकता हूं? <code> & lt; android.support <!-- p--> <div> <!-- div--> <p> <div class = "post-text" itemprop = "text"> <p> आप निम्न कोड को सेट करके FAB का रंग बदल सकते हैं। Design.widget.floatingActionButton & gt; </code> लेआउट xml में: </p> <पूर्व> <code> ऐप: पृष्ठभूमिटिंट = "# एफएफएंड 00" </code> </pre> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/android-change-color-of-fab.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/android-change-color-of-fab.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/android-change-color-of-fab.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=6902501757955479441&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6902501757955479441&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6902501757955479441&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6902501757955479441&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6902501757955479441&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6902501757955479441&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='1024266926672105095' itemprop='postId'/>
<a name='1024266926672105095'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/ios-how-to-hide-content-on-specific.html'>ios - How to hide content on specific cells only, despite using
dequeueReusableCell? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-1024266926672105095' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> When we cross a specific number of lines, I would like to hide some elements in a custom cell I've added more rows than compared, because I need to scroll to the last line without bouncing effect. But now I have more cells, and after the rows I do not need cells> 13. </p> <p> If I tried to set up sleep, show the cell with someone else but dequeue ... The effect of the method is the cells, when I scroll up, goes into the previous cells, then they do not have any texts like rows now> 13. Is there a way to use a dequeue method, and for the rows Give to the lien & lt; 13, and remove the content for the rows> 13? </p> <p> Here are some code: </p> <pre> <code> function table view (table view: UITableView, cellularoattexpath indexpath: NSIndexpath) - & gt; UITableViewCell {var identifier = "" If tableView == self.tableView {identifier = "MyCell" cell = tableView.dequeueReusableCellWithIdentifier (identifier) ​​as myCell if indexPath.row & lt; 14 {cell.showContent = true cell.label.text = "test \ (indexPath.row)"} other {cell.showContent = false cell.label.text = "cell.addItem.text =" cell.setNeedsDisplay ( ) Return Cell} // Maiseel Override Funk Dracret (Rectunt: CGRact) {if! Show content {label.text = "" ed itam. Text = ""} and {path = UIBezierPath () // custom separator that should not be row & gt; 13 </code> </pre> <p> thanks </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> You do not modify the text Should do the <code> drawRect </code> method. You have already modified the label in cellphone. You just need it. </p> <p> He said, it is not like how I will do it. I would probably create a separate room for empty cells with their own identifier. In this way they can be really simple and you do not have to get rid of things like <code> cell.setNeedsDisplay () </code> from the separator line. So in Cellophora, just return a type of cell for data rows and a different cell for blank rows. There is no rule that says that all cells should be of the same class. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/ios-how-to-hide-content-on-specific.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/ios-how-to-hide-content-on-specific.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/ios-how-to-hide-content-on-specific.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=1024266926672105095&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1024266926672105095&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1024266926672105095&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1024266926672105095&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1024266926672105095&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1024266926672105095&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='624867074147615370' itemprop='postId'/>
<a name='624867074147615370'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-how-to-make-variable-hold-value.html'>sql - how to make variable hold the value taken from one procedure to
be used in another procedure in plsql -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-624867074147615370' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> मेरे पास एक ही पैकेज में दो प्रक्रियाएं हैं। </p> <ol> <li> <code> p_set_values ​​( <P> <p> <!-- li--> <!-- li--> <!-- p--> <!-- li--> <!-- p--> <!-- li--> <!-- li--> <!-- li--> कोड> मेरे_table में डेटा सम्मिलित करता है जहां <code> id_number = pn_id_number </code> </p> <p> <code> p_get_values ​​(prc_records OUT sys_refcursor) </code> - इस प्रक्रिया को my_table से मान चुनना होगा जहां id_number = Pn_id_number (नोट: वही आईडी नंबर जो मूल्य डालने के लिए उपयोग किया जाता है, जो अब सम्मिलित किए गए मूल्यों को सेट करने के लिए प्रयोग किया जाता है।) </p> <p> मैंने पैकेज स्तरीय चर घोषित किया है और <code> ln_id_number = pn_id_number </code> </p> <p> अब दूसरी प्रक्रिया में इस 'ln_id_number' का प्रयोग करते समय, ln_id_number का मान कुछ भी नहीं है जब dbms_putput.putline (ln_id_number) का उपयोग करके जांच की जाती है </p> <p> कृपया मुझे ऐसा करने में मदद करें, / P> <p> प्रक्रिया इस प्रकार है: </p> <pre> <code> बनाएं या पैकेट को बदलें ई शरीर pck_exit_info आईएस ln_id_number po010.polref% TYPE; प्रक्रिया p_set_values ​​(pn_id_number IN संख्या, pv_exit_option IN VARCHAR2) IS ln_system_date cs340.sysdte% TYPE; Lv_audaplcde package_audits.audit_application_code% TYPE; Ln_audstfno package_audits.audit_staff_number% TYPE; Ln_audupdid NUMBER; Lv_exit_option VARCHAR2 (1); BEGIN ln_system_date: = pck_system_context.f_get_system_date; Ln_id_number: = pn_id_number; dbms_output.put_line (ln_id_number); SELECT AUDUPDID_SEQ.NEXTVAL में ln_audupdid से दोहरे; अगर pv_exit_option = 'LE' तब lv_exit_option: = 'L'; ELSE lv_exit_option: = 'S'; अगर अंत; चुनें audit_application_code, audit_staff_number में lv_audaplcde, ln_audstfno पैकेज_audits से कहां प्रक्रिया = 'PCK_LEAVERS' और subprocess = 'DEFAULT'; My_table VALUES में सम्मिलित करें (pn_id_number, ln_system_date, lv_exit_option, ln_audupdid, ln_system_date, lv_audaplcde, ln_audstfno); END set_employer_exit_info; कार्यप्रणाली p_get_values ​​(prc_records बाहर SYS_REFCURSOR) है BEGIN /*dbms_output.put_line( 'नियोक्ता के अंदर आईआईडी'); Dbms_output.put_line (ln_id_number); * / * चुनने के लिए prc_records खोलें * my_table से WHERE polref = ln_id_number; - बंद करो prc_policy; END get_employer_exit_info; END pck_exit_info; </code> </pre> </div> <p> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-how-to-make-variable-hold-value.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-how-to-make-variable-hold-value.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-how-to-make-variable-hold-value.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=624867074147615370&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=624867074147615370&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=624867074147615370&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=624867074147615370&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=624867074147615370&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=624867074147615370&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='828038735784589195' itemprop='postId'/>
<a name='828038735784589195'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-could-not-open-input-file.html'>php - Could not open input file : localhost:8080 -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-828038735784589195' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br />Hello, php -s localhost: 80800 -t public on windows to run php web server from CMD prompts <html> <p> <div class = "post-text" itemprop = "text"> <p> / P> <p> and I can not open the 'input file: localhost: 8080' </p> <p> and still the CMD php test.php will echo the text? </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> Mario, you are right, this is just capital </p> <p> php -S localhost : 8888-T public </p> <p> Now I can see the page in a browser. I had to make a CD in the right direction ... and one index.php in public </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/php-could-not-open-input-file.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-could-not-open-input-file.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-could-not-open-input-file.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=828038735784589195&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=828038735784589195&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=828038735784589195&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=828038735784589195&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=828038735784589195&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=828038735784589195&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='3923336935240227621' itemprop='postId'/>
<a name='3923336935240227621'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-stored-procedure-dynamic-where.html'>mysql Stored Procedure Dynamic Where Clause -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-3923336935240227621' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> मेरे पास एक संग्रहीत कार्यविधि में निम्नलिखित क्वेरी है: </p> <pre> <code> SELECT * से tempProfile WHERE 1 = 1 और मामले जब l_primarymailingaddress = 'address1' तब find_in_set (add1_stateid, p_stateid) या p_stateid नल है जब l_primarymailingaddress = 'address2' फिर find_in_set (add2_stateid, p_stateid) या p_stateid नल अंत है; </code> </pre> <p> मैं p_stateid पर आईडी की एक सूची पास कर रहा हूँ। </p> <p> पहला मामला मेल खाता है, लेकिन दूसरा मामला नहीं है। </p> <p> इसलिए यदि, उदाहरण के लिए, मैं 7 में से गुजरता हूं, तो मैं उन सभी परिणामों को वापस प्राप्त करता हूं जिनके पास 7 add1_stateid में हैं, क्वेरी उन परिणामों को नहीं लौट रही है जिनके पास 7 में add2_stateid है। </p> <p> </p> <p> क्या कोई भी यह देख सकता है कि मैं यहाँ क्या गलत कर रहा हूं? </p> <p> बहुत धन्यवाद </p> </div> < P> <div class = "post-text" itemprop = "text"> <p> ठीक है - पता करने के लिए मेरे उत्तर को अपडेट किया गया है, जहां आपने स्पष्ट रूप से बताया है कि आप in_set और P_stateid का उपयोग क्यों कर रहे थे क्या केस स्टेटमेंट को दो में तोड़ना और किसी एक का उपयोग करके या उनमें से प्रत्येक की तुलना करने के लिए काम करना है? </p> <pre> <code> SELECT * FROM tempProfile WHERE के मामले में जब l_primarymailingaddress = 'address1' और find_in_set (add1_stateid, p_stateid) तब 1 0 अंत या मामले जब l_primarymailingaddress = 'address2' और find_in_set (add2_stateid, p_stateid) तब 1 या 0 या तो p_stateid नल है; </code> </pre> <p> दूसरा अद्यतन - दूसरा जोड़ा गया है या p_stateid नल है जब रिकॉर्ड वापस करने के लिए </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-stored-procedure-dynamic-where.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-stored-procedure-dynamic-where.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-stored-procedure-dynamic-where.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=3923336935240227621&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3923336935240227621&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3923336935240227621&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3923336935240227621&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3923336935240227621&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3923336935240227621&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='2460270983820998408' itemprop='postId'/>
<a name='2460270983820998408'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/r-merge-function-with-several-key.html'>r - Merge function with several key repetitions on the "right-crossing"
data frame -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-2460270983820998408' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br />Noob is sorry for the question, but in reality I do not know where to find me for this process that I should do. My problem is that I need to get the value of the second column in all the matches in the second column. Any kind of merge but in this case I have several repeating values ​​in the correct database, so I need all the matches. </P> <p> To be clear: Suppose I have such a data frame: </p> <pre> <code> df < -data.frame (CustomerId = c ("a", "b", "c", "h")) 1 a 2 b3c4h </code> </pre> <p> and my other dataframe Something like this will happen: </p> <pre> <code> df2 & lt; -data.frame (customer ID = C ("a", "b", "b", "b", "a", "d", "c"), code = c (1,2,2,3, 2,4,4) Customer ID code 1A1 2B2 3B2 4B3A2 6D4 7C4 </code> </pre> <p> Let me "merge" this two dataframes There is a need to do so that I can get all the code for each customer ID. I'll need something like this: </p> <pre> <code> Customer ID code 1 one 1,2 2B 2,3 3C4 4H NA </code> </pre> <p> I Found problems are: </p> <ul> <li> Repeated several times on the crossing dataframe </li> <li> I can use a loop but my database is so large that I avoid inefficiency </li> <li> The amount of time that the customer ID can be repeated on the second datafile variable </li> <li> This can be That repeats one of the customer ID multiple times but there is only one code, so I will only need one code, not all of them </li> <li> If no other customer ID is found on the other customer, Value will be required </li> </ul> <p> Thanks Guys for your help, hope can be a possible solution using <code> data.table </code>: </p> </p> > </Div> <p> <div class = "post-text" itemprop = "text"> <p> <pre> <code> Library (dataable) # data.trees to data.tables data = dt = data .table (df, key = " CustomerId ") dt2 = data.table (D. case sensitivity setname (DT2," CustomerID "," Customer ID ") can also retain all the files in the account, which have any important DT3 = Not merge (DT, DT2, all = t) #list "Customer ID" DT3 [list (code = list (unique (code)), = "customer ID"] </code> </Pre-> Separate the code by <p> If anybody is feeling uncomfortable, the data point is any <code> data beyond this point .table </code> objects can be easily simplified as <code> data.frame </code>: <code> df = data.frame (dt) </code>. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/r-merge-function-with-several-key.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/r-merge-function-with-several-key.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/r-merge-function-with-several-key.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=2460270983820998408&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2460270983820998408&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2460270983820998408&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2460270983820998408&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2460270983820998408&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=2460270983820998408&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='7848727020026012921' itemprop='postId'/>
<a name='7848727020026012921'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-javascript-validation-in-wordpress.html'>php - Javascript Validation in WordPress not working for Google form -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-7848727020026012921' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> My goal was to redirect the user after filling out Google Form on Wordpress. I have managed to do this and with CSS The form is relaxed. I have used the following tutorials: </p> <p> The problem is that I can not get my custom JavaScript recognition to work in WordPress. I have tested the code locally and have repeated it. </p> <prev> <code> & lt; Body & gt; & Lt; H1 id = "heading" & gt; This key form is a test & lt; / H1> & Lt; Form action = "http://www.wikipedia.org" method = "received" onsubmit = "return (valid ());" & Gt; & Lt; Ul id = "special-list" & gt; & Lt; Li & gt; First name: & lt; Input type = "text" name = "entry.198534167" value = "" & gt; & Lt; / Li & gt; & Lt; Li & gt; Last name: & lt; Input type = "text" name = "," entry .641095175 "value =" "& gt; & lt; / li & gt; <li> Input type =" radio "name =" gender "Man" = "Male" was checked> Male <!-- li--> <li> Input type = "Radio" name = "gender" value = "woman" & gt; female <!-- Li--> <!-- ul--> <input type = "submit" value = "submit"> <!-- form--> <!-- body--> and ; </code> </pre> <p> Javascript: </p> <pre> <code> var errors = []; validate the function () {var check_name = / ^ [A-GAA-Z] {2 , 30} $ /; var element = ["entry.198534167", "p. Register .6410 9 517 "]; var first_name = document.forms [0] .elements [0] .value; var last_name = document.forms [0] .elements [1] .value; if (! Check_name test (first_name )) {Errors [errors.length] = "Your first name was not entered correctly. Use letters as A-Z"; Document.forces [0] .elements [0]. Focus ();} If (! Check_name test (last_name)) {errors [errors.length] = "Your last name was not entered correctly. (ARR (error)); Return Return;} Return Correct;} Function Report Errors (Errors) {var msg = "Please enter valid data ... for" N "; (var i = 0; i & lt; errors.length; i ++ } {NumError = i + 1; msg + = "\ n" + numError + "" + error [i];} alert (msg);} </code> </pre> <p> I head over my javascript file I tried to add in, enqueue in my child's theme functions php file and finally the main part of the page template file. </p> <p> Finally, I know that my javascript page h Because this developer tool appears in the list of resources. I have also used a warning message that works on the document is ready. However, verification still does not work. </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> After running my javascript through jslint and ensuring that there were no fatal flaws, I found my error in the html form. Worked in code given in JSFDial Because the function was given in <code> validate () </code> form attribute <code> onsubmit = "" </code>. </p> <p> In the html on the WordPress, I <code> onsubmit = "submitted = true;" Was </code>. I believe this was a code copied from Google Form. My Bela was the right HTML (I did not need <code>; </code>) and th e WordPress code I was wrong. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/php-javascript-validation-in-wordpress.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-javascript-validation-in-wordpress.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-javascript-validation-in-wordpress.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=7848727020026012921&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7848727020026012921&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7848727020026012921&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7848727020026012921&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7848727020026012921&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7848727020026012921&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='1730316593723917318' itemprop='postId'/>
<a name='1730316593723917318'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-form-submit-on-condition.html'>PHP Form submit on condition -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-1730316593723917318' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I have a basic form, I only want to execute it when user input matches a set Can I create user so that user can supply "username" and password "password 1" if the page can go to the page? </p> <admin> <admin> <admin> <admin> <form username: <br> input type = 'text' name = 'username' value = 'admin' & gt; & lt; Br> Password: & lt; br & gt; method = 'post' action = 'addbooks.php' & lt; input type = 'text' name = 'password' value = '' & gt; & lt; br & Gt; & lt; br & gt; Input type = 'Submit' name = 'sbmt' id = 'sbmt' value = 'user_value' Class = 'user_class' onSubmit =' submit submit; /> & Lt; / form & gt; "; Submit the function () (if ($ _ POST ['username'] == 'admin') & amp; amp; ($ _ POST ['password'] == 'password1') {true;} Else { Warning ("Please check user name and password") return false;}} </code> </pre> <p> Edit: </p> <p> To clear the problem. </p> <p> I am trying to create a form with a username and password input. When the user clicks on this form, then he currently has the user addboo Ks.php.I want to make this conditional so that users can only access addbooks.php page, if user name = "admin" and provide password then provide "password 1". I currently click on the button Try to execute the submission function and submit the submit function if the user name and password match the administrator and password 1. If they do so, then you can add it to addbooks.php <p> <div class = "post-text" itemprop = "text"> <p> You can try it (note headers ("Location: addBooks.php" ) The part should be at the top of your code, before any HTML output is done): </p> <pre> <code> if (isset ($ _ POST ["user name"]) and continue ($ { _POST ["password"]) {if (($ _POST ["user name"] == "admin") and ($ _POST ["password"] == "password 1") {header ("Location: AdBook Php "); Go out; } Else {echo "Please check the username and password <br/>"}}} // Admin login echo & lt; Form method = "post" action = "'. $ _ SERVER [' PHP_SELF ']. & Gt; Username: <br/> input type =" text "name =" username "value = "Admin"> <br/> Password: <br/> Input Type = "Text" name = "password" value = "" & gt; & lt; br /> <br/> Input Type = "submit" name = "sbmt" id = "sbmt" value = "submit" class = "user_class" /> <!-- lt; / Form & gt; '; </code--> </pre> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/php-form-submit-on-condition.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-form-submit-on-condition.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-form-submit-on-condition.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=1730316593723917318&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1730316593723917318&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1730316593723917318&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1730316593723917318&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1730316593723917318&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=1730316593723917318&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='6819514400709692219' itemprop='postId'/>
<a name='6819514400709692219'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/preloadjs-preloading-large-amount-of.html'>preload.js - preloading large amount of video files - some computers
crash -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-6819514400709692219' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I am running a web-based experiment in which people will have to watch 100 second-second video (each 200km in size) After the second one is very important that there is no difference between the video, and so I preloading them before using preload.js. Experiment starts when all video loads 100%. </p> <p> However, it is problematic for some people who say that the preload is crashing their browser. I am guessing what is the reason for the problem of RAM? </p> <p> What could be a good way to go about solving this problem? Is this fashion loading video in poor behavior (how much data can I pre-load beforehand)? </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> It is unclear to your question whether this is a real preload process or a memory problem that allows viewers' browsers Crashing </p> <p> Another strategy is to trigger the next video in the group at the beginning of the current video and to run it when the <code> onended </code> event is turned on. </p> </p> P> Here are some pseudo codes that can help you get started: </p> <pre> <code> var loadNext, videoGetTime; VideoGetTime = Function (Ellie, Callback) {var Loading, Video; Video = $ (elephant); Loading = false; Video.one ('timeupdate', function (e) {var current time; current time = e. Original event target.comp.com time; if (current time> gt; = (video [0] duration / 2) & amp; Loading) {callback (); loading = true;}}); }; LoadNext = function (warning ('next loading'); }; Videogetimes ('# Video', LoadPen); </code> </pre> <p> and then </p> <pre> <code> video.on ('end', play the next video in the (// set) // //); </code> </pre> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/preloadjs-preloading-large-amount-of.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/preloadjs-preloading-large-amount-of.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/preloadjs-preloading-large-amount-of.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=6819514400709692219&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6819514400709692219&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6819514400709692219&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6819514400709692219&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6819514400709692219&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6819514400709692219&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='5708918146184661571' itemprop='postId'/>
<a name='5708918146184661571'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/osx-install-spatialite-on-os-x-yosemite.html'>osx - Install Spatialite on OS X Yosemite -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-5708918146184661571' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I have a problem installing the Spatial Tools on OS X Yosemite, I have read the first, but this helps me solve Not found problem </p> <p> Here I will make available the steps I have taken to install Speciation with Homebro. </p> <p> 1) Install the latest SQLite </p> <pre> <code> brew install Sqlite ==> Downloading https://homebrew.bintray.com/bottles/sqlite-3.8.8.3.yosemite.bottle.tar.gz Already downloaded: /Library/Caches/Homebrew/sqlite-3.8.8.3.yosemite.bottle Tar.gz = = & gt; Picture sqlite-3.8.8.3.yosemite.bottle.tar.gz == & gt; Warnings This formula is only lift, which means that it was not synchronized in / usr / local Mac OS X already provides this software and in order to create a different version in parallel to create all kinds of problems Could. OS X offers old SQL 3. Generally there is no result for you. If you create your own software and this formula is necessary for it, then you have to add it to your build variable: LDFALGS: -L / usr / local / opt / eslite / ippfalgs: -i / usr / local / opt / Esclaim / Include == & gt; Summary 🍺 /usr/local/Cellar/sqlite/3.8.8.3: 9 Files, 2.1M </code> </pre> <p> 2) Install Libetatialite </p> <pre> <code> Install Fluffy libspatialite ==> Downloading https://homebrew.bintray.com/bottles/libspatialite-4.2.0_1.yosemite.bottle.tar.gz Already downloaded: /Library/Caches/Homebrew/libspatialite-4.2.0_1.yosemite.bottle Tar.gz = = & gt; Insertion libspatialite-4.2.0_1.yosemite.bottle.tar.gz 🍺 /usr/local/Cellar/libspatialite/4.2.0_1: 26 files, 17M </code> </pre> <p> 3) Install spatialite -Tool </p> <pre> <code> brew Install Spaty -Type ==> Http://homebrew.bintray.com/bottles/spatialite-tools-4.2.0.yosemite.bottle.3.tar.gz Downloaded Before Downloading: / Library / Catches / Homebrew / Spatilight-Tools - 4.0.0 Bottle.3.tar.gz == & gt; Spiralite-Tools-4.0.0 .Usmate.bottle.3.tar.gz 🍺 /usr/local/Cellar/spatialite-tools/4.2.0: inserting 21 files, 804K </code> </pre> <p>) , Looks good till now Trying to use spatialite </p> <pre> <code> spatialite-processing SQLite title and source version mismatch 2015-02-25 13:29:11 9d6c1880fb75660bbabd693175579529785f8a6b 2014-12- 09 01:34: 36 f66f7a17b78ba617cde90fc810107f34f1a1f2e </code> </pre> <p> This is not feeling if spatialite like sqlite3 (f66f7a17b78ba617acde90fc810107f34f1a1f2e) is built on top of, but not (9d6c1880fb75660bbabd693175579529785f8a6b) </p> <p> current version 3.8.8.3 9d6c1880fb7 5660bbabd693175579529785f8a6b </p> <p> Required version 3.8.7.4 f66f7a17b78ba617acde90fc810107f34f1a1f2e </p> <p> To fix this manually, I manually install 3.10.13 in homebrew </p> <p> 6) Currently installed the latest version SQLite 3.8.7.4 of which need to be installed instead of Sqlite </p> <pre> <code> Remove brew sqlite brew unlink sqlite </code> </pre> <p> 7) Install SQLite 3.8.7.4 </p> </p> </P> </p> </p> </p> <p> Database </p> <pre> <code> SPECIALIAT geo.db "SELECT InitSpatialMetaData ();" Dyld: lazy symbol binding failed: symbol not found: _sqlite3_rtree_geometry_callback: referenced from: /usr/local/lib/libspatialite.7.dllib Required: /usr/local/lib/libsqlite3.0.dylib dyld: Symbol not found: _sqlite3_rtree_geometry_callback From referenced: expected in /usr/local/lib/libspatialite.7.dylib: /usr/local/lib/libsqlite3.0.dylib trace / bpt net: 5 </code> </pre> <p> is the issue That _sqlite3_rtree_geometry_callback can not be found in this library ... </p> <p> Please tell me what I did wrong or if it's a good idea to install it on OS X The way is </p> <p> Thank you for your time </p> </div> <p> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/osx-install-spatialite-on-os-x-yosemite.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/osx-install-spatialite-on-os-x-yosemite.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/osx-install-spatialite-on-os-x-yosemite.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=5708918146184661571&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5708918146184661571&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5708918146184661571&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5708918146184661571&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5708918146184661571&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=5708918146184661571&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='442460682335831290' itemprop='postId'/>
<a name='442460682335831290'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-can-i-create-view-in-mysql.html'>How can I create a view in mysql -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-442460682335831290' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> The SQL looks like this: </p> <pre> <code> select * From A to AID (A. Select group by id, where b.date & gt; '2015-01-01') group; </code> </pre> <p> <code> b.data> '2015-01-01' </code> is a dynamic situation. </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> You can not use a subkey in a view, but you are included in the tables for your requirement Can be: </p> <pre> <code> Create my_view as a view. A inner inner in b to aid = b Where Baidu & gt; '2015-01-01' Group by AID; </code> </pre> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/how-can-i-create-view-in-mysql.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-can-i-create-view-in-mysql.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-can-i-create-view-in-mysql.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=442460682335831290&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=442460682335831290&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=442460682335831290&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=442460682335831290&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=442460682335831290&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=442460682335831290&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='7753126617418350099' itemprop='postId'/>
<a name='7753126617418350099'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/python-access-request-object-in-adminpy.html'>python - Access request object in admin.py outside the class -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-7753126617418350099' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> How do I use the <code> request </code> object, so that I <strong> different </strong> Administrator idea based on user's rank </p> <p> Below is the code (<code> admin.py </code>) I want to do this, but how to use the current user (Admin: Admin admin): list_desplay = ['post_title' , 'Body', 'rating'] class simplepost (admin.modeladmin): list_display = ['post_title', 'category'] if request.user.is_superuser: admin.site.register (post, advanced post) Other: admin.site .register (post, simple post) </code> </pre> <p> thanks </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> Single class can write and For example: </p> <pre> <code> Class post admin (admin.modeladmin): df get_list_display (request): if request.user.is_superuser: [[post_title ',' body ',' Rating '] Return: </code> </pre> <p> Look for a list of the methods you can override. </p> </div> ['post_title', 'category']] </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/python-access-request-object-in-adminpy.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/python-access-request-object-in-adminpy.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/python-access-request-object-in-adminpy.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=7753126617418350099&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7753126617418350099&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7753126617418350099&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7753126617418350099&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7753126617418350099&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=7753126617418350099&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='3421864774967401323' itemprop='postId'/>
<a name='3421864774967401323'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/templating-how-to-create-rules-from.html'>templating - How to create rules from list of targets in Makefile? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-3421864774967401323' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> There are some configuration files in my project and they are generated from the same template like <code> foo.tmpl </code> => <code> Foo </code>. Now I would like to write a makefile that can generate a file related to the template. </p> <p> I could not have had anything like this: </p> <pre> <code>%:% .tmpl generate-to-tmpl $ & lt; </code> </pre> <p> Since this is the goal of all possible files, however, I only want to restrict my goal with the <code> .tmpl </code> correspondent. Now I've got the list of all templated files: </p> <pre> <code> TEMPLATED_FILES = $ (shell search-type f -name "* .tmpl") GENERATED_FILES = $ (TEMPLATED_FILES: .tmpl =) < / Code> </pre> <p> I have to do something that looks like: </p> <pre> <code> $ (foreach GENERATED_FILES): $ @ Tmpl generated-to-tmpl $ & lt; </code> </pre> <p> How can I get it? Thank you. </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> <code>%:% .tmpl </code> will try to match the target <code >% </code>, but if there is no match <code>% If the Tmpl </code> file exists, then that method will completely leave for that goal. </p> <p> I believe in what you really want </p> <pre> <code> $ (GENERATED_FILES):%: Do you have some reasons not to think like that? <!-- P--> <p> It is being said that if you want to be more specific, then what do you want:% .tmpl generated-to-tmpl $ & lt; </code> </pre> <p> which will only apply to files in <code> $ (GENERATED_FILES) </code>. </p> <p> In addition, if your template files are only in your directory, then you can use: </p> <pre> <code> TEMPLATED_FILES = $ (wildcard * .tmpl) </code> </pre> <p> instead of shell and <code> find </code> (there are also recursive wildcard defines available but <code> find </code> is appropriate if you need it). </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/templating-how-to-create-rules-from.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/templating-how-to-create-rules-from.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/templating-how-to-create-rules-from.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=3421864774967401323&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3421864774967401323&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3421864774967401323&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3421864774967401323&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3421864774967401323&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3421864774967401323&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='378753711904084254' itemprop='postId'/>
<a name='378753711904084254'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/html-why-does-ie9-not-display.html'>html - Why does IE9 not display javascript element properly
unless "developer tools" is opened? -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-378753711904084254' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I am working with a form that will display a SelectField (id = 'database') and only if the checkbox ( Id = 'optional') is selected (using Javascript) SelectField (id = 'alt_databases') will be displayed. This code works perfectly for Chrome / Firefox, but when I open "Developer Tools" then only works in IE9 based on Code Flask, Genza 2, and Javascript. Does anyone have advice on this? I am certain that this is an IE specific problem. </p> <p> Form: </p> <pre> <code> & lt; Form method = 'post' & gt; {{Form.hidden_tag ()}} {{form.alternate.label}} & lt; Br> {{Form.alternate}} & lt; Table class = 'center' style = 'margin-left: automatic; Margin-right: auto, width: 70% '& gt; & Lt; TR & gt; & Lt; Td square = 'media-left' style = 'display: none;' & Gt; {{Form.alt_databases.label}} & lt; Br> {{Form.alt_databases (size = 20)}} & lt; Br> & Lt; / TD & gt; & Lt; Td square = 'media-right' & gt; {{Form.databases.label}} & lt; Br> {{Form.databases (size = 20)}} & lt; Br> & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Table & gt; & Lt; Br> & Lt; P & gt; {{Form.submit}} & lt; / P & gt; & Lt; / Form & gt; Javascript: <!-- p--> <pre> <code> (function () {var el = document.getElementById ('optional'), source = document.getElementById ('alt_databases') ; Target = document.getElementById ('database'); el.addEventListener ('change', function () (if (L. check) {source.parentNode.style.display = 'block';} else {source.parentNode Style.display = 'none';}});}) (); </code> </pre> </div> <p> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/html-why-does-ie9-not-display.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/html-why-does-ie9-not-display.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/html-why-does-ie9-not-display.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=378753711904084254&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=378753711904084254&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=378753711904084254&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=378753711904084254&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=378753711904084254&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=378753711904084254&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='597286106446920884' itemprop='postId'/>
<a name='597286106446920884'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-select-query-without-exact-match.html'>mysql - Select query without exact match using % Wildcard -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-597286106446920884' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br />Hello, I have solved almost one problem and I need help using this code </p> <pre> Select <code> Select from the new products (where the old product from the old products of the product, like old products, new products like productivity). New product is to be selected). <!-- P--> <p> While the product ID varchar is like '91 or 91b ', then it is not only in both tables, only when <strong> Precise <!-- strong--> Varchar. <!-- P--> <p> I tried to do something like (% ProductID%) by doing it: <!-- p--> <pre> <code> Where old products Like productivity ('%' + new_products.ProductID + '%') </code> </pre> <p> Although the results are not working at all, it recognizes the item which is unique as both On the contrary. Any help? </p> </div> <p> <div class = "post-text" itemprop = "text"> Your expression in MySQL ('%' + new_products.ProductID + '%') Perhaps instead Try: </p> <pre> <code> CONCAT ('%', new_products.ProductID, '%') </code> </pre> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-select-query-without-exact-match.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-select-query-without-exact-match.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-select-query-without-exact-match.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=597286106446920884&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=597286106446920884&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=597286106446920884&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=597286106446920884&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=597286106446920884&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=597286106446920884&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='6075798958607446007' itemprop='postId'/>
<a name='6075798958607446007'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-server-addig-sql-database-to-aspnet.html'>sql server - Addig a SQL Database to ASP.NET MVC -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-6075798958607446007' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br />I'm trying to connect my SSP server (SQL Server 2014 MGT Studio) to my ASP.NET MVC (VSAPS3) but to be unsuccessful <html> <p> <div class = "text-post" itemprop = "Text"> <p>! This is the code I have installed, but I do not see the data from Systemview.Data.Entity.ModelConfiguration.ModelValidationException 'or the data from the table shows'. Any help would be greatly appreciated - I've attached my code below: </p> <p> Model: </p> <pre> <code> Using the system; Using System.Collections.Generic; Using System.Linq; Using System.Web; Nameshot Global Matriculation 2.Modals {Public Class GMUSALong {Receive Public Virtual IT BID; Set; } Public Virtual String BMetrics {get; Set; } Public Virtual String BTopic {get; Set; }}} </code> </pre> <p> context: </p> <pre> <code> using the system; Using System.Collections.Generic; Using System.Linq; Using System.Web; Using GlobalMetricsTest2.Models; Using System.Data.Entity; Namespace Global Matrix 2.DAL {Public Class GMUSALongContext: DbContext {Public DbSet & lt; GMUSALong & gt; GMTest {get; Set; }}} </code> </pre> <p> Controller: </p> <pre> <code> using System.Web; Using System.Web.Mvc; Using GlobalMetricsTest2.DAL; Using GlobalMetricsTest2.Models; Namespace Global MatrixTista 2. Controllers {Public Sector GMUSALongController: Controller {Private GMUSALongContext DB = New GMUSALongContext (); Public Performance Index () {var advItems = db.GMTest; See refresh (advItems.ToList ()); }}} </code> </pre> <p> See: </p> <prev> <code> @modelimimableable & lt; Global MeteorityTest 2 Models.gmUSLlogg> @ {ViewBag.Title = "Index"; Layout = "~ / scene / share / _Layout.cshtml"; } & Lt; H2 & gt; Index & lt; / H2 & gt; & Lt; Table & gt; & Lt; TR & gt; & Lt; Th & gt; Id & lt; / Th & gt; & Lt; Th & gt; Metrics & lt; / Th & gt; & Lt; Th & gt; Subject & lt; / Th & gt; & Lt; / TR & gt; @Forcha (Model Item in the Global Metricist Model 2.) {& lt; Tr & gt; & Lt; TD & gt; @ Item.BID: & lt; / TD & gt; & Lt; Td> @ Html.DisplayFor (ModelEystem => Items.Bamatrix) & lt; / Td> & Lt; Td> @ Html.DisplayFor (model item => items.bottical) & lt; / Td> & Lt; / TR & gt; } & Lt; / Table & gt; From the initial perspective, I advise you to try another approach. I </code> </pre> </div> <p> <div class = "post-text" itemprop = "text"> <p> Create a database table according to your wishes, then navigate to new projects - Create a templated MVC project, select ASP.NET web application. You will get a prompt with further options, select 'MVC' This will give you a good template example that you can refer to for any MVC questions. Creating a new project and adding MVC 5 with NUGET will start a cleaner example, but more steps will be required. </p> <p> Now that you've created your website, right-click on your 'Models' folder, select Ad -> New Item, select ADOnet Unit Data Model, you will get a prompt with more options,' Database Select the code before, provide the information of your database connection, imported like D, at this point you have functional data reference with all the necessary annotations allocated for a non-standard naming conventions needed. </p> <p> Now right-click on your 'View' folder, click on Add-> 'New Scofolded Items'. Select 'View MVC 5', give your view name (I recommend the name of your model + 'view'), which model you want to use, choose which type of screen you want to make, List ' Once created, you will find a good standard example of all the pieces you want to learn. After obtaining the knowledge you need, you can make minor changes to this process to create a highly functional screen for your site. </p> <p> </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-server-addig-sql-database-to-aspnet.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-server-addig-sql-database-to-aspnet.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-server-addig-sql-database-to-aspnet.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=6075798958607446007&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6075798958607446007&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6075798958607446007&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6075798958607446007&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6075798958607446007&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6075798958607446007&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='https://i.stack.imgur.com/ZgGZJ.png' itemprop='image_url'/>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='3351404544884412789' itemprop='postId'/>
<a name='3351404544884412789'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/ios-resizable-centered-circular-uiview.html'>ios - Resizable Centered Circular UIView -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-3351404544884412789' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I'm looking for a way to make a circle <code> UIView </code> which is resizable and remains centered (<em> View Image </em>). The pattern view in this example is a <code> UIView </code> subclass <code> WCSDailyGoal </code>. </p> <h2> ContainerView.m </h2> <pre> <code> - (void) Make DELailyGoalView {_dailyGoalView = [[WCSDailyGoalView alloc] initWithFrame: CGRectMake (0, 0, 200, 200)]; _dailyGoalView.delegate = self; _dailyGoalView.goal = 200; _dailyGoalView.center = self.view.center; [Self.view addSubview: _dailyGoalView]; } </code> </pre> <h2> WCSDailyGoal.m </h2> <pre> <code> - (minus) set traps: (CGFloat) target {CGPoint saveCenter = self.center; CGRF Newframe = CGRactMake (Selffrafe.organ.x, SelfForm.origin.a, target, goal); Self.frame = newFrame; Self.layer.cornerRadius = Goal / 2.0; Self. Center = save center; } </code> </pre> <p> <img alt="enter image details here" src="https://i.stack.imgur.com/ZgGZJ.png"> </p> </div> <p> <div class = "post-text" itemprop = "text"> <p> I was able to achieve this effect by creating a custom view (the following code in Swift): </p> <pre> < code> Class ResizableCircleView: UIView {var maximum Sijhः CGFloat = 100 var minSize: CGFloat = 10 personal revenge Dragreknaijhr: UIPanGestureRecognizer! CurrentScale on Private: CGFloat = 1 Private defaultSize: CGFloat {return frame.width / currentScale} Override function layoutSubviews () {super.layoutSubviews () if dragRecognizer == zero {dragRecognizer = UIPanGestureRecognizer (target: auto, action: "handleDrag: ") addGestureRecognizer (dragRecognizer)} background color = UIColor.blackColor () layer.cornerRadius = frame.width / 2 clipsToBounds = true} handleDrag function (identifier: UIPanGestureRecognizer) {go inTopArea = recognizer.locationInView (self) .y & LT; New.size = frame.height + (inTopArea -1: 1) * dew newSize = minutes (MAXSIZE, newSize) newSize = maximum (minSize, newSize) currentScale = frame.height / 2 give DY = recognizer.translationInView (auto) Change the newSize / defaultSize = CGAffineTransformMakeScale (currentScale, currentScale) recognizer.setTranslation (CGPointZero, in mind: keeping in mind)}} </code> </pre> <p> Setting the desired values ​​for you maximum and minimum size You can adjust <code> maximum size </code> and <code> minimum size </code>. Hope this will help. </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/ios-resizable-centered-circular-uiview.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/ios-resizable-centered-circular-uiview.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/ios-resizable-centered-circular-uiview.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=3351404544884412789&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3351404544884412789&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3351404544884412789&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3351404544884412789&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3351404544884412789&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=3351404544884412789&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>
<div class='post-outer'>
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta content='3808073632939273577' itemprop='blogId'/>
<meta content='6437373278257814206' itemprop='postId'/>
<a name='6437373278257814206'></a>
<h3 class='post-title entry-title' itemprop='name'>
<a href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-server-2008-r2-sql-query-to-fetch.html'>sql server 2008 r2 - SQL query to fetch data based on date range -</a>
</h3>
<div class='post-header'>
<div class='post-header-line-1'></div>
</div>
<div class='post-body entry-content' id='post-body-6437373278257814206' itemprop='description articleBody'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 1 */
google_ad_slot = "7133659506";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* link unit medium */
google_ad_slot = "9503418308";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
        <br /><html> <p> <div class = "post-text" itemprop = "text"> <p> I want to get data for the scenario below </p> <p> Input: (Today says: 1 -March -2015) </p> <p> No license & nbsp; & Nbsp; LicenseEndDate & nbsp; & Nbsp; LicenseType & nbsp; & Nbsp; Zodiac 1 & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 1-April-2015 & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; AB & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 100 <br> 2 & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 5-April 2015 & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; AB & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 150 <br> 3 & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; April 7, 2015 & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; BC & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 200 <br> 4 & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 10-July 2015 & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; AB & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 120 <br> 5 & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 10-July 2015 & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; BC & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 140 </p> <p> Expected O / P </p> <pre> <code> AB BC </code> </pre> <p> between 0-3 months 250 & nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 200 <br/> Between 3-6 months 120 & nbsp; Nbsp; & Nbsp; Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 140 <br/> This can increase </p> </div> <p> <div class = "post-text" itemprop = "text"> <pre> <code> Choose between 0-3 months' Where am I, from SUM (case when L. Likance type = 'AB' then L. & end), SUM (case when L. Likance type = 'BC', then L. & end) license. Linens Ended @ input date and dateAD (month, 3, @inputDate) between union between '3-6 months', SUM (case when L. Likance type = 'AB', then L. & end), SUM <!-- P--> <!-- p--> <!-- p--> <!-- p--> <!-- p--> <!-- p--> <!-- p--> <!-- p--> <!-- p--> <p> <!-- p--> <!-- p--> / P> <P> Or you can create a temporary table based on your input date <!-- p--> <pre> <code> | ID | Description | DATA_MIN | DATA_MAX | | 1 | Between 0-3 months. @ Input | @ Input + 3 | 2 | Between 3-6 months. @ Input +3 @ Input + 6 | </code> </pre> <p> and use it to join you </p> </div> </html> <br /> 
<div style='clear: both;'></div>
</div>
<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
Posted by
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta content='https://www.blogger.com/profile/05006124498600715544' itemprop='url'/>
<a class='g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' title='author profile'>
<span itemprop='name'>Unknown</span>
</a>
</span>
</span>
<span class='post-timestamp'>
at
<meta content='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-server-2008-r2-sql-query-to-fetch.html' itemprop='url'/>
<a class='timestamp-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-server-2008-r2-sql-query-to-fetch.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2011-05-15T03:22:00-07:00'>03:22</abbr></a>
</span>
<span class='post-comment-link'>
<a class='comment-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-server-2008-r2-sql-query-to-fetch.html#comment-form' onclick=''>
No comments:
  </a>
</span>
<span class='post-icons'>
<span class='item-control blog-admin pid-1222562627'>
<a href='https://www.blogger.com/post-edit.g?blogID=3808073632939273577&postID=6437373278257814206&from=pencil' title='Edit Post'>
<img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</span>
<div class='post-share-buttons goog-inline-block'>
<a class='goog-inline-block share-button sb-email' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6437373278257814206&target=email' target='_blank' title='Email This'><span class='share-button-link-text'>Email This</span></a><a class='goog-inline-block share-button sb-blog' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6437373278257814206&target=blog' onclick='window.open(this.href, "_blank", "height=270,width=475"); return false;' target='_blank' title='BlogThis!'><span class='share-button-link-text'>BlogThis!</span></a><a class='goog-inline-block share-button sb-twitter' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6437373278257814206&target=twitter' target='_blank' title='Share to Twitter'><span class='share-button-link-text'>Share to Twitter</span></a><a class='goog-inline-block share-button sb-facebook' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6437373278257814206&target=facebook' onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target='_blank' title='Share to Facebook'><span class='share-button-link-text'>Share to Facebook</span></a><a class='goog-inline-block share-button sb-pinterest' href='https://www.blogger.com/share-post.g?blogID=3808073632939273577&postID=6437373278257814206&target=pinterest' target='_blank' title='Share to Pinterest'><span class='share-button-link-text'>Share to Pinterest</span></a>
</div>
</div>
<div class='post-footer-line post-footer-line-2'><span class='post-labels'>
</span>
</div>
<div class='post-footer-line post-footer-line-3'><span class='post-location'>
</span>
</div>
</div>
</div>
</div>

        </div></div>
      
<!--Can't find substitution for tag [adEnd]-->
</div>
<div class='blog-pager' id='blog-pager'>
<span id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' href='http://dhara-shukla-gtu.blogspot.com/search?updated-max=2011-06-15T03:22:00-07:00&max-results=7&reverse-paginate=true' id='Blog1_blog-pager-newer-link' title='Newer Posts'>Newer Posts</a>
</span>
<span id='blog-pager-older-link'>
<a class='blog-pager-older-link' href='http://dhara-shukla-gtu.blogspot.com/search?updated-max=2011-05-15T03:22:00-07:00&max-results=7' id='Blog1_blog-pager-older-link' title='Older Posts'>Older Posts</a>
</span>
<a class='home-link' href='http://dhara-shukla-gtu.blogspot.com/'>Home</a>
</div>
<div class='clear'></div>
<div class='blog-feeds'>
<div class='feed-links'>
Subscribe to:
<a class='feed-link' href='http://dhara-shukla-gtu.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Posts (Atom)</a>
</div>
</div>
</div></div>
</div>
</div>
<div class='column-left-outer'>
<div class='column-left-inner'>
<aside>
</aside>
</div>
</div>
<div class='column-right-outer'>
<div class='column-right-inner'>
<aside>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* vertical */
google_ad_slot = "9922220705";
google_ad_width = 180;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 2 */
google_ad_slot = "1087125905";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script>
  (function() {
    var cx = '013012970007219310250:7h0fuxsxaza';
    var gcse = document.createElement('script');
    gcse.type = 'text/javascript';
    gcse.async = true;
    gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
        '//www.google.com/cse/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(gcse, s);
  })();
</script>
<gcse:search></gcse:search>
    <div class='sidebar section' id='sidebar-right-1'><div class='widget Profile' data-version='1' id='Profile1'>
<h2>About Me</h2>
<div class='widget-content'>
<dl class='profile-datablock'>
<dt class='profile-data'>
<a class='profile-name-link g-profile' href='https://www.blogger.com/profile/05006124498600715544' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'>
Unknown
</a>
</dt>
</dl>
<a class='profile-link' href='https://www.blogger.com/profile/05006124498600715544' rel='author'>View my complete profile</a>
<div class='clear'></div>
</div>
</div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'>
<h2>Blog Archive</h2>
<div class='widget-content'>
<div id='ArchiveList'>
<div id='BlogArchive1_ArchiveList'>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/'>
2015
</a>
<span class='post-count' dir='ltr'>(1583)</span>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/09/'>
September
</a>
<span class='post-count' dir='ltr'>(174)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/08/'>
August
</a>
<span class='post-count' dir='ltr'>(172)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/07/'>
July
</a>
<span class='post-count' dir='ltr'>(180)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/06/'>
June
</a>
<span class='post-count' dir='ltr'>(160)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/05/'>
May
</a>
<span class='post-count' dir='ltr'>(201)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/04/'>
April
</a>
<span class='post-count' dir='ltr'>(172)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/03/'>
March
</a>
<span class='post-count' dir='ltr'>(173)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/02/'>
February
</a>
<span class='post-count' dir='ltr'>(183)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2015/01/'>
January
</a>
<span class='post-count' dir='ltr'>(168)</span>
</li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/'>
2014
</a>
<span class='post-count' dir='ltr'>(1684)</span>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/09/'>
September
</a>
<span class='post-count' dir='ltr'>(186)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/08/'>
August
</a>
<span class='post-count' dir='ltr'>(180)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/07/'>
July
</a>
<span class='post-count' dir='ltr'>(160)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/06/'>
June
</a>
<span class='post-count' dir='ltr'>(167)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/05/'>
May
</a>
<span class='post-count' dir='ltr'>(187)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/04/'>
April
</a>
<span class='post-count' dir='ltr'>(176)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/03/'>
March
</a>
<span class='post-count' dir='ltr'>(200)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/02/'>
February
</a>
<span class='post-count' dir='ltr'>(241)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2014/01/'>
January
</a>
<span class='post-count' dir='ltr'>(187)</span>
</li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/'>
2013
</a>
<span class='post-count' dir='ltr'>(1486)</span>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/09/'>
September
</a>
<span class='post-count' dir='ltr'>(169)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/08/'>
August
</a>
<span class='post-count' dir='ltr'>(163)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/07/'>
July
</a>
<span class='post-count' dir='ltr'>(161)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/06/'>
June
</a>
<span class='post-count' dir='ltr'>(162)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/05/'>
May
</a>
<span class='post-count' dir='ltr'>(156)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/04/'>
April
</a>
<span class='post-count' dir='ltr'>(170)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/03/'>
March
</a>
<span class='post-count' dir='ltr'>(174)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/02/'>
February
</a>
<span class='post-count' dir='ltr'>(164)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2013/01/'>
January
</a>
<span class='post-count' dir='ltr'>(167)</span>
</li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/'>
2012
</a>
<span class='post-count' dir='ltr'>(1541)</span>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/09/'>
September
</a>
<span class='post-count' dir='ltr'>(176)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/08/'>
August
</a>
<span class='post-count' dir='ltr'>(160)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/07/'>
July
</a>
<span class='post-count' dir='ltr'>(163)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/06/'>
June
</a>
<span class='post-count' dir='ltr'>(179)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/05/'>
May
</a>
<span class='post-count' dir='ltr'>(169)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/04/'>
April
</a>
<span class='post-count' dir='ltr'>(158)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/03/'>
March
</a>
<span class='post-count' dir='ltr'>(201)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/02/'>
February
</a>
<span class='post-count' dir='ltr'>(168)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2012/01/'>
January
</a>
<span class='post-count' dir='ltr'>(167)</span>
</li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate expanded'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy toggle-open'>

        ▼ 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/'>
2011
</a>
<span class='post-count' dir='ltr'>(1528)</span>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/09/'>
September
</a>
<span class='post-count' dir='ltr'>(167)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/08/'>
August
</a>
<span class='post-count' dir='ltr'>(176)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/07/'>
July
</a>
<span class='post-count' dir='ltr'>(169)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/06/'>
June
</a>
<span class='post-count' dir='ltr'>(184)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate expanded'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy toggle-open'>

        ▼ 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/05/'>
May
</a>
<span class='post-count' dir='ltr'>(157)</span>
<ul class='posts'>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/unix-how-do-i-send-and-receive-real.html'>unix - How do I send and receive real-time signals...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/remove-characters-from-end-of-string.html'>Remove Characters from the end of a String Scala -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/cocoa-objective-c-printing-how-to-set.html'>cocoa - Objective C Printing: How to set header co...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-overloading-for-polynomial.html'>C++ overloading * for polynomial multiplication -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/winforms-c-printing-inconsistent.html'>winforms - C# Printing Inconsistent -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/internet-explorer-what-is-this-ie-css.html'>internet explorer - What is this IE CSS bug called...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/reflection-given-c-type-get-its-base.html'>reflection - Given a C# Type, Get its Base Classes...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-executing-gcc-from-notepad.html'>c - executing gcc from notepad++? -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/django-limit-foreign-key-choices-in.html'>django - Limit foreign key choices in select in an...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-display-file-from-byte-or-stream.html'>c# - Display a file from a byte[] or stream -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-loosely-coupled-non-referenced.html'>c# - Loosely-coupled, non-referenced assembly - ho...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-to-encourage-positive-developer.html'>How to encourage positive developer behavior with ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-typegettype-returns-null.html'>c# - Type.GetType("namespace.a.b.ClassName") retur...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/aspnet-windows-authentication-testing.html'>asp.net - Windows authentication - testing for dif...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/net-vista-minesweeper-gameover-uncover.html'>.net - Vista Minesweeper Gameover uncover algorithm -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/can-not-get-clojure-contrib-to-load.html'>Can not get clojure-contrib to load - FileNotFound...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/installer-license-and-distribution.html'>installer - License and Distribution rights for Wi...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-how-to-set-long-string-in-default.html'>c# - How to set long string(>260) in default FileN...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/objective-c-nsmutablearray-addobject.html'>objective c - NSMutableArray addObject not working -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/entity-framework-mysql-ef-stored.html'>entity framework - Mysql EF Stored Procedure, did ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/python-why-do-i-see-import-name.html'>python - Why do I see "cannot import name descript...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/javascript-cfwindow-destroys-page.html'>javascript - Cfwindow destroys page -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-removing-all-references-from-tuple.html'>sql - Removing all references from a tuple using O...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/apache-mod-rewrite-for-shorter-urls.html'>Apache mod-rewrite for shorter urls -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/multithreading-limiting-thread.html'>multithreading - Limiting Thread Execution Process...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-to-trim-whitespace-from-data-bound.html'>How to trim whitespace from a data-bound XML eleme...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/net-can-performance-timer-time-in-gc-be.html'>.net - Can the performance timer "% Time in GC" be...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-date-conditions-using-search-logic.html'>mysql - Date conditions using Search logic -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/ruby-on-rails-how-to-freeze-gem-that.html'>ruby on rails - How to freeze a gem that doesn't w...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/performance-what-is-overhead-of-method.html'>performance - What is the overhead of a method cal...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/math-intersection-of-surface-plane.html'>math - Intersection Of A Surface An Plane -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/aspnet-remove-extra-unwanted-attribute.html'>asp.net - Remove an extra, unwanted attribute xmln...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-prevent-access-from-changing-queries.html'>sql - Prevent Access from Changing Queries -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/crash-boostpython-init-accepting-none.html'>crash - Boost.Python: __init__ accepting None argu...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/jquery-javascript-variable-value-gets.html'>jquery - JavaScript: Variable Value gets lost betw...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-what-shortest-regex-that-can-match.html'>c# - What's the shortest regex that can match non-...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/linq-problem-with-delete-when-multiple.html'>linq - problem with delete when multiple columns -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-generic-object-controller-in-mvc-can.html'>c# - Generic object controller in MVC, can you imp...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/uml-reverse-engineer-sequence-diagram.html'>uml - Reverse Engineer sequence diagram in StarUML -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/mvcrestful-routing-with-nested-urls.html'>MVC:RESTful routing with nested urls, when entitie...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/is-there-substitute-for-pow-in.html'>Is there a substitute for Pow in BigInteger in F#? -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/vbnet-threadding-clients-using-tcp.html'>vb.net - Threadding clients using a tcp listner -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/ruby-on-rails-calling-controller-from.html'>ruby on rails - Calling a controller from another -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-why-do-i-need-to-set-visibility-of.html'>c# - Why do I need to set the Visibility of LinkBu...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/android-change-color-of-fab.html'>Android change color of FAB -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/ios-how-to-hide-content-on-specific.html'>ios - How to hide content on specific cells only, ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-how-to-make-variable-hold-value.html'>sql - how to make variable hold the value taken fr...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-could-not-open-input-file.html'>php - Could not open input file : localhost:8080 -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-stored-procedure-dynamic-where.html'>mysql Stored Procedure Dynamic Where Clause -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/r-merge-function-with-several-key.html'>r - Merge function with several key repetitions on...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-javascript-validation-in-wordpress.html'>php - Javascript Validation in WordPress not worki...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-form-submit-on-condition.html'>PHP Form submit on condition -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/preloadjs-preloading-large-amount-of.html'>preload.js - preloading large amount of video file...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/osx-install-spatialite-on-os-x-yosemite.html'>osx - Install Spatialite on OS X Yosemite -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-can-i-create-view-in-mysql.html'>How can I create a view in mysql -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/python-access-request-object-in-adminpy.html'>python - Access request object in admin.py outside...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/templating-how-to-create-rules-from.html'>templating - How to create rules from list of targ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/html-why-does-ie9-not-display.html'>html - Why does IE9 not display javascript element...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/mysql-select-query-without-exact-match.html'>mysql - Select query without exact match using % W...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-server-addig-sql-database-to-aspnet.html'>sql server - Addig a SQL Database to ASP.NET MVC -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/ios-resizable-centered-circular-uiview.html'>ios - Resizable Centered Circular UIView -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/sql-server-2008-r2-sql-query-to-fetch.html'>sql server 2008 r2 - SQL query to fetch data based...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-53-what-is-in-php-53.html'>php 5.3 - What is ?: in PHP 5.3? -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/google-app-engine-gatling-pressure.html'>google app engine - Gatling Pressure Testing of GA...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/2d-c-after-set-amount-of-seconds-change.html'>2d - C# after set amount of seconds change -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/javascript-how-could-i-show-hidden-div.html'>javascript - How could I show an hidden div when a...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/jquery-put-cursor-at-end-of-jeditable.html'>jquery - Put the cursor at the end of jeditable te...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/angularjs-angularjs-promise-returning.html'>angularjs - Angular.js promise returning [Object o...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/java-how-to-remove-commysqljdbcexceptio.html'>java - how to remove
com.mysql.jdbc.exceptions.jdb...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/jquery-disappears-when-wrapping.html'>JQuery disappears when wrapping datatable in a form -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/api-to-update-drools-rule-definition.html'>API to update Drools Rule Definition -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/html-how-to-create-web-pages-for-all.html'>html - How to create web pages for all resolutions...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/javascript-jquery-autocomplete-doesnt.html'>javascript - JQuery Autocomplete doesnt close -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-i-stuck-on-read-sub-arrays.html'>php - I stuck on read sub-arrays -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/java-how-can-i-tell-mycountdowntimer-to.html'>java - How can I tell MyCountDownTimer to quit whe...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/ruby-on-rails-why-does.html'>ruby on rails - Why does "rake elasticsearch:start...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-avoid-repeating-oneself-when-doing.html'>c# - Avoid Repeating Oneself When Doing A Select F...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/x86-can-access-function-in-assembly.html'>x86 - can't access function in assembly -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-with-limit20-it-runs-only-first-20.html'>php - with limit(20) it runs only the first 20 val...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/r-string-fuzzy-matching-using.html'>R: String Fuzzy Matching using jarowinkler -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/r-dropping-some-x-axis-values-in-ggplot.html'>r - Dropping some x-axis values in ggplot -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-can-i-read-unlimited-string-until.html'>How can I read an unlimited string until EOF and p...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/compare-read-string-with-string-in.html'>Compare read string with string in javascript -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/javascript-redirect-after-url-changes.html'>javascript - Redirect after URL changes on $stateC...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/java-what-causes-mongodb-gridfs-md5.html'>java - What causes a MongoDB / GridFS MD5 hash mis...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-file-automatically-saves-blank.html'>PHP File automatically saves blank inputs in my Da...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/ios-change-view-properties-depending-on.html'>ios - Change view properties depending on size cla...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/javascript-can-i-use-content-of.html'>javascript - Can I use the content of div:before a...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/modify-inbuilt-java-functions.html'>Modify inbuilt Java functions -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/search-for-specific-raw-input-python.html'>Search for Specific raw input python -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/regex-what-is-point-of-having-in.html'>regex - What is the point of having * in a regular...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/java-quartz-scheduler-cron-triggers.html'>java - Quartz Scheduler Cron Triggers -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/python-remove-empty-lists-in-pandas.html'>python - Remove empty lists in pandas series -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/checkout-git-subdirectory-into.html'>Checkout a git subdirectory into a particular fold...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/c-how-to-get-data-from-parsecom-in-list.html'>c# - How to get data from Parse.com in a list and ...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-codeigniter-search-box-or-search.html'>php - Codeigniter Search box or search form -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-i-want-to-escape-limit-in-dbselect.html'>php - I want to escape the limit() in db_select -</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-how-to-make-conditions-with-case.html'>php - How to make conditions with CASE WHEN in Sph...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/php-add-cjuiautocomplete-in-gridview.html'>php - Add CJuiAutocomplete in gridview row dymamic...</a></li>
<li><a href='http://dhara-shukla-gtu.blogspot.com/2011/05/how-to-run-graph-algorithms-on.html'>How to run graph algorithms on distributed graph d...</a></li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/04/'>
April
</a>
<span class='post-count' dir='ltr'>(182)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/03/'>
March
</a>
<span class='post-count' dir='ltr'>(166)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/02/'>
February
</a>
<span class='post-count' dir='ltr'>(171)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2011/01/'>
January
</a>
<span class='post-count' dir='ltr'>(156)</span>
</li>
</ul>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/'>
2010
</a>
<span class='post-count' dir='ltr'>(1540)</span>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/09/'>
September
</a>
<span class='post-count' dir='ltr'>(147)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/08/'>
August
</a>
<span class='post-count' dir='ltr'>(182)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/07/'>
July
</a>
<span class='post-count' dir='ltr'>(168)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/06/'>
June
</a>
<span class='post-count' dir='ltr'>(162)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/05/'>
May
</a>
<span class='post-count' dir='ltr'>(188)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/04/'>
April
</a>
<span class='post-count' dir='ltr'>(169)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/03/'>
March
</a>
<span class='post-count' dir='ltr'>(194)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/02/'>
February
</a>
<span class='post-count' dir='ltr'>(164)</span>
</li>
</ul>
<ul class='hierarchy'>
<li class='archivedate collapsed'>
<a class='toggle' href='javascript:void(0)'>
<span class='zippy'>

        ► 
      
</span>
</a>
<a class='post-count-link' href='http://dhara-shukla-gtu.blogspot.com/2010/01/'>
January
</a>
<span class='post-count' dir='ltr'>(166)</span>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class='clear'></div>
</div>
</div></div>
<table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'>
<tbody>
<tr>
<td class='first columns-cell'>
<div class='sidebar no-items section' id='sidebar-right-2-1'></div>
</td>
<td class='columns-cell'>
<div class='sidebar no-items section' id='sidebar-right-2-2'></div>
</td>
</tr>
</tbody>
</table>
<div class='sidebar no-items section' id='sidebar-right-3'></div>
</aside>
</div>
</div>
</div>
<div style='clear: both'></div>
<!-- columns -->
</div>
<!-- main -->
</div>
</div>
<div class='main-cap-bottom cap-bottom'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
</div>
<footer>
<div class='footer-outer'>
<div class='footer-cap-top cap-top'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
<div class='fauxborder-left footer-fauxborder-left'>
<div class='fauxborder-right footer-fauxborder-right'></div>
<div class='region-inner footer-inner'>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* vertical */
google_ad_slot = "9922220705";
google_ad_width = 180;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-9225434330217278";
google_ad_host = "pub-1556223355139109";
/* 2 */
google_ad_slot = "1087125905";
google_ad_width = 160;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script>
  (function() {
    var cx = '013012970007219310250:7h0fuxsxaza';
    var gcse = document.createElement('script');
    gcse.type = 'text/javascript';
    gcse.async = true;
    gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
        '//www.google.com/cse/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(gcse, s);
  })();
</script>
<gcse:search></gcse:search>
    <div class='foot no-items section' id='footer-1'></div>
<table border='0' cellpadding='0' cellspacing='0' class='section-columns columns-2'>
<tbody>
<tr>
<td class='first columns-cell'>
<div class='foot no-items section' id='footer-2-1'></div>
</td>
<td class='columns-cell'>
<div class='foot no-items section' id='footer-2-2'></div>
</td>
</tr>
</tbody>
</table>
<!-- outside of the include in order to lock Attribution widget -->
<div class='foot section' id='footer-3'><div class='widget Attribution' data-version='1' id='Attribution1'>
<div class='widget-content' style='text-align: center;'>
Simple theme. Powered by <a href='https://www.blogger.com' target='_blank'>Blogger</a>.
</div>
<div class='clear'></div>
</div></div>
</div>
</div>
<div class='footer-cap-bottom cap-bottom'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
</div>
</footer>
<!-- content -->
</div>
</div>
<div class='content-cap-bottom cap-bottom'>
<div class='cap-left'></div>
<div class='cap-right'></div>
</div>
</div>
</div>
<script type='text/javascript'>
    window.setTimeout(function() {
        document.body.className = document.body.className.replace('loading', '');
      }, 10);
  </script>

<script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/1807328581-widgets.js"></script>
<script type='text/javascript'>
window['__wavt'] = 'AOuZoY595jJT335Ur3-9nhAfmOiuknkGgQ:1714327349678';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d3808073632939273577','//dhara-shukla-gtu.blogspot.com/2011/05/','3808073632939273577');
_WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '3808073632939273577', 'title': 'DHara', 'url': 'http://dhara-shukla-gtu.blogspot.com/2011/05/', 'canonicalUrl': 'http://dhara-shukla-gtu.blogspot.com/2011/05/', 'homepageUrl': 'http://dhara-shukla-gtu.blogspot.com/', 'searchUrl': 'http://dhara-shukla-gtu.blogspot.com/search', 'canonicalHomepageUrl': 'http://dhara-shukla-gtu.blogspot.com/', 'blogspotFaviconUrl': 'http://dhara-shukla-gtu.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en-GB', 'localeUnderscoreDelimited': 'en_gb', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22DHara - Atom\x22 href\x3d\x22http://dhara-shukla-gtu.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22DHara - RSS\x22 href\x3d\x22http://dhara-shukla-gtu.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22DHara - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/3808073632939273577/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/16e657cb9c57b8a2', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Share to Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en_GB\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'archive', 'pageName': 'May 2011', 'pageTitle': 'DHara: May 2011'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard', 'ok': 'Ok', 'postLink': 'Post link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true, 'variant': 'simplysimple', 'variantId': 'simplysimple'}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'DHara', 'description': '', 'url': 'http://dhara-shukla-gtu.blogspot.com/2011/05/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': true, 'isLabelSearch': false, 'archive': {'year': 2011, 'month': 5, 'rangeMessage': 'Showing posts from May, 2011'}}}]);
_WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/3627635519-lbx__en_gb.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/13464135-lightbox_bundle.css'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'sidebar-right-1', document.getElementById('Profile1'), {}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar-right-1', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Loading\x26hellip;'}, 'displayModeFull'));
_WidgetManager._RegisterWidget('_AttributionView', new _WidgetInfo('Attribution1', 'footer-3', document.getElementById('Attribution1'), {}, 'displayModeFull'));
</script>
</body>
</html>