The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
151 views

MySql doesn't start after changing bind-address [closed]

Actually I am working on Master to Master Replication MySQL on Windows Server 2008. My Master 1 is not able to connect with Master 2 whereas Master 2 is able to connect and it does telnet too. After ...
0
votes
1answer
148 views

SQL ERROR [mysql] Conflicting Read Lock [1223]

I've a master-slave configuration in MySQL. Now I need to create a table, so I execute FLUSH TABLES WITH READ LOCK; on the master database, after, I'm trying to execute "CREATE TABLE....." but it ...
0
votes
1answer
38 views

Git: Update Master with work done on a Branch

I am pretty new to Git. I have created a repository and added some files to the master branch. After that, each time wanted to work on a particular subproject, i have been doing "create new branch" ...
0
votes
1answer
350 views

nullreferenceexception was unhandled by user code in Master Page

I am having master page.Below is the Designer part. <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title></title> <asp:ContentPlaceHolder ...
0
votes
2answers
130 views

Setup Master for builds on Jenkins

I moved jenkins from one server to another and while most things seem to be working I can no longer build on master. When I run a job on master no bash profile is sourced so I'm missing all my paths. ...
0
votes
2answers
108 views

How to get the name of the Master Frame in Tkinter

to cut a long story short: Is there a function to get the name of the Master Frame of a widget in Tkinter? Let me tell you a little bit more: There is a Button, named "BackButton" self.BackButton ...
0
votes
1answer
279 views

Master to Detail View - Resetting the detail view when going back to the master view

How do I reset the detail view in a master-detail view type app? For example, my master view simply lists names and when you select on a name, I want the details of that person you selected. Which the ...
1
vote
1answer
259 views

iOS - how can storyboard handle two segues for a table cell?

First of all, huge learning curve with this stuff, so if I'm asking stupid questions, please excuse. I'd like a master/detail kind of UI, but with the option of going to a different detail page ...
2
votes
0answers
143 views

Solr indexversion and replicatable index version are different

I am using solrJ to add documents to solr server. I have a master/slave setup. After indexing, i do a commit through http://URL/update?commit=true so that i am able to do the search in the master ...
0
votes
1answer
217 views

How to hide a content placeholder if it has no children without client code (MVC)

I have a ContentPlaceholder inside of a MasterPageView. All of my other pages come from the same master and I have one page that needs about 70% of the behavior in this master. There is a navigation ...
0
votes
0answers
58 views

hudson multiconfiguration slaves running on specified os

I had a multiconfiguration project where, the master(on windows) triggers and the slaves has to run on the macos. I installed the tie matix parent plugin, so i got the option tie parent build to a ...
3
votes
2answers
4k views

git push “ The remote end hung up unexpectedly ”

I have created a new branch in my local repository and after some commits, I wanted to push it to the remote repository. git push origin new_branch I have this error: $ git push origin ...
2
votes
3answers
288 views

Why does git say I am 40 commits ahead when I seem up to date and a push-pull (no files) fixes it?

I switch to master and it says I am ahead by 40 commits: $ git checkout master Switched to branch 'master' Your branch is ahead of 'origin/master' by 40 commits. But when I then do a pull it says I ...
0
votes
2answers
130 views

Concrete 5 summary detail page

The solution is probably not unique to Concrete5 CMS, but I need to build a page with a list of items. Each item would link to a detail page of that item showing a full text description. Each item on ...
1
vote
3answers
580 views

MySQL Master-Slave-Slave Configuration

Quick questions about MySQL Master-Slave-Slave set-ups: I currently have a Master-Slave set up right now and I would like to add another slave. Would it be possible to clone the server running the ...
0
votes
1answer
131 views

deleting master file table in java

I want to wipe all of data in android mobile as they aren't recovered by recovery softwares, programmatically. I delete memory and then i rewrite it, but when i recover files, the names of deleted ...
0
votes
0answers
327 views

localhost phpmyadmin master replication configuration

I'm trying to configure Master Replication for one database using phpmyadmin (3.3.9.2) via the "Replication" tab but I'm having a difficult time getting it to work. I added the following code in ...
0
votes
0answers
191 views

master detail report mv3 razor entity framework

So i have entities for Client.HealthDepartments[0].HDLocationID, i need an master detail report the shows every HDLocation(grouped by ID) and under each of those a list of clients that have that ...
0
votes
0answers
77 views

Control button on master view

I'm new in this xcode and objective c, I setup a master detail view project, in master view I think a table cell I want to add a button so that when I press this button it play a sound, and if I ...
0
votes
1answer
245 views

My split view controller is not showing a toolbar. How do I remove the toolbar shine effect from the background in the table view?

I'm working on an App based on the Master-Detail Application template in Xcode 4.3.3. I'm noticing an odd artifact in the Master Table View popover in portrait mode. Here is a screen shot of the ...
0
votes
1answer
205 views

bug using uisplitviewcontroller in a uitabcontroller in ipad interface

I am a new IOS developer working on my first app. I'm quite a way in to it, and have managed to get pretty much everything working how I want, but I'm chasing an odd bug. Here's the basic app design ...
0
votes
0answers
375 views

Microsoft Report: Master and Details

I have this code in my C# project to load two reports, master and details: using System; using System.Collections.Generic; using System.Windows.Forms; using Microsoft.Reporting.WinForms; namespace ...
0
votes
1answer
157 views

Disabling the detail view controller in a split view controller on the iPad in iOS 5

I have a split view controller in my iPad app. It has a list of Tenants for a mall on the left side and detailed information about the selected tenant on the right. When you press the edit button on ...
0
votes
0answers
114 views

TableView inside Popover, selecting cell on the same class

I have one problem with popover. I have a Master-Detail app, and as I could not make multi-level menus on the MasterViewController, I choose to make a popover, but I can't use another class to make ...
0
votes
1answer
42 views

MySQL replication system

I'd use replication on a big structure. I would know if doing a INSERT on a master will wait for the data to be replicated on all the servers or will end after putting the data on the server the ...
0
votes
0answers
260 views

devexpress master detail not displaying properly

I am having trial version of Devexpress 11 control. I am evaluating various control suits. I want to show master details as link see images in this link I have created sample from Example from ...
4
votes
3answers
2k views

How to Set Master Page dynamically?

I have requirement in which i want to set different Master Pages for the Same Page depending upon userid(i.e. for one user it must set one master page and for another user it must set another master ...
2
votes
1answer
331 views

How to save class with master/detail

This is my class Record which can be master/detail/details Records of teachers and their students class Record { public string RecorNo { get; set; } private List<Teacher> _Student ...
0
votes
1answer
178 views

The master method - why can't it solve T(n) = T(n/2) + n^2/logn?

The master method - why can't it solve T(n) = 4*T(n/2) + (n^2)/logn? I realize it can solve recurrences of type T(n) = aT(n/b) + f(n) On MIT OCW they mentioned that it couldn't solve the above ...
0
votes
1answer
113 views

Paper publication in a journal [closed]

My paper has been accepted for publication in International Journal of Computer Science Issues(IJCSI) journal. I want to ask if it is a good and reputable journal for paper submission. I am doing my ...
0
votes
1answer
67 views

Compiling data from a standard template file into a master spreadsheet

Basically, I have a large list of excel files which have a standard template which is sent out to people to fill out. Think of it as a form. It is a mix of numbers and words and I would like to sort ...
0
votes
1answer
131 views

Default Connection to master DB

Our application hosted in multitier environment. When the App servers create a connection to the SQL Server it opens the connection on its default database (let's say xyz) but when the Data Servers ...
1
vote
0answers
547 views

ASP Menu Control is null when using nested master pages

I am using nested master pages. The parent has a menu but when I click a link to a page that uses the child master, the menu is null and I get an error. I fixed this by creating a recursive method ...
2
votes
3answers
252 views

what should the master branch contain in git

I have read about multiple different git branching strategies and I was suprized that the master branch was often used as a 'production-ready' branch and there would be an additional uat and dev ...
-1
votes
2answers
182 views

Show default form

Before I used MDI and it worked fine, I could show my ListForm in MainForm. Now that I don't want to use MDI, it didn't work. Before, with Mdi: public partial class Le_MainForm : ...
0
votes
1answer
255 views

Delphi DBExpress Parent Child No corresponding master record found

I am using DBExpress to connect to MySQL. I have a master detail relationship between two tables. I am providing the parent table via DatasetProvider. On the client side I have 2 clientdatasets. One ...
0
votes
1answer
839 views

How to pass value to master pages user control

I have problem. I have site.master which includes a couple of user controls. Now I need to pass value (string) from actual pages code behind to master pages user control (Property) . So my master is ...
1
vote
1answer
1k views

How to display related data from dataset in wpf datagrid

I've got a dataset with two tables, a simple one to many parent child relationship going on. eg; Parent Table ParentId (int) Name (string) Child Table ChildId (int) ParentId (int) Name ...
2
votes
2answers
2k views

git push heroku master fails because key is not authorized

I registered on Heroku a couple of minutes ago and tried to deploy my first Rails application. Everything was working fine until I made the mistake of changing the name of the app from the web ...
0
votes
1answer
313 views

Getting output from remote hudson builds

I have recently added several Hudson slave machines to a working master. Some of the builds have result files (Doxygen output, Boost unit test results, cppcheck) which are published using the ...
0
votes
1answer
143 views

OpenMP - Parallel region within master directive

I want to declare a parallel for within a master region, like this: #pragma omp parallel { #pragma omp master { *many functions...* #pragma omp parallel for for (int ...
1
vote
1answer
291 views

(Ma)git branches drive me crazy

Using Emacs/Magit, I had first a very smooth git experience in another project, but in my actual project I'm confused by all the branches and annoyed by the not tracked #file.ext# that pop up al the ...
2
votes
1answer
749 views

Master Table Application

I am using a basic iPad Master Table Application that uses portrait orientation only. I wish to stop the masterviewcontroller from appearing when you swipe right (making accessible by only the ...
0
votes
1answer
96 views

Algorithms: Method to solve the stated recurrence? [closed]

Need help finding a method for solving the following: Given f(n) to be 9f(n/3)+(n^2)*(log n) for all n>1 and the log used is of base 3. And given f(1)=1. Solve for f(n) Tried the master theorem, but ...
0
votes
0answers
811 views

UISplitViewController setLeftBarButtonItem on left pane?

Hi I made a copy of the Master/Detail UISplitViewController iOS app in Xcode. It runs fine but I'm only able to control the right pane's navigationItem buttons. You can test this yourself by finding ...
1
vote
1answer
1k views

How to change the current branch to master in Egit?

I want to know how to do this in Egit the eclipse plugin. This question has been asked many times for git but the answers involve some form of command language I do not have access to or know. Using ...
4
votes
2answers
799 views

Should I git merge develop into master and then back after tagging?

The question is - how to achieve correct version (shown with git describe) on develop after I merged it into master and tagged master. I use common git branching - master for production. Let's say ...
2
votes
2answers
295 views

how to create a git branch that is independent of the master branch?

I want to create a git branch that will work independent of the master branch. I want all the code that is present in the master till now, but any further changes in the master should not reflect in ...
2
votes
0answers
109 views

Game Research Points [closed]

I just wanna know what are the points of research in nowadays games. As I am Teacher Assistant and I must make a master thesis and I wanted to make the Thesis about games and contribution to game ...
0
votes
0answers
288 views

iOS 5 Master-Detail Template Bug? App Has Negative Bottom Content Inset after Portait-to-Landscape Device Rotation with Keyboard Open

Here's how to reproduce this strange behavior in Xcode 4.2.1: (1) Create a new iPad application for iOS 5 using the built-in Master-Detail Template. Make sure "using ARC" and "Use storyboard" are ...