text
stringlengths
0
30.5k
title
stringclasses
1 value
embeddings
listlengths
768
768
a set of design rules / guidelines for implement web-based services.
[ 0.41777950525283813, 0.16381998360157013, 0.0074288309551775455, 0.11413442343473434, 0.10173598676919937, -0.17592251300811768, -0.0473194494843483, -0.28119564056396484, 0.04046401008963585, -0.8527820706367493, -0.46504881978034973, 0.27756863832473755, 0.11975719779729843, -0.047646831...
I am working on a character recognition project using neural networks. My first objective is to read those pixels from image where i found any alphabets. I mean if there are three alphabets in an image A, B and C at random places, how i will read the pixel values of A, B and C and store them in matrix ? On 12/Feb/16 A...
[ 0.2918858230113983, -0.11709656566381454, -0.12045358121395111, -0.07304684817790985, -0.32092636823654175, 0.30478817224502563, -0.044732049107551575, -0.21202674508094788, -0.29173171520233154, -0.6809707880020142, 0.17993170022964478, 0.5131602883338928, -0.1742861121892929, 0.237489700...
I have created a little example,please have a look, <http://jsfiddle.net/bWTwL/> I want to have a panel like this so that: 1.li(home).click > slide panel left >content fadeIn 2.X(click) > content fadeOut > slide panel right Now,I have 7 list items like home,about me etc.I want that when user clicks on any list item,th...
[ 0.356799453496933, -0.002714098896831274, 0.7993109822273254, -0.3225780129432678, -0.23097406327724457, 0.20329272747039795, 0.08116672188043594, -0.17085905373096466, -0.23849748075008392, -1.0577707290649414, 0.013275613076984882, 0.29143258929252625, -0.1906196027994156, 0.495076984167...
failed.Please see the same effect here to have a better understanding: <http://www.unpezvivo.com/proyectos/themeforest/cspp/02/#> Thanks in advance. [**Something along these lines will work fine.**](http://jsfiddle.net/Shef/P33Cj/) ### 1. CSS ``` div.panel { display:none; position: absolute; top: 0; ...
[ -0.28426241874694824, -0.06485234200954437, 0.7674957513809204, 0.036120932549238205, 0.09548287838697433, 0.22482949495315552, 0.4936460554599762, -0.4196370840072632, -0.1697942018508911, -0.36848151683807373, -0.5852173566818237, 0.34777817130088806, 0.03417391702532768, 0.0332351513206...
top:15px; cursor:pointer; }​ ``` ### 2. Markup ``` <ul id="menu"> <li><a id="home" href="#">Home</a></li> <li><a id="about-me" href="#">About Me</a></li> </ul> <div class="panels"> <div class="panel home"> <div class="content"> <span class="close">X</span> <p>Lorem ip...
[ -0.3130634129047394, 0.07791976630687714, 0.7712253332138062, 0.035493697971105576, -0.19503889977931976, 0.4340777099132538, -0.2499622404575348, -0.263279527425766, -0.20109394192695618, -0.6816965937614441, -0.5502035617828369, 0.4389292001724243, -0.08975472301244736, -0.40475121140480...
turpis ultricies semper. Nulla justo nibh, volutpat nec rutrum id, viverra ac nulla. Maecenas elit felis, rhoncus sit amet imperdiet eget, ultricies ut lorem. Praesent sed felis diam</p> </div> </div> <div class="panel about-me"> <div class="content"> <span class="close">X</span> ...
[ 0.009042521938681602, -0.1141815185546875, 0.7165672779083252, -0.06435241550207138, -0.23021452128887177, 0.7769853472709656, 0.1890442967414856, -0.35532549023628235, 0.1254919469356537, -0.46968623995780945, -0.1504887193441391, 0.5202342867851257, -0.12880729138851166, -0.3372420072555...
dolor, tristique eget tincidunt eu, posuere nec nulla. Nulla a sollicitudin diam. Nunc venenatis dui in turpis ultricies semper. Nulla justo nibh, volutpat nec rutrum id, viverra ac nulla. Maecenas elit felis, rhoncus sit amet imperdiet eget, ultricies ut lorem. Praesent sed felis diam</p> </div> </div> </d...
[ 0.2445032000541687, -0.07145994156599045, 0.722100019454956, -0.007471878081560135, 0.24086859822273254, 0.6770206093788147, 0.12737244367599487, -0.5188707113265991, -0.16621017456054688, -0.4818462133407593, -0.1144196018576622, 0.5839517116546631, -0.4218774139881134, -0.183068707585334...
.on('togglePanel', function(){ var $this = $(this) , $activePanels = $panels.filter(':visible').not($this); if ($activePanels.length) { $activePanels .one('panelHidden',
[ 0.32341882586479187, -0.42809954285621643, 0.420488178730011, -0.38313451409339905, 0.2857787013053894, 0.29848143458366394, 0.08958031237125397, -0.09368564188480377, -0.5515100955963135, -0.9680551290512085, -0.049758587032556534, 0.5171253681182861, -0.7387358546257019, 0.01521345321089...
function(){ $this.is(':visible') ? $this.trigger('hidePanel') : $this.trigger('showPanel'); })
[ 0.211177259683609, -0.2545527219772339, 0.20565736293792725, -0.47359803318977356, 0.3285354673862457, 0.03979389742016792, 0.32882043719291687, -0.09466228634119034, -0.07656415551900864, -0.4017539918422699, -0.27704566717147827, 0.38538333773612976, -0.6978799700737, -0.0582735240459442...
.trigger('hidePanel'); } else { $this.is(':visible') ? $this.trigger('hidePanel') : $this.trigger('showPanel'); } })
[ 0.26896822452545166, -0.16210104525089264, 0.18037621676921844, -0.4469468295574188, 0.26342880725860596, -0.0751858651638031, 0.30425193905830383, -0.11219467222690582, -0.21022361516952515, -0.5289116501808167, -0.31391778588294983, 0.2725803554058075, -0.6784219741821289, -0.11198335886...
.on('hidePanel', function(){ var $this = $(this); $this.find('.content').fadeOut(500, function() { $this.animate({ 'width': 'hide' }, 1000, function(){
[ 0.37770846486091614, -0.39957359433174133, 0.4376918375492096, -0.2085431069135666, 0.6080018877983093, 0.16340196132659912, 0.24554473161697388, -0.02620949223637581, 0.24644924700260162, -0.6856799125671387, -0.10601023584604263, 0.5405589938163757, -0.4009125232696533, 0.327449977397918...
$this.trigger('panelHidden'); }); }); }) .on('showPanel', function(){ var $this = $(this); $this.animate({ 'width':
[ 0.45498424768447876, -0.4088502526283264, 0.628814160823822, -0.5591918230056763, 0.24001137912273407, 0.09930696338415146, 0.3442991077899933, -0.32588374614715576, -0.18560440838336945, -0.47905898094177246, -0.1344914436340332, 0.5940996408462524, -0.4318310022354126, 0.229448139667511,...
'show' }, 1000, function() { $this.find('.content').fadeIn(500, function(){ $this.trigger('panelShown'); }); }); }); $panels.find('.content .close').on('click', function() {
[ 0.21409234404563904, -0.15613608062267303, 0.790565013885498, -0.1850195974111557, 0.1298501044511795, 0.156502366065979, 0.03281297907233238, -0.1040608361363411, -0.210418239235878, -0.6106380820274353, -0.32034432888031006, 0.6404382586479187, -0.3110715448856354, 0.26536989212036133, ...
$(this).closest('.panel').trigger('togglePanel'); }); });​ ``` --- I have used the [pub/sub pattern](http://addyosmani.com/resources/essentialjsdesignpatterns/book/#detailedobserver), which makes things easier. We minimize the redundant code. And the work flow is easier to follow. I would strongly suggest that ...
[ 0.2113722711801529, 0.07406137138605118, 0.2747233808040619, -0.20418888330459595, -0.13356852531433105, -0.15859293937683105, 0.33278682827949524, -0.10610885918140411, -0.3172064423561096, -0.6158491373062134, -0.032958053052425385, 0.6138614416122437, -0.29543253779411316, 0.13627639412...
> **Possible Duplicate:** > > [What does ^ in objective C mean?](https://stackoverflow.com/questions/9126461/what-does-in-objective-c-mean) ``` [SKSite requestSiteWithNameLike:@"Stack Overflow" completionHandler:^(SKSite *site, NSError *error) { SKFetchRequest *r = [[SKFetchRequest requestForFetchingUsers] withID...
[ 0.03595093637704849, 0.24204903841018677, 0.3805384933948517, 0.09980462491512299, -0.08959153294563293, 0.15824578702449799, 0.20475168526172638, -0.14412827789783478, -0.41273820400238037, -0.6287602782249451, -0.0811004787683487, 0.19275718927383423, -0.13320361077785492, -0.02480727806...
I already know how to create a new cmd window from a batch script with custom color, and a new cmd window with a custom prompt. However am wanting to find a way of combining the two together... Here is what I have in my batch file to create a new cmd window with customised prompt (in this case, the customised prompt i...
[ 0.4471406638622284, 0.20302250981330872, 0.3833457827568054, -0.1680368185043335, -0.11110777407884598, 0.3215382993221283, -0.06021084636449814, 0.1680614948272705, -0.10932697355747223, -0.9915185570716858, -0.03244507312774658, 0.7119600176811218, -0.2726109027862549, 0.2207010686397552...
work: ``` start cmd /k "color 42" /k "prompt $v" start cmd /k"color 42" "prompt $v" ``` If anyone can help point me in the right direction that would be awesome. Been searching via Google and other forums but after spending over an hour on a fruitless search I thought I'd ask a question here... The only thing you a...
[ 0.12953338027000427, 0.0041977642104029655, 0.21704788506031036, -0.05412044748663902, 0.07101772725582123, 0.09647577255964279, 0.29307588934898376, 0.10497625917196274, -0.34654316306114197, -0.7445897459983826, -0.3147520124912262, 0.5896555185317993, -0.2819543182849884, -0.12882196903...
the next command * `&&` - Only executes the next command if the prior command was successful (ERRORLEVEL=0) * `||` - Only executes the next command if the prior command failed (ERRORLEVEL<>0)
[ -0.19135768711566925, -0.0667334720492363, 0.6169693470001221, -0.10612887889146805, 0.26767781376838684, 0.0503508485853672, 0.5866290330886841, -0.2766565978527069, 0.05261576548218727, -0.3111948072910309, -0.6059590578079224, 0.759088397026062, -0.06359033286571503, -0.1520017385482788...
I have url <http://www.domain.com/folder/?variable=1> i would like to do a mod redirect to index.cfm with the folder going in as path variable and the variable as the second variable.. the first three lines work with my site, i am having trouble with the last bit ``` RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %...
[ 0.48323145508766174, 0.2724320888519287, 1.1337286233901978, -0.15186399221420288, -0.03306689113378525, -0.21091638505458832, 0.2139137238264084, -0.34057608246803284, -0.04486490786075592, -0.7179043889045715, 0.05001704394817352, 0.5411644577980042, -0.09491770714521408, 0.3529758155345...
anyone encounters this issue in the future (and the email address does not show in the HTML source), it is worth bearing in mind that the sender could have sent an email without a `From:` address, even though that is technically invalid.
[ 0.10184040665626526, 0.09600736200809479, 0.2899903953075409, -0.10610093176364899, 0.10360874980688095, -0.36817118525505066, 0.5914309620857239, 0.26229265332221985, -0.2924453020095825, -0.43547767400741577, -0.6372957825660706, 0.12298309057950974, -0.0579051598906517, 0.19403979182243...
I was changing the background of the Actionbar in my App and to make text readable again I have to change the color of the text. I was successful with title/subtitle and the tab-texts, but I am struggling with the text of the action-items - they stay white no matter what I tried . Anyone has a hint on how to do that? A...
[ 0.2466716170310974, 0.05122453346848488, 0.14865246415138245, -0.01901930756866932, -0.20151068270206451, 0.2647370994091034, 0.5995955467224121, 0.2396956980228424, -0.31519046425819397, -0.4457782208919525, 0.039161063730716705, 0.6184335947036743, -0.10759186744689941, 0.019037537276744...
it, but as I do not have a big device-test-park I better want to be sure ;-) ``` <!-- the following can be used to style the overflow menu button only do this if you have an *extremely* good reason to!! --> <!--<style name="MyOverflowButton" parent="Widget.Sherlock.ActionButton.Overflow"> <item name="android:...
[ 0.21037673950195312, -0.35432326793670654, 0.8046806454658508, -0.026294156908988953, -0.14555323123931885, 0.0023032205644994974, -0.10402937233448029, -0.15518751740455627, -0.21793557703495026, -0.5215712785720825, -0.26454246044158936, 0.6824734807014465, -0.32717421650886536, -0.00719...
I know the difference between the points-to (->) and dot (.) operator but I don't see why the need for the two arrises? Isn't it always just as easy not to use pointers and just use the dot operator? From <http://www.programcreek.com/2011/01/an-example-of-c-dot-and-arrow-usage/> ``` #include <iostream> using ...
[ 0.18560683727264404, 0.22956998646259308, 0.4603811204433441, -0.24023930728435516, 0.10580924153327942, 0.6688137650489807, -0.15000617504119873, -0.04536760225892067, -0.28830626606941223, -0.41261377930641174, -0.09131494164466858, 0.5820966958999634, -0.43630871176719666, 0.01615145057...
Car object value, // initialized using the default constructor // this very different with Java syntax Car x = new Car(); x.number = 123; x.Create(); Car *y; // declare y as a pointer which points to a Car object y = &x; // assign x's address to the pointer y (*y).Create(); // *y is object y->Create(); y->number = 45...
[ 0.20263172686100006, 0.17068295180797577, 0.34961527585983276, 0.011310093104839325, 0.1271226853132248, 0.6035724878311157, -0.09895024448633194, -0.11529122292995453, -0.2213539481163025, -0.5193888545036316, 0.17754004895687103, 0.5225417017936707, -0.2866405248641968, 0.171033009886741...
the `->` operator is unnecessary, yes. `x->y` is equivalent to `(*x).y`, but the `->` operator is easier to type, so it's basically just a convenience. The second part is whether to use pointers at all. And you're right, often you shouldn't. By default, just create your objects then and there, and refer to them direcl...
[ 0.16687346994876862, 0.2277679741382599, 0.2515210807323456, -0.027324995025992393, 0.1360984444618225, 0.025783518329262733, 0.27884426712989807, -0.02106569893658161, 0.10262056440114975, -0.6384040713310242, -0.17862184345722198, 0.5812646150588989, -0.37903666496276855, 0.1433926820755...
to a different object. Linked lists, tree data structures and countless other things depend on objects being able to point to other objects. So yes, we need pointers. But we don't *need* the `->` operator. We just use it because it's convenient.
[ 0.24640831351280212, 0.10926195979118347, 0.17335300147533417, 0.46037787199020386, -0.09958413243293762, 0.007480827625840902, 0.1537114381790161, 0.165155827999115, -0.13011707365512848, -0.6196988224983215, -0.07753768563270569, 0.3035598695278168, -0.33691543340682983, 0.13260543346405...
i have a user model with a password attribute, which gets saved as password\_digest. What i want to do is have the edit user page and the edit password page separated, so that the admin doesn't need to input the password everytime he needs to change something else. For this i have made an extra action / view. My probl...
[ 0.21631669998168945, 0.27504509687423706, 0.17342373728752136, -0.11625729501247406, -0.026814758777618408, -0.028719209134578705, 0.3016192615032196, 0.08599686622619629, -0.060414817184209824, -0.9373515844345093, 0.12859462201595306, 0.7961710691452026, -0.22861705720424652, 0.217936530...
console that it is enabled, and it is) Is this me doing something wrong, or should i approach this differently? Two problems: * Use [`document.getElementById`](https://developer.mozilla.org/en/DOM/document.getElementById) (with capitals). * Use `==` to **compare** variables, **not** `=`. Code: ``` var vid_left, vid...
[ -0.14245882630348206, -0.12287174165248871, 0.7730795741081238, -0.1451069414615631, 0.2564469575881958, -0.3097989857196808, 0.23026221990585327, -0.2723509967327118, 0.23753337562084198, -0.6458982825279236, -0.37128305435180664, 0.8648615479469299, -0.47698429226875305, 0.23127596080303...
I'm using ejb 2.1 BMP, JBoss 7.1 AS I need to get List ordered by some field(it depends on user choice) from database using ORDER BY in SQL statement. Home Interface: ``` public interface AliveHome { ... Collection<Alive> findAllConstraint(...) [exceptions]; ... } ``` When i change return...
[ -0.07815071195363998, 0.1982279121875763, 0.5903903841972351, -0.3315320611000061, -0.09635597467422485, -0.056721966713666916, 0.528128445148468, -0.3502744436264038, -0.33915433287620544, -0.8539876937866211, -0.10853516310453415, 0.41321730613708496, -0.5383437871932983, 0.2355429083108...
just install JBoss 6 and it works with return type List ! =)
[ 0.3626907467842102, -0.19621866941452026, 0.4251532256603241, -0.14434440433979034, 0.05557948350906372, -0.500571608543396, 0.6181591153144836, -0.038986723870038986, 0.025144807994365692, -0.6948755383491516, -0.24228252470493317, 1.054797887802124, -0.5553368926048279, -0.02502226270735...
For exemple, it's possible to replace ``` {'a1b2,left'} ``` with ``` <img src="a1b2" class="left"/> ``` in Php? Yes... ``` $str = preg_replace('/\{\'(.*?),(.*?)\'\}/', '<img src="$1" class="$2"/>', $str); ```
[ -0.27959731221199036, 0.0582672543823719, 0.6515910029411316, -0.29350122809410095, -0.4491358995437622, 0.3083164393901825, 0.49715253710746765, 0.012515494599938393, -0.02676505409181118, -0.36330440640449524, -0.2739359438419342, 0.408847451210022, -0.4960651993751526, -0.05274273827672...
I come from the ruby and python worlds where we have many libraries that can syntax highlight arbitrary code from many languages. I am looking for something similar in the objc ecosystem, but i can't seem to find such, is there one available? The equivalent libraries in Ruby would be [CodeRay](http://coderay.rubychan....
[ 0.4151269793510437, 0.280289888381958, -0.011598088778555393, 0.010654830373823643, -0.4015139937400818, 0.06696344912052155, 0.19731582701206207, 0.44084689021110535, -0.5358074307441711, -0.3827573359012604, -0.00576287554576993, 0.43221014738082886, -0.10781195014715195, 0.0491434969007...
Syntax Highlighting libraries/components. For a starter (for something relatively basic, that is), I would suggest you have a look at : * [OkudaKit](http://parsekit.com/okudakit/) (using CSS for styling) * [UKSyntaxColoredTextDocument](http://www.zathras.de/angelweb/sourcecode.htm) by Uli Kusterer (pretty nice try) -...
[ 0.16838933527469635, -0.25314298272132874, 0.12415827810764313, 0.21091677248477936, -0.32486382126808167, -0.029077082872390747, 0.20529982447624207, 0.36644965410232544, -0.27372023463249207, -0.6719399690628052, -0.28290635347366333, 0.4186974763870239, -0.2589254081249237, -0.297985255...
text-editing functions, with > an emphasis on advanced features for source code editing. SciTE > (cross-platform), Geany, Notepad++ (Windows), and Notepad2 (Windows) > are examples of standalone editors based on Scintilla. **Scintilla Editing Component in use *(SciTe)*** ![Scintilla Editing Component](https://i.st...
[ -0.2555979788303375, -0.34522390365600586, 0.4039543569087982, 0.2002275139093399, -0.2996053099632263, 0.0028500589542090893, -0.04281555861234665, 0.19431990385055542, -0.14139996469020844, -0.6029757261276245, -0.21613194048404694, 0.6121751070022583, -0.3283100426197052, -0.27154734730...
as **code folding** and > **autocompletion** can be added. --- * **Download Scintilla** (the Cocoa support has been integrated in the main project) : <http://www.scintilla.org/SciTEDownload.html> * **Example project** (integrating Scintilla with Cocoa) : <http://bazaar.launchpad.net/~mike-lischke/scintilla-cocoa/tru...
[ -0.09370601177215576, -0.3087253272533417, 0.25256404280662537, 0.2411433905363083, -0.07134629040956497, -0.056483831256628036, 0.09166181832551956, 0.1875205636024475, -0.6225417852401733, -0.45540398359298706, -0.4444737136363983, 0.5405798554420471, -0.15614692866802216, 0.073208197951...
Started learning Wicket after ASP.NET MVC and feel a little bit confused about managing its URLs. Here's the code: **Application**: ``` package com.test.wicketapp1; import org.apache.wicket.protocol.http.WebApplication; public class WicketApplication extends WebApplication { public WicketApplication() { ...
[ 0.1488596796989441, -0.1085321232676506, 0.13392020761966705, 0.23331327736377716, -0.33935636281967163, -0.2204495370388031, 0.40278854966163635, -0.2713110148906708, -0.34191057085990906, -0.6961066126823425, -0.13816995918750763, 0.04982829466462135, -0.22149689495563507, 0.158706009387...
= 1L; public HomePage(final PageParameters parameters) throws IOException { BookmarkablePageLink<Page2> bookmarkablePageLink = new BookmarkablePageLink<Page2>("gopage2link", Page2.class); add(bookmarkablePageLink); } } ``` **HomePage markup**: ``` <!DOCTYPE html> <html xmlns:wicket="http://w...
[ -0.1280258297920227, -0.12233860045671463, 0.3357923626899719, 0.18970553576946259, -0.42236217856407166, -0.06045530363917351, 0.027691960334777832, -0.42711877822875977, -0.26257631182670593, -0.8852394819259644, -0.10118544846773148, 0.026235083118081093, -0.03639518469572067, 0.0023873...
Page2.class, then my HomePage has a link that navigates to Page2 and when HomePage is rendered, that link should have an URL of "/page2". When I run the application and go to home page, it is rendered like this: ``` <!DOCTYPE html> <html xmlns:wicket="http://wicket.apache.org"> <head> <title>Apache Wicket...
[ -0.23589463531970978, 0.1142173632979393, 0.42313462495803833, 0.12218191474676132, -0.1658327281475067, -0.13778159022331238, 0.26305073499679565, -0.14621266722679138, -0.26377803087234497, -1.3178560733795166, -0.21823646128177643, 0.05629320815205574, -0.1437302827835083, -0.0125751914...
method instead of ctor to define the mappings.
[ -0.3237578570842743, -0.3562711775302887, 0.19822321832180023, 0.19955314695835114, -0.060476381331682205, 0.02191006951034069, -0.1514749974012375, -0.31276652216911316, 0.048894260078668594, -0.7028623223304749, -0.039234112948179245, 0.40807729959487915, -0.20854003727436066, 0.23286387...
> There are 'n' vertices and 0 edges of an undirected graph. What can be the maximum number of edges that we can draw such that the graph remains disconnected. I have made the solution that we can exclude one vertex and can find the maximum number of edges between n-1 vertices of undirected graph, so that the graph st...
[ -0.0028550613205879927, -0.11580560356378555, 0.6096426248550415, 0.2322438806295395, -0.2060413807630539, 0.13381929695606232, 0.5487270951271057, -0.45933622121810913, -0.14674627780914307, -0.6736554503440857, -0.011309664696455002, 0.2645854353904724, -0.3991752862930298, 0.15236106514...
I'm using this code for get all news: ``` List<aspnet_News> allNews = context.aspnet_News.OrderByDescending(i => i.NewsId).ToList(); ``` How I can select first 3 items of this list and bind into a Datalist, please help, thanks... You can use the [Take()](http://msdn.microsoft.com/en-us/library/bb300906.aspx) method ...
[ 0.0850105956196785, -0.03837212547659874, 0.6390262246131897, -0.10405470430850983, -0.10346134752035141, 0.082250215113163, 0.2559266686439514, -0.4092998802661896, -0.28915107250213623, -0.7552646994590759, -0.35407963395118713, 0.5603114366531372, -0.5426607131958008, 0.0543872676789760...
.ToList(); ``` It'll also handle the case where the list contains less than 3 items and take them only.
[ 0.13404956459999084, -0.07239274680614471, 0.478054940700531, -0.09301221370697021, 0.1403767317533493, -0.36998850107192993, 0.198787659406662, -0.25122106075286865, -0.29326605796813965, -0.6150540113449097, -0.5476530194282532, 0.5042535066604614, -0.5284619331359863, -0.017570730298757...
I have a "bubble" with content, which is working fine. Now, I want to display a count (2 lines) which should always be in the bottom right corner of that div, INSIDE it. I tried many things but for some reason it always overlaps the div and shows outside. What am I doing wrong? ``` <style type="text/css"> body{ backgr...
[ 0.2654429078102112, -0.03966053947806358, 0.990311324596405, 0.1225268542766571, 0.049794409424066544, -0.043772656470537186, 0.08225300163030624, -0.2853342294692993, -0.19540439546108246, -0.5515672564506531, -0.08601055294275284, 0.2301383912563324, -0.2474532425403595, 0.01093592960387...
of the other float containing techniques](https://web.archive.org/web/20130707085000/http://www.ejeliot.com/blog/59) so that it does.
[ 0.31309688091278076, -0.06637406349182129, 0.40208926796913147, 0.14624379575252533, 0.019362829625606537, -0.2423068732023239, 0.053170349448919296, -0.1028246283531189, -0.13806474208831787, -0.30447861552238464, 0.03915873542428017, 0.5218496918678284, 0.04631970822811127, 0.23653908073...
My code is given below. Its a program that adds leaves to the database.I am getting the Fatal Error has been detected by java runtime environment and I am not understanding why. I am new to Java, so I am very confused about this. Can anybody tell me why is this happening? I am putting up the error file as well. I tried...
[ 0.3408406376838684, 0.266221821308136, 0.32773295044898987, -0.28376954793930054, -0.04971964657306671, 0.11495877802371979, 0.5049632787704468, -0.385816365480423, 0.031138179823756218, -0.7303138971328735, 0.01753658801317215, 0.43393591046333313, -0.5082033276557922, 0.0708189383149147,...
= ""; String txtdesignation_1 = ""; String txtempid1=""; Connection conn; public AddLeave() { frame=new JFrame("ADD LEAVE"); frame.setLayout(new BorderLayout()); panel=new JPanel(); panel.setLayout(new GridLayout(5,2,5,5)); panel.setBackground(Color.RED); panel1=new JPanel(); //panel1...
[ 0.10456154495477676, -0.27461326122283936, 0.8010860681533813, -0.04081730544567108, 0.20352910459041595, 0.41291072964668274, 0.14941701292991638, -0.33889612555503845, -0.37444666028022766, -0.7202228307723999, -0.7513080835342407, 0.3233405351638794, -0.30773958563804626, 0.374500870704...
txtname2 = new JTextField(); txtname2.setEditable(false); txtdepartment = new JTextField(); txtdesignation = new JTextField(); txtdesignation.setEditable(false); find=new JButton("FIND"); find.addActionListener(this); ok=new JButton("OK"); ok.addActionListener(this); cancel=new JBut...
[ -0.22969357669353485, -0.02807607501745224, 0.5808433294296265, -0.39122462272644043, 0.11800400167703629, 0.4943663477897644, 0.4442359209060669, -0.3695261478424072, -0.2853589951992035, -0.6224213242530823, -1.0090190172195435, 0.6978304386138916, -0.5300378799438477, 0.0794298425316810...
panel1.add(ok); panel1.add(cancel); frame.add(panel,BorderLayout.CENTER); frame.add(panel1,BorderLayout.SOUTH); frame.setVisible(true); frame.pack(); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); connect(); } public void connect() { try { Class.forName("sun.jdbc.od...
[ 0.02375771850347519, -0.26665574312210083, 0.5060032606124878, -0.25386330485343933, 0.10826108604669571, 0.23711775243282318, 0.3985454738140106, -0.49381646513938904, -0.3951999843120575, -0.6684651374816895, -0.4281087815761566, 0.6568090319633484, -0.37873947620391846, 0.21981324255466...
{ find(); } if(source.equals(ok)) { System.out.println("Leave added"); } if(source.equals(cancel)) { System.out.println("Canceled"); } } public void find() { txtempid1=txtempid.getText(); try { if(txtempid1.isEmpty()) { JOpt...
[ -0.17568731307983398, -0.31426748633384705, 0.42521148920059204, -0.44379809498786926, 0.428973913192749, -0.07437179237604141, 0.4171240031719208, -0.22102507948875427, 0.07659589499235153, -0.51759934425354, -0.42456406354904175, 0.7791749835014343, -0.35298216342926025, 0.08086010813713...
} else { Statement stmt = conn.createStatement(); String query = "SELECT * FROM demo WHERE empid='"+txtempid1+"'"; ResultSet rs = stmt.executeQuery(query); int foundrec = 0; while (rs.next())
[ 0.06925957649946213, -0.4991307258605957, 0.3452093005180359, -0.10896241664886475, 0.3839142322540283, 0.180000901222229, 0.4139077961444855, -0.5940871238708496, -0.14769266545772552, -0.3443892002105713, -0.26890861988067627, 0.680726170539856, -0.3021027445793152, -0.003145578550174832...
{ txtname1_1 = rs.getString(2); txtname2_1 = rs.getString(3); txtdesignation_1 = rs.getString(4); foundrec =foundrec+ 1;
[ -0.031176088377833366, -0.2158028930425644, 0.5605579614639282, -0.24868996441364288, 0.3350413739681244, -0.10198832303285599, 0.13802489638328552, -0.3773890733718872, -0.21148131787776947, -0.32980111241340637, -0.565284013748169, 0.5858331322669983, -0.6007336974143982, 0.2422017157077...
} if(foundrec==1) { JOptionPane.showMessageDialog(null,"**Record Found**"," Message",JOptionPane.PLAIN_MESSAGE); txtname1.setText(txtname1_1); txtname2.setText(txtname2_1); txtdesignation.setText(txtdesignation_1);
[ 0.04659709706902504, -0.22124679386615753, 0.2622931897640228, -0.46026742458343506, 0.317287415266037, -0.17293788492679596, 0.25590628385543823, -0.12439051270484924, 0.029762739315629005, -0.5803918242454529, -0.6928867697715759, 0.6915162205696106, -0.5289572477340698, 0.04428128153085...
} else { JOptionPane.showMessageDialog(null,"!!!!EMPLOYEE DOES NOT EXIST!!!!"," ERROR",JOptionPane.ERROR_MESSAGE); } } conn.close(); } catch(Exception e) { System.out.println("Error
[ -0.12069766223430634, -0.0473310612142086, 0.1478000283241272, -0.3900550305843353, 0.23740868270397186, 0.0014471756294369698, 0.34256041049957275, -0.056696709245443344, -0.09166251122951508, -0.3194267451763153, -0.4878453016281128, 0.5315020680427551, -0.3506227135658264, 0.08189392834...
: "+e); } } public static void main(String[] args) { new AddLeave(); } } ``` this is the error file ``` # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c901010, pid=3052, tid=3732 # # JRE version: 6.0_31-b05...
[ -0.3500765562057495, 0.19938617944717407, 0.3104415833950043, -0.3020453155040741, 0.15225738286972046, -0.09032045304775238, 0.5522598028182983, -0.08207535743713379, -0.22143471240997314, -0.5555275082588196, -0.3064860701560974, 0.4964613914489746, -0.6072778701782227, 0.312686830759048...
# If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # --------------- T H R E A D --------------- Current threa...
[ -0.2611401081085205, 0.15132950246334076, -0.0013723635347560048, -0.008765594102442265, 0.24763524532318115, 0.0011562947183847427, 0.46018338203430176, 0.1962609887123108, -0.37913647294044495, -0.6176348924636841, -0.1873193085193634, 0.34722715616226196, -0.6198644042015076, 0.30139565...
ESP=0x0329ea48, EBP=0x0329ea60, ESI=0x00000000, EDI=0x03401590 EIP=0x7c901010, EFLAGS=0x00010246 Top of Stack: (sp=0x0329ea48) 0x0329ea48: 74355a16 00000004 034015b4 7432139f 0x0329ea58: 034015b4 03401590 0329ea70 74322c5d 0x0329ea68: 034015b4 03054528 0329ea84 74325fa0 0x0329ea78: 0340...
[ -0.8063541650772095, 0.07808052003383636, 0.5025710463523865, 0.26143380999565125, 0.05332876741886139, 0.19317980110645294, 0.2616393268108368, -0.6620994806289673, -0.5637744069099426, -0.6141420006752014, -0.1433122605085373, 0.44286221265792847, -0.16769178211688995, 0.0695420280098915...
Instructions: (pc=0x7c901010) 0x7c900ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x7c901000: 90 90 90 90 90 64 8b 0d 18 00 00 00 8b 54 24 04 0x7c901010: 83 7a 14 00 75 4f f0 ff 42 04 75 19 8b 41 24 89 0x7c901020: 42 0c c7 42 08 01 00 00 00 33 c0 c2 04 00 8d a4 Register to memory m...
[ -0.38444286584854126, 0.30353257060050964, 0.1989581435918808, -0.007595739793032408, 0.1973230093717575, 0.3954562246799469, 0.514020562171936, -0.3431730568408966, -0.06269712001085281, -0.41991880536079407, -0.24539253115653992, 0.7137695550918579, 0.06275124102830887, -0.17505246400833...
EAX=0x00000004 is an unknown value EBX=0x329ab298 is an oop {method} - klass: {other class} ECX=0x7ffad000 is an unknown value EDX=0x00000004 is an unknown value ESP=0x0329ea48 is pointing into the stack for thread: 0x03054400 EBP=0x0329ea60 is pointing into the stack for thread: 0x0305440...
[ 0.06061612814664841, 0.1545049548149109, 0.36694708466529846, -0.02271525375545025, 0.21171945333480835, 0.11966127157211304, 0.29134273529052734, -0.3929814100265503, -0.45144686102867126, -0.463867723941803, 0.12270097434520721, 0.07772373408079147, -0.712328314781189, 0.1207730323076248...
Java code, j=interpreted, Vv=VM code, C=native code) C [ntdll.dll+0x1010] RtlEnterCriticalSection+0xb C [ODBC32.dll+0x2c5d] MpHeapAlloc+0x452 C [ODBC32.dll+0x5fa0] SQLSetStmtAttrW+0xfeb C [ODBC32.dll+0x740e] SQLAllocStmt+0x21 C [JdbcOdbc.dll+0x124e] Java_sun_jdbc_odbc_JdbcOdbc_allocStmt+0x...
[ -0.2976178526878357, -0.02553582936525345, 0.2194448709487915, -0.30117788910865784, -0.11467523872852325, 0.20974180102348328, 0.45288336277008057, -0.7414355874061584, -0.2483995407819748, -0.4201470613479614, -0.3516077399253845, 0.32714420557022095, -0.5390653610229492, -0.144980147480...
javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35 j javax.swing.DefaultButtonModel.setPressed(Z)V+117 j javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35 j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64 ...
[ -0.17903102934360504, -0.057770244777202606, 0.3870006501674652, -0.38310086727142334, -0.027903473004698753, 0.4447261095046997, 0.38557320833206177, -0.6837195754051208, -0.05734439194202423, -0.63026362657547, -0.38085123896598816, 0.6947197318077087, -0.3949585258960724, -0.25664401054...
java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41 j java.awt.EventQueue.access$000(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3 j java.awt.EventQueue$1.run()Ljava/lang/Void;+12 j java.awt.EventQueue$1.run()Ljava/lang/Object;+1 v ~StubRoutines::call_st...
[ -0.44246068596839905, -0.01905171200633049, 0.25871381163597107, -0.29255449771881104, 0.14442172646522522, 0.3451840281486511, 0.4716092646121979, -0.4025164544582367, -0.09977466613054276, -0.4336336851119995, -0.5453177690505981, 0.4943021237850189, -0.3833887577056885, -0.0422340855002...
[jvm.dll+0xfac3b] V [jvm.dll+0x18c3a1] V [jvm.dll+0xfacbd] V [jvm.dll+0xbb654] C [java.dll+0x102f] Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_se curity_AccessControlContext_2+0x17 j java.security.AccessControlContext$1.doIntersectionP...
[ -0.3746810853481293, -0.13713131844997406, 0.6360170245170593, -0.07392760366201401, 0.14605771005153656, 0.28132519125938416, 0.3498017191886902, -0.6544338464736938, 0.005928952246904373, -0.5052525401115417, -0.3813107907772064, 0.6432256102561951, -0.23378868401050568, -0.0583538599312...
V [jvm.dll+0xfac3b] V [jvm.dll+0x18c3a1] V [jvm.dll+0xfade1] V [jvm.dll+0xfae3b] V [jvm.dll+0xb5569] V [jvm.dll+0x118f14] V [jvm.dll+0x140ffc] C [msvcr71.dll+0x9565] endthreadex+0xa0 C [kernel32.dll+0xb50b] GetModuleFileNameA+0x1b4 Java frames: (J=compiled Java code, j=in...
[ -0.30785423517227173, 0.0655960813164711, 0.513780951499939, -0.18468843400478363, 0.12127535790205002, 0.012993404641747475, 0.28916651010513306, -0.6066837906837463, -0.18252252042293549, -0.7089865207672119, -0.36015820503234863, 0.41226598620414734, -0.4167870581150055, 0.1196930184960...
j AddLeave.actionPerformed(Ljava/awt/event/ActionEvent;)V+17 j javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84 j javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5 j javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/Actio...
[ 0.010608242824673653, -0.06374583393335342, 0.42257070541381836, -0.44484594464302063, -0.05839191749691963, 0.49439573287963867, 0.3141956031322479, -0.8728482127189636, -0.06500452756881714, -0.5499367117881775, -0.4367596507072449, 0.6261931657791138, -0.5693971514701843, -0.33777269721...
j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+65 j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2 j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41 j java.awt.EventQueue.access$000(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3 j...
[ -0.2718442380428314, 0.0008110758499242365, 0.24178223311901093, -0.24905484914779663, 0.10050608962774277, 0.47165098786354065, 0.43661853671073914, -0.4026888608932495, -0.09572950750589371, -0.5605826377868652, -0.5880998373031616, 0.42844241857528687, -0.4602147936820984, 0.06908109039...
j java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+204 j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30 j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11 j java.awt.EventDispatchThread.pumpEv...
[ 0.07700963318347931, -0.11855252832174301, 0.45453596115112305, -0.2720659077167511, -0.14287063479423523, 0.17746813595294952, 0.6498622894287109, -0.5050035119056702, 0.08247930556535721, -0.9349939227104187, -0.22563382983207703, 0.8530382513999939, -0.6549625992774963, -0.0750875920057...
[_thread_blocked, id=3808, stack(0x03370000,0x033c0000)] =>0x03054400 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=3732, stack(0x03250000,0x032a0000)] 0x02b8f800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=380, stack(0x02f90000,0x02fe0000)] 0x02b8e400 JavaThread "AWT-Shutdown" [_thre...
[ -0.5270796418190002, 0.16883240640163422, 0.23555395007133484, -0.1073131114244461, -0.21291697025299072, 0.21559512615203857, 0.38866764307022095, -0.3475128710269928, -0.11248544603586197, -0.5908604860305786, -0.16355925798416138, 0.5753530859947205, -0.4258720576763153, 0.2877208590507...
id=2804, stack(0x02cd0000,0x02d20000)] 0x02b38400 JavaThread "Finalizer" daemon [_thread_blocked, id=3164, stack(0x02c80000,0x02cd0000)] 0x02b36c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=1656, stack(0x02c30000,0x02c80000)] Other Threads: 0x02afa000 VMThread [stack: 0x02be0000...
[ -0.07185985147953033, -0.26470285654067993, -0.1543697714805603, 0.09554162621498108, 0.18146121501922607, 0.3978281021118164, 0.4257412850856781, -0.11424461752176285, -0.3453015685081482, -0.5570858716964722, 0.041973233222961426, -0.010194453410804272, -0.21777816116809845, 0.5329537391...
4416K, 47% used [0x22970000, 0x22b791d8, 0x22dc0000) from space 512K, 0% used [0x22dc0000, 0x22dc0000, 0x22e40000) to space 512K, 0% used [0x22e40000, 0x22e40000, 0x22ec0000) tenured generation total 10944K, used 0K [0x27ec0000, 0x28970000, 0x32970000) the space 10944K, 0% used [0x27ec0000,...
[ -0.3828491270542145, -0.06752970814704895, 0.4573018550872803, 0.16033917665481567, 0.33644968271255493, 0.5158745646476746, -0.07950355857610703, -0.4450211226940155, -0.4397868812084198, -0.33987149596214294, -0.4835948646068573, 0.36656156182289124, 0.03139486908912659, 0.36842277646064...
space 10240K, 51% used [0x36970000, 0x36e9e318, 0x36e9e400, 0x37370000) rw space 12288K, 55% used [0x37370000, 0x37a0a088, 0x37a0a200, 0x37f70000) Code Cache [0x00910000, 0x009b0000, 0x02910000) total_blobs=316 nmethods=92 adapters=160 free_code_cache=32927040 largest_free_block=0 Dynamic librari...
[ -0.3284088671207428, 0.2759743928909302, 0.3126942217350006, 0.07703366875648499, 0.023215124383568764, 0.4585011601448059, 0.1887250691652298, -0.23694449663162231, -0.43847352266311646, -0.5695504546165466, -0.4790845513343811, 0.20272564888000488, -0.3962421417236328, 0.2702523469924927...
C:\WINDOWS\system32\RPCRT4.dll 0x7c340000 - 0x7c396000 C:\Program Files\Java\jre6\bin\msvcr71.dll 0x6d7f0000 - 0x6da9f000 C:\Program Files\Java\jre6\bin\client\jvm.dll 0x77d40000 - 0x77dd0000 C:\WINDOWS\system32\USER32.dll 0x77f10000 - 0x77f56000 C:\WINDOWS\system32\GDI32.dll 0x76b40...
[ -0.5628253817558289, 0.319945365190506, 0.4425760507583618, 0.01876196824014187, 0.06768438965082169, 0.12908802926540375, 0.08570996671915054, -0.39102762937545776, -0.1796426773071289, -0.5093002319335938, -0.2151697725057602, 0.537183940410614, -0.3225374221801758, 0.08313211798667908, ...
C:\Program Files\Java\jre6\bin\awt.dll 0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV 0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll 0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.dll 0x774e0000 - 0x7761c000 C:\WINDOWS\system32\ole32.dll 0x773d0000 - 0x774d2000 ...
[ -0.687877357006073, 0.24398526549339294, 0.4553983211517334, -0.05432399362325668, 0.08860689401626587, 0.1583312302827835, 0.17269057035446167, -0.25062295794487, -0.28263476490974426, -0.8193429708480835, -0.330223947763443, 0.5221573114395142, -0.4229808747768402, 0.01952362060546875, ...
0x74720000 - 0x7476b000 C:\WINDOWS\system32\MSCTF.dll 0x4fdd0000 - 0x4ff76000 C:\WINDOWS\system32\d3d9.dll 0x03020000 - 0x03026000 C:\WINDOWS\system32\d3d8thk.dll 0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll 0x7c9c0000 - 0x7d1d4000 C:\WINDOWS\system32\shell32.dll 0x6d6...
[ -0.5886303782463074, 0.10734059661626816, 0.5854185819625854, 0.08081944286823273, -0.015643516555428505, 0.20890489220619202, 0.11671169847249985, -0.4298492968082428, -0.2871280014514923, -0.6674325466156006, -0.17988765239715576, 0.5020570158958435, -0.3370986878871918, 0.29078862071037...
0x77120000 - 0x771ac000 C:\WINDOWS\system32\OLEAUT32.DLL 0x6d360000 - 0x6d36d000 C:\Program Files\Java\jre6\bin\JdbcOdbc.dll 0x74320000 - 0x7435d000 C:\WINDOWS\system32\ODBC32.dll 0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll 0x20000000 - 0x20017000 C:\WINDOWS\system32\odb...
[ -0.6026940941810608, 0.2390248328447342, 0.5485748648643494, 0.013932159170508385, 0.034549910575151443, 0.25276800990104675, -0.011409040540456772, -0.37057822942733765, -0.2751053273677826, -0.7441270351409912, -0.22136139869689941, 0.4342755377292633, -0.3704143762588501, 0.154504597187...
0x60870000 - 0x60956000 C:\oraclexe\app\oracle\product\10.2.0\server\bin\oracore10.dll 0x60a80000 - 0x60b46000 C:\oraclexe\app\oracle\product\10.2.0\server\bin\oranls10.dll 0x63690000 - 0x636a8000 C:\oraclexe\app\oracle\product\10.2.0\server\bin\oraunls10.dll 0x60eb0000 - 0x60eb7000 C:\oracle...
[ -0.3286828398704529, 0.1635548621416092, 0.37475863099098206, 0.05267452448606491, -0.044449858367443085, 0.4069758653640747, -0.12682650983333588, -0.41548049449920654, -0.23967133462429047, -0.6935924291610718, -0.15099579095840454, 0.5259723663330078, -0.2819836139678955, 0.231930866837...
0x03730000 - 0x03741000 C:\WINDOWS\system32\MSVCIRT.dll 0x60960000 - 0x60a6d000 C:\oraclexe\app\oracle\product\10.2.0\server\bin\oran10.dll 0x62740000 - 0x6277d000 C:\oraclexe\app\oracle\product\10.2.0\server\bin\oranl10.dll 0x62790000 - 0x627a7000 C:\oraclexe\app\oracle\product\10.2.0\serve...
[ -0.43201062083244324, 0.320870578289032, 0.28149229288101196, -0.019038118422031403, 0.05196841061115265, 0.528846263885498, 0.09335671365261078, -0.2623789608478546, -0.19866149127483368, -0.6932796835899353, -0.13391058146953583, 0.5202634334564209, -0.265051007270813, 0.2066739350557327...
0x626b0000 - 0x626b7000 C:\oraclexe\app\oracle\product\10.2.0\server\bin\oranhost10.dll 0x62660000 - 0x62666000 C:\oraclexe\app\oracle\product\10.2.0\server\bin\orancds10.dll 0x629c0000 - 0x629c8000 C:\oraclexe\app\oracle\product\10.2.0\server\bin\orantns10.dll 0x60b50000 - 0x60ea9000 C:\ora...
[ -0.40641751885414124, 0.3170602023601532, 0.31472766399383545, 0.037564318627119064, -0.08025762438774109, 0.3668755888938904, -0.027881452813744545, -0.43206995725631714, -0.2355521321296692, -0.5872546434402466, -0.20635217428207397, 0.5069532990455627, -0.2944272458553314, 0.16863383352...
- 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll 0x62980000 - 0x62990000 C:\oraclexe\app\oracle\product\10.2.0\server\bin\orantcp10.dll 0x63520000 - 0x635ba000 C:\oraclexe\app\oracle\product\10.2.0\server\bin\orasql10.dll 0x5fe80000 - 0x5fe9b000 C:\WINDOWS\system32\odbccp32.dll 0x77fe0000 -...
[ -0.4835144877433777, 0.0790502056479454, 0.5139076709747314, -0.027737360447645187, -0.038023725152015686, 0.19363830983638763, 0.11767351627349854, -0.48372992873191833, -0.2893342971801758, -0.4074338674545288, -0.23325876891613007, 0.5174288153648376, -0.3569051921367645, 0.208527296781...
java_command: AddLeave Launcher Type: SUN_STANDARD Environment Variables: CLASSPATH=. PATH=C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WIN DOWS\System32\Wbem;C:\Program Files\Java\jdk1.6.0\bin;C:\Program Files\Common Files\Nero\Lib\ USERNAME=sunanda...
[ -0.2988976538181305, 0.14932234585285187, 0.39945361018180847, -0.09527944773435593, -0.06511557847261429, 0.7012423276901245, 0.2418517917394638, -0.37795040011405945, -0.3892368972301483, -0.5843133926391602, -0.06581028550863266, 0.18335655331611633, -0.1817963421344757, 0.2805242240428...
model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3 Memory: 4k page, physical 1045684k(346004k free), swap 2517544k(1203440k free) vm_info: Java HotSpot(TM) Client VM (20.6-b01) for windows-x86 JRE (1.6.0_31-b05), built on Feb 3 2012 18:44:09 by "java_re" with MS VC++ 7.1 (VS2003) time:...
[ -0.4424663484096527, -0.19428521394729614, 0.8076840043067932, 0.19951698184013367, 0.2470332384109497, 0.5714531540870667, 0.31366509199142456, -0.5145540833473206, -0.37035152316093445, -0.7041905522346497, 0.005737713538110256, 0.4695364832878113, -0.053188350051641464, -0.1114663928747...
the database. As I have not added the department Id column I am not getting that from the database. You are floating `.count` so it doesn't influence it's parent container's height. Set `overflow: hidden` on the parent (`.commentbox`) or use [one of the other float containing techniques](https://web.archive.org/web/20...
[ 0.5667164325714111, 0.015449615195393562, 0.612205445766449, 0.3283318877220154, 0.10326490551233292, -0.30253878235816956, -0.2729702889919281, -0.058694083243608475, -0.3556455969810486, -0.49904510378837585, -0.04127833619713783, 0.366533488035202, -0.17103885114192963, 0.38229528069496...
I'm using the [JQuery UI Tabs](http://jqueryui.com/demos/tabs/) functionality in my Open Source Project. I'm doing this to learn MVC3 (And various other technologies). Now I've got that all working. The problem is my Partial Views within each tab have links off the the relevant CRUD functionality. I've set these CRUD v...
[ 0.605962872505188, 0.012666632421314716, 0.42802566289901733, 0.02182599902153015, -0.3598352372646332, 0.05530836060643196, 0.18294285237789154, 0.113974429666996, -0.15178494155406952, -1.0256348848342896, 0.16678954660892487, 0.4259619414806366, -0.04536402225494385, 0.4044225513935089,...
I thought if this is empty it uses the `_viewstart` file, which loads the\_Layout? **EDIT END** Here is my **Dashboard.cshtml** code with the JQuery UI Tab logic: ``` <script type="text/javascript"> $(document).ready(function() { $("#tabs").tabs(); getContentTab (1); }); function getC...
[ 0.09225489944219589, -0.12793473899364471, 0.6007055640220642, -0.07911284267902374, -0.05959421396255493, -0.07465234398841858, 0.02884642407298088, -0.038679562509059906, -0.11733737587928772, -0.857973575592041, -0.06947039812803268, 0.6738373637199402, -0.24096427857875824, -0.12968304...
loader.gif' align='left' height='28' width='28'>"; $(targetDiv).html("<p>" + ajaxLoading + " Loading...</p>"); $.ajax({ type: 'get', url: url, cache: false, success: function(result) { $(targetDiv).html(result); }
[ 0.0661967545747757, -0.264877051115036, 0.5152792930603027, -0.241737499833107, -0.1073310449719429, 0.049948111176490784, 0.15829868614673615, -0.07218153774738312, -0.14156273007392883, -0.7309741377830505, -0.332527220249176, 0.6149130463600159, -0.2432115525007248, -0.08253852277994156...
}); } ``` ``` <div id="tabs"> <ul> <li><a href="#tabs-1" onclick="getContentTab(1);">Transaction Type</a> </li> <li><a href="#tabs-2" onclick="getContentTab(2);">Direction Type</a></li> <li><a href="#tabs-3" onclick="getContentTab(3);">User Type</a></li>...
[ -0.5585289597511292, -0.18994057178497314, 0.8745622038841248, 0.1490451991558075, -0.11088057607412338, 0.13510002195835114, -0.05344770848751068, -0.36133912205696106, -0.25181981921195984, -0.3992963433265686, -0.46068888902664185, 0.5235568881034851, -0.4090326428413391, 0.000192894207...
<div id="tabs-1"> </div> <div id="tabs-2"> </div> <div id="tabs-3"> </div> <div id="tabs-4"> </div> </div> ``` Here is my AjaxGetTab Action Method if you need to know how i decide to create tabs and create the list objects: ``` ///
[ -0.2046980857849121, -0.25707387924194336, 0.1984022557735443, -0.006640578154474497, -0.37038713693618774, -0.06698573380708694, 0.07934173196554184, -0.07709532976150513, -0.21614393591880798, -0.8020914196968079, -0.042283110320568085, 0.6257739067077637, -0.29161423444747925, -0.401156...
<summary> /// AJAX action method to obtain the correct Tab to use. /// </summary> /// <param name="index">Tab number</param> /// <returns>Partial View</returns> public ActionResult AjaxGetTab(int id) { string partialViewName = string.Empty; object model = null; //--Decid...
[ -0.2892225980758667, -0.5753381252288818, 0.2520984709262848, 0.009490640833973885, -0.3437575101852417, 0.4068666398525238, 0.1373852789402008, -0.44923752546310425, -0.3278638422489166, -0.5330691933631897, -0.21308794617652893, 0.3958027958869934, -0.2989724278450012, -0.357723057270050...
case 1: partialViewName = "_TransactionType"; model = db.TransactionTypes.ToList(); break; case 2: partialViewName = "_DirectionType";
[ -0.4890550374984741, -0.4048444330692291, 0.291901171207428, -0.1259647160768509, 0.2470705509185791, -0.05346986651420593, 0.072998046875, -0.30729010701179504, 0.13134807348251343, -0.2898723781108856, -0.3427852988243103, 0.5401309728622437, -0.4008537530899048, 0.13627974689006805, 0...
model = db.DirectionTypes.ToList(); break; case 3: partialViewName = "_UserType"; model = db.UserTypes.ToList(); break;
[ -0.49948829412460327, -0.46203675866127014, 0.5110777020454407, -0.30105528235435486, 0.25659114122390747, 0.1587173491716385, 0.4989953339099884, -0.30948224663734436, -0.0024255248717963696, -0.2972518503665924, -0.3670295774936676, 0.4459016025066376, -0.26666346192359924, 0.46269863843...
case 4: partialViewName = "_CurrencyType"; model = db.CurrencyTypes.ToList(); break; case 5: partialViewName = "_tabError";
[ -0.3262362778186798, -0.16550979018211365, 0.3622555136680603, -0.08682698011398315, 0.05806426703929901, 0.30957868695259094, 0.04142795130610466, 0.006448210682719946, -0.017536962404847145, -0.1711636632680893, -0.38931095600128174, 0.4809000492095947, -0.05975455418229103, 0.4223909974...
break; } return PartialView(partialViewName,model); } ``` At the moment I'm working on **TransactionType** so here is the `_TransctionType.cshtml` code for the `PartialView`: ``` @model IEnumerable<Accounts.Models.TransactionType> <p> @Html.ActionLink("Create New", "CreateTransactionType") </p>...
[ -0.030630819499492645, -0.1954408437013626, 0.577056884765625, -0.05913045257329941, 0.10669244825839996, 0.010908505879342556, 0.03313782811164856, -0.12081043422222137, -0.39578187465667725, -0.6419528126716614, -0.22748611867427826, 0.308957040309906, -0.09632588177919388, 0.36094889044...
Amended Date </th> <th></th> </tr> @foreach (var item in Model) { <tr> <td> @Html.DisplayFor(modelItem => item.RecordStatus) </td> <td> @Html.DisplayFor(modelItem => item.Description) </td> <td> @Html.DisplayFor(modelItem => item.CreatedDate) </td> <td> ...
[ 0.04304267838597298, -0.3259168267250061, 0.5745750665664673, -0.04988056421279907, -0.28919360041618347, 0.37505075335502625, -0.16393707692623138, -0.5829920172691345, -0.44302845001220703, -0.6515495777130127, 0.1345405876636505, -0.21720336377620697, -0.06772397458553314, 0.41109147667...
@Html.ActionLink("Edit", "Edit", new { id=item.id }) | @Html.ActionLink("Details", "Details", new { id=item.id }) | @Html.ActionLink("Delete", "Delete", new { id = item.id }) </td> </tr> ``` } Now the "Edit" & Delete `ActionLink` has an `EditorTemplate` and the Details has a `DisplayTemplate` fol...
[ -0.03839198872447014, -0.24286577105522156, 0.8753991723060608, -0.10475847125053406, -0.28749966621398926, 0.25573158264160156, -0.09735225141048431, -0.46655169129371643, -0.5259407162666321, -0.5504828095436096, 0.013114283792674541, 0.619963526725769, -0.542872965335846, -0.21191002428...
type="submit" value="Save" /> </p> } ``` And here is the **TransactionType.cshtml** which sits in */Views/SiteAdmin/EditorTemplate*: ``` @model Accounts.Models.TransactionType <fieldset> <legend>Transaction Type</legend> <div class="editor-label"> @Html.LabelFor(model => model.RecordSt...
[ -0.27475935220718384, 0.02197597362101078, 0.6308496594429016, 0.10973531007766724, -0.04346299171447754, 0.07312913239002228, -0.3949529528617859, -0.41424331068992615, -0.512467086315155, -0.5430018901824951, -0.041076693683862686, 0.11980273574590683, 0.028724029660224915, 0.31239041686...
<div class="editor-field"> @Html.EditorFor(model => model.Description) @Html.ValidationMessageFor(model => model.Description) </div> </fieldset> ``` Now I could just put a reference to the Site.css in each Template, but is there a cleaner way of doing this? Am I missing something? \_ViewStart ...
[ 0.06740711629390717, -0.20214171707630157, 0.5475344657897949, -0.16393540799617767, -0.307506799697876, 0.038318611681461334, 0.1513305902481079, -0.1964801698923111, -0.0900387167930603, -0.6691291332244873, 0.032736171036958694, 0.5583413243293762, -0.2875143885612488, 0.218575820326805...
every view and every partial view then you would end up with pages like so: ``` <html> <head /> <body> <html> <head /> <body> <!-- Actual Partial View Content --> </body> </html> </body> </html> ``` When a page is rendered all of the the \_layout, the view to b...
[ 0.12924057245254517, -0.0007458868785761297, 0.7127925157546997, 0.06528253108263016, -0.4146344065666199, 0.32529452443122864, 0.1537546068429947, 0.12524886429309845, -0.14146435260772705, -0.975021481513977, -0.34633588790893555, 0.15913698077201843, -0.20975638926029205, 0.175625637173...
templates are built into a single page and returned to the client so any style sheets that are referenced by the \_Layout master will be applied to this now flattened heirarchy of (Partial)Views. Have you inspected the output HTML to make sure that is as expected? It may not be a problem with the views.
[ 0.4026142954826355, -0.05606439709663391, 0.4317456781864166, 0.025059478357434273, 0.0038581371773034334, -0.16227614879608154, -0.06284534186124802, -0.12382283061742783, -0.2799486815929413, -0.7505638003349304, -0.21487832069396973, 0.6427571773529053, -0.3990755081176758, -0.025417724...
I am trying to use a hashtable so I can select a specific object stored in an array/object. However, I am having a problem looping through an object. ``` var pins= {}; pins[6] = '6'; pins[7] = '7'; pins[8] = '8'; $('#result3').append('<div>Size: ' + Object.size(pins) + '</div>'); for(var i = 0; i < Object.size(pins);...
[ 0.15443843603134155, -0.06245815008878708, 0.4211553633213043, -0.011197186075150967, 0.05735788494348526, -0.043916914612054825, 0.6670438051223755, -0.2942248582839966, -0.28247371315956116, -0.4156760573387146, 0.00423775939270854, -0.022419115528464317, -0.45727258920669556, 0.36994880...
make pin[6] = an object and I want to loop through the all their `id` properties? Actual code snippet of what I'm doing... ``` for(var i = 0; i < json.length; i++) { markerId = json[i].listing_id // Place markers on map var latLng = new google.maps.LatLng(json[i].lat, json[i].lng); var marker = new go...
[ 0.35904720425605774, 0.057473279535770416, 0.7561331391334534, -0.15934878587722778, 0.3148669898509979, 0.3392457067966461, 0.20436924695968628, -0.479686975479126, -0.10946080088615417, -0.42862164974212646, -0.038684241473674774, 0.27573075890541077, -0.22535839676856995, 0.207393571734...
icon: base_url + 'images/template/markers/listing.png', }); markers[markerId] = marker; } for(var marker in markers) { console.log('marker ID: ' + marker.listing_id); mc.addMarker(marker); } ``` The `console.log` above returns undefined, and if I do `console.log(marker)` instead, I get the value of ...
[ -0.009760761633515358, -0.04296397790312767, 0.49649909138679504, -0.10427168011665344, 0.2573726773262024, -0.10990247130393982, 0.32430049777030945, -0.3886926770210266, -0.3866192102432251, -0.57869952917099, -0.27495312690734863, 0.4132157862186432, -0.2710426449775696, 0.1265332102775...